]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
0.10.8.2 pre-release.
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
3         * configure.ac:
4         * docs/plugins/Makefile.am:
5         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
6         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
7         * docs/plugins/gst-plugins-ugly-plugins.args:
8         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
9         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
10         * docs/plugins/inspect/plugin-a52dec.xml:
11         * docs/plugins/inspect/plugin-asf.xml:
12         * docs/plugins/inspect/plugin-cdio.xml:
13         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
14         * docs/plugins/inspect/plugin-dvdread.xml:
15         * docs/plugins/inspect/plugin-dvdsub.xml:
16         * docs/plugins/inspect/plugin-iec958.xml:
17         * docs/plugins/inspect/plugin-lame.xml:
18         * docs/plugins/inspect/plugin-mad.xml:
19         * docs/plugins/inspect/plugin-mpeg2dec.xml:
20         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
21         * docs/plugins/inspect/plugin-mpegstream.xml:
22         * docs/plugins/inspect/plugin-realmedia.xml:
23         * docs/plugins/inspect/plugin-siddec.xml:
24         * ext/Makefile.am:
26         0.10.8.2 pre-release.
28         * po/LINGUAS:
29         * po/POTFILES.in:
30         * po/id.po:
31         Add new translation.
33 2008-08-11  Michael Smith <msmith@songbirdnest.com>
35         * gst/asfdemux/gstasfdemux.c:
36           Properly aggregate flow returns for both push and pull mode, so we shut 
37           down if all pads are unlinked. 
38           Fixes #546859.
40 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
42         Patch by: Frederic Crozat <fcrozat@mandriva.org>
44         * ext/dvdread/dvdreadsrc.c: (plugin_init):
45         * ext/lame/gstlame.c: (plugin_init):
46         * gst/asfdemux/gstasf.c: (plugin_init):
47         Make sure gettext returns translations in UTF-8 encoding rather
48         than in the current locale encoding (#546822).
50 2008-07-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
52         * gst/mpegaudioparse/gstmpegaudioparse.c:
53         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame),
54         (mp3parse_total_time), (mp3parse_bytepos_to_time):
55         Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time()
56         if we're called from there already. Otherwise we end up in a endless
57         recursion and crash with a stack overflow.
59         This can happen when a Xing or VBRI header with TOC exists but it
60         doesn't contain the total time. Fixes bug #545370.
62 2008-07-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
64         * ext/lame/gstlame.c: (gst_lame_class_init),
65         (gst_lame_get_default_settings):
66         Use the default for the strict-iso property too.
68         Allow a bitrate setting of 0, which lets lame choose the default value
69         and which makes it possible to set the compression-ratio property.
71 2008-07-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
74         (gst_lame_chain), (gst_lame_get_default_settings), (plugin_init):
75         * ext/lame/gstlame.h:
76         Get the defaults settings of LAME in the plugin initialization
77         function and return FALSE here if something goes wrong. This removes
78         the hacky failing instance init function.
80         Use LAMEs default value for all settings instead of overwriting some
81         of them. Overwriting some of them gives unexpected results if one only
82         sets a preset. Fixes bug #498004.
84 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
86         * ext/lame/gstlame.c: (gst_lame_init):
87         Use LAME's default for the min/max/mean VBR bitrate. Setting our own
88         defaults will restrict the bitrate when using the presets in a bad way.
89         Fixes bug #498004.
91 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
93         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
94         * gst/mpegaudioparse/gstmpegaudioparse.c:
95         (mp3_type_frame_length_from_header), (mp3_caps_create),
96         (gst_mp3parse_chain):
97         Put the MPEG audio version into the caps as "mpegaudioversion".
98         This is different from "mpegversion".
100 2008-07-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
103         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
104         * ext/lame/gstlame.h:
105         Fix build with lame >= 3.97. The padding type and cwlimit settings
106         are deprecated now and the function declarations are hidden in the
107         headers so deprecate the GObject properties for them and remove them
108         in 0.11. Fixes bug #544039.
110 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
112         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
113         Don't allow width/height outside the spec (i.e. smaller than 16
114         and higher than 4096). Such files are corrupted ones and setting
115         caps that are not a subset of the template caps confuses playbin.
116         Fixes bug #542646.
118 2008-07-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120         * ext/sidplay/Makefile.am:
121         Fix the build.
123 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125         * configure.ac:
126         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
127         flags that are invalid for C++.
129 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
131         Patch by: Tal Shalif <tshalif at nargila dot org>
133         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_stop):
134         Prevent double free. Fixes bug #541697.
136 2008-07-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
138         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
139         (gst_dvd_demux_get_audio_stream),
140         (gst_dvd_demux_get_subpicture_stream),
141         (gst_dvd_demux_parse_packhead), (gst_dvd_demux_reset):
142         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
143         (gst_mpeg_demux_process_event), (gst_mpeg_demux_init_stream),
144         (gst_mpeg_demux_parse_packhead), (gst_mpeg_demux_reset):
145         * gst/mpegstream/gstmpegdemux.h:
146         Resend tags event after a FLUSH (seek) to support prerolling
147         a partial pipeline.
149 2008-07-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
151         * configure.ac:
152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
153           Use correct error code for encrypted streams.
155 2008-07-02  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
158         (gst_mpeg_demux_sync_stream_to_time):
159         Bridge gaps in stream by NEWSEGMENT sending.  Fixes #540194.
161 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
163         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
164         (gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event):
165         Allow and implement non-flushing and/or segment seek
166         (mainly in TIME and chapter format).
167         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
168         (gst_dvd_demux_get_subpicture_stream),
169         (gst_dvd_demux_synchronise_pads),
170         (gst_dvd_demux_sync_stream_to_time):
171         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event),
172         (gst_mpeg_demux_send_subbuffer),
173         (gst_mpeg_demux_sync_stream_to_time),
174         (gst_mpeg_streams_reset_cur_ts):
175         * gst/mpegstream/gstmpegdemux.h:
176         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
177         (gst_mpeg_parse_pad_added), (gst_mpeg_parse_handle_src_query):
178         Delegate a query to upstream if it can't be handled.
179         Make segment stop aware.
180         Fix (subtitle) stream synchronization.
181         Add some debug statements.
183 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
185         * gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
186         Fix build on macosx.
188 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
190         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
191         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
192         * ext/a52dec/gsta52dec.c:
193         * ext/amrnb/amrnbdec.c:
194         * ext/amrnb/amrnbenc.c:
195         * ext/amrnb/amrnbparse.c:
196         * ext/lame/gstlame.c:
197         * ext/mad/gstmad.c:
198         * ext/sidplay/gstsiddec.cc:
199         * gst/asfdemux/gstrtspwms.c:
200         * gst/mpegaudioparse/gstxingmux.c:
201         * gst/realmedia/rademux.c:
202         * gst/realmedia/rdtmanager.c:
203         * gst/realmedia/rtspreal.c:
204         * gst/synaesthesia/gstsynaesthesia.c:
205           Add missing elements to docs. Restore alphabetical order in section
206           file. Document mad (it was included in docs already).
207           Fix doc-markup: use convinience syntax for examples
208           (produces valid docbook), add several refsec2 when we have several
209           titles. Fix some types.
211 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
213         * ext/lame/gstlame.c:
214         * ext/sidplay/gstsiddec.cc:
215         * gst/mpegaudioparse/gstxingmux.c:
216           Do not use short_description in section docs for elements. We extract
217           them from element details and there will be warnings if they differ.
219 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
221         * gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
222         Don't mark MPEG headers with emphasis == 0x2 as invalid. This
223         emphasis value is reserved but unfortunately files with that
224         value exist and the information is not important for the decoder
225         anyway. Fixes bug #537235.
227 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
229         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
230         Drain queued buffers before forwarding the segment event.
232 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
234         * ext/a52dec/gsta52dec.c: (clear_queued), (flush_queued),
235         (gst_a52dec_drain), (gst_a52dec_push), (gst_a52dec_sink_event),
236         (gst_a52dec_chain), (gst_a52dec_change_state):
237         * ext/a52dec/gsta52dec.h:
238         Add segment handling, buffer clipping and basic reverse playback.
240 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
242         * docs/plugins/Makefile.am:
243         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
244         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
245         * docs/plugins/gst-plugins-ugly-plugins.args:
246         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
247         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
248         * docs/plugins/inspect/plugin-a52dec.xml:
249         * docs/plugins/inspect/plugin-amrnb.xml:
250         * docs/plugins/inspect/plugin-asf.xml:
251         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
252         * docs/plugins/inspect/plugin-dvdread.xml:
253         * docs/plugins/inspect/plugin-dvdsub.xml:
254         * docs/plugins/inspect/plugin-iec958.xml:
255         * docs/plugins/inspect/plugin-lame.xml:
256         * docs/plugins/inspect/plugin-mad.xml:
257         * docs/plugins/inspect/plugin-mpeg2dec.xml:
258         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
259         * docs/plugins/inspect/plugin-mpegstream.xml:
260         * docs/plugins/inspect/plugin-realmedia.xml:
261         * docs/plugins/inspect/plugin-siddec.xml:
262         * docs/plugins/inspect/plugin-synaesthesia.xml:
263         * ext/a52dec/gsta52dec.c:
264           Random doc of the day. Also print human readable format of newsegment
265           in log message if we complain about it.
267 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
269         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_push),
270         (gst_a52dec_sink_event), (gst_a52dec_handle_frame),
271         (gst_a52dec_chain), (gst_a52dec_change_state):
272         * ext/a52dec/gsta52dec.h:
273         Mark discont on outgoing buffers after receiving a DISCONT buffer or
274         when we have a decoding error.
275         We don't need to clear the cache when we receive a NEWSEGMENT event.
276         Clear buffer cache in DISCONT.
277         Add beginnings of GstSegment handling.
279 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
281         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header):
282         Fix alignment issues that caused SIGBUS on some architectures.
284 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
286         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
287           Fix alignment issue which isn't really an issue at all because
288           the plugin hasn't been ported to 0.10 yet.
290 2008-05-25  Jan Schmidt  <jan.schmidt@sun.com>
292         * configure.ac:
293         Back to devel -> 0.10.8.1
295 === release 0.10.8 ===
297 2008-05-21  Jan Schmidt <jan.schmidt@sun.com>
299         * configure.ac:
300           releasing 0.10.8, "And yet"
302 2008-05-19  Jan Schmidt  <jan.schmidt@sun.com>
304         * configure.ac:
305         0.10.7.4 pre-release
307 2008-05-19  Edward Hervey  <edward.hervey@collabora.co.uk>
309         * ext/mad/gstmad.c: (gst_mad_convert_src), (gst_mad_chain):
310         Fix inconsistent use of rate and channels.
311         Fixes #533581
313 2008-05-19  Wim Taymans  <wim.taymans@collabora.co.uk>
315         * gst/realmedia/rmdemux.c: (gst_rmdemux_send_event):
316         Flush timestamp correction variables on a flush. Fixes #533832.
318 2008-05-14  Jan Schmidt  <jan.schmidt@sun.com>
320         * configure.ac:
321         0.10.7.3 pre-release
323 2008-05-13  Edward Hervey  <edward.hervey@collabora.co.uk>
325         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
326         Properly aggregate GstFlowReturn from downstream in order to properly
327         stop, and doing that as early as possible.
328         Fixes #532807
330 2008-05-10  Jan Schmidt  <jan.schmidt@sun.com>
332         * configure.ac:
333         0.10.7.2 pre-release
335 2008-05-10  Edward Hervey  <edward.hervey@collabora.co.uk>
337         * ext/mad/gstmad.c: (gst_mad_sink_event):
338         * gst/mpegaudioparse/gstmpegaudioparse.c:
339         (gst_mp3parse_sink_event):
340         Always let FLUSH_START events flow downstream.
342 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
344         * configure.ac:
345           Error out if we don't have the required core/base versions.
347 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
349         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
350         (gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
351         (gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
352         Fix video timestamps by adjusting it with the first timestamp found.
353         Don't assume we have a complete fragment when flushing the adapter,
354         packets might have been lost or the stream might just be broken.
356 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
358         * gst/realmedia/rdtmanager.c: (gst_rdt_manager_plugin_init):
359         Set Rank to NONE so that we don't accidentally try to autoplug the
360         rdtmanager.
362 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
364         * gst/mpegaudioparse/gstmpegaudioparse.c:
365         (gst_mp3parse_emit_frame):
366         Send a new duration message if the average bitrate changed and
367         we don't know the duration from the Xing or VBRI header.
368         Fixes bug #321857.
370 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
372         * gst/realmedia/rtspreal.c: (rtsp_ext_real_before_send),
373         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
374         * gst/realmedia/rtspreal.h:
375         Move assembly rule parsing to the place where we parse the SDP as it's
376         also there that we create the MDPR and we need the currently selected
377         asmrule in order to select the right MTLI.
378         Fixes #529359.
380 2008-04-29  Michael Smith <msmith@songbirdnest.com>
382         * gst/realmedia/realhash.c:
383         * gst/realmedia/rtspreal.c:
384           Include generated "_stdint.h" instead of <stdint.h> which might not
385           exist on some systems.
387 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
389         * ext/sidplay/gstsiddec.cc:
390         Cast NULL sentinels to void * as NULL is defined as an integer
391         constant in most environments when using C++ and it's size might
392         be different from a pointer. Fixes #529488.
394 2008-04-22  Edgard Lima  <edgard.lima@indt.org.br>
396         * gst/asfdemux/gstasfdemux.c:
397         * gst/asfdemux/gstrtspwms.c:
398           Fix "unused var" compiler error when --disable-gst-debug is used.
400 2008-04-17  Tim-Philipp Müller  <tim at centricular dot net>
402         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_loop):
403           We should also stop the streaming task when we get a NOT_LINKED
404           flow return, which is not covered by FLOW_IS_FATAL.
406 2008-04-11  Julien Moutte  <julien@fluendo.com>
408         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header): Fix
409         argument formats.
411 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
413         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
415         * configure.ac:
416         Actually build dlls when cross-compiling with mingw32.
417         Fixes bug #526247.
419 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
421         * configure.ac:
422         * gst/mpegaudioparse/gstmpegaudioparse.c:
423         (mpeg_audio_seek_entry_free):
424         * gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_free):
425         Depend on GLib 2.12 and use it unconditionally as we do in other
426         modules too already.
428 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
430         * gst/mpegaudioparse/gstmpegaudioparse.c:
431         (mpeg_audio_seek_entry_new), (mpeg_audio_seek_entry_free),
432         (gst_mp3parse_reset), (gst_mp3parse_emit_frame):
433         * gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_new),
434         (gst_xing_seek_entry_free), (gst_xing_mux_finalize), (xing_reset),
435         (gst_xing_mux_chain):
436         Use GSlice for allocating the seek table entries if we compile with
437         GLib 2.10 or newer.
439 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
441         * gst/asfdemux/gstasfdemux.c:
442         (gst_asf_demux_process_ext_stream_props):
443         Remove some debug code.
445 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
447         * gst/asfdemux/gstasfdemux.c:
448         (gst_asf_demux_process_ext_stream_props):
449         Guard against division by 0 and fall back to 25/1 framerate.
451 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream),
454         (gst_asf_demux_process_ext_stream_props):
455         Instead of adding a fixes 25/1 framerate to the video caps, use the
456         average frame duration in the extended properties of the video stream as
457         the framerate. Fixes #524346.
459 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
461         * configure.ac:
462         Check if the compiler supports do { } while (0) macros. This fixes
463         a warning when compiling with g++ 4.3, resulting in a build failure
464         because of -Werror.
466 2008-03-19  Wim Taymans  <wim.taymans@collabora.co.uk>
468         * gst/realmedia/asmrules.c: (gst_asm_scan_string), (main):
469         make ) also a delimiter for rules.
470         Skip \\ when scanning strings.
471         Add new testcase for these problems.
473 2008-03-12  Sebastian Dröge  <slomo@circular-chaos.org>
475         * gst/mpegaudioparse/gstmpegaudioparse.c:
476         (gst_mp3parse_sink_event):
477         Don't take the stream lock when caching events. This is not necessary
478         and results in a deadlock when seeking with rhythmbox (but not with
479         totem or banshee for some reason).
481 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
483         Patch by: Pizpot Gargravarr <pgargravarr at siriuscybernetics dot org>
485         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp):
486         Add the version field when creating the CONT chunk resulting in 
487         the Author, Comment and Copyright tags not being parsed correctly.
488         Fixes #521459.
490 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
492         * gst/mpegaudioparse/gstmpegaudioparse.c:
493         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
494         Remove trailing newlines from debug statements.
496 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
498         * ext/dvdnav/dvdnavsrc.c:
499         * ext/dvdnav/dvdnavsrc.h:
500         Apply patch that adds some seeking support to dvdnav, and fixes it
501         in various other ways. This doesn't make dvdnavsrc fully functional,
502         but moves it forward.
504         Fixes: #476149
505         Patch By: Simone Gotti <simone.gotti@email.it>
507         * ext/dvdnav/gst-dvd:
508         Update the simple dvdnavsrc gst-launch example to work for 0.10
510 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
512         * configure.ac:
513         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
514         plug-ins are included/excluded. (#498222)
516 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
518         * ext/mad/gstmad.c: (gst_mad_sink_event):
519         * gst/mpegaudioparse/gstmpegaudioparse.c:
520         (gst_mp3parse_sink_event):
521         Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead
522         of dropping and leaking them.
524 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
526         * ext/mad/gstmad.c: (gst_mad_dispose), (gst_mad_sink_event),
527         (gst_mad_chain):
528         * ext/mad/gstmad.h:
529         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_dispose),
530         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame):
531         * gst/mpegaudioparse/gstmpegaudioparse.h:
532         Cache all events except EOS if we still have to send a NEWSEGMENT
533         event. This will let TAG events be forwarded until after decodebin
534         to an encoder for example as decodebin only links the pads
535         after NEWSEGMENT. Fixes bug #518933.
537 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
539         * gst/mpegaudioparse/gstxingmux.c: (get_xing_offset):
540         Write Xing header at the correct position in the MP3 frame for
541         stereo files. Fixes bug #518676.
543 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
545         * configure.ac:
546         * ext/sidplay/Makefile.am:
547           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
548           when building C++ code (#516509).
550 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
552         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
553           Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun
554           Workshop 12 compiler, but probably also crashes (#517985).
556 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
558         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
560         * gst/mpegaudioparse/gstmpegaudioparse.c:
561         (gst_mp3_channel_mode_get_type),
562         (mp3_type_frame_length_from_header), (gst_mp3parse_class_init),
563         (gst_mp3parse_reset), (gst_mp3parse_emit_frame),
564         (gst_mp3parse_chain):
565         * gst/mpegaudioparse/gstmpegaudioparse.h:
566         Post channel mode and CRC as tags. Fixes bug #504493.
568 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
570         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_finalize):
571         Correctly chain up to the parent's finalize function.
573 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
575         * gst/mpegaudioparse/gstmpegaudioparse.c:
576         (gst_mp3parse_emit_frame), (gst_mp3parse_chain):
577         Try a bit harder to get valid timestamps, especially if upstream
578         gives us one and we are at the first frame or resyncing.
579         Return UNEXPECTED if we get a valid timestamp that is outside of
580         our configured segment. After all changes done so far this doesn't
581         seem to cause any regression, please test.
583 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
585         Patch by:
586           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event):
589         If we don't have the position to seek to in our index first try
590         to convert from TIME to BYTES upstream and only if that fails
591         too use the old hack to simply seek to an earlier position
592         and let the sink drop everything before segment start.
593         Partially fixes bug #469930.
595 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
597         * configure.ac:
598         Back to development...
600 === release 0.10.7 ===
602 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
604         * configure.ac:
605           releasing 0.10.7, "I Cheated Time"
607 2008-02-18  Jan Schmidt  <jan.schmidt@sun.com>
609         * tests/check/Makefile.am:
610         Exclude dvdreadsrc from the states test too.
612 2008-02-18  Sebastian Dröge  <slomo@circular-chaos.org>
614         * gst/mpegaudioparse/gstmpegaudioparse.c:
615         (gst_mp3parse_emit_frame):
616         Handler buffers without valid timestamp more correctly: Don't drop
617         them and don't use the invalid timestamp to calculate the next
618         timestamp. Fixes bug #516811.
620 2008-02-18  Sebastian Dröge  <slomo@circular-chaos.org>
622         Patch by: Tal Shalif <tshalif at nargila dot org>
624         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_create),
625         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_do_position_query):
626         Add some gint64 casts to prevent 32 bit integer overflows.
627         Fixes bug #516989.
629 2008-02-17  Jan Schmidt  <jan.schmidt@sun.com>
631         * gst/mpegaudioparse/gstmpegaudioparse.c:
633         Revert previous commit to mp3parse, as it breaks playback
634         of AVI files.
636 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
638         * gst/mpegaudioparse/gstmpegaudioparse.c:
639         (gst_mp3parse_emit_frame):
640         Return GST_FLOW_UNEXPECTED if we get data that is after our
641         configured segment. This makes upstream go EOS immediately instead
642         of sending us the complete stream. Also improve debugging a bit.
644 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
646         * ext/dvdread/dvdreadsrc.c:
647         Fix regression in DVD seeking - when a pack we
648         expect to be a NAV block turns out not to be, scan forwards
649         for up to 2MB (at most ~1sec) until we find one.
651         Fixes: #516278
653 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
655         * win32/vs6/libgstmpegaudioparse.dsp:
656         Add xing files to VS project file.
658 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
660         * gst/dvdsub/gstdvdsubparse.c: (gst_dvd_sub_parse_init):
661         Stop leaking src pad templates. Fixes bug #515708.
663 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
665         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header):
666         Correctly write the size in bytes on big endian systems.
667         Fixes bug #515725.
669 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
671         * ext/lame/gstlame.c: (gst_lame_setup):
672         Don't leak the allowed caps.
673         * tests/check/pipelines/lame.c: (GST_START_TEST):
674         Stop leaking all buffers. Fixes bug #515575.
676 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
678         * gst/mpegaudioparse/plugin.c:
679         Commit new file I forgot to add.
681 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
683         * configure.ac:
684         Make DISABLE_DEPRECATED defined *only* during CVS, not during
685         pre-releases or releases.
687 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
689         * docs/plugins/Makefile.am:
690         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
691         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
692         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
693         * gst/mpegaudioparse/Makefile.am:
694         * gst/mpegaudioparse/gstmpegaudioparse.c:
695         * gst/mpegaudioparse/gstxingmux.c:
696         * tests/check/Makefile.am:
697         * tests/check/elements/.cvsignore:
698         Move xingmux from -bad.
700         Fixes: #511497
702 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
704         * gst/mpegaudioparse/gstmpegaudioparse.c:(mp3parse_time_to_bytepos):
705         Use gst_guint64_to_gdouble for conversion
706         * win32/vs6/libgstasfdemux.dsp:
707         * win32/vs6/libgstdvdsub.dsp:
708         * win32/vs6/libgstrealmedia.dsp:
709         Update project dependencies and add new source files
711 2008-02-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
713         * ext/mpeg2dec/gstmpeg2dec.c:
714         Reset decoder when handling sequence where libmpeg2 has set
715         frame period to 0, probably due to a corrupt packet.
716         Fixes bug #514297
718 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
720         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_caps_create),
721         (gst_mp3parse_chain):
722         Don't set new caps on the srcpad everytime the bitrate or MPEG
723         version changes but calculate new spf value when the MPEG version
724         changes.
726 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
728         * docs/plugins/Makefile.am:
729         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
730         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
731           Add the real and rtsp elements and update the lists.
733         * docs/plugins/inspect/plugin-amrnb.xml:
734         * docs/plugins/inspect/plugin-asf.xml:
735         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
736         * docs/plugins/inspect/plugin-dvdsub.xml:
737         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
738         * docs/plugins/inspect/plugin-mpegstream.xml:
739         * docs/plugins/inspect/plugin-realmedia.xml:
740         * docs/plugins/inspect/plugin-siddec.xml:
741         * docs/plugins/inspect/plugin-synaesthesia.xml:
742           Regenerate docs.
744         * gst/iec958/ac3_padder.c:
745         * gst/iec958/ac3_padder.h:
746           Do not use gtk-doc style comments for non gtk-doc comments. Note -
747           there are functions defined using extern in the .c file - does that
748           make sense?
750 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
752         * ext/mad/gstmad.c:
753           Chain up at the end of the function.
755 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
757         * ext/mad/gstid3tag.c: (gst_id3_tag_class_init):
758         Don't add pad templates for the base class but only in the
759         subclasses.
761 2008-01-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
763         * ext/lame/gstlame.c:
764         * ext/lame/gstlame.h:
765         Fix the case where you initially have stereo input, and so lame's
766         mode is not set to mono, and then you get input with mono audio and
767         soon after you get stereo input again. What happened before this
768         commit is that it would keep the encoding mode as mono. It should
769         change it back to the one requested by the app (or the default one)
770         if not requested.
772 2008-01-15  Sebastian Dröge  <slomo@circular-chaos.org>
774         * gst/mpegaudioparse/gstmpegaudioparse.c:
775         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
776         (mp3parse_bytepos_to_time):
777         Interpolate the VBRI seek table entries to get better results,
778         support 3 byte seek table entries and prevent overflows in the
779         seek table by adding the relative offsets when using the seek
780         table in a large enough data type.
782 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
784         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
785         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
786         (mp3parse_bytepos_to_time):
787         * gst/mpegaudioparse/gstmpegaudioparse.h:
788         Add support for seeking based on the VBRI seek table. Might make
789         sense to use interpolation in the table later to get hopefully a
790         bit more accurate values.
792 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
794         * ext/mpeg2dec/gstmpeg2dec.c: (clear_queued), (flush_queued),
795         (handle_picture), (handle_slice):
796         Fix compilation error. Fixes #509313.
798 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
800         * ext/lame/gstlame.c: (gst_lame_sink_event):
801         Use gst_util_uint64_scale instead of gst_util_uint64_scale_int
802         as 8 * GST_SECOND is too large for int.
804 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
806         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
807         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame),
808         (mp3parse_total_bytes), (mp3parse_total_time):
809         * gst/mpegaudioparse/gstmpegaudioparse.h:
810         Add initial support for reading VBRI headers as found in VBR files
811         created by some Fraunhofer encoders. Currently we only read the
812         number of frames and bytes (and calculate duration, etc from this)
813         but there is also a seek table that we currently don't use.
815 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
817         Patch by: Mark Nauwelaerts <manauw at syknet dot be>
818         
819         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
820         (gst_lame_sink_event):
821         Correctly set number of channels when using mono-encoding mode
822         and fix the duration calculation of the EOS buffer.
824 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
826         * gst/mpegaudioparse/gstmpegaudioparse.c:
827         (gst_mp3parse_handle_first_frame):
828         Guard against 0 values in the Xing header as frame count and
829         byte count and calculate the bitrate when we have all values
830         we need and not before.
832 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
834         * ext/mad/gstmad.c: (GST_TYPE_MAD_MODE),
835           (GST_TYPE_MAD_EMPHASIS), (GST_TAG_EMPHASIS), (CHECK_HEADER):
836           Call g_type_class_ref() from a thread-safe context and not
837           from the streaming thread to avoid GLib screwing up (see
838           bug #349410 and #493432). Comment out unused code.
840 2008-01-10  Wim Taymans  <wim.taymans@collabora.co.uk>
842         * ext/mpeg2dec/gstmpeg2dec.c: (clear_queued), (flush_queued),
843         (handle_picture), (clip_buffer), (handle_slice),
844         (gst_mpeg2dec_chain), (gst_mpeg2dec_sink_event),
845         (gst_mpeg2dec_change_state):
846         * ext/mpeg2dec/gstmpeg2dec.h:
847         Add buffer clipping.
848         Add basic reverse playback support. Not complete yet when dealing with 
849         non-closed GOPs.
851 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
853         * autogen.sh:
854           Add -Wno-portability to the automake parameters to stop warnings
855           about GNU make extensions being used. We require GNU make in almost
856           every Makefile anyway.
857           
858         * configure.ac:
859           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
860           at the same time is required for per target flags.
862 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
864         * Makefile.am:
865           Include lcov.mak to allow building coverage reports.
867 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
869         * ext/mad/gstmad.c: (mpg123_parse_xing_header):
870         * gst/mpegaudioparse/gstmpegaudioparse.c:
871         (gst_mp3parse_handle_first_frame):
872         Make sure that the Xing TOC starts with 0 and the entries
873         are increasing over time. Otherwise it's broken and should
874         be skipped. Fixes bug #507821.
876 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
878         * gst/asfdemux/gstasfdemux.c: (asfdemux_dbg), (gst_asf_demux_reset),
879           (gst_asf_demux_add_video_stream),
880           (gst_asf_demux_process_ext_content_desc),
881           (gst_asf_demux_get_metadata_for_stream),
882           (gst_asf_demux_process_metadata), (gst_asf_demux_process_object),
883           (gst_asf_demux_change_state):
884         * gst/asfdemux/gstasfdemux.h:
885           Parse metadata object and extract pixel aspect ratio. Fixes #507844.
887 2007-12-31  David Schleef  <ds@schleef.org>
889         * docs/plugins/.cvsignore:
890           Add *-undeclared.txt
892 2007-12-21  Wim Taymans  <wim.taymans@collabora.co.uk>
894         * gst/realmedia/rdtmanager.c:
895         (gst_rdt_manager_marshal_VOID__UINT_UINT),
896         (gst_rdt_manager_class_init):
897         * gst/realmedia/rdtmanager.h:
898         Implement some more signals that rtspsrc connects to.
899         Fixes #504671.
901 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
903         * Makefile.am:
904           Include common/win32.mak for CRLF check of win32 project
905           files (see #393626).
907 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
909         * gst/mpegaudioparse/gstmpegaudioparse.c:
910           (gst_mp3parse_sink_event), (mp3parse_handle_seek):
911           Don't post SEGMENT_START messages on the bus, only the element
912           driving the pipeline should do that.
914 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
916         * configure.ac:
917           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
919 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
921         * ext/mpeg2dec/gstmpeg2dec.h:
922         Use G_GINT64_CONSTANT, fixes compilation with MSVC 6.0.
923         Fixes #500808.
925 2007-11-20  Julien MOUTTE  <julien@moutte.net>
927         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp): Fix build
928         on Mac OS X.
930 2007-11-19  Jan Schmidt  <jan.schmidt@sun.com>
932         * gst/mpegaudioparse/gstmpegaudioparse.c:
933         Restore the segment handling logic.
934         Please don't do behavioural changes under the heading of 'leak fixes'
935         or 'whitespace changes', people.
937 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
939         * gst/mpegaudioparse/gstmpegaudioparse.c:
940           Plug some leaks.
942 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
944         * gst/asfdemux/gstasfdemux.c:
945           Sync _activate_pull() a little more with other demuxers.
947 2007-11-11  Thijs Vermeir  <thijsvermeir@gmail.com>
949         * gst/mpegstream/gstmpegdemux.c:
950         recognize the padding stream
952 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_ext_content_desc):
955           Convert tags that come as string into the type required by
956           GstTagList.
958 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
960         * gst/mpegaudioparse/gstmpegaudioparse.c:
961         (gst_mp3parse_emit_frame):
962         Remove some more broken code, it seems to clip even when it should not.
963         See #491305.
965 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
967         * gst/mpegaudioparse/gstmpegaudioparse.c:
968         (gst_mp3parse_emit_frame):
969         When the element is not driving the streaming thread it is not supposed
970         to emit EOS or post SEGMENT done. It is allowed to return UNEXPECTED
971         upstream when it detects EOS. See #491305.
973 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
975         Patch by: Mark Nauwelaerts <mnauw at users.sourceforge.net>
977         * gst/dvdsub/Makefile.am:
978         * gst/dvdsub/gstdvdsubdec.c:
979         * gst/dvdsub/gstdvdsubparse.c:
980         * gst/dvdsub/gstdvdsubparse.h:
981           Add dvd subtitle parser, which just packetizes the input
982           stream. This is needed to mux dvd subtitles into matroska
983           files, since the muxer expects unfragmented and properly
984           timestamped input (#415754).
986 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
988         * configure.ac:
989           Update requirements from past CVS versions to released
990           versions (0.10.14 in this case).
992         * ext/sidplay/gstsiddec.cc:
993           Fix compilation with g++-4.2.
995 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
997         * gst/realmedia/asmrules.c: (gst_asm_scan_parse_expression),
998         (gst_asm_scan_parse_condition):
999         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
1000         Fix some compiler warnings shown on Forte.
1002 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1004         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_time_to_bytepos),
1005         (mp3parse_bytepos_to_time):
1006         Use gst_util_guint64_to_gdouble for conversions.
1007         * win32/vs6/libgstmad.dsp:
1008         Add a link to libgstaudio.
1010 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1012         * ext/lame/gstlame.c:
1013           Fix up case where there is no peer, in which case
1014           _get_allowed_caps() will return NULL.
1016 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1018         * ext/lame/gstlame.c:
1019           Use GST_PTR_FORMAT to print caps in debug statement.
1021 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1023         * configure.ac:
1024         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1025         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1026         in configure.ac.
1028 2007-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1030         * ext/lame/gstlame.c:
1031           Allow fixing the sample rate lame converts to by negotiating fixed
1032           sample rate on the src pad caps.
1033           Add docs for it.
1034         * tests/check/Makefile.am:
1035         * tests/check/pipelines/lame.c:
1036           Add a check for it.
1038 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1040         * po/LINGUAS:
1041         * po/da.po:
1042           Updated translations.
1044 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1046         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1048         * po/pl.po:
1049           Added Polish translation.
1051 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1053         translated by: Ilkka Tuohela <hile@iki.fi>
1055         * po/fi.po:
1056           Added Finnish translation.
1058 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1060         translated by: Jorge González González <aloriel@gmail.com>
1062         * po/es.po:
1063           Added Spanish translation.
1065 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1067         translated by: Alexander Shopov <ash@contact.bg>
1069         * po/bg.po:
1070           Added Bulgarian translation.
1072 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1074         * gst/iec958/ac3iec.c:
1075           Chainup in finalize.
1077         * tests/check/Makefile.am:
1078         * tests/check/generic/states.c:
1079           Improved state change unit test.
1081 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1083         * docs/plugins/.cvsignore:
1084         * tests/check/.cvsignore:
1085           Ignore registries in any format.
1087 2007-09-08  Tim-Philipp Müller  <tim at centricular dot net>
1089         * configure.ac:
1090           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for a
1091           define in the lame headers.  This has the advantage that
1092           it should still work when we're cross-compiling (#452025).
1094 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1096         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
1097         Add other allowed rates to the pad templates.
1099         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_dispose):
1100         Reset the parser to release memory in dispose.
1102 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
1104         * ext/amrnb/amrnbdec.c:
1105         * ext/amrnb/amrnbenc.c:
1106         * ext/amrnb/amrnbparse.c:
1107         * ext/sidplay/gstsiddec.cc:
1108           Fix more leaks.
1110 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1112         Patch by: Daniel Charles <dcharles at ti dot com>
1114         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_bandmode_get_type),
1115         (gst_amrnbenc_set_property), (gst_amrnbenc_get_property),
1116         (gst_amrnbenc_base_init), (gst_amrnbenc_class_init),
1117         (gst_amrnbenc_chain), (gst_amrnbenc_state_change):
1118         * ext/amrnb/amrnbenc.h:
1119         Add property to select the BandMode of the AMR encoder.
1120         See #466442.
1122 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1124         * gst/realmedia/asmrules.c:
1125           Make ro memory to share.
1127 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1129         * gst/mpegaudioparse/gstmpegaudioparse.c:
1130         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame):
1131         * gst/mpegaudioparse/gstmpegaudioparse.h:
1132         Queue segment event and push it after we know the caps on the pad or
1133         else an autoplugger might not have plugged the element yet and the
1134         segment is lost.
1136 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1138         * gst/iec958/ac3iec.c:
1139           Fix tests.
1141 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1143         * tests/check/Makefile.am:
1144         * tests/check/generic/.cvsignore:
1145         * tests/check/generic/states.c:
1146           Add generic state-change test suite to help to fi leaks.
1148 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1150         translated by: Raphael Higino <phhigino@gmail.com>
1152         * po/LINGUAS:
1153         * po/pt_BR.po:
1154           Added Portuguese (Brazilian) translation.
1156 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1158         * po/hu.po:
1159         * po/nl.po:
1160         * po/sv.po:
1161         * po/uk.po:
1162           Updated translations.
1164 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1166         * gst/realmedia/rmdemux.c: (gst_rmdemux_fix_timestamp),
1167         (gst_rmdemux_parse_video_packet):
1168         Activate timestamp fixing code.
1170 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1172         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),
1173         (gst_rmdemux_chain), (gst_rmdemux_parse_mdpr),
1174         (gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
1175         (gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
1176         Do fragment collection in the demuxer so that we can now work with
1177         both ffmpeg and realvideodec to decoder real video content.
1179 2007-08-04  Stefan Kost  <ensonic@users.sf.net>
1181         * gst/realmedia/asmrules.c:
1182           Include stdlib.h.
1184 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1186         * gst/realmedia/rdtmanager.c:
1187         Fix caps.
1189 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1191         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1192         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
1193         Disable UDP transport for now.
1195 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1197         * gst/realmedia/Makefile.am:
1198         * gst/realmedia/rdtmanager.c: (find_session_by_id),
1199         (create_session), (free_session), (gst_rdt_manager_base_init),
1200         (gst_rdt_manager_marshal_BOXED__UINT_UINT),
1201         (gst_rdt_manager_class_init), (gst_rdt_manager_init),
1202         (gst_rdt_manager_finalize), (gst_rdt_manager_query_src),
1203         (gst_rdt_manager_chain_rtp), (gst_rdt_manager_chain_rtcp),
1204         (gst_rdt_manager_set_property), (gst_rdt_manager_get_property),
1205         (gst_rdt_manager_provide_clock), (gst_rdt_manager_change_state),
1206         (create_recv_rtp), (create_recv_rtcp), (create_rtcp),
1207         (gst_rdt_manager_request_new_pad), (gst_rdt_manager_release_pad),
1208         (gst_rdt_manager_plugin_init):
1209         * gst/realmedia/rdtmanager.h:
1210         * gst/realmedia/rmdemux.c: (plugin_init):
1211         Add simple rdt manager.
1213 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1215         * gst/realmedia/rdtdepay.c:
1216         Fix the encoding-name so that it matches what the rtsp extension sets.
1218 2007-08-02  Wim Taymans  <wim.taymans@gmail.com>
1220         * gst/realmedia/asmrules.c: (gst_asm_node_free),
1221         (gst_asm_node_evaluate), (gst_asm_scan_new), (gst_asm_scan_free),
1222         (gst_asm_scan_string), (gst_asm_scan_number),
1223         (gst_asm_scan_identifier), (gst_asm_scan_print_token),
1224         (gst_asm_scan_next_token), (gst_asm_rule_free),
1225         (gst_asm_rule_add_property), (gst_asm_scan_parse_operand),
1226         (gst_asm_scan_parse_expression), (gst_asm_scan_parse_condition),
1227         (gst_asm_scan_parse_property), (gst_asm_scan_parse_rule),
1228         (gst_asm_rule_evaluate), (gst_asm_rule_book_new),
1229         (gst_asm_rule_book_n_rules), (gst_asm_rule_book_free),
1230         (gst_asm_rule_book_match), (main):
1231         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp),
1232         (rtsp_ext_real_stream_select), (gst_rtsp_real_plugin_init):
1233         Use g_hash_table_destroy instead of _unref which is too new.
1235 2007-08-02  Wim Taymans  <wim.taymans@gmail.com>
1237         * gst/realmedia/.cvsignore:
1238         Add test to ignore.
1240         * gst/realmedia/Makefile.am:
1241         * gst/realmedia/asmrules.c: (gst_asm_node_new),
1242         (gst_asm_node_free), (gst_asm_operator_eval),
1243         (gst_asm_node_evaluate), (gst_asm_scan_new), (gst_asm_scan_free),
1244         (gst_asm_scan_string), (gst_asm_scan_number),
1245         (gst_asm_scan_identifier), (gst_asm_scan_print_token),
1246         (gst_asm_scan_next_token), (gst_asm_rule_new), (gst_asm_rule_free),
1247         (gst_asm_rule_add_property), (gst_asm_scan_parse_operand),
1248         (gst_asm_scan_parse_expression), (gst_asm_scan_parse_condition),
1249         (gst_asm_scan_parse_property), (gst_asm_scan_parse_rule),
1250         (gst_asm_rule_evaluate), (gst_asm_rule_book_new),
1251         (gst_asm_rule_book_n_rules), (gst_asm_rule_book_free),
1252         (gst_asm_rule_book_match), (main):
1253         * gst/realmedia/asmrules.h:
1254         Added asembler rule book parser and evaluator.
1256         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp),
1257         (rtsp_ext_real_stream_select), (gst_rtsp_real_plugin_init):
1258         * gst/realmedia/rtspreal.h:
1259         Keep per stream config info.
1260         Parse and evaluate asm rule books for stream selection.
1262 2007-07-31  Stefan Kost  <ensonic@users.sf.net>
1264         * gst/realmedia/rtspreal.c:
1265           Include stdlib.
1267 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1269         * gst/realmedia/Makefile.am:
1270         * gst/realmedia/realhash.c: (hash), (call_hash),
1271         (gst_rtsp_ext_real_calc_response_and_checksum):
1272         * gst/realmedia/realhash.h:
1273         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1274         (rtsp_ext_real_after_send), (rtsp_ext_real_stream_select):
1275         Split out hash code in separate file.
1277 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1279         * gst/asfdemux/Makefile.am:
1280         * gst/asfdemux/gstrtspwms.c: (gst_rtsp_wms_parse_sdp), (_do_init),
1281         (gst_rtsp_wms_class_init):
1282         * gst/realmedia/Makefile.am:
1283         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1284         (rtsp_ext_real_before_send), (rtsp_ext_real_after_send),
1285         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
1286         (_do_init), (gst_rtsp_real_class_init):
1287         Fix include paths and link dependecies for rtsp extension.
1289 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1291         * gst/realmedia/Makefile.am:
1292         * gst/realmedia/rmdemux.c: (plugin_init):
1293         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1294         (rtsp_ext_real_before_send), (rtsp_ext_real_after_send), (hash),
1295         (call_hash), (rtsp_ext_real_calc_response_and_checksum),
1296         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
1297         (_do_init), (gst_rtsp_real_base_init), (gst_rtsp_real_class_init),
1298         (gst_rtsp_real_init), (gst_rtsp_real_finalize),
1299         (gst_rtsp_real_change_state), (gst_rtsp_real_extension_init),
1300         (gst_rtsp_real_plugin_init):
1301         * gst/realmedia/rtspreal.h:
1302         Add RealMedia RTSP extension module. It has rank NONE until it is fully
1303         functional.
1305 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1307         * gst/asfdemux/Makefile.am:
1308         * gst/asfdemux/gstasf.c: (plugin_init):
1309         * gst/asfdemux/gstrtspwms.c: (gst_rtsp_wms_before_send),
1310         (gst_rtsp_wms_after_send), (gst_rtsp_wms_parse_sdp),
1311         (gst_rtsp_wms_configure_stream), (_do_init),
1312         (gst_rtsp_wms_base_init), (gst_rtsp_wms_class_init),
1313         (gst_rtsp_wms_init), (gst_rtsp_wms_finalize),
1314         (gst_rtsp_wms_change_state), (gst_rtsp_wms_extension_init):
1315         * gst/asfdemux/gstrtspwms.h:
1316         Move WMS RTSP extension from -good to here.
1317         Port it to the new pluggable extension interface.
1319 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
1321         * ext/mad/Makefile.am:
1322           Link to audio helper from plugins-base.
1324 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1326         * configure.ac:
1327         * ext/mad/gstmad.c: (gst_mad_chain):
1328         Use the new buffer clipping function from gstaudio here and
1329         require gst-plugins-base CVS.
1331 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1333         * configure.ac:
1334           Sync liboil check with plugins-base. Add libm check.
1336         * gst/synaesthesia/Makefile.am:
1337           Link against libm. We're using sqrt here.
1339 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1341         * gst/asfdemux/gstasfdemux.c:
1342         Include stdlib.
1344 2007-07-18  Sebastian Dröge  <slomo@circular-chaos.org>
1346         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1347         (gst_mp3parse_emit_frame), (mp3parse_handle_seek):
1348         * gst/mpegaudioparse/gstmpegaudioparse.h:
1349         Save some memory for each frame by only saving the start timestamp
1350         and start byte position instead of additionally the stop timestamp
1351         and stop byte position. This requires us to use a doubly-linked list
1352         but still saves 8-12 bytes per frame.
1354 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1356         * ext/mad/gstmad.c: (clip_outgoing_buffer):
1357         Fix buffer clipping to correctly clip to the segment stop.
1359 2007-07-15  Jan Schmidt  <thaytan@noraisin.net>
1361         * gst/mpegaudioparse/gstmpegaudioparse.c:
1362         (gst_mp3parse_emit_frame):
1363         Fix a calculation that was causing mp3parse to drop every incoming
1364         frame when upstream delivered a segment in TIME format, breaking 
1365         playback of all mpeg system streams.
1367 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1369         * Makefile.am:
1370         * configure.ac:
1371         * tests/Makefile.am:
1372         Remove bogus check for libcheck, since we check for
1373         gstreamer-check and it pulls in the required info from
1374         and we weren't actually _using_ the information for
1375         libcheck ourselves anyway.
1377 2007-07-13  Sebastian Dröge  <slomo@circular-chaos.org>
1379         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1380         (gst_mp3parse_init), (gst_mp3parse_dispose),
1381         (gst_mp3parse_sink_event), (mp3parse_seek_table_last_entry),
1382         (gst_mp3parse_emit_frame), (gst_mp3parse_chain),
1383         (mp3parse_handle_seek), (mp3parse_src_query):
1384         * gst/mpegaudioparse/gstmpegaudioparse.h:
1385         Implement accurate seeking in mpegaudioparse. Fixes #308312.
1386         Also implement segment seeks.
1388 2007-07-13  Sebastian Dröge  <slomo@circular-chaos.org>
1390         * ext/mad/gstmad.c: (_do_init), (gst_mad_init), (index_seek),
1391         (normal_seek), (gst_mad_sink_event), (clip_outgoing_buffer),
1392         (gst_mad_chain), (gst_mad_change_state):
1393         * ext/mad/gstmad.h:
1394         Implement buffer clipping and use GST_BOILERPLATE instead of manual
1395         GType magic. Part one of bug #308312.
1397 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1399         * configure.ac:
1400           Use pkg-config to locate check.
1402 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1404         * configure.ac:
1405         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer):
1406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_buffer):
1407         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
1408           Fix build against core CVS by not using deprecated API. Bump
1409           requirements for new API (overdue anyway).
1411 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
1413         * REQUIREMENTS:
1414           Also add amr-libs here and update a little.
1416 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1418         * docs/plugins/inspect/plugin-dvdnav.xml:
1419         * docs/plugins/inspect/plugin-realmedia.xml:
1420         * docs/plugins/inspect/plugin-synaesthesia.xml:
1421           Add inspect file for synaesthesia so the docs can be built even if
1422           the plugin isn't built yet. Fixes #454311. Also add inspect files
1423           for dvdnavsrc and realmedia.
1425 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1427         * docs/plugins/Makefile.am:
1428           Simplify --extra-dir as gtkdoc scans recursively.
1430 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
1432         * docs/plugins/Makefile.am:
1433         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1434         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
1435         * gst/synaesthesia/Makefile.am:
1436         * gst/synaesthesia/gstsynaesthesia.c:
1437         * gst/synaesthesia/gstsynaesthesia.h:
1438           And yet more docs enabled.
1440 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
1442         * docs/plugins/Makefile.am:
1443         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1444         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
1445         * docs/plugins/inspect/plugin-a52dec.xml:
1446         * docs/plugins/inspect/plugin-amrnb.xml:
1447         * docs/plugins/inspect/plugin-asf.xml:
1448         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
1449         * docs/plugins/inspect/plugin-dvdsub.xml:
1450         * docs/plugins/inspect/plugin-iec958.xml:
1451         * docs/plugins/inspect/plugin-lame.xml:
1452         * docs/plugins/inspect/plugin-mad.xml:
1453         * docs/plugins/inspect/plugin-mpeg2dec.xml:
1454         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
1455         * docs/plugins/inspect/plugin-mpegstream.xml:
1456           Add new docs. Scan c++ files too.
1457         
1458         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_base_init),
1459         (gst_amrnbdec_event):
1460         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
1461         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_base_init),
1462         (gst_amrnbparse_loop):
1463           Add documentation headers.
1465         * ext/mad/gstmad.c:
1466         * ext/mad/gstmad.h:
1467           Refactor for docs.
1469 2007-07-01  Sebastian Dröge  <slomo@circular-chaos.org>
1471         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_base_init),
1472         (gst_mp3parse_init):
1473         Use GST_BOILERPLATE instead of manual GType magic.
1474         * gst/mpegaudioparse/gstmpegaudioparse.c:
1475         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
1476         (mp3parse_bytepos_to_time):
1477         * gst/mpegaudioparse/gstmpegaudioparse.h:
1478         Implement seeking, byte->time, time->byte conversions with the Xing
1479         seek table if available. This allows better at least a bit more
1480         accurate seeks and file position reporting.
1482 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1484         * gst/mpegaudioparse/gstmpegaudioparse.c:
1485         (gst_mp3parse_handle_first_frame):
1486         Copy the complete Xing seek table in the 100 byte array instead of
1487         copying the first byte 100 times.
1488         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_total_bytes),
1489         (mp3parse_total_time), (mp3parse_time_to_bytepos):
1490         Add seeking support based on the Xing header but comment it out for
1491         now as it seems to yield worse result than the other method.
1492         Also use gst_pad_query_peer_duration() instead of getting the peer pad
1493         ourself, creating a new GstQuery, etc.
1495 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1497         * docs/plugins/gst-plugins-ugly-plugins.args:
1498         * docs/plugins/inspect/plugin-a52dec.xml:
1499         * docs/plugins/inspect/plugin-amrnb.xml:
1500         * docs/plugins/inspect/plugin-asf.xml:
1501         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
1502         * docs/plugins/inspect/plugin-dvdread.xml:
1503         * docs/plugins/inspect/plugin-dvdsub.xml:
1504         * docs/plugins/inspect/plugin-iec958.xml:
1505         * docs/plugins/inspect/plugin-lame.xml:
1506         * docs/plugins/inspect/plugin-mad.xml:
1507         * docs/plugins/inspect/plugin-mpeg2dec.xml:
1508         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
1509         * docs/plugins/inspect/plugin-mpegstream.xml:
1510           Update docs with caps info.
1512 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1514         * po/POTFILES.in:
1515           Make sure dvdnav strings get translated too (no reason not to have
1516           them in the .po file, even if the plugin is disabled for now).
1517           Fixes #450879.
1519 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
1521         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_base_init),
1522         (gst_amrnbdec_event), (gst_amrnbdec_chain),
1523         (gst_amrnbdec_state_change):
1524         * ext/amrnb/amrnbdec.h:
1525         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_base_init),
1526         (gst_amrnbparse_loop):
1527           Add newsegment and discont handling. Some code cleanups.
1529 2007-06-25  David Schleef  <ds@schleef.org>
1531         * ext/dvdread/dvdreadsrc.c: check for an error from
1532           DVDReadBlocks() correctly.
1534 2007-06-25  David Schleef  <ds@schleef.org>
1536         * ext/dvdread/dvdreadsrc.c:
1537           If we can't read a nav packet, or it doesn't look like a nav
1538           packet, that's an error.  Previous behavior was to look at
1539           the next packet; I can't find any justification for doing that.
1540           Fixes: #358891.
1542 2007-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1544         * po/it.po:
1545           Updated Italian translation.
1547 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1549         * po/vi.po:
1550           Updated Vietnames translation.
1552 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1554         contributed by: Wenzheng Hu <db_lobster@163.com>
1556         * po/LINGUAS:
1557         * po/zh_CN.po:
1558           Added Chinese (simplified) translation.
1560 2007-06-22  Jan Schmidt  <thaytan@mad.scientist.com>
1562         * MAINTAINERS:
1563         Updating all the maintainers files
1565 2007-06-22  Edward Hervey  <edward@fluendo.com>
1567         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init):
1568         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init):
1569         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
1570         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_init):
1571         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_init):
1572         * gst/iec958/ac3iec.c: (ac3iec_init):
1573         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
1574         Fix leaks some more.
1576 2007-06-21  Edward Hervey  <edward@fluendo.com>
1578         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init):
1579         "She's leaking me", said valgrind.
1581 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1583         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_caps_create):
1584         Fix "pad caps are not a real subset of its template caps" warning.
1586 2007-06-19  Wim Taymans  <wim@fluendo.com>
1588         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1590         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init),
1591         (gst_amrnbdec_finalize):
1592         Don't leak the adapter, unref it in a new finalize method instead.
1593         Fixes #448782.
1595 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1597         * configure.ac:
1598         Back to CVS
1600         * gst-plugins-ugly.doap:
1601         Add 0.10.6 to the list of releases.
1603 === release 0.10.6 ===
1605 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
1607         * configure.ac:
1608           releasing 0.10.6, "The Sacrifice"
1610 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
1612         * win32/vs6/gst_plugins_ugly.dsw:
1613         * win32/vs6/libgstac3parse.dsp:
1614         * win32/vs6/libgstasfdemux.dsp:
1615         * win32/vs6/libgstdvdlpcmdec.dsp:
1616         * win32/vs6/libgstdvdsub.dsp:
1617         * win32/vs6/libgstiec958.dsp:
1618         * win32/vs6/libgstlame.dsp:
1619         * win32/vs6/libgstmad.dsp:
1620         * win32/vs6/libgstmpegaudioparse.dsp:
1621         * win32/vs6/libgstmpegstream.dsp:
1622         * win32/vs6/libgstrealmedia.dsp:
1623         * win32/vs6/libgstsynaesthesia.dsp:
1624           Convert line endings to CRLF and mark as binary files.
1626 2007-06-13  Tim-Philipp Müller  <tim at centricular dot net>
1628         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_set_property):
1629           Don't forget to unlock when setting the device property, or
1630           we'll sooner or later deadlock.
1632 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
1634         * gst/dvdsub/gstdvdsubdec.c:(gst_dvd_sub_dec_parse_subpic):
1635         Use gst_util_guint64_to_gdouble for conversion.
1636         * win32/vs6/libgstasfdemux.dsp:
1637         Add asfpacket.c to the build.
1638         
1639 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
1641         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1642         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame):
1643         * gst/mpegaudioparse/gstmpegaudioparse.h:
1644         If the Xing header provides a total time, use it to calculate the
1645         correct average bitrate immediately, instead of sending updates as 
1646         we parse the stream.
1648 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1650         Patch by by: Mark Nauwelaerts <manauw at skynet dot be>
1652         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
1653         Use GstClockTime instead of guint for a time variable to prevent
1654         overflows on too large subtitle durations. Fixes #444514.
1656 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
1658         Patch by: Mark Nauwelaerts <manauw at skynet be>
1660         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_sink_event):
1661           Clear state when handling the serialized FLUSH_STOP event instead of
1662           the FLUSH_START event, thereby making sure we don't free buffers the
1663           chain function is still using. Fixes dvdsubdec crashing when flusing
1664           or seeking (#442706).
1666 2007-05-23  Tim-Philipp Müller  <tim at centricular dot net>
1668         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1669           Initialise variable to make fc4 build bot happy.
1671 2007-05-21  Tim-Philipp Müller  <tim at centricular dot net>
1673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
1674           Add sanity check so we don't abort for broken or non-MPEG streams,
1675           but instead error out. Fixes crashes/aborts for when our typefinder
1676           wrongly identifies quicktime files as mpeg (which should be fixed in
1677           -base now too). (#440120).
1679 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1681         * ext/amrnb/amrnbdec.c (gst_amrnbdec_debug, GST_CAT_DEFAULT,
1682           block_size, _do_init, gst_amrnbdec_base_init,
1683           gst_amrnbdec_class_init, gst_amrnbdec_init):
1684         * ext/amrnb/amrnbenc.c (gst_amrnbenc_debug, GST_CAT_DEFAULT, _do_init,
1685           gst_amrnbenc_base_init, gst_amrnbenc_class_init, gst_amrnbenc_init):
1686         * ext/amrnb/amrnbparse.c (gst_amrnbparse_debug, GST_CAT_DEFAULT,
1687           block_size, _do_init, gst_amrnbparse_base_init,
1688           gst_amrnbparse_class_init, gst_amrnbparse_init):
1689           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
1690           GST_DEBUG_FUNCPTR and add log-category.
1692 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
1694         * gst/mpegaudioparse/gstmpegaudioparse.c:
1695         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
1696         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame),
1697         (gst_mp3parse_chain), (mp3parse_total_bytes),
1698         (mp3parse_total_time):
1699         * gst/mpegaudioparse/gstmpegaudioparse.h:
1700         Implement parsing of Xing headers from the first frame of the stream,
1701         and use it to report duration correctly where possible.
1703 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1705         * gst/realmedia/rmdemux.c: (gst_rmdemux_descramble_cook_audio):
1706           After descrambling, push the packets out as individual packets
1707           instead of one big descrambled buffer. Makes cook audio decoding
1708           work with the 'realaudiodec' decoder from gst-plugins-bad.
1710 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1712         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
1713         (gst_rmdemux_sink_event), (gst_rmdemux_perform_seek),
1714         (gst_rmdemux_reset), (gst_rmdemux_chain), (gst_rmdemux_add_stream),
1715         (gst_rmdemux_parse_packet):
1716         * gst/realmedia/rmdemux.h:
1717           Remember first timestamp encountered in stream and re-timestamp
1718           stream to start from zero (fixes #397219); only send one newsegment
1719           event, not two; when seeking, send newsegment events from the
1720           streaming thread and not from the seeking thread.
1722 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1724         Based on patch by: Mark Nauwelaerts  <manauw skynet be>
1726         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
1727         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
1728         (gst_mpeg_demux_process_event), (gst_mpeg_streams_reset_last_flow):
1729         * gst/mpegstream/gstmpegdemux.h:
1730           Reset last_flow values for the various streams after a flushing
1731           seek, otherwise we might aggregate wrong flow returns afterwards
1732           that will make upstream pause silently. This should fix seeking
1733           in DVDs and also fix the Thoggen cropping dialog (#438610).
1735 2007-05-07  Tim-Philipp Müller  <tim at centricular dot net>
1737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_reset),
1738         (gst_asf_demux_chain_headers),
1739         (gst_asf_demux_parse_data_object_start), (all_streams_prerolled),
1740         (gst_asf_demux_have_mutually_exclusive_active_stream),
1741         (gst_asf_demux_check_activate_streams),
1742         (gst_asf_demux_find_stream_with_complete_payload),
1743         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop),
1744         (gst_asf_demux_activate_ext_props_streams),
1745         (gst_asf_demux_process_object):
1746         * gst/asfdemux/gstasfdemux.h:
1747           Activate streams (ie. add the pads to the element) depending on
1748           whether we actually get data for those streams within the ASF
1749           preroll value specified. Currently only done in pull-mode though
1750           (this will fix problems with playbin hanging on mms streams once
1751           we use this in push-mode as well).
1753 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1755         * gst/asfdemux/asfpacket.c: (gst_asf_payload_queue_for_stream):
1756         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_reset),
1757         (gst_asf_demux_init), (gst_asf_demux_push_complete_payloads),
1758         (gst_asf_demux_process_file):
1759         * gst/asfdemux/gstasfdemux.h:
1760           Make all timestamps start from zero in pull-mode too; some small
1761           clean-ups and FIXMEs here and there.
1763 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1765         * gst/asfdemux/asfpacket.c: (gst_asf_demux_parse_payload),
1766         (gst_asf_demux_parse_packet):
1767           If packet size is specified within the packet and smaller than
1768           the actual packet size, don't parse beyond the size specified in
1769           the packet (this makes us parse some cases of packets with single
1770           compressed payloads cleanly, see e.g stream from #431318). Also
1771           add a sanity check when parsing compressed single payloads.
1773 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1775         * gst/asfdemux/asfpacket.c: (gst_asf_payload_queue_for_stream):
1776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_seek_index_lookup),
1777         (gst_asf_demux_handle_seek_event),
1778         (gst_asf_demux_push_complete_payloads):
1779           Seeking improvements: honour the KEY_UNIT seek flag; after a seek, only
1780           send data from the keyframe right before the new segment start to
1781           make sure the decoder doesn't have to decode more than absolutely
1782           necessary.
1784 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
1786         * gst/asfdemux/asfheaders.c:
1787         * gst/asfdemux/asfheaders.h:
1788         * gst/asfdemux/asfpacket.c:
1789         (asf_payload_parse_replicated_data_extensions),
1790         (gst_asf_demux_parse_payload):
1791         * gst/asfdemux/asfpacket.h:
1792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
1793         (gst_asf_demux_push_complete_payloads),
1794         (gst_asf_demux_process_ext_stream_props):
1795         * gst/asfdemux/gstasfdemux.h:
1796           Implement payload extension system/extended replicated data parsing,
1797           so we can extract payload durations if they're specified.
1799 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
1801         * gst/asfdemux/asfheaders.h:
1802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
1803         (gst_asf_demux_reset), (gst_asf_demux_parse_data_object_start),
1804         (gst_asf_demux_loop), (gst_asf_demux_setup_pad),
1805         (gst_asf_demux_add_audio_stream), (gst_asf_demux_activate_stream),
1806         (gst_asf_demux_parse_stream_object),
1807         (gst_asf_demux_process_ext_stream_props),
1808         (gst_asf_demux_process_queued_extended_stream_objects),
1809         (gst_asf_demux_activate_ext_props_streams),
1810         (gst_asf_demux_process_object):
1811         * gst/asfdemux/gstasfdemux.h:
1812           Refactor stream parse/activation a bit (stream activation heuristics
1813           are still the same though); some more clean-ups.
1815 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1817         * win32/common/.cvsignore:
1818           Ignore generated config.h file to make build bot happy.
1820 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1822         * gst/asfdemux/gstasf.c: (plugin_init):
1823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init):
1824         * gst/asfdemux/gstasfdemux.h:
1825           Init debug category before using it.
1827 2007-04-27  Tim-Philipp Müller  <tim at centricular dot net>
1829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_pull_data),
1830         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop):
1831           Fix silly bug when we can't pull as much data as we want; don't
1832           forget to announce pending tags in the new packet parsing code.
1834 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1836         * configure.ac:
1837         * win32/MANIFEST:
1838           Generate a win32 config.h into win32/common and add to MANIFEST so
1839           it gets disted (#393890). Looks like win32/common/config.h.in needs
1840           some work though.
1842 2007-04-22  Tim-Philipp Müller  <tim at centricular dot net>
1844         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
1845         (gst_amrnbparse_class_init), (gst_amrnbparse_init),
1846         (gst_amrnbparse_pull_header), (gst_amrnbparse_loop):
1847           Fix pull mode operation some more: send newsegment event before
1848           sending data; handle EOS and fatal flow returns a bit better; don't
1849           leak buffers in some cases. Misc. minor cleanups. Fixes #431707.
1851 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
1853         * gst/asfdemux/Makefile.am:
1854         * gst/asfdemux/asfpacket.c: (asf_packet_read_varlen_int),
1855         (asf_packet_create_payload_buffer),
1856         (asf_payload_find_previous_fragment),
1857         (gst_asf_payload_queue_for_stream), (gst_asf_demux_parse_payload),
1858         (gst_asf_demux_parse_packet):
1859         * gst/asfdemux/asfpacket.h:
1860         * gst/asfdemux/gstasfdemux.c:
1861         (gst_asf_demux_reset_stream_state_after_discont),
1862         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop),
1863         (gst_asf_demux_setup_pad), (gst_asf_demux_descramble_buffer),
1864         (gst_asf_demux_process_chunk):
1865         * gst/asfdemux/gstasfdemux.h:
1866           New packet parsing code: should put halfway decent timestamps on
1867           buffers, and might even set the appropriate keyframe/discont buffer
1868           flags from time to time (and even if it doesn't, I'm at least able
1869           to debug this code); only used in pull-mode so far. Still needs
1870           some more work, like payload extensions parsing and proper flow
1871           aggregation, and stream activation based on preroll. Stay tuned.
1872           
1873 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
1875         * gst/asfdemux/asfheaders.h:
1876         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
1877         (gst_asf_demux_seek_index_lookup),
1878         (gst_asf_demux_handle_seek_event), (gst_asf_demux_get_stream),
1879         (gst_asf_demux_setup_pad), (gst_asf_demux_add_video_stream),
1880         (gst_asf_demux_process_ext_content_desc),
1881         (gst_asf_demux_process_file), (gst_asf_demux_descramble_segment),
1882         (gst_asf_demux_push_buffer), (gst_asf_demux_process_chunk),
1883         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data):
1884         * gst/asfdemux/gstasfdemux.h:
1885           Some clean-ups and small fixes: rename asf_stream_context structure to
1886           AsfStream; inline some three-line utility functions that are only used
1887           once anyway and get rid of their associated helper structs; make debug
1888           category global so that it is used by the debug statements in the other
1889           file as well; simplify gst_asf_demux_get_stream(); fix accidental
1890           implicit initialisation of stream->last_buffer_timestamp to 0, which
1891           would lead to missing timestamps on the first buffer; put fourcc format
1892           into video caps to make certain proprietary wmv decoders happy (for the
1893           case of WMVA in particular); play_time is offset by preroll as well, so
1894           fix overreporting of duration for some files.
1896 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
1898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event),
1899         (gst_asf_demux_pull_indices):
1900           Printf format fixes.
1902 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
1904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
1905         (gst_mpeg_parse_send_event):
1906           Post an error message if EOS wasn't handled by anything downstream.
1907           This should fix playbin freezing/hanging with small VobSub subtitle
1908           files (background: not-linked flow returns from downstream are
1909           ignored for a while at the beginning, so if the file is small
1910           upstream will never get a not-linked flow return even if nothing
1911           is connected downstream). (#429960).
1913 2007-04-16  Michael Smith  <msmith@fluendo.com>
1915         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1916         (gst_amrnbparse_sink_activate),
1917         (gst_amrnbparse_sink_activate_pull):
1918           Rewrite terminally broken sinkpad activation code.
1919           Now actually supports pull-mode activation (didn't before), and push
1920           mode activation doesn't leave the sinkpad flushing.
1922 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1924         * gst/asfdemux/asfheaders.c:
1925         * gst/asfdemux/asfheaders.h:
1926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
1927         (gst_asf_demux_reset), (gst_asf_demux_init),
1928         (gst_asf_demux_activate), (gst_asf_demux_activate_push),
1929         (gst_asf_demux_activate_pull), (gst_asf_demux_sink_event),
1930         (gst_asf_demux_seek_index_lookup),
1931         (gst_asf_demux_reset_stream_state_after_discont),
1932         (gst_asf_demux_handle_seek_event),
1933         (gst_asf_demux_handle_src_event), (gst_asf_demux_chain_headers),
1934         (gst_asf_demux_chain), (gst_asf_demux_pull_data),
1935         (gst_asf_demux_pull_indices),
1936         (gst_asf_demux_parse_data_object_start),
1937         (gst_asf_demux_pull_headers), (gst_asf_demux_loop),
1938         (gst_asf_demux_setup_pad), (gst_asf_demux_process_file),
1939         (gst_asf_demux_process_simple_index),
1940         (gst_asf_demux_process_object),
1941         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
1942         (gst_asf_demux_handle_data), (gst_asf_demux_change_state):
1943         * gst/asfdemux/gstasfdemux.h:
1944           Make asfdemux work in pull mode where possible. If there's an index
1945           at the end of the file, read it and use it for seeking purposes.
1947 2007-04-12  Wim Taymans  <wim@fluendo.com>
1949         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
1950         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_setcaps),
1951         (gst_synaesthesia_chain), (gst_synaesthesia_change_state):
1952         Some timestamp fixes.
1954         * gst/synaesthesia/synaescope.c: (synaescope_coreGo):
1955         Fix for 64-bit machines.
1957 2007-04-12  Wim Taymans  <wim@fluendo.com>
1959         Patch by: René Stadler <mail at renestadler dot de>
1961         * gst/realmedia/rmdemux.c: (find_seek_offset_bytes),
1962         (find_seek_offset_time), (gst_rmdemux_reset),
1963         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
1964         (gst_rmdemux_add_stream), (gst_rmdemux_combine_flows):
1965         * gst/realmedia/rmdemux.h:
1966         Make rmdemux handle any number of logical streams. Fixes #428698.
1968 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1970         submitted by: Mogens Jaeger <mogens@jaeger.tf>
1972         * po/LINGUAS:
1973         * po/da.po:
1974           Added Danish translation.
1976 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1978         * po/.cvsignore:
1979         Add pot.
1981 2007-03-27  Julien MOUTTE  <julien@moutte.net>
1983         * ext/mad/gstmad.c: (gst_mad_chain): Generate a perfect
1984         stream and try to adapt to incoming timestamps lack of
1985         precision up to half a frame. This allows generating
1986         a perfect stream even with muxed formats like FLV where
1987         the timestamps are stored in milliseconds.
1989 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
1991         * gst/realmedia/rmdemux.c:
1992           Remove unused zlib.h include. Fixes #421594.
1994 2007-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
1996         * ext/lame/gstlame.c: (gst_lame_setup):
1997         Disable the bitrate checking when the user has requested
1998         Free Format mode, as all bitrates less than the maximum
1999         are valid then.
2001 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2003         * po/hu.po:
2004         * po/it.po:
2005         * po/sv.po:
2006           Update translations.
2008 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
2010         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src):
2011         When handling seeks, don't convert -1 start or stop values to a bogus
2012         byte position - pass them upstream as -1.
2014 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
2016         * gst/mpegaudioparse/gstmpegaudioparse.c:
2017         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
2018         (gst_mp3parse_init), (gst_mp3parse_sink_event),
2019         (gst_mp3parse_emit_frame), (gst_mp3parse_chain),
2020         (gst_mp3parse_change_state), (mp3parse_time_to_bytepos),
2021         (mp3parse_bytepos_to_time), (mp3parse_total_bytes),
2022         (mp3parse_total_time), (mp3parse_handle_seek),
2023         (mp3parse_src_event), (mp3parse_src_query),
2024         (mp3parse_get_query_types), (plugin_init):
2025         * gst/mpegaudioparse/gstmpegaudioparse.h:
2026         Implement seeking via average bitrate, and position+duration
2027         querying in mp3parse. Later, it will support frame-accurate seeking by
2028         building a seek table as it parses.
2030         Add 'parsed=false' to the sink pad caps, and 'parsed=true' to the src
2031         pad caps. Bump the priority to PRIMARY+1 so that it is autoplugged
2032         before any extant MP3 decoder plugin. This allows us to remove framing
2033         support from the decoders, if we want, and will provide them with
2034         accurate seeking automatically once it is finished.
2036         Fix the handling of MPEG-1 Layer 1 files.
2038         Partially fix timestamping of packets arriving from a demuxer by
2039         queueing the incoming timestamp until the next packet starts, rather
2040         than applying it immediately to the next pushed buffer.
2042 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_header_ext):
2045           Printf format fix.
2047 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2049         Patch by: Zaheer Abbas Merali  <zaheermerali at gmail com>
2051         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
2052           Never post a (fatal) error message on the bus on decoding errors. We
2053           should only do this if we can't recover, but mpeg2dec can always
2054           recover. This is needed for DVB streams, for example, where there
2055           may be temporary glitches in the stream. Instead of an error
2056           message, post a warning message on the bus for every N decoding
2057           errors. Fixes #370020.
2059 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2061         * configure.ac:
2062           Convert to new AG_GST style.
2064 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2066         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
2067         (gst_lame_setup):
2068         Display sensible defaults and limits for the 
2069         vbr-min/max/mean properties. Fix the 'hard-limit' VBR min
2070         property - it's supposed to be a boolean 0/1 value.
2072 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2074         * ext/lame/gstlame.c:
2075         Initialise the variables so gcc doesn't complain about possibly
2076         uninitialised uses, even though they can't actually happen.
2078 2007-02-28  Wim Taymans  <wim@fluendo.com>
2080         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
2081         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
2082         (gst_dvdlpcmdec_chain_raw), (dvdlpcmdec_sink_event):
2083         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
2084         Implement all sample rates.
2085         Implement sample permutation a little smarter avoiding a memcpy.
2086         Fix timestamps, use segments, fix seeking.
2088 2007-02-28  Wim Taymans  <wim@fluendo.com>
2090         * docs/plugins/Makefile.am:
2091         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
2092         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
2093         * docs/plugins/inspect/plugin-siddec.xml:
2094         * ext/sidplay/gstsiddec.cc:
2095         * ext/sidplay/gstsiddec.h:
2096         Document siddec.
2098 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2100         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
2101         (gst_lame_set_property), (gst_lame_setup):
2102           Fix up bitrate checking macro.  Make it give us a
2103           GST_ELEMENT_WARNING message so the application has a chance of
2104           reporting this to the user.  Move the checking to _setup, so we
2105           are sure it runs in the READY state, when we hope to have a pipeline
2106           and a bus that is not flushing.
2107           This fixes e.g. using 96 kbit/sec as a bitrate.
2109 2007-02-15  Tim-Philipp Müller  <tim at centricular dot net>
2111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file),
2112         (gst_asf_demux_process_advanced_mutual_exclusion),
2113         (gst_asf_demux_process_queued_extended_stream_objects),
2114         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
2115         * gst/asfdemux/gstasfdemux.h:
2116           Parse advanced mutual exclusion object and only add pads for
2117           'hidden' streams (those in an extended stream header) that are
2118           mutually exclusive with an already existing 'main stream' if
2119           the broadcasting flag is not set. If the broadcasting flag is set,
2120           assume that data for this stream isn't sent. (This should ideally be
2121           solved better by making playbin more robust against this and/or by
2122           making mmssrc send some information downstream about which streams
2123           will be streamed). Fixes #353116.
2125 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
2127         * gst/synaesthesia/gstsynaesthesia.c:
2128         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2129         (gst_synaesthesia_finalize), (gst_synaesthesia_chain):
2130         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
2131         (synaescope32), (synaescope_set_data), (synaesthesia_update),
2132         (synaesthesia_init), (synaesthesia_new), (synaesthesia_close):
2133         * gst/synaesthesia/synaescope.h:
2134         Move all the mutable engine state into a structure so that 
2135         multiple element instances can run without interfering.
2137 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2139         * configure.ac:
2140         * docs/plugins/Makefile.am:
2141           Add crossreferences to glib/gobject/gstream docs.
2143 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2145         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
2146         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2147         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
2148         (plugin_init):
2149         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
2150         (synaescope8):
2151           More source cleanups and add FIXME comments.
2153 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
2155         * gst/realmedia/rmdemux.c:(gst_rmdemux_parse_indx_data):
2156           Use gst_guint64_to_gdouble for conversions.
2157         * gst/synaesthesia/synaescope.c:
2158           Define M_PI and do not include <pthread.h> and
2159           <sys/time.h> for G_OS_WIN32 
2160         * win32/vs6/libgstrealmedia.dsp:
2161         * win32/vs6/synaesthesia.dsp:
2162           Update projects files.
2163         * win32/common/config.h.in:
2164           Add config.h.in for autogen of config.h
2166 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
2168         * configure.ac:
2169           Add --enable-experimental support. Activate synaesthesia when building
2170           with --enable-experimental. Fix --enable-external configure switch
2171           description.
2173 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2175         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
2176         (gst_lame_change_state):
2177         * ext/lame/gstlame.h:
2178           On receiving EOS, we try to push a last buffer with the remaining
2179           samples. Don't do that if we got an unclean flow return on the last
2180           gst_pad_push(), downstream might not handle this very gracefully
2181           (see #403168).
2183         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2184           Pass flow returns upstream (helps #403168).
2186 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
2188         * gst/synaesthesia/gstsynaesthesia.c:
2189         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2190         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2191         (gst_synaesthesia_chain), (plugin_init):
2192           check result of gst_pad_push() in _chain.
2194 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
2196         * gst/synaesthesia/Makefile.am:
2197         * gst/synaesthesia/gstsynaesthesia.c:
2198         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2199         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2200         (gst_synaesthesia_chain), (plugin_init):
2201         * gst/synaesthesia/synaescope.c:
2202         * gst/synaesthesia/synaescope.h:
2203           Added docs (not yet added to gst-plugins-ugl/docs/plugins as plugin is not
2204           built by default). Fixed Makefile.am. Fixed license headers (its GPL as it
2205           is derived from GPL code). Fixed GST_SYNAESTHESIA_CLASS macro. Added
2206           GST_DEBUG_FUNCPTR. Reflowed _setcaps. Updated pad setup in _init. Fix
2207           possible leak in _chain. (#356882)
2209 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2211         * gst/asfdemux/asfheaders.c:
2212         * gst/asfdemux/asfheaders.h:
2213         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2214         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
2215         (gst_asf_demux_identify_guid), (asf_demux_peek_object),
2216         (gst_asf_demux_chain_headers), (gst_asf_demux_chain),
2217         (gst_asf_demux_setup_pad), (gst_asf_demux_process_stream),
2218         (gst_asf_demux_process_ext_content_desc),
2219         (gst_asf_demux_get_object_header), (gst_asf_demux_process_header),
2220         (gst_asf_demux_process_file), (gst_asf_demux_process_comment),
2221         (gst_asf_demux_process_bitrate_props_object),
2222         (gst_asf_demux_process_header_ext),
2223         (gst_asf_demux_process_language_list),
2224         (gst_asf_demux_process_ext_stream_props),
2225         (gst_asf_demux_process_queued_extended_stream_objects),
2226         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
2227         * gst/asfdemux/gstasfdemux.h:
2228           Refactor and clean up header parsing and chain function a bit; get
2229           rid of some cruft; make header parsing a tad more robust, fixing
2230           #403188.
2232 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
2235           Post an error if we receive an EOS event while still waiting for the
2236           ASF header object to come through.
2238 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2240         Patch by: Xavier B. <xavierb gmail com>
2242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_guid),
2243         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
2244         (gst_asf_demux_process_ext_content_desc),
2245         (gst_asf_demux_process_data),
2246         (gst_asf_demux_process_language_list),
2247         (gst_asf_demux_process_ext_stream_props),
2248         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data):
2249           Guard places where we assume that a certain amount of data is
2250           available better against less data being available (should fix
2251           infamous assertion crasher bug #336370). Also fixes a small
2252           memory leak.
2254 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
2256         * gst/realmedia/Makefile.am:
2257         * gst/realmedia/rademux.c:
2258         * gst/realmedia/rademux.h:
2259         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2260         (gst_rmdemux_descramble_dnet_audio), (gst_rmdemux_plugin_init):
2261         * gst/realmedia/rmutils.c: (gst_rm_utils_descramble_dnet_buffer):
2262         * gst/realmedia/rmutils.h:
2263           Add demuxer for RealAudio files (#349779).
2265 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
2266         
2267         * Makefile.am:
2268           Add win32/MANIFEST to EXTRA_DIST so win32 files will
2269           be include in the next release.
2270         * win32/MANIFEST:
2271           Remove win32/common/config.h is which is not autogenerated yet.
2272         
2273 2006-12-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2275         * ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain):
2276           warn when outgoing sample rate is different from incoming
2278 2006-12-29  Jan Schmidt  <thaytan@mad.scientist.com>
2280         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2281           All sample-rates < 32khz come from the LSF extensions, which only
2282           use 1 granule. Fixes parsing of 22.05khz, 24khz and 16khz files.
2284           Use gst_util_uint64_scale because we can.
2286 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2288         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2289         (cleanup_amrnbenc):
2290           and fix compilation of this test
2292 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2294         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2295         (cleanup_amrnbenc):
2296         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2297         (cleanup_mpeg2dec):
2298           re-apply as it was -bad and not -ugly that is frozen, doh
2300 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2302         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2303         (cleanup_amrnbenc):
2304         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2305         (cleanup_mpeg2dec):
2306           revert my freeze breakage
2308 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2310         * gst/asfdemux/gstasfdemux.c:
2311         (gst_asf_demux_get_gst_tag_from_tag_name),
2312         (gst_asf_demux_process_ext_content_desc):
2313           add a comment about a future change
2314         
2315         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2316         (cleanup_amrnbenc):
2317         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2318         (cleanup_mpeg2dec):
2319           consistent pad (de)activation
2321 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_src_query_types):
2324           Update query_types function too.
2326 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2328         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query),
2329         (gst_rmdemux_src_query_types):
2330           Implement SEEKING query, make query function thread-safe.
2332 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2334         * gst/realmedia/rmdemux.c: (gst_rmdemux_descramble_dnet_audio):
2335           Use alignment-safe macros here too (subbuffers ...); guard against
2336           hypothetical memory access beyond our given buffer in the case
2337           where the buffer size is not a multiple of 2.
2339 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2341         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event),
2342         (gst_asf_demux_process_data), (gst_asf_demux_process_file),
2343         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
2344         * gst/asfdemux/gstasfdemux.h:
2345           Don't crash in the seek event handling code when playtime is 0,
2346           as may be the case with live streams (#386218). Implement SEEKING
2347           query so applications can query seekability without second-guessing
2348           based on whether we have a duration or not.
2350 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2352         * Makefile.am:
2353         * gst-plugins-ugly.doap:
2354         * gst-plugins-ugly.spec.in:
2355           add doap file
2357 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2359         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2360           Use our alignment-safe macros here too, since we can't assume that
2361           GST_BUFFER_DATA is aligned (these are subbuffers we're dealing with
2362           here).
2364 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2366         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_indx_data):
2367           Also, don't read the index for a stream a second time when
2368           operating in pull-mode and reaching the end of the file.
2370 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2372         Patch by: Roland Kay  <roland.kay at ox compsoc net>
2374         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset):
2375           Don't leak stream index (#385292).
2377 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2379         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
2381         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
2382         (gst_lame_setup):
2383         * ext/lame/gstlame.h:
2384           Fix leak (by calling lame_init_params() before lame_close()); handle
2385           NULL return from lame_init() more gracefully. Fixes #385311.
2387 2006-12-14  Jan Schmidt  <thaytan@mad.scientist.com>
2389         * configure.ac:
2390           Back to CVS
2392 === release 0.10.5 ===
2394 2006-12-13  Jan Schmidt <thaytan@mad.scientist.com>
2396         * configure.ac:
2397           releasing 0.10.5, "She said"
2399 2006-12-12  David Schleef  <ds@schleef.org>
2401         * gst/mpegstream/gstmpegparse.c: Use the GST_READ macro I meant
2402           to in the previous checkin.  see #385192.  You can have your
2403           cheese back now.
2405 2006-12-12  David Schleef  <ds@schleef.org>
2407         * gst/mpegstream/gstmpegparse.c: Fix unaligned load that loads
2408           from the dereferenced integer, not the pointer itself.  Fixes
2409           #385192.
2411           I'm takin ur cheese!
2413 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2415         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
2417         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
2418           For version 4 streams, read the extra codec data size from the
2419           header instead of assuming it is always 16 (also read it from the
2420           right position) (#384989). For version 4 and 5 streams, check that
2421           the specified extra codec data size doesn't make us read beyond the
2422           chunk boundary (#384996).
2424 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2426         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf):
2427           Cosmetic changes: fix misleading debug statement, update
2428           comment, add cast.
2430 2006-11-21  Wim Taymans  <wim@fluendo.com>
2432         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2434         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2435         (gst_mpeg2dec_reset), (gst_mpeg2dec_alloc_sized_buf),
2436         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
2437         * ext/mpeg2dec/gstmpeg2dec.h:
2438         Align buffers to a 16 byte boundary so the altivec optimisations
2439         don't crash. Fixes #327350.
2441 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream):
2444           The availability of extra codec data isn't something that
2445           warrants debug messages at WARNING level (see #376958).
2447 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2449         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
2450         (gst_dvd_demux_class_init), (gst_dvd_demux_combine_flows),
2451         (gst_dvd_demux_send_subbuffer):
2452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
2453         (gst_mpeg_demux_init_stream), (gst_mpeg_demux_parse_packet),
2454         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_combine_flows),
2455         (gst_mpeg_demux_send_subbuffer):
2456         * gst/mpegstream/gstmpegdemux.h:
2457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
2458         (gst_mpeg_parse_chain):
2459           Fix flow value combination; this fixes playbin/totem locking up if
2460           a VobSub file is specified as subtitle file (#334322). Flow value
2461           combination should only happen once we are fairly sure we've got all
2462           pads that are available for now. Since there isn't a well-specified
2463           time when this is the case in MPEG, we'll just assume this is the
2464           case once there has been a certain number of packets for each
2465           stream we've found so far.
2467 2006-11-15  Wim Taymans  <wim@fluendo.com>
2469         Patch by: Jan Arne Petersen <jpetersen at jpetersen dot org>
2471         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence), (handle_slice):
2472         Simplify the framerate code and support more framerates. Fixes #361584.
2474 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2476         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2478         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init):
2479           Fix minor memleak when creating pads from static pad templates (#369627).
2481         * tests/check/Makefile.am:
2482         * tests/check/elements/.cvsignore:
2483         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2484         (cleanup_mpeg2dec), (GST_START_TEST), (mpeg2dec_suite), (main):
2485           Add unit tests for mpeg2dec (#369627).
2487 2006-11-14  Wim Taymans  <wim@fluendo.com>
2489         Patch by: Mark Nauwelaerts <manauw at skynet be>
2491         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
2492         (gst_lame_change_state):
2493         * ext/lame/gstlame.h:
2494         Make lame timestamp flushed eos buffer by some additional timestamp
2495         accounting. Fixes #374760.
2497 2006-11-13  Michael Smith  <msmith@fluendo.com>
2499         * gst/mpegaudioparse/gstmpegaudioparse.c:
2500         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
2501         (gst_mp3parse_init), (gst_mp3parse_dispose),
2502         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
2503         (gst_mp3parse_change_state):
2504         * gst/mpegaudioparse/gstmpegaudioparse.h:
2505           Make timestamp handling in mp3parse saner; now works for at least
2506           simple cases.
2508 2006-11-13  Michael Smith  <msmith@fluendo.com>
2510         * gst/mpegaudioparse/Makefile.am:
2511         * gst/mpegaudioparse/gstmpegaudioparse.c:
2512         (mp3_type_frame_length_from_header), (gst_mp3parse_class_init),
2513         (gst_mp3parse_reset), (gst_mp3parse_init), (gst_mp3parse_dispose),
2514         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
2515         (gst_mp3parse_change_state), (plugin_init):
2516         * gst/mpegaudioparse/gstmpegaudioparse.h:
2517           Bring mp3parse into the 21st century.
2518           Use its own debug category, use gstadapter, format nicely to 80
2519           columns, and fix incorrect handling of 32 kHz and less files.
2521 2006-11-03  Wim Taymans  <wim@fluendo.com>
2523         Patch by: Sebastian Droege <slomo at ubuntu dot com>
2525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
2526         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
2527         * ext/mpeg2dec/gstmpeg2dec.h:
2528         libmpeg2 requires its output buffers to start at a 16byte aligned
2529         address or the altivec optimizations will explode.
2531 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2533         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
2534           Use dsi_pack.dsi_gi.vobu_ea correctly, add some more debugging
2535           information (fixes #340433).
2537 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
2539         Patch by: Josep Torra Valles  <josep at fluendo com>
2541         * gst/iec958/ac3_padder.c: (ac3p_init):
2542         * gst/mpegstream/gstmpegparse.c:
2543         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse__rmf),
2544         (gst_rmdemux_parse_prop), (gst_rmdemux_parse_mdpr),
2545         (gst_rmdemux_parse_indx), (gst_rmdemux_parse_indx_data),
2546         (gst_rmdemux_parse_data), (gst_rmdemux_parse_cont),
2547         (gst_rmdemux_parse_packet):
2548           Misc. fixes for problems discovered by Forte (different return types
2549           in function declaration and definition, pointer arithmetics with
2550           void pointers). Fixes #362639.
2552 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2554         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
2555           Don't announce audio or subtitle streams that aren't really present,
2556           it makes dvddemux create pads that will never carry any data, which
2557           is not good.
2559 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2561         * ext/lame/gstlame.c: (gst_lame_set_property):
2562           Round up not allowed bitrates to the next higher allowed one
2563           (Closes: #361140).
2565 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2567         * docs/plugins/Makefile.am:
2568         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
2569         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
2570         * ext/lame/gstlame.c: (gst_lame_class_init):
2571         * ext/lame/gstlame.h:
2572           Add docs for lame and lame to docs. Specify allowed bitrates
2573           in the properties description (#361140). Canonicalise object
2574           property names (ie. use hyphen instead of underscore).
2576         * docs/plugins/inspect/plugin-a52dec.xml:
2577         * docs/plugins/inspect/plugin-amrnb.xml:
2578         * docs/plugins/inspect/plugin-asf.xml:
2579         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
2580         * docs/plugins/inspect/plugin-dvdread.xml:
2581         * docs/plugins/inspect/plugin-dvdsub.xml:
2582         * docs/plugins/inspect/plugin-iec958.xml:
2583         * docs/plugins/inspect/plugin-lame.xml:
2584         * docs/plugins/inspect/plugin-mad.xml:
2585         * docs/plugins/inspect/plugin-mpeg2dec.xml:
2586         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
2587         * docs/plugins/inspect/plugin-mpegstream.xml:
2588         * docs/plugins/inspect/plugin-siddec.xml:
2589           Update version to CVS.
2591 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2593         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
2594         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_chain),
2595         (plugin_init):
2596         * po/POTFILES.in:
2597           Add i18n magic to lame plugin. Throw decent error message when we
2598           fail to setup the encoder (#361140, 361151); misc. minor clean-ups.
2600 2006-10-10  Wim Taymans  <wim@fluendo.com>
2602         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
2603         (gst_rdt_depay_init), (gst_rdt_depay_setcaps),
2604         (gst_rdt_depay_chain), (gst_rdt_depay_change_state):
2605         Change caps to x-rdt, because it's not x-rtp.
2607         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2608         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet),
2609         (gst_rmdemux_plugin_init):
2610         Activate pad before adding to the element.
2611         Return the combined stream return values after pad_alloc.
2613 2006-10-10  Wim Taymans  <wim@fluendo.com>
2615         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice):
2616         * ext/mpeg2dec/gstmpeg2dec.h:
2617         Add some debugging to timestamp handling.
2618         Make sure we don't convert invalid timestamps.
2620 2006-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2622         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
2623         (gst_asf_demux_setup_pad), (gst_asf_demux_process_segment):
2624         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
2625         (gst_dvd_demux_get_subpicture_stream):
2626         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2627         (gst_mpeg_demux_get_audio_stream),
2628         (gst_mpeg_demux_get_private_stream):
2629           Active pads before adding them to the running element. Don't assert
2630           on non-BYTE format newsegment events in asfdemux.
2632 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2634         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title),
2635         (gst_dvd_read_src_handle_seek_event):
2636         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2637         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
2638         * ext/sidplay/gstsiddec.cc:
2639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_parse_data):
2640         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop),
2641         (gst_rmdemux_parse_packet):
2642           Printf format fixes.
2644 2006-10-03  Wim Taymans  <wim@fluendo.com>
2646         * gst/realmedia/Makefile.am:
2647         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
2648         (gst_rdt_depay_class_init), (gst_rdt_depay_init),
2649         (gst_rdt_depay_setcaps), (gst_rdt_depay_chain),
2650         (gst_rdt_depay_set_property), (gst_rdt_depay_get_property),
2651         (gst_rdt_depay_change_state), (gst_rdt_depay_plugin_init):
2652         * gst/realmedia/rdtdepay.h:
2653         Added RDT depayloader.
2655         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
2656         (gst_rmdemux_plugin_init), (plugin_init):
2657         Remove unused function.
2658         Added some more mime-types.
2660 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
2662         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (update_timestamps):
2663           If an incoming timestamp is within one sample of our current
2664           timestamp, then keep it. This prevents imprecision in the
2665           PTS (which only has 90khz granularity) from affecting our stream.
2667 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2669         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
2670           Reflow code so that compiler doesn't complain about possible use
2671           of uninitialised variable any longer; but just in case, initialise
2672           it anyway; also take object ref in query function and do peer pad
2673           stuff in a more thread-safe way.
2675 2006-09-27  Wim Taymans  <wim@fluendo.com>
2677         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
2678         Init a variable to make compilers happy.
2680 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2682         Patch by: Martin Zlomek <martin dot zlomek at itonis dot tv>
2684         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_reset),
2685         (gst_dvd_demux_sync_stream_to_time):
2686         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
2687         (gst_mpeg_demux_synchronise_pads),
2688         (gst_mpeg_demux_sync_stream_to_time):
2689           Send newsegment updates for sparse streams (#350778).
2690         
2691 2006-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2693         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
2694           fix compile warning
2696 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2698         * configure.ac:
2699         As another attempt, synaesthesia can be enabled by passing
2700         --with-plugins="synaesthesia" to configure
2702 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2704         * configure.ac:
2705            Don't build synaesthesia by default, until someone confirms that it
2706            is okay (filed as #356882)
2708 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2710         * configure.ac:
2711         * gst/synaesthesia/Makefile.am:
2712         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
2713         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2714         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
2715         (gst_synaesthesia_change_state), (plugin_init):
2716            Port synaesthesia.
2718 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2720         * ext/mad/gstid3tag.c:
2721         * gst/mpegstream/gstrfc2250enc.h:
2722         * gst/synaesthesia/gstsynaesthesia.c:
2723           More G_OBJECT macro fixing.
2725 2006-09-15  Wim Taymans  <wim@fluendo.com>
2727         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
2729         * ext/mpeg2dec/gstmpeg2dec.c: (init_dummybuf):
2730         Fix initialisation dummy buffer, the offsets are relative to the start
2731         of the buffers. Fixes #356004.
2733 2006-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2735         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
2736           Add convert query (needed for later when we just operate in time
2737           format and let the base source class handle all the seeking stuff).
2739 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
2741         * gst/asfdemux/gstasfdemux.c:
2742         (gst_asf_demux_get_gst_tag_from_tag_name),
2743         (gst_asf_demux_process_ext_content_desc):
2744           Erm, lets properly fix it. The only non-text tag that we support is
2745           the track-number and that is an UINT. asfdemux was returning a GValue
2746           initialized as INT. Further the Track and not the TrackNumber tag
2747           (the latter is a string too).
2749 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
2751         * gst/asfdemux/gstasfdemux.c:
2752         (gst_asf_demux_get_gst_tag_from_tag_name),
2753         (gst_asf_demux_process_ext_content_desc):
2754           Skip tags that are unknown (was producing an uninialized GValue).       
2756 2006-09-01  Michael Smith  <msmith@fluendo.com>
2758         Patch by: Michal Benes <michal.benes@itonis.tv>:
2760         * ext/a52dec/gsta52dec.c: (gst_a52dec_mode_get_type),
2761         (gst_a52dec_class_init), (gst_a52dec_init), (gst_a52dec_channels),
2762         (gst_a52dec_handle_frame), (gst_a52dec_change_state),
2763         (gst_a52dec_set_property), (gst_a52dec_get_property):
2764         * ext/a52dec/gsta52dec.h:
2765           Add two things to a52dec: configure the exact output format for ac3
2766           decoding through properties, if desired.
2767           By default, configure an output format preferred by downstream. Now
2768           that audioconvert lists caps by preference, this means that a52dec
2769           can do downmixing (iff required) rather than audioconvert, so it can
2770           use the ac3 downmix levels from the bitstream.
2772 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
2774         * ext/lame/Makefile.am:
2775         * ext/mpeg2dec/Makefile.am:
2776         * gst/dvdlpcmdec/Makefile.am:
2777         * gst/dvdsub/Makefile.am:
2778         * gst/mpegaudioparse/Makefile.am:
2779           Add missing GST_LIBS to the link flags
2781 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2783         * configure.ac:
2784           Up requirements to core 0.10.6 for gst_event_new_new_segment_full().
2786 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
2788         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new):
2789           Fix build for debug disabled
2791 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
2793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2794         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
2795           Use static pad templates with ANY caps for the source pads for
2796           simplicity and to avoid warnings when creating pads for unhandled
2797           codec IDs (#351795).
2799 2006-08-16  Wim Taymans  <wim@fluendo.com>
2801         Patch by: Michal Benes <michal dot benes at itonis dot tv>
2803         * ext/mad/gstmad.c: (gst_mad_chain):
2804         Fix timestamping in mad by only activating a new timestamp when the
2805         previous frame has been decoded. Fixes #350723.
2806         Also clean up some of the non fatal warnings when the input buffer is
2807         too small to decode a header.
2809 === release 0.10.4 ===
2811 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
2813         * configure.ac:
2814           releasing 0.10.4, "Metal Molly"
2816 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2818         Patch by: Wim Taymans <wim at fluendo dot com>
2820         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
2821           Instead of forwarding the event in the wrong format, unref it and set
2822           a boolean that we still need to send it in the streaming thread.
2823           Fixes #350554
2825 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2827         Patch by: Edward Hervey <edward at fluendo dot com>
2829         * ext/dvdread/dvdreadsrc.c: (plugin_init):
2830         Put debug category initialization before use of GST_DEBUG, in order
2831         to remove a fatal warning.  Fixes #350895
2833 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
2835         * gst/dvdsub/gstdvdsubdec.c: (plugin_init):
2836           Set rank to NONE for the time being until we make playbin handle
2837           subtitle pictures again (dvdsubdec seems to be a bit shaky at
2838           times when seeking, so it's probably better if it doesn't get
2839           autoplugged for the time being).
2841 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
2843         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2844         (gst_rmdemux_parse_mdpr):
2845           Handle audio streams with stream_version 3 properly; warn about 
2846           unknown stream versions; handle unknown fourccs a tad more
2847           gracefully (setting bogus caps). Also, use GST_FOURCC_ARGS
2848           with GST_FOURCC_FORMAT.
2850 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
2852         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
2853           Error out properly if this is an interactive DVD (fixes #345694).
2855 2006-08-07  Jan Schmidt  <thaytan@mad.scientist.com>
2857         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
2858           When the first_access is 1 or 0, we should copy the timestamp from 
2859           the incoming buffer if there is one.
2861 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
2863         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
2864         (gst_a52dec_reneg), (gst_a52dec_handle_frame), (gst_a52dec_chain):
2865           Use GST_ELEMENT_ERROR for error reporting; post errors in some
2866           more places; remove superfluous newlines from debug statements.
2868 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
2870         Patch by: Frédéric Riss  <frederic.riss at gmail com>
2872         * gst/dvdsub/gstdvdsubdec.c: (gst_send_subtitle_frame):
2873           Don't set negative durations on outgoing buffers (#350044),
2874           which happens when you use macros that got changed during
2875           the last unstable cycle because they were thought not to
2876           be used anywhere.
2877           
2878 2006-08-06  Tim-Philipp Müller  <tim at centricular dot net>
2880         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_stop),
2881         (gst_dvd_read_src_goto_chapter),
2882         (gst_dvd_read_src_get_chapter_starts),
2883         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_get_next_cell),
2884         (gst_dvd_read_src_get_time_for_sector),
2885         (gst_dvd_read_src_get_sector_from_time), (gst_dvd_read_src_read),
2886         (gst_dvd_read_src_handle_seek_event), (gst_dvd_read_src_do_seek),
2887         (gst_dvd_read_src_goto_sector):
2888         * ext/dvdread/dvdreadsrc.h:
2889           Add basic support for time-based seeking; set timestamps on
2890           outgoing buffers if we have them; create table with
2891           chapter to time mapping when opening a title; rename
2892           gst_dvd_read_src_get_next_cell_for() to _get_next_cell() and
2893           make it take an explicit pgc argument; fix up some debugging
2894           messages so that title/chapter numbers are printed as starting
2895           from 1 for easier readability.
2897 2006-08-04  Tim-Philipp Müller  <tim at centricular dot net>
2899         * gst/realmedia/Makefile.am:
2900         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
2901         (gst_rmdemux_parse_cont):
2902         * gst/realmedia/rmutils.c: (gst_rm_utils_read_string8),
2903         (gst_rm_utils_read_string16), (gst_rm_utils_read_tags):
2904         * gst/realmedia/rmutils.h:
2905           Factor out some code into rmutils.[ch]; when reading
2906           strings, don't read beyond the available data; read
2907           metadata strings correctly (string length is 16 bits
2908           here, not just 8).
2909           
2910 2006-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
2912         * Makefile.am:
2913         * configure.ac:
2914         * gst/asfdemux/gstasfdemux.c:
2915         Fix dist by including gst-libs/
2917 2006-07-29  Tim-Philipp Müller  <tim at centricular dot net>
2919         * ext/dvdread/dvdreadsrc.c: (plugin_init):
2920         * po/POTFILES.in:
2921           Make custom error messages translatable.
2923         * gst/asfdemux/gstasf.c: (plugin_init):
2924           Remove setlocale() call, doesn't seem to be needed or recommended for
2925           plugins, at least not according to gstreamer/docs/random/i18n.
2927 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
2929         * gst/asfdemux/Makefile.am:
2930         * gst/asfdemux/asfheaders.c:
2931         * gst/asfdemux/asfheaders.h:
2932         * gst/asfdemux/gstasf.c: (plugin_init):
2933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
2934           Error out when the stream is encrypted (rather than feeding
2935           garbage to the decoders). Fixes #349025.
2937 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
2939         * Makefile.am:
2940         * autogen.sh:
2941         * configure.ac:
2942         * po/POTFILES.in:
2943           Add/enable autofoo magic for translations.
2945 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
2947         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),
2948         (gst_rmdemux_change_state), (gst_rmdemux_add_stream),
2949         (gst_rmdemux_parse_cont), (gst_rmdemux_descramble_cook_audio),
2950         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
2951           Don't leak streams, strings or caps. Get rid of unnecessary
2952           getcaps() function.
2954 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
2956         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
2957         (gst_rmdemux_init), (gst_rmdemux_chain), (gst_rmdemux_add_stream),
2958         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_data),
2959         (gst_rmdemux_stream_clear_cached_subpackets),
2960         (gst_rmdemux_descramble_cook_audio),
2961         (gst_rmdemux_descramble_dnet_audio),
2962         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
2963           Descramble cook audio streams before sending them to the
2964           decoder. Fixes #347292.
2965           Also miscellaneous clean-ups and log-level changes.
2967 2006-07-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2969         * ext/lame/gstlame.c: (gst_lame_setup):
2970         Fix lame putting lots of 0's at start of mp3.  Fixes bug #348786.
2972 2006-07-21  Wim Taymans  <wim@fluendo.com>
2974         * ext/sidplay/gstsiddec.cc:
2975         * ext/sidplay/gstsiddec.h:
2976         Remove old metadata thing.
2978 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
2980         * gst/asfdemux/gstasfdemux.c:
2981         (gst_asf_demux_get_ext_stream_props_for_stream),
2982         (gst_asf_demux_add_audio_stream), (gst_asf_demux_change_state):
2983           Find language codes for audio streams if they are available.
2985 2006-07-14  Tim-Philipp Müller  <tim at centricular dot net>
2987         * gst/asfdemux/asfheaders.h:
2988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_obj_stream),
2989         (gst_asf_demux_process_stream),
2990         (gst_asf_demux_process_language_list),
2991         (gst_asf_demux_process_ext_stream_props),
2992         (gst_asf_demux_process_queued_extended_stream_objects),
2993         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
2994         * gst/asfdemux/gstasfdemux.h:
2995           Parse extended stream properties objects and stream objects
2996           hidden inside them (but delay creation of the appropriate
2997           pads until after all the 'normal' stream objects have been
2998           dealt with) (#343763). Also parse language list object.
3000 2006-07-13  Wim Taymans  <wim@fluendo.com>
3002         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
3003         (gst_rmdemux_finalize), (gst_rmdemux_src_event),
3004         (find_seek_offset_time), (gst_rmdemux_perform_seek),
3005         (gst_rmdemux_src_query), (gst_rmdemux_change_state),
3006         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
3007         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
3008         (gst_rmdemux_combine_flows), (gst_rmdemux_parse_packet):
3009         * gst/realmedia/rmdemux.h:
3010         Cleanups, use GstSegment for seeking.
3011         Fix error handling.
3012         Combine flow return from all streams.
3014 2006-07-10  Wim Taymans  <wim@fluendo.com>
3016         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
3017         Fix refcounting when cropping. Fixes #341677.
3019 2006-07-09  Wim Taymans  <wim@fluendo.com>
3021         Patch by: Grzegorz Lukasik <hauserx at gmail dot com>
3023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream),
3024         (gst_asf_demux_process_segment):
3025         Fix typo. Closes #347029.
3027 2006-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3030           Skip chunks for unknown streams properly. Fixes broken sound
3031           and/or video for files that have additional streams that
3032           we don't recognise yet (e.g. if they are embedded in extended
3033           stream properties). Partly fixes #343763.
3035 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
3037         * gst/asfdemux/asfheaders.c:
3038         * gst/asfdemux/asfheaders.h:
3039         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_identify_guid),
3040         (gst_asf_demux_process_header), (gst_asf_demux_push_obj),
3041         (gst_asf_demux_pop_obj), (gst_asf_demux_process_object),
3042         (gst_asf_demux_change_state):
3043         * gst/asfdemux/gstasfdemux.h:
3044           Add some more GUIDs and make debug log more readable
3045           and easier to follow when parsing the headers.
3047 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
3049         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
3050         (gst_dvd_read_src_is_seekable), (gst_dvd_read_src_class_init),
3051         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
3052         (gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event),
3053         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_src_event):
3054         * ext/dvdread/dvdreadsrc.h:
3055           Rewrite seeking code and make seeking in DVDs work (#337834).
3057 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
3059         * autogen.sh:
3060           Check for automake-1.9 as well.
3062 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
3064         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_is_nav_pack):
3065           Make check stronger.
3067 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
3070         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
3071         (gst_asf_demux_push_buffer):
3072         * gst/asfdemux/gstasfdemux.h:
3073           Handle unknown codec IDs/fourccs properly (#345879); send tag
3074           events after newsegment event; fix use of GST_FOURCC_FORMAT
3075           macro.
3077 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3079         * ext/a52dec/gsta52dec.c: (plugin_init):
3080           Call the channel positions get_type() method in plugin_init 
3081           to ensure that it isn't simultaneously called later from 
3082           multiple threads.
3084 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
3086         * gst/mpegstream/gstmpegpacketize.c:
3087         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_put):
3088         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
3089           Also flush packetizer cache when we get a buffer that has the
3090           DISCONT flag set; update current byte position from buffer
3091           offset after a flush.
3093 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
3095         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new),
3096         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_destroy),
3097         (gst_mpeg_packetize_read):
3098         * gst/mpegstream/gstmpegpacketize.h:
3099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
3100         (gst_mpeg_parse_change_state):
3101           Flush packetizer cache when we get a FLUSH_STOP event;
3102           remove unused source pad member from packetizer; add debug
3103           category for packetizer.
3105 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3107         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (plugin_init):
3108           Treat dual-mono as stereo. It should really be output on 2 separate
3109           pads, but isn't for now.
3111 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3113         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3114           Assume 4:3 DAR rather than 4:3 PAR (#345184).
3116 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3118         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3119           Assume pixel-aspect-ratio of 4:3 if libmpeg2dec doesn't give us
3120           any PAR whatsoever (rather than using 0/0, which will lead to
3121           an abort later on). Fixes #345184.
3123 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3125         Patch by: Michael Dominic K.  < mdk at mdk org pl>
3127         * ext/mad/gstmad.c: (gst_mad_chain):
3128           Send newsegment event before calling
3129           gst_pad_alloc_buffer_and_set_caps(), makes mad behave better
3130           in connection with pad blocking (#342594). While we're at it,
3131           do some minor clean-ups.
3133 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3135         * configure.ac:
3136           Fix --disable-external (can't set conditionals conditionally,
3137           #343602).
3139 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
3141         * ext/a52dec/Makefile.am:
3142           ... and then he said "When you go and fix the build you
3143           better make sure you have some spare backslashes in your
3144           pocket".
3146 2006-06-13  Wim Taymans  <wim@fluendo.com>
3148         * ext/sidplay/gstsiddec.cc:
3149         Fix copyright, email addresses and descriptions.
3150         Use saner defaults for arguments. Fixes #344667.
3151         constify some stuff.
3152         Fix memleaks.
3153         Add tags.
3154         Fix negotiation to do mono/44100 by default.
3155         Post error messages.
3156         Use _scale_int where possible.
3158 2006-06-12  Wim Taymans  <wim@fluendo.com>
3160         * ext/dvdnav/.cvsignore:
3161         More ignore
3163 2006-06-12  Wim Taymans  <wim@fluendo.com>
3165         * tests/check/elements/amrnbenc.c: (push_data):
3166         Init memory before feeding it to the encoder to make
3167         the valgrind test succeed.
3169 2006-06-12  Edward Hervey  <edward@fluendo.com>
3171         * gst/asfdemux/.cvsignore:
3172         More ignore
3174 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
3176         * .cvsignore:
3177           Ignore files generated by 'make dist'.
3179 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3181         * autogen.sh:
3182         * configure.ac:
3183         * ext/a52dec/Makefile.am:
3184         * ext/dvdnav/Makefile.am:
3185         * ext/dvdread/Makefile.am:
3186         * ext/lame/Makefile.am:
3187         * ext/mad/Makefile.am:
3188         * ext/mpeg2dec/Makefile.am:
3189         * ext/sidplay/Makefile.am:
3190           update build files
3192 2006-06-07  Wim Taymans  <wim@fluendo.com>
3194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
3195         (gst_mpeg2dec_reset), (clear_buffers), (handle_picture),
3196         (gst_mpeg2dec_sink_convert), (gst_mpeg2dec_src_convert),
3197         (gst_mpeg2dec_change_state):
3198         * ext/mpeg2dec/gstmpeg2dec.h:
3199         Simplify and don't leak our buffer pool.
3200         Use _scale_int.
3201         Remove unfixed bug number from previous ChangeLog entry.
3203 2006-06-07  Wim Taymans  <wim@fluendo.com>
3205         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3206         (gst_mpeg2dec_class_init), (gst_mpeg2dec_init),
3207         (gst_mpeg2dec_finalize), (gst_mpeg2dec_reset),
3208         (gst_mpeg2dec_qos_reset), (gst_mpeg2dec_alloc_buffer),
3209         (gst_mpeg2dec_negotiate_format), (init_dummybuf),
3210         (handle_sequence), (handle_picture), (handle_slice),
3211         (gst_mpeg2dec_chain), (gst_mpeg2dec_sink_event),
3212         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
3213         * ext/mpeg2dec/gstmpeg2dec.h:
3214         Fix padtemplate as we can now do fractional framerates.
3215         Small cleanups.
3216         Use GstSegment.
3217         Add simple frame dropping QoS.
3218         Precalc buffer output sizes and UV offsets.
3219         Always give libmpeg2 a valid fbuf when it wants one.
3220         don't trust libmpeg to discard our buffers but manage it
3221         ourselves.
3222         Fixes #343627, #335288
3224 2006-06-05  Sebastien Moutte  <sebastien@moutte.net>
3226         * win32/MANIFEST:
3227         Add a manifest for futures ugly win32 releases.
3228         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
3229         Move bufcaps declaration at the beginning of the instructions 
3230         block.
3231         
3232 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
3234         * ext/a52dec/gsta52dec.h:
3235         * ext/amrnb/amrnbdec.h:
3236         * ext/amrnb/amrnbenc.h:
3237         * ext/amrnb/amrnbparse.h:
3238         * ext/mpeg2dec/gstmpeg2dec.h:
3239         * ext/sidplay/gstsiddec.h:
3240         * gst/ac3parse/gstac3parse.h:
3241         * gst/asfdemux/gstasfdemux.h:
3242         * gst/asfdemux/gstasfmux.h:
3243         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3244         * gst/iec958/ac3iec.h:
3245         * gst/mpegaudioparse/gstmpegaudioparse.h:
3246         * gst/mpegstream/gstdvddemux.h:
3247         * gst/mpegstream/gstmpegclock.h:
3248         * gst/mpegstream/gstmpegdemux.h:
3249         * gst/mpegstream/gstmpegparse.h:
3250         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
3252 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
3254         * README:
3255           Replace current README (containing the release notes from
3256           some 0.9.x version) with a proper README taken from the core.
3258 2006-05-24  Wim Taymans  <wim@fluendo.com>
3260         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_event), (gst_amrnbdec_chain):
3261         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
3262         (gst_amrnbparse_sink_event), (gst_amrnbparse_chain),
3263         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
3264         * ext/amrnb/amrnbparse.h:
3265         Sortof first quick cleanup of all this mess... 
3266         Don't crap out on empty and invalid FTs but treat them as
3267         empty packets, the decoder handles them fine.
3268         Fixes #342222.
3270 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3272         * gst/asfdemux/gstasf.c: (plugin_init):
3273           Call gst_riff_init() so the riff debug category gets set up
3274           before it is being used.
3276 2006-05-19  Michael Smith  <msmith@fluendo.com>
3278         * gst/iec958/ac3_padder.c: (ac3p_parse):
3279         * gst/iec958/ac3_padder.h:
3280         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_set_property),
3281         (ac3iec_chain_raw), (ac3iec_change_state):
3282         * gst/iec958/ac3iec.h:
3283           Write rate into the caps, for the allowed ac3 rates. Some minor
3284           cleanups.
3286 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
3288         Patch by: James "Doc" Livingston  <doclivingston gmail com>
3290         * ext/mad/gstid3tag.c: (gst_id3_tag_get_tag_to_render):
3291           Do tag merging correctly (#339918). Output taglists
3292           properly in debug statements too while we're at it.
3294 2006-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3296         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
3297           Add more debug
3299         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
3300         (gst_dvdlpcmdec_init), (update_timestamps),
3301         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
3302         (dvdlpcmdec_sink_event):
3303         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3304           If we have a first_access offset but no current timestamp (might
3305           happen after a seek), then calculate a start time for the first
3306           portion so that it will align with the timestamp given for the
3307           first_access portion.
3309           If a new-segment arrives with format time, store the start
3310           time as a failsafe timestamp in case we never get any further
3311           timestamp info (unlikely)
3312         
3313           Mask out the 'frame number' section of the incoming header so
3314           that we don't consider it to be changing on every buffer and
3315           reset the caps constantly.
3317           Use gst_util_uint64_scale for duration calculation
3319 2006-05-11  Michael Smith  <msmith@fluendo.com>
3321         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
3322           Fix timestamping for cases where the first_access parameter is 4.
3323           Ensure we don't overrun buffers in other cases.
3325 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
3327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_string):
3328           Fix silly bug when reading metadata (#341254).
3330 2006-05-08  Edward Hervey  <edward@fluendo.com>
3332         * autogen.sh: (CONFIGURE_DEF_OPT): 
3333         libtoolize on Darwin/MacOSX is called glibtoolize
3335 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
3337         * ext/lame/gstlame.c: (gst_lame_get_type),
3338         (gst_lame_release_memory), (gst_lame_init), (gst_lame_sink_event),
3339         (gst_lame_setup), (gst_lame_change_state):
3340         * ext/lame/gstlame.h:
3341           Remove tag writing from lame (which was completely broken
3342           anyway, #329184). Leaving GstTagSetter interface around for
3343           now, albeit non-functional. Should be removed completely
3344           in 0.11. Use the 'id3v2mux' plugin from -good for writing
3345           tags.
3347 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
3349         * ext/dvdread/dvdreadsrc.c:
3350         * gst/asfdemux/gstasfdemux.c:
3351         Add semicolons after GST_BOILERPLATE[_FULL] so that
3352         indent doesn't mess up following lines.
3353         
3354 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
3356         Patch by: Andres Salomon  <dilinger at debian org>
3358         * ext/lame/gstlame.c: (gst_lame_sink_event):
3359           Fix typo (comma vs. semicolon) (#340710).
3361 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3363         Patch by: Lutz Müller <lutz at topfrose de>
3365         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query):
3366           Make mad the second element to support the highly useful
3367           FORMATS query (#340594)
3369 2006-05-02  Edward Hervey  <edward@fluendo.com>
3371         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_sink_convert),
3372         (gst_mpeg2dec_src_query):
3373         Remember the query duration format before passing it upstream since it
3374         could have been modified.
3375         Add GST_WARNING_OBJECT in sink convert function to detail why the
3376         conversion didn't work.
3378 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
3380         * ext/mad/gstid3tag.c:
3381         * ext/mad/gstmad.c:
3382         * gst/ac3parse/gstac3parse.c:
3383         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
3384         * gst/synaesthesia/gstsynaesthesia.c:
3385           Define GstElementDetails as const and also static (when defined as
3386           global)
3388 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3390         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_push_titlelang_event):
3391           Fix name of custom event (use same as dvdreadsrc).
3393         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_chain),
3394         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event):
3395           Fix event parsing (the event name is in the structure, not the
3396           name of the structure itself); also fix indentation after
3397           boilerplate macro.
3399 2006-04-23  Tim-Philipp Müller  <tim at centricular dot net>
3401         * ext/mad/gstid3tag.c: (plugin_init):
3402           Change debug category to 'id3mux'.
3404 2006-04-22  Tim-Philipp Müller  <tim at centricular dot net>
3406         Patch by: Alexander Lancaster  <alexl at users sourceforge net>
3408         * ext/mad/gstid3tag.c: (gst_id3_tag_get_caps), (gst_id3_tag_init),
3409         (gst_id3_tag_sink_event), (gst_id3_tag_src_link),
3410         (gst_id3_tag_chain):
3411           When acting as a muxer, set caps on outgoing buffers and set caps
3412           on source pad (fixes #323658). Remove unused application/x-gst-tags
3413           cruft from the 0.6 days.
3415 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3417         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src),
3418         (gst_mad_src_query), (gst_mad_chain):
3419           .. and DEFAULT queries should work too. Use magic gst util scale
3420           functions in some places.
3422 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3424         * ext/mad/gstmad.c: (gst_mad_src_query):
3425           Fix duration query in BYTES format (#336824).
3427 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3429         Patch by: Ed Catmur  <ed at catmur dot co dot uk>
3431         * ext/lame/gstlame.c: (gst_lame_sink_event):
3432           Don't crash if we get an EOS event before the encoder
3433           has been set up (#339287).
3435 2006-04-21  Wim Taymans  <wim@fluendo.com>
3437         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_start),
3438         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read),
3439         (gst_dvd_read_src_create), (gst_dvd_read_src_goto_sector):
3440         Move errors out of the normal code flow.
3441         Don't send eos, basesrc will do that for us when needed.
3443 2006-04-21  Wim Taymans  <wim@fluendo.com>
3445         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_change_state):
3446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_change_state):
3447         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_change_state):
3448         Do state changes correctly
3450 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
3452         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf),
3453         (gst_mpeg2dec_alloc_buffer):
3454           Can't use gst_pad_alloc_buffer*() when we are going to crop
3455           the image before sending it out. Downstream basetransform-based
3456           elements will complain about the wrong unit size otherwise
3457           (when not operating in passthrough-mode at least).
3458           Const-ify some static variables and do some minor clean-ups.
3459           Use I420 macros for size/offsets (not really necessary in this
3460           particular context, but this kind of code gets copy'n'pasted).
3462 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
3464         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_put),
3465         (read_cache):
3466         * gst/mpegstream/gstmpegpacketize.h:
3467           g_malloc() can't fail, we don't need to handle this. Same for
3468           gst_buffer_new_and_alloc().
3470         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
3471           klass->send_buffer() should have the same semantics as
3472           gst_pad_push(), ie. ownership of the buffer is transfered,
3473           so we never have to unref the buffer no matter what the flow
3474           return value was.
3476 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3478         * common/check.mak:
3479           allow for specifying more than one suppressions file in SUPPRESSIONS
3480         * Makefile.am:
3481         * tests/Makefile.am:
3482         * tests/check/.cvsignore:
3483         * tests/check/Makefile.am:
3484         * tests/check/elements/.cvsignore:
3485         * configure.ac:
3486           add tests/check
3487         * tests/check/gst-plugins-ugly.supp:
3488           add suppressions for libs used by -ugly
3489         * tests/check/elements/amrnbenc.c: (buffer_new), (buffer_unref),
3490         (setup_amrnbenc), (cleanup_amrnbenc), (push_data),
3491         (GST_START_TEST), (amrnbenc_suite), (main):
3492           add a simple test for encoding amr
3493         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init):
3494           fix pad template leaks
3496 2006-04-10  Michael Smith  <msmith@fluendo.com>
3498         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
3499           Plug big leak in AMR encoder.
3501 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
3503         * ext/mad/gstmad.c: (index_seek):
3504           move GstIndexEntry *entry variable declaration before 
3505           the first instruction
3506         * ext/mad/gstmad.c: 
3507           remove debug macros with variable number of parameter by using 
3508           GST_DEBUG for WIN32
3509         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
3510           use gst_guint64_to_gdouble for conversions
3511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time):
3512           replace __FUNCTION__ which is not supported by MSVC by the current
3513           function name
3514         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset):
3515           remove LL suffix by using G_GINT64_CONSTANT
3516         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),
3517           (gst_mpeg_parse_get_rate):
3518           use gst_guint64_to_gdouble for conversions
3519         * gst/mpegstream/gstmpegparse.h:
3520           remove LL suffix by using G_GINT64_CONSTANT
3521         * win32/vs6:
3522           add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub,
3523           iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
3524         
3525 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3527         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init):
3528         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_class_init):
3529         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_class_init):
3530         * ext/mad/gstmad.c: (gst_mad_class_init):
3531         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init):
3532         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init):
3533         * gst/asfdemux/gstasfmux.c: (gst_asfmux_class_init):
3534         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_class_init):
3535         * gst/iec958/ac3iec.c: (ac3iec_class_init):
3536         * gst/mpegaudioparse/gstmpegaudioparse.c:
3537         (gst_mp3parse_class_init):
3538         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init):
3539         * gst/mpegstream/gstmpegclock.c: (gst_mpeg_clock_class_init):
3540         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_class_init):
3541         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init):
3542         * gst/synaesthesia/gstsynaesthesia.c:
3543         (gst_synaesthesia_class_init):
3544         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3546 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3548         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
3551         (gst_asf_demux_push_buffer):
3552           Send newsegment event only once per pad, fixes #336550.
3554 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3556         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
3557         * docs/plugins/inspect/plugin-siddec.xml:
3558           add siddec
3559         * ext/dvdnav/dvdnavsrc.c:
3560           doc fixes
3562 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3564         * configure.ac:
3565           rework similarly to other modules
3566         * ext/a52dec/gsta52dec.c:
3567         * ext/amrnb/amrnb.c:
3568         * ext/dvdnav/dvdnavsrc.c:
3569         * ext/dvdread/dvdreadsrc.c:
3570         * ext/lame/gstlame.c:
3571         * ext/mad/gstid3tag.c:
3572         * ext/mpeg2dec/gstmpeg2dec.c:
3573         * ext/sidplay/gstsiddec.cc:
3574         * gst/asfdemux/gstasf.c:
3575         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
3576         * gst/dvdsub/gstdvdsubdec.c:
3577         * gst/iec958/ac3iec.c:
3578         * gst/mpegaudioparse/gstmpegaudioparse.c:
3579         * gst/mpegstream/gstmpegstream.c:
3580         * gst/realmedia/rmdemux.c: (plugin_init):
3581           use the correct defines
3583 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
3585         * configure.ac:
3586           back to HEAD
3588 === release 0.10.3 ===
3590 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
3592         * configure.ac:
3593           releasing 0.10.3, "Late Plane"
3595 2006-03-29  Tim-Philipp Müller  <tim at centricular dot net>
3597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_event):
3598           Don't unref event unconditionally after giving away ownership
3599           (gst_pad_push_event(), gst_pad_send_event() and
3600           gst_pad_event_default() take ownership of the event
3601           passed to them). Fixes warnings/crashes caused by
3602           navigation events.
3604 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3606         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
3607           Don't ref NULL caps (private streams have NULL caps) (#336387);
3608           also, no need to set caps on the same buffer twice.
3610 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3612         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
3613         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_get_audio_stream),
3614         (gst_dvd_demux_get_subpicture_stream):
3615         * gst/mpegstream/gstmpegdemux.c:
3616         (gst_mpeg_demux_sync_stream_to_time):
3617           Don't leak element and pad names in error messages, use
3618           GST_DEBUG_PAD_NAME instead. Add some more debug code.
3620 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3622         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
3623         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read):
3624           Name the structure in the custom event with the
3625           language codes for the audio and subtitle streams
3626           actually like dvddemux expects it to be named.
3627           Set caps on source pad and outgoing buffers.
3629 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3631         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_set_property),
3632         (gst_lame_get_property), (gst_lame_setup):
3633         * ext/lame/gstlame.h:
3634           Make xingheader property non-functional, it's broken anyway
3635           after all (use xingmux instead).
3637 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3639         * ext/lame/gstlame.c: (gst_lame_sink_event):
3640           On EOS, flush encoder and send remaining data. Fix
3641           return value handling in sink event function.
3643 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3645         Patch by: Jürg Billeter  <j at bitron dot ch>
3647         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_set_property):
3648           Fix wrong check for started flag when setting the 'device' property.
3649           We want to allow it when the source is NOT started yet and ignore it
3650           when the source is running.
3652 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3654         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3656         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
3657         (gst_asf_demux_process_chunk):
3658         * gst/asfdemux/gstasfdemux.h:
3659           Subtract first timestamp from timestamps, so that
3660           stream starts from 0; makes live streams that don't
3661           start at 0 work again (fixes #317310, #336097).
3663 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3665         Patch by: Christian Kirbach
3667         * configure.ac:
3668           Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
3669           -good. Fixes build on some systems (#331838).
3671 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3673         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
3674         (gst_rmdemux_parse_cont):
3675           Extract more tags and also post codec name tag on the
3676           bus so this shows up in totem and nautilus.
3678 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3680         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
3681         (gst_rmdemux_fill_audio_packet), (gst_rmdemux_parse_packet):
3682           Extra data usually goes into the caps as 'codec_data', not
3683           as first buffer into the stream.
3684           Need to byte swap AC3 content in realmedia files for some
3685           reason (fixes #331588).
3687 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3689         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
3690         (gst_rmdemux_validate_offset), (gst_rmdemux_loop),
3691         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
3692           When operating in pull mode, post an error message on the
3693           bus when all source pads are unlinked or some other fatal
3694           error occured (#323023). Regrade some recurring debug messages
3695           to LOG level. Convert c++-style comments into C-style ones.
3697 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3699         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
3700         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
3701         (gst_rmdemux_all_source_pads_unlinked),
3702         (gst_rmdemux_at_least_one_stream_flowok), (gst_rmdemux_add_stream),
3703         (gst_rmdemux_parse_packet):
3704         * gst/realmedia/rmdemux.h:
3705           Handle unlinked source pads properly and stop if all source pads
3706           are unlinked (#323023).
3708 2006-03-23  Wim Taymans  <wim@fluendo.com>
3710         Patch by: Michal Benes <michal dot benes at xeris dot cz>
3712         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
3713         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
3714         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_reset):
3715         * gst/mpegstream/gstmpegdemux.h:
3716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3717         Timestamps in mpeg stream are 32-bit numbers. Therefore, with a
3718         clock_freq of 90kHz this timestamp overflows every ~13 hours. This 
3719         situation really happens when grabbing DVB streams. Current 
3720         mpegdemuxer can not handle this situation correctly and it 
3721         restarts counting gstreamer timestamps from zero.
3722         Fixes #326598.
3724 2006-03-15  Michael Smith  <msmith@fluendo.com>
3726         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event),
3727         (gst_a52dec_chain_raw), (gst_a52dec_change_state):
3728         * ext/a52dec/gsta52dec.h:
3729           Fix #334550: failure to play raw AC3 files due to segment problems.
3731 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
3733         Patch by: Christophe Fergeau  <teuf gnome org>
3735         * ext/lame/gstlame.c: (gst_lame_release_memory),
3736         (gst_lame_finalize), (gst_lame_class_init),
3737         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
3738         (gst_lame_change_state):
3739           Fix some memory leaks (#333345), use GST_DEBUG_FUNCPTR more often.
3741 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3743         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_update_info),
3744         (gst_mad_sink_event), (gst_mad_change_state):
3745           Include AUDIO_CODEC tag with tags posted if input is not
3746           framed (#334258). Use _scale() util functions in more places.
3748 2006-03-12  Christophe Fergeau  <teuf@gnome.org>
3750         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3752         * ext/lame/gstlame.c: (gst_lame_class_init): mark the xing-header
3753         property as BROKEN (see
3754         http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19 for an
3755         explanation why it's broken).
3757 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3759         Patch by: Alex Lancaster
3760         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
3761           Add support for writing the GST_TAG_ALBUM_VOLUME_NUMBER
3762           tag (#333683)
3763           
3764 2006-03-02  Wim Taymans  <wim@fluendo.com>
3766         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
3767         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
3768         (gst_amrnbdec_state_change):
3769         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init),
3770         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
3771         (gst_amrnbenc_state_change):
3772         * ext/amrnb/amrnbenc.h:
3773         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
3774         (gst_amrnbparse_query):
3775         Further fancyfication.
3776         Use _take to get writable data from the adapter.
3777         Precalc packet duration.
3778         Handle disconts.
3779         Forward _push to upstream.
3780         Post error messages when something goes wrong.
3781         Remove old code in amrnbparse.
3782         Don't ignore query results from upstream.
3784 2006-03-02  Michael Smith  <msmith@fluendo.com>
3786         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
3787           The AMR encoder writes into the audio buffers it processes, so
3788           use gst_buffer_make_writable() on buffers we might (they go through
3789           an adapter, so there can be copying going on later anyway) be
3790           encoding.
3792 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
3794         Patch by: Jens Granseuer
3796         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_pad_added),
3797         (gst_mpeg_parse_handle_src_query):
3798           Declare variables at the beginning of a block and make
3799           gcc-2.9x happy (fixes #328957)
3801 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
3803         Patch by: Fabrizio Gennari
3805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
3806           Read packet size, sequence and padsize in right order again
3807           (fixes #332796)
3809 2006-02-28  Edward Hervey  <edward@fluendo.com>
3811         * gst/iec958/ac3iec.c:
3812         Set a proper klass (Codec/Muxer/Audio) for the ElementDetails.
3814 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
3816         * configure.ac:
3817           Make the id3tag and mad checks check for both a header and the
3818           appropriate library if the pkg-config is missing. (Closes #331842)
3819           Split the id3tag and mad checks into 2 pieces. Sometime soon I might
3820           do the same for the plugins themselves.
3821           
3822 2006-02-27  Luca Ognibene  <luogni at tin dot it>
3824         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3826         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3827         (gst_mpeg2dec_reset), (gst_mpeg2dec_chain):
3828         * ext/mpeg2dec/gstmpeg2dec.h:
3829           Don't treat STATE_INVALID as fatal error; throw an error
3830           only after five consecutive decoding errors. Makes decoding
3831           mpeg streams more robust and fixes playback of joined clips
3832           (#300682).
3834 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
3836         * ext/dvdnav/dvdnavsrc.h:
3837           Oops. forgot to add this one.
3839 2006-02-26  Julien MOUTTE  <julien@moutte.net>
3841         * ext/Makefile.am: Fix dist-check.
3843 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
3845         * configure.ac:
3846           Disable dvdnavsrc for now.
3848 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
3850         * configure.ac:
3851         * ext/Makefile.am:
3852         * ext/dvdnav/Makefile.am:
3853         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_base_init),
3854         (gst_dvd_nav_src_class_init), (gst_dvd_nav_src_check_get_range),
3855         (gst_dvd_nav_src_init), (gst_dvd_nav_src_finalize),
3856         (gst_dvd_nav_src_is_open), (gst_dvd_nav_src_set_property),
3857         (gst_dvd_nav_src_get_property), (gst_dvd_nav_src_set_clock),
3858         (gst_dvd_nav_src_tca_seek), (gst_dvd_nav_src_update_streaminfo),
3859         (gst_dvd_nav_src_set_domain), (gst_dvd_nav_src_update_highlight),
3860         (gst_dvd_nav_src_user_op), (dvdnav_get_event_name),
3861         (dvdnav_get_read_domain_name), (gst_dvd_nav_src_print_event),
3862         (gst_dvd_nav_src_make_dvd_event),
3863         (gst_dvd_nav_src_structure_set_uint64),
3864         (gst_dvd_nav_src_push_dvd_nav_packet_event),
3865         (gst_dvd_nav_src_push_clut_change_event), (read_vts_info),
3866         (gst_dvd_nav_src_push_titlelang_event),
3867         (gst_dvd_nav_src_process_next_block), (gst_dvd_nav_src_create),
3868         (gst_dvd_nav_src_start), (gst_dvd_nav_src_stop),
3869         (gst_dvd_nav_src_handle_navigation_event),
3870         (gst_dvd_nav_src_handle_seek_event), (gst_dvd_nav_src_src_event),
3871         (gst_dvd_nav_src_query_position), (gst_dvd_nav_src_query_duration),
3872         (gst_dvd_nav_src_query), (gst_dvd_nav_src_uri_get_type),
3873         (gst_dvd_nav_src_uri_get_protocols), (gst_dvd_nav_src_uri_get_uri),
3874         (gst_dvd_nav_src_uri_set_uri), (gst_dvd_nav_src_uri_handler_init),
3875         (gst_dvd_nav_src_do_init), (plugin_init):
3876           dvdnavsrc ported to 0.10, for the most part at least. Not quite
3877           ready for prime time yet though.
3879 2006-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3881         * configure.ac:
3882         * gst/dvdsub/Makefile.am:
3883         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_base_init),
3884         (gst_dvd_sub_dec_class_init), (gst_dvd_sub_dec_init),
3885         (gst_dvd_sub_dec_finalize), (gst_dvd_sub_dec_src_event),
3886         (gst_dvd_sub_dec_get_event_delay), (gst_dvd_sub_dec_parse_subpic),
3887         (gst_get_nibble), (gst_setup_palette), (gst_get_rle_code),
3888         (gst_draw_rle_line), (gst_dvd_sub_dec_merge_title),
3889         (gst_send_empty_fill), (gst_send_subtitle_frame),
3890         (gst_dvd_sub_dec_advance_time), (gst_dvd_sub_dec_chain),
3891         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event),
3892         (plugin_init):
3893         * gst/dvdsub/gstdvdsubdec.h:
3894           Port dvdsubdec to 0.10
3896 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
3899          Push the rank up to SECONDARY+1 so that dvddemux is preferred over
3900          mpegdemux for MPEG-2 video streams.
3902 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
3904         * configure.ac:
3905           Bump nano back to CVS
3907 === release 0.10.2 ===
3909 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
3911         * configure.ac:
3912           releasing 0.10.2, "Season to Taste"
3914 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
3916         * configure.ac:
3917           releasing 0.10.1.3 prelease for 0.10.2
3919 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
3921         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
3922           In sink event handler, release object lock again
3923           _before_ sending EOS event downstream (#313838).
3925 2006-02-17  Christian Schaller  <christian@fluendo.com>
3926         
3927         * gst/asfdemux/gstasf.c: (plugin_init):
3928           Set asfdemux rank to secondary (fixes #331579).
3930 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
3932         * configure.ac:
3933           releasing 0.10.1.2 prelease for 0.10.2
3935 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
3937         * ext/mpeg2dec/gstmpeg2dec.c: (crop_copy_i420_buffer),
3938         (crop_copy_i422_buffer), (crop_buffer):
3939           When we need to crop the output buffer, make sure we
3940           create a buffer of the right size and respect the implicit
3941           striding used for I420 elsewhere in GStreamer (#331301).
3943 2006-02-17  Edward Hervey  <edward@fluendo.com>
3945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream):
3946         Do not error out on non-recognized streams. Ignore them and allow
3947         playback of the other streams.
3949 2006-02-17  Jan Schmidt  <thaytan@mad.scientist.com>
3951         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
3952         Add a small sanity check for LPCM reading.
3954 2006-02-17  Edward Hervey  <edward@fluendo.com>
3956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file):
3957         Take into account the file properties preroll value for
3958         timestamping/newsegment. It's weird this value was commented out.
3960 2006-02-16  Wim Taymans  <wim@fluendo.com>
3962         * gst/asfdemux/Makefile.am:
3963         More asf makefile fixing.
3965 2006-02-16  Wim Taymans  <wim@fluendo.com>
3967         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
3968         (gst_lame_change_state):
3969         Fix up lame a bit.
3970         Apply patch #319782 by Gautier Portet.
3972 2006-02-16  Edward Hervey  <edward@fluendo.com>
3974         * gst/asfdemux/Makefile.am:
3975         But we do need to link against the riff libraryr.
3977 2006-02-16  Edward Hervey  <edward@fluendo.com>
3979         * gst/asfdemux/Makefile.am:
3980         We don't want asfmux.c yet.
3982 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
3984         * ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
3985         (gst_mad_sink_event), (gst_mad_check_caps_reset), (gst_mad_chain),
3986         (gst_mad_change_state):
3987           Port fixes for bugs 314771, 308772, 140237, and 302625
3988           from 0.8 (Patch by Jonathan Matthew, Fixes #329575)
3989           Use GST_EVENT_FLUSH_STOP to clear data from the current input
3990           buffer, to avoid using it for any future decoding.
3992 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
3994         * configure.ac:
3995         * gst/asfdemux/asfheaders.c: (gst_asf_identify_guid),
3996         (gst_asf_get_guid_nick):
3997         * gst/asfdemux/asfheaders.h:
3998         * gst/asfdemux/gstasf.c: (plugin_init):
3999         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
4000         (gst_asf_demux_class_init), (gst_asf_demux_init),
4001         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
4002         (gst_asf_demux_handle_src_event),
4003         (gst_asf_demux_get_current_offset), (gst_asf_demux_chain),
4004         (gst_asf_demux_skip_bytes), (gst_asf_demux_identify_guid),
4005         (gst_asf_demux_get_uint8), (gst_asf_demux_get_uint16),
4006         (gst_asf_demux_get_uint32), (gst_asf_demux_get_uint64),
4007         (gst_asf_demux_get_var_length), (gst_asf_demux_get_buffer),
4008         (gst_asf_demux_get_bytes), (gst_asf_demux_get_string),
4009         (gst_asf_demux_get_guid), (gst_asf_demux_get_obj_file),
4010         (gst_asf_demux_get_bitrate_record),
4011         (gst_asf_demux_get_obj_comment), (gst_asf_demux_get_obj_header),
4012         (gst_asf_demux_get_obj_header_ext), (gst_asf_demux_get_obj_stream),
4013         (gst_asf_demux_get_replicated_data), (gst_asf_demux_get_obj_data),
4014         (gst_asf_demux_get_obj_data_correction),
4015         (gst_asf_demux_get_stream_audio),
4016         (gst_asf_demux_get_stream_correction),
4017         (gst_asf_demux_get_stream_video),
4018         (gst_asf_demux_get_stream_video_format),
4019         (gst_asf_demux_get_stream), (gst_asf_demux_setup_pad),
4020         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
4021         (gst_asf_demux_process_stream),
4022         (gst_asf_demux_get_gst_tag_from_tag_name),
4023         (gst_asf_demux_commit_taglist),
4024         (gst_asf_demux_process_ext_content_desc),
4025         (gst_asf_demux_get_object_header), (gst_asf_demux_process_data),
4026         (gst_asf_demux_process_header), (gst_asf_demux_process_file),
4027         (gst_asf_demux_process_comment),
4028         (gst_asf_demux_process_bitrate_props_object),
4029         (gst_asf_demux_process_header_ext), (gst_asf_demux_process_object),
4030         (gst_asf_demux_descramble_segment),
4031         (gst_asf_demux_element_send_event),
4032         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
4033         (gst_asf_demux_process_chunk), (gst_asf_demux_process_segment),
4034         (gst_asf_demux_handle_data), (gst_asf_demux_parse_data),
4035         (gst_asf_demux_get_src_query_types),
4036         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
4037         * gst/asfdemux/gstasfdemux.h:
4038           asfdemux ported to 0.10. Does still need a bit of work (seems like
4039           there's something funky going on when timestamping video frames).
4040           The seeking code is likely to make Wim cry, but hey, at least it
4041           compiles.
4043 2006-02-15  Wim Taymans  <wim@fluendo.com>
4045         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_setcaps),
4046         (gst_amrnbdec_chain), (gst_amrnbdec_state_change):
4047         Some more comments.
4049         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
4050         Applied patch from Fabrizio Gennari, fixes #330844.
4052 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
4054         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
4055         (gst_dvd_read_src_class_init), (gst_dvd_read_src_start),
4056         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
4057         (gst_dvd_read_src_set_property), (gst_dvd_read_src_get_property),
4058         (gst_dvd_read_src_uri_get_uri), (gst_dvd_read_src_uri_set_uri):
4059         * ext/dvdread/dvdreadsrc.h:
4060           Let's try to play the title the user set via the URI handler or
4061           via properties instead of always playing the first title. Also,
4062           Also, count title/chapter/angle number in URI and properties
4063           from 1 rather than 0.
4065 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
4067         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
4068         (gst_dvd_read_src_get_size), (gst_dvd_read_src_do_seek),
4069         (gst_dvd_read_src_do_duration_query):
4070           Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable,
4071           otherwise GstBaseSrc will think we can operate pull_range based,
4072           which we don't really, and typefinding will fail miserably.
4073           Also, make seeking work somewhat (only works with flumpegdemux
4074           at the moment, mpegstream needs fixing for that first).
4076 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
4078         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
4079         (gst_dvd_read_src_create), (gst_dvd_read_src_src_event):
4080           Only allocate buffer once we know exactly how much we need,
4081           rather than gratuitously allocating 2MB-buffers all the time
4082           even if we usually need much less than that. Also, demote
4083           a debug message from DEBUG to LOG level.
4085 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4087         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
4088         (gst_dvd_read_src_seekable), (gst_dvd_read_src_get_size),
4089         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_do_duration_query),
4090         (gst_dvd_read_src_do_position_query):
4091           Add some more debugging and fix duration query in BYTES.
4093 2006-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4095         * configure.ac:
4096         * ext/Makefile.am:
4097         * ext/dvdread/Makefile.am:
4098         * ext/dvdread/dvdreadsrc.c:
4099         * ext/dvdread/dvdreadsrc.h:
4100           Half-baked port to 0.10. Needs some love
4101           in the seeking department, but at least
4102           it does something.
4104         * ext/dvdread/stream_labels.c:
4105         * ext/dvdread/stream_labels.h:
4106           Remove these (we use ISO-639 language codes internally; applications
4107           that want to translate those into language names for display to the
4108           user should rely on the iso-codes package for that).
4110 2006-02-06  Wim Taymans  <wim@fluendo.com>
4112         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
4113         (gst_amrnbdec_setcaps), (gst_amrnbdec_event), (gst_amrnbdec_chain),
4114         (gst_amrnbdec_state_change):
4115         * ext/amrnb/amrnbdec.h:
4116         Fix amrnbdec, handle events, take copy from adapter since the decoder
4117         apparently writes in the source data.
4118         Use some _scale_int, and precalc duration.
4119         Fix some leaks, post ERROR messages.
4121 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4123         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4124           One source pad not being linked is not an error condition when we're
4125           still parsing the header. In this case (e.g. where we don't have a
4126           suitable decoder installed) just pretend everything is fine, so that
4127           the demuxer will actually go on to signal no-more-pads when done
4128           parsing the header, otherwise  decodebin/playbin will never post the
4129           appropriate error message if decoders are not available.
4131 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
4133         * ext/mad/gstid3tag.c:
4134         * gst/realmedia/rmdemux.c:
4135         Just make it compile with --disable-gst-debug.
4137 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
4139         * ext/mad/gstmad.c: (gst_mad_convert_src), (scale),
4140         (gst_mad_check_caps_reset), (gst_mad_chain):
4141           Merge patch from Radoslaw Szkodzinski (bug 326734)
4143 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
4145         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach),
4146         (gst_id3_tag_get_tag_to_render), (gst_id3_tag_sink_event),
4147         (gst_id3_tag_src_link), (gst_id3_tag_send_tag_event),
4148         (gst_id3_tag_chain):
4149           fixing Gdate handling
4150           enabling mux/demux mode switching
4151           adding better debug output
4153 2006-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4155         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_buffer):
4156           If we haven't set caps on a source pad yet, the caps on the
4157           pad are NULL, not un-fixed. Set caps on outgoing buffers.
4159 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4161         * ext/lame/gstlame.c: (gst_lame_finalize), (gst_lame_class_init),
4162         (gst_lame_init), (add_one_tag), (gst_lame_set_metadata):
4163         * ext/lame/gstlame.h:
4164           Contrary to what the const char in the lame API might suggest,
4165           lame expects us to keep the strings we pass to id3tag_set_foo()
4166           around; it doesn't free them either though, so we have to store
4167           them somewhere and free them later when we can be sure lame
4168           doesn't need them any longer.
4170 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4172         * ext/lame/gstlame.c: (add_one_tag):
4173           Fix handling of GST_TAG_DATE (#311679), don't pass an
4174           uninitialised string pointer to lame if we don't know
4175           how to handle the tag type, and fix minor memory leak.
4177 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4179         * ext/mad/gstmad.c: (gst_mad_chain):
4180           Fix debug message.
4182 2006-01-22  Martin Soto  <martinsoto@users.sourceforge.net>
4184         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
4185         Erase spurious call to gst_segment_set_newsegment.
4186         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Call
4187         the superclass method when handling NEWSEGMENT events.
4188         (gst_dvd_demux_handle_dvd_event): Get rid of dvd-audio-shutdown
4189         and dvd-audio-restart event handling. There are currently less
4190         hackish ways of handling the sparse audio stream problem.
4192 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4194         * ext/dvdnav/dvdnavsrc.c: (if):
4195         * ext/dvdread/stream_labels.c:
4196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment):
4197         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
4198           fix up error domains, error strings, and use of translation
4199         * po/POTFILES.in:
4200           fix up this file, even though none of them are actually marked
4201           for build yet.
4203 2006-01-19  Martin Soto  <martinsoto@users.sourceforge.net>
4205         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse): 
4206         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
4207         (gst_mpeg_parse_process_event, gst_mpeg_parse_parse_packhead) 
4208         (gst_mpeg_parse_change_state): 
4209         Make timestamp adjustment somewhat milder. Actual timestamps are
4210         now sent unmodified unless an actual gap is found in the
4211         stream. This should fix time display when playing most MPEG
4212         files.
4214 2006-01-18  Edward Hervey  <edward@fluendo.com>
4216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer): 
4217         tss tss... always set caps on outgoing buffer.
4219 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4221         * configure.ac:
4222           back to HEAD
4224 === release 0.10.1 ===
4226 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
4228         * configure.ac:
4229           releasing 0.10.1, "Peng"
4231 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4233         * configure.ac:
4234           prerelease
4236 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4238         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query):
4239         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
4240         * ext/mad/gstmad.c: (gst_mad_src_query):
4241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_query):
4242         * ext/sidplay/gstsiddec.cc:
4243         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
4244         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query):
4245           Pass unhandled queries upstream (useful e.g. for SEEKING query)
4246           (fixes #325652; based on patch by: Philippe); make rmdemux return
4247           FALSE for position queries, instead of setting -1 as value and
4248           returning TRUE.
4250 2006-01-05  Martin Soto  <martinsoto@users.sourceforge.net>
4252         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts) 
4253         (gst_mpeg_parse_process_event, gst_mpeg_parse_pad_added): Don't
4254         rewrite timestamps in the case segments are being set from
4255         upstream, but use timestamps unmodified. Also send proper position
4256         values. This allows for correct time display and makes queries
4257         work in sink elements.
4259         * gst/mpegstream/gstdvddemux.h: 
4260         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4261         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer):
4262         Rename flush_filter to segment_filter, which is better represents
4263         what the arreibute does.
4265         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event):
4266         Activate segment filtering when a timestamp discontinuity is seen.
4268 2006-01-04  Tim-Philipp Müller  <tim at centricular dot net>
4270         * ext/mad/gstmad.c: (gst_mad_chain):
4271           Don't forget that we need to send out a newsegment event after a
4272           restart even if we don't have enough data to decode a frame right
4273           now.
4275 2005-12-31  Martin Soto  <martinsoto@users.sourceforge.net>
4277         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4278         Use the new "audio-shutdown" and "audio-restart" DVD events
4279         instead of the "spu-still-frame" event to shutdown and restart
4280         the audio pipeline.
4282         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts):
4283         Check for cases where the segment-based adjustment calculation
4284         would produce negative values (which result in an overflow) and
4285         return GST_CLOCK_TIME_NONE instead.
4287         * gst/mpegstream/gstdvddemux.h: 
4288         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4289         (gst_dvd_demux_process_event, gst_dvd_demux_send_subbuffer): 
4290         Add a mechanism to discard audio buffers with timestamps outside
4291         the currently set segment. This was causing (sometimes serious)
4292         synchronization problems after seeking in DVDs with LPCM audio,
4293         since VOBUs usually contain audio material that lies outside the
4294         timestamp range specified by the header.
4296 2005-12-30  Jan Schmidt  <thaytan@mad.scientist.com>
4298         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type):
4299           Remove lingering reference to GstID3Demux
4301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
4302           Don't output debug saying padding streams are unknown type,
4303           because they're not
4305 2005-12-27  Martin Soto  <martinsoto@users.sourceforge.net>
4307         * gst/mpegstream/gstdvddemux.c (AUDIO_CAPS) 
4308         (gst_dvd_demux_get_audio_stream): Use audio/x-lpcm as mimetype for
4309         LPCM.
4311         * gstmpegdemux.h: 
4312         * gstmpegdemux.c (gst_mpeg_demux_get_video_stream) 
4313         (gst_mpeg_demux_get_audio_stream): 
4314         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_get_video_stream) 
4315         (gst_dvd_demux_get_audio_stream) 
4316         (gst_dvd_demux_get_subpicture_stream) 
4317         (gst_dvd_demux_send_subbuffer):
4318         Send current* pad buffers with appropriate caps.
4320 2005-12-26  Martin Soto  <martinsoto@users.sourceforge.net>
4322         * gst/iec958/ac3iec.h:
4323         * gst/iec958/ac3iec.c:
4324         (NORMAL_CAPS_DEF, RAW_AUDIO_CAPS_DEF, ac3iec_class_init)
4325         (ac3iec_init, ac3iec_set_property, ac3iec_get_property): Add a
4326         raw-audio property to ac3iec958 that allows setting the source pad
4327         caps to raw audio instead of audio/x-iec958. This makes it
4328         possible to use ac3iec958 together with the normal alsasink
4329         element to drive an external receiver that autodetects AC3
4330         content.
4331         API addition: AC3IEC::raw-audio property
4333 2005-12-23  Michael Smith  <msmith@fluendo.com>
4335         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_setcaps),
4336         (ac3iec_chain_dvd):
4337         * gst/iec958/ac3iec.h:
4338           Accept audio/x-ac3 and audio/ac3 to ac3iec958 element.
4340 2005-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4342         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_event):
4343           When getting a seek event, first check if the upstream element
4344           can handle it and only do our own seek stuff when it can't
4345           (should fix #322856).
4347 2005-12-21  Josef Zlomek  <josef dot zlomek at xeris dot cz>
4349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4351         * ext/mpeg2dec/gstmpeg2dec.c: (normal_seek):
4352           Really convert to BYTES format when we want to convert
4353           to bytes (use right variable; fixes #322856).
4355 2005-12-19  Martin Soto  <martinsoto@users.sourceforge.net>
4357         Big mpegparse clean up, second round:
4359         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4360         Send and EOS event down the audio pipeline when an still frame
4361         event arrives. This prevents the pipeline from locking when a
4362         still menu comes directly after a flush.
4364         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset): 
4365         Don't send a newsegment in reset.
4366         (gst_mpeg_parse_adjust_ts): Check for invalid timestamps.
4367         (gst_mpeg_parse_handle_newsegment, gst_mpeg_parse_process_event):
4368         Move the code of handle_newsegment to process_event. Send a
4369         NEWSEGMENT after FLUSH_STOP.
4370         (gst_mpeg_parse_change_state): Send a NEWSEGMENT right after
4371         moving to PAUSED.
4373         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event) 
4374         (gst_mpeg_demux_class_init): Don't override send_event.
4375         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
4376         (gst_mpeg_demux_send_event, gst_mpeg_demux_send_subbuffer) 
4377         (gst_mpeg_demux_reset):
4378         * gst/mpegstream/gstmpegdemux.h:  Get rid of just_flushed
4379         attribute.
4381         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):
4382         Reset the mpegparse element after a flush.
4384         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment): 
4385         Don't forward events.
4386         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
4387         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4388         handle_newsegment is not a virtual method anymore.
4390         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_newsegment) 
4391         (gst_mpeg_parse_reset, gst_mpeg_parse_class_init): 
4392         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): Get
4393         rid of send_newsegment virtual method.
4395         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Only
4396         handle DVD events and call the superclass method for other event
4397         types.
4398         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event): Don't
4399         override process_event anymore.
4400         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_event)
4401         (gst_mpeg_parse_process_event): Move actual event processing to
4402         process event so that subclasses can properly override or extend
4403         it.
4404         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass):
4405         Eliminate time parameter in process event.
4407         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
4408         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes) 
4409         (gst_mpeg_demux_send_subbuffer): 
4410         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
4411         (gst_mpeg_parse_parse_packhead, gst_mpeg_parse_event) 
4412         (gst_mpeg_parse_chain): Use the new adjust_ts method instead of
4413         adding the value of the adjust attribute.
4414         * gst/mpegstream/gstmpegdemux.h (struct _GstMPEGVideoStream): Get
4415         rid of the adjust attribute. Now all timestamp adjustments are
4416         performed by mpegparse using the current segment.
4417         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts)
4418         (gst_mpeg_parse_class_init): Implement the adjust_ts method based
4419         on the adjust attribute for SCR values and the current segment.
4420         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): New
4421         adjust_ts virtual method to adjust timestamps for outgoing
4422         buffers.
4423         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_newsegment) 
4424         (gst_mpeg_demux_parse_packet): Don't override send_newsegment.
4425         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
4426         (gst_dvd_demux_handle_newsegment): Don't override
4427         handle_newsegment.
4428         (gst_dvd_demux_process_event, gst_dvd_demux_handle_dvd_event):
4429         Check for DVD events in process_event instead of
4430         handle_dvd_event.
4432         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4433         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
4434         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_send_event): 
4435         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_process_event) 
4436         (gst_mpeg_demux_send_event): 
4437         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
4438         (gst_dvd_demux_handle_dvd_event): 
4439         Eliminate the time parameter in send_event.
4441 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4443         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind),
4444         (gst_id3_tag_do_caps_nego), (gst_id3_tag_chain), (plugin_init):
4445           Fix typefinding in id3demux, and then remove it in favour
4446           of the new LGPL id3demux in gst-plugins-good
4447         * ext/mad/gstmad.c: (gst_mad_dispose):
4448           dispose can run more than once.
4450 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4452         * gst/asfdemux/gstasfmux.c: (gst_asfmux_file_start):
4453           change some char* into char[]
4455 2005-12-15  Edward Hervey  <edward@fluendo.com>
4457         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4458         Remove memleak from unused GstRMDemuxStream
4460 2005-12-12  Michael Smith  <msmith@fluendo.com>
4462         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
4463         (gst_id3_tag_do_typefind):
4464           Use the correct function to free typefind factory list.
4466 2005-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4468         * ext/mad/gstmad.c: (gst_mad_src_query):
4469           For position and duration queries in TIME format, try the peer
4470           first (might be a demuxer).
4472 2005-12-08  Martin Soto  <martinsoto@users.sourceforge.net>
4474         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_newsegment):
4475         Properly handle non contiguous VOBUs by adding the segment accum
4476         field to the adjust value.
4478         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init)
4479         (gst_dvd_demux_init, gst_dvd_demux_handle_newsegment): Extend
4480         handle_newsegment to prevent sending actual newsegment events and
4481         use tiemstamp rewriting instead.
4482         (gst_dvd_demux_handle_dvd_event): Don't send a newsegment after
4483         dvd-lang-codes.
4484         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
4485         (gst_mpeg_parse_event): 
4486         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4487         Add a new parameter to handle_newsegment to allow controlling
4488         whether newsegment events are forwarded or not.
4490         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4491         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
4492         (gst_dvd_demux_reset): 
4493         last_end_ptm and discont_time aren't necessary anymore, since
4494         timestamp adjustment is now replaced by newsegment events.
4495         (gst_dvd_demux_init): Prevent MPEGParse from adjusting
4496         timestamps.
4497         * gst/mpegstream/gstdvddemux.h: 
4498         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4499         Don't handle dvd-nav-packet events anymore, since the are now
4500         replaced by standard newsegment events.
4502         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4503         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
4504         (gst_dvd_demux_change_state): 
4505         * gst/mpegstream/gstdvddemux.h: 
4506         Get rid of the ignore_next_newmedia_discont hack.
4507         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
4508         (gst_dvd_demux_handle_newsegment): 
4509         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
4510         (gst_mpeg_demux_handle_newsegment): Don't override
4511         handle_newsegment anymore. It was only necessary to handle
4512         NEWMEDIA events.
4514         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
4515         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_set_cur_audio) 
4516         (gst_dvd_demux_set_cur_subpicture):
4517         Reactivate handling of DVD events.
4519         * gst/mpegstream/gstmpegparse.c (normal_seek) 
4520         (gst_mpeg_parse_handle_src_event) 
4521         (gst_mpeg_parse_handle_src_query): 
4522         First attempt at reenabling seek.
4524         * gst/mpegstream/gstmpegparse.h: 
4525         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4526         (gst_mpeg_parse_update_streaminfo) 
4527         (gst_mpeg_parse_get_rate) 
4528         (gst_mpeg_parse_convert, gst_mpeg_parse_get_src_query_types) 
4529         (gst_mpeg_parse_handle_src_query): 
4530         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_new_output_pad): 
4531         Make queries work again.
4533         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
4534         (gst_mpeg_parse_handle_newsegment) 
4535         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_pad_added) 
4536         (gst_mpeg_parse_chain, gst_mpeg_parse_handle_src_event): 
4537         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4538         Get rid of the newsegment_pending attribute, and rely instead on
4539         proper timestamp adjustment.
4541         * gst/mpegstream/gstmpegparse.c
4542         (gst_mpeg_parse_get_src_event_masks): Erase.
4544         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init):
4545         Initialize fields before creating pads to prevent the pad creation
4546         callback from failing.
4547         (gst_mpeg_parse_reset): Initialize new fields, and change
4548         initialization order to match the order in the structure.
4549         (gst_mpeg_parse_handle_newsegment): Forward new segment events
4550         whenever possible, and update the current segment.
4551         (gst_mpeg_parse_send_newsegment): Update the current segment and
4552         pending_newsegment.
4553         (gst_mpeg_parse_pad_added): Use the current segment to send
4554         newsegment events to new pads.
4555         (gst_mpeg_parse_chain): Properly add adjust time to sent buffers
4556         and events. Properly update newsegment_pending.
4557         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4558         New fields do_adjust and current_segment.
4560         * gst/mpegstream/gstmpegdemux.c: 
4561         * gst/mpegstream/gstdvddemux.c: 
4562         * gst/mpegstream/gstmpegparse.h: 
4563         Rename handle_discont virtual method to handle_newsegment. Erase
4564         some (already commented out support) for old NEW_MEDIA events.
4566         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4567         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4568         (gst_mpeg_parse_reset, gst_mpeg_parse_handle_discont) 
4569         (gst_mpeg_parse_pad_added, gst_mpeg_parse_parse_packhead) 
4570         (gst_mpeg_parse_event, gst_mpeg_parse_chain): 
4571         Erase the "pending_scr" field, and replace it by a slightly
4572         different handling of the current SCR. Document code blocks in
4573         parse_packhead and chain.
4575 2005-12-07  Edward Hervey  <edward@fluendo.com>
4577         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4578         g_warning() are only for really fatal warnings. If we can't decode a
4579         tag, just ignore that tag and do a GST_WARNING.
4581 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4583         * ext/a52dec/gsta52dec.h:
4584         * ext/dvdread/dvdreadsrc.h:
4585         * ext/lame/gstlame.h:
4586         * ext/mad/gstid3tag.c:
4587         * ext/mad/gstmad.c: (gst_mad_update_info):
4588         * ext/mad/gstmad.h:
4589         * ext/mpeg2dec/gstmpeg2dec.h:
4590         * ext/sidplay/gstsiddec.h:
4591         * gst/ac3parse/gstac3parse.c:
4592         * gst/ac3parse/gstac3parse.h:
4593         * gst/asfdemux/gstasfdemux.c:
4594         * gst/asfdemux/gstasfdemux.h:
4595         * gst/iec958/ac3iec.h:
4596         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4597         * gst/mpegaudioparse/gstmpegaudioparse.h:
4598         * gst/mpegstream/gstdvddemux.h:
4599         * gst/mpegstream/gstmpegclock.h:
4600         * gst/mpegstream/gstmpegdemux.h:
4601         * gst/mpegstream/gstmpegpacketize.h:
4602         * gst/mpegstream/gstmpegparse.c:
4603         * gst/mpegstream/gstmpegparse.h:
4604         * gst/mpegstream/gstrfc2250enc.c:
4605         * gst/mpegstream/gstrfc2250enc.h:
4606         * gst/realmedia/rmdemux.c:
4607         * gst/realmedia/rmdemux.h:
4608         * gst/synaesthesia/synaescope.c:
4609           expand tabs
4611 === release 0.10.0 ===
4613 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4615         * configure.ac:
4616           releasing 0.10.0, "Brie"
4618 2005-12-05  Andy Wingo  <wingo@pobox.com>
4620         * ext/a52dec/gsta52dec.c: (gst_a52dec_push):
4621         * ext/mad/gstmad.c: (gst_mad_chain):
4622         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
4623         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
4624         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
4625         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
4626         (gst_rmdemux_parse_packet): Update for alloc_buffer changes.
4628 2005-12-05  Andy Wingo  <wingo@pobox.com>
4630         * ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
4631         id3demux and id3mux now. Fixes #323199.
4633 2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4635         * ext/amrnb/Makefile.am:
4636         * gst/realmedia/Makefile.am:
4637           fix silly Makefile.am bug so they link correctly again
4639 === release 0.9.7 ===
4641 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4643         * configure.ac:
4644           releasing 0.9.7, "Canis Meus Naso Non Habet"
4646 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4648         * ext/amrnb/Makefile.am:
4649         * gst/realmedia/Makefile.am:
4650           Don't know how these escaped my eye before.  Fix link flags.
4652 2005-11-29  Michal Benes  <michal dot benes at xeris dot cz>
4654         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_event):
4657         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_newsegment),
4658         (gst_mpeg_parse_send_event):
4659           Ref events before sending them to multiple pads, after all
4660           gst_pad_send_event() takes ownership of events. Don't leak
4661           events that have not been handled (fixes #322745).
4663 2005-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
4665         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
4666         (gst_dvd_demux_handle_dvd_event): Erase code to prevent mpegparse
4667         from making timestamp adjustments. This will have to be re-added
4668         in some form in the near future, but in order to do that, some nav
4669         packet parsing will be necessary in mpegdemux.
4670         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4671         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4672         (g_value_set_int, gst_mpeg_parse_set_property)
4673         Get rid of do_adjust and use_adjust. Rename max_discont to
4674         max_src_gap.
4675         (gst_mpeg_parse_parse_packhead): When max_scr_gap has a value of
4676         -1, no adjustment is made.
4677         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init): 
4678         Rename max_discont property to max_scr_gap. Erase "adjust"
4679         property.
4681         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_event): Don't
4682         override send_event anymore, base class does the job.
4683         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event):
4684         Base class now does most of the work.
4685         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_event):
4686         Generalize to forwarding the event to all source pads in the
4687         element.
4689         * gst/mpegstream/gstmpegparse.h: 
4690         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
4691         (gst_mpeg_parse_init, gst_mpeg_parse_set_clock) 
4692         (gst_mpeg_parse_chain, gst_mpeg_parse_get_property) 
4693         (gst_mpeg_parse_set_property):
4694         Clock synchronization doesn't make sense anymore for a
4695         demultiplexer.
4697 2005-11-28  Michael Smith  <msmith@fluendo.com>
4699         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
4700           Don't treat normal EOS as a fatal error.
4702 2005-11-28  Edward Hervey  <edward@fluendo.com>
4704         * ext/mad/gstmad.c: (gst_mad_chain):
4705         Proper warning statements,
4706         Don't error if the src pad isn't linked when pushing.
4707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_change_state):
4708         Proper state_change, avoids borkage when going to READY
4710 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
4712         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
4713           Prime libmpeg2's pumps with some null custom buffers
4714           to ensure it doesn't ask us to discard garbage later yay.
4716 2005-11-25  Michael Smith  <msmith@fluendo.com>
4718         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
4719         (gst_a52dec_sink_setcaps), (gst_a52dec_chain),
4720         (gst_a52dec_chain_raw):
4721         * ext/a52dec/gsta52dec.h:
4722           Accept AC3 in audio/x-private1-ac3 format, which includes
4723           DVD-specific headers, as well as raw AC3, for compatibility with
4724           some demuxers.
4726 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
4728         * ext/mad/gstmad.c: (gst_mad_chain):
4729         When pad_alloc returns other-than-GST_FLOW_OK and mad exits early,
4730         skip frame synthesis and consume input data as if we'd done the 
4731         decode. Makes mad not error when the src pad is not connected.
4732         (#319784)
4734 2005-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
4736         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
4737         (gst_mpeg_parse_handle_discont, gst_mpeg_parse_send_newsegment) 
4738         (gst_mpeg_parse_chain): 
4739         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
4740         (gst_mpeg_demux_send_newsegment): 
4741         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_subbuffer): 
4742         * gst/mpegstream/gstmpegparse.h: 
4743         Rename send_discont method to send_newsegment and add parameters
4744         to handle actual segments. Adapt code all around to run with the
4745         new name and signature.
4746         * gst/mpegstream/gstmpegdemux.c: 
4747         * gst/mpegstream/gstmpegparse.c: 
4748         * gst/mpegstream/gstdvddemux.c:
4749         Convert to GST_BOILERPLATE.
4751 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4753         * configure.ac: back to HEAD
4755 === release 0.9.6 ===
4757 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4759         * configure.ac:
4760           releasing 0.9.6, "The Marshals Are Dead"
4762 2005-11-23  Michael Smith <msmith@fluendo.com>
4764         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
4765         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
4766         (find_seek_offset_bytes), (find_seek_offset_time),
4767         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
4768         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
4769         (gst_rmdemux_chain), (gst_rmdemux_send_event),
4770         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
4771         (gst_rmdemux_parse_packet):
4772           Fractional framerates.
4774 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4776         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
4777         (gst_mpeg2dec_negotiate_format), (handle_sequence),
4778         (gst_mpeg2dec_sink_event):
4779         * ext/mpeg2dec/gstmpeg2dec.h:
4780         Use fractional framerates
4782 2005-11-22  Wim Taymans  <wim@fluendo.com>
4784         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_set_clock):
4785         set_clock returns a boolean.
4787 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4789         * ext/mad/gstmad.c: (gst_mad_chain):
4790           Fix seeking even more by sending the newsegment event with the
4791           right parameters. Should fix querying in playbin/totem after
4792           a seek.
4794 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4796         * ext/mad/gstmad.c: (gst_mad_mode_get_type), (gst_mad_src_query),
4797         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
4798           Fix seeking in stand-alone mode. Fix nonexistant enum value 
4799           introduced in previous commit. Improve debug messages here and 
4800           there. Actually return a proper return value in the sink event
4801           handler.
4803 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4805         * ext/lame/gstlame.c:
4806         * ext/mad/gstmad.c:
4807         * ext/sidplay/gstsiddec.cc:
4808           fix up GValueEnum
4810 2005-11-22  Andy Wingo  <wingo@pobox.com>
4812         * Update for gst_tag_setter API changes.
4814 2005-11-22  Andy Wingo  <wingo@pobox.com>
4816         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event)
4817         * ext/mad/gstid3tag.c (gst_id3_tag_sink_event)
4818         * ext/mad/gstmad.c (gst_mad_chain)
4819         * gst/mpegaudioparse/gstmpegaudioparse.c
4820         (gst_mp3parse_sink_event)
4821         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
4822         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_discont)
4823         (gst_mpeg_parse_send_discont, gst_mpeg_parse_pad_added)
4824         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek)
4825         (gst_rmdemux_chain, gst_rmdemux_add_stream): Run update-funcnames.
4827 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4829         * ext/mad/Makefile.am:
4830           libgsttagedit => libgsttag
4832 2005-11-22  Edward Hervey  <edward@fluendo.com>
4834         * ext/lame/gstlame.c: (gst_lame_sink_event):
4835         Don't take the stream lock
4837 2005-11-21  Andy Wingo  <wingo@pobox.com>
4839         * ext/sidplay/gstsiddec.cc (gst_siddec_sink_event): 
4840         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): 
4841         * ext/mad/gstmad.c (gst_mad_sink_event):
4842         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event): Don't take the
4843         stream lock.
4845         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek): Update for
4846         stream lock changes.
4848         * *.h:
4849         * *.c: Ran scripts/update-macros. Oh yes.
4851 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4853         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
4854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event):
4855           Filler events have beem removed for now.
4857 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream):
4860         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
4861         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr):
4862           Update for GST_FOURCC_FORMAT API change.
4864 2005-11-21  Edward Hervey  <edward@fluendo.com>
4866         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
4867         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
4868         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
4869         (gst_rmdemux_parse_packet):
4870         Modifications for disapearance of GST_PAD_IS_USABLE()
4872 2005-11-18  Michael Smith <msmith@fluendo.com>
4874         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_chain_dvd):
4875           Remove some setcaps brokenness.
4876           Don't crash on bad input.
4878 2005-11-15  Johan Dahlin  <johan@gnome.org>
4880         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): unset GValues after
4881         calling transform.
4882         (gst_id3_tag_do_typefind): Unref caps
4884         * ext/mad/gstmad.c (gst_mad_check_caps_reset): Ditto
4886 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4888         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice),
4889         (gst_mpeg2dec_sink_event):
4890           Set DELTA_UNIT flag on outgoing buffers if this is NOT a keyframe;
4891           nice-ify debug message in event handler; add CHECKME.
4893         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
4894         (gst_dvd_demux_send_event), (gst_dvd_demux_process_private),
4895         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset),
4896         (gst_dvd_demux_sync_stream_to_time):
4897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
4898         (gst_mpeg_demux_process_event), (gst_mpeg_demux_send_event),
4899         (gst_mpeg_demux_handle_discont), (gst_mpeg_demux_new_output_pad),
4900         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
4901         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_process_private),
4902         (gst_mpeg_demux_sync_stream_to_time),
4903         (gst_mpeg_demux_handle_src_event), (gst_mpeg_demux_reset):
4904         * gst/mpegstream/gstmpegdemux.h:
4905         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4906         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_send_buffer),
4907         (gst_mpeg_parse_process_event), (gst_mpeg_parse_send_discont),
4908         (gst_mpeg_parse_send_event), (gst_mpeg_parse_event),
4909         (gst_mpeg_parse_chain):
4910         * gst/mpegstream/gstmpegparse.h:
4911           Get rid of GST_PAD_IS_USABLE and fix GstFlowReturn vs. gboolean
4912           return value confusion (gst_pad_push vs. gst_pad_send_event and
4913           gst_pad_push_event); pass flow return values to caller;
4914           miscellaneous fixes and clean-ups.
4916 2005-11-14  Martin Soto  <soto@localhost.localdomain>
4918         * gst/mpegstream/Makefile.am (noinst_HEADERS): Add
4919         gstrfc2250enc.h.
4921 2005-11-14  Martin Soto  <martinsoto@users.sourceforge.net>
4923         * configure.ac:
4924         * gst/mpegstream/Makefile.am:
4925         * gst/mpegstream/gstdvddemux.c:
4926         * gst/mpegstream/gstdvddemux.h:
4927         * gst/mpegstream/gstmpegdemux.c:
4928         * gst/mpegstream/gstmpegdemux.h:
4929         * gst/mpegstream/gstmpegpacketize.c:
4930         * gst/mpegstream/gstmpegpacketize.h:
4931         * gst/mpegstream/gstmpegparse.c:
4932         * gst/mpegstream/gstmpegparse.h:
4933         * gst/mpegstream/gstmpegstream.c:
4934         * gst/mpegstream/gstrfc2250enc.c:
4935         * gst/mpegstream/gstrfc2250enc.h:
4936         Applied patch from Josef Zlomek <josef.zlomek@xeris.cz> to
4937         partially port the mpegstream plugin to GStreamer 0.9.
4939 2005-11-14  Andy Wingo  <wingo@pobox.com>
4941         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
4942         debugging, allows dll builds on windows. Fixes #316076.
4944 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4946         * configure.ac: back to HEAD
4948 === release 0.9.5 ===
4950 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4952         * configure.ac:
4953           releasing 0.9.5, "Zero-Test Patching"
4955 2005-10-27  Wim Taymans  <wim@fluendo.com>
4957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
4958         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
4959         (handle_sequence), (handle_picture), (handle_slice),
4960         (gst_mpeg2dec_chain), (gst_mpeg2dec_src_query), (normal_seek),
4961         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
4962         Forward GstFlowReturn about everywhere.
4963         Handle seeking correctly.
4965 2005-10-27  Wim Taymans  <wim@fluendo.com>
4967         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format),
4968         (handle_sequence), (handle_slice), (gst_mpeg2dec_chain),
4969         (gst_mpeg2dec_src_query), (gst_mpeg2dec_change_state):
4970         Small cleanups in refcounting.
4972 2005-10-26  Wim Taymans  <wim@fluendo.com>
4974         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4975         (gst_mpeg2dec_dispose), (gst_mpeg2dec_reset),
4976         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
4977         (handle_sequence), (handle_picture):
4978         * ext/mpeg2dec/gstmpeg2dec.h:
4979         Removed lots of dubious code.
4980         Handle flushing and seeking correctly. Still leaks though...
4982 2005-10-24  Christian Schaller  <christian at fluendo dot com>
4984         * configure.ac: port over thomas plugin listing from base
4986 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4988         * configure.ac:
4989           back to HEAD
4991 === release 0.9.4 ===
4993 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4995         * NEWS:
4996         * RELEASE:
4997         * configure.ac:
4998           Releasing 0.9.4, "Diplodocus"
5000 2005-10-23  Julien MOUTTE  <julien@moutte.net>
5002         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
5004 2005-10-21  Wim Taymans  <wim@fluendo.com>
5006         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5007         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query):
5008         Set correct stream time in newsegment event.
5010 2005-10-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5012         * ext/Makefile.am:
5013           fix distcheck
5015 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5017         * ext/a52dec/Makefile.am:
5018         * ext/a52dec/gsta52dec.c: (gst_a52dec_base_init),
5019         (gst_a52dec_class_init), (gst_a52dec_sink_event),
5020         (gst_a52dec_change_state):
5021         * ext/a52dec/gsta52dec.h:
5022           Re-enable CPU flags, use liboil to get them.
5024 2005-10-20  Josef Zlomek  <josef dot zlomek at xeris dot cz>
5026         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5028         * configure.ac:
5029         * ext/a52dec/Makefile.am:
5030         * ext/a52dec/gsta52dec.c:
5031         * ext/a52dec/gsta52dec.h:
5032           Port AC3 decoder to 0.9 (#318849).
5034 2005-10-20  Wim Taymans  <wim@fluendo.com>
5036         * ext/sidplay/gstsiddec.cc:
5037         Small fixes and more error messages.
5039 2005-10-19  Wim Taymans  <wim@fluendo.com>
5041         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
5042         (gst_amrnbparse_state_change):
5043         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
5044         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
5045         * ext/mpeg2dec/gstmpeg2dec.c:
5046         * ext/sidplay/gstsiddec.cc:
5047         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5048         (gst_rmdemux_src_query), (gst_rmdemux_src_query_types):
5049         API change fixen.
5051 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5053         * configure.ac:
5054           GST_DOC has been renamed to GST_DOCBOOK_CHECK
5056 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5058         * configure.ac:
5059           some docs I had
5060         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
5061           trivial fixes
5063 2005-10-18  Wim Taymans  <wim@fluendo.com>
5065         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5066         (gst_rmdemux_perform_seek):
5067         segment-start/done API change.
5069 2005-10-17  Michael Smith <msmith@fluendo.com>
5071         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
5072           Set buffer duration on IEC958 buffers.
5074 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5076         * configure.ac:
5077           Fix glib check
5079 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5081         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5082           Fix handling of GST_TAG_DATE, which is now of type GST_TYPE_DATE.
5084 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5086         * examples/stats/mp2ogg.c:
5087           yes, typo fixes
5089 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5091         * examples/indexing/indexmpeg.c: (main):
5092         * ext/a52dec/gsta52dec.c: (gst_a52dec_init):
5093         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
5094         (dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
5095         (dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
5096         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
5097         (dvdreadsrc_srcpad_query), (dvdreadsrc_get),
5098         (dvdreadsrc_open_file), (dvdreadsrc_close_file):
5099         * ext/dvdread/dvdreadsrc.h:
5100         * ext/lame/gstlame.h:
5101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
5102         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
5103         * gst/iec958/ac3iec.h:
5104         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
5105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
5106         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
5107         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
5108         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
5109         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5110         moved bitshift from macro to enum definition
5112 2005-10-11  Wim Taymans  <wim@fluendo.com>
5114         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
5115         * ext/mad/gstmad.c: (gst_mad_chain):
5116         * gst/mpegaudioparse/gstmpegaudioparse.c:
5117         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5118         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
5119         (gst_rmdemux_chain), (gst_rmdemux_add_stream):
5120         newsegment API update.
5122 2005-10-06  Wim Taymans  <wim@fluendo.com>
5124         * ext/amrnb/amrnbdec.c:
5125         Mark invalid frame sizes
5127         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5128         UNUSABLE is not to be used here, just push out stuff so
5129         probes can continue linking or making the pad usable.
5131 2005-10-05  Michael Smith <msmith@fluendo.com>
5133         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
5134         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
5135         (find_seek_offset_bytes), (find_seek_offset_time),
5136         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
5137         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
5138         (gst_rmdemux_chain), (gst_rmdemux_send_event),
5139         (gst_rmdemux_add_stream), (gst_rmdemux_parse_packet):
5140           Improve seeking error-resilience.
5141           General improvements in error handling.
5143 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5145         * configure.ac:
5146           back to development
5148 === release 0.9.3 ===
5150 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5152         * NEWS:
5153         * README:
5154         * configure.ac:
5155           releasing 0.9.3, "Athos"
5157 2005-09-30  Michael Smith <msmith@fluendo.com>
5159         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
5160         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
5161         (gst_rmdemux_change_state), (gst_rmdemux_loop),
5162         (gst_rmdemux_fourcc_isplausible), (gst_rmdemux_chain),
5163         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
5164         (gst_rmdemux_parse_packet):
5165         * gst/realmedia/rmdemux.h:
5166           Sanity checking, and fix some minor memory leaks
5168 2005-09-29  Michael Smith <msmith@fluendo.com>
5170         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
5171         (gst_rmdemux_perform_seek), (gst_rmdemux_loop),
5172         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
5173         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
5174         Real demuxer fixes. Make it more bulletproof against bad data,
5175         identify a few more stream types.
5176         Fix seeking so that it works (at least with the seek example program;
5177         it still fails with totem).
5179 2005-09-26  Wim Taymans  <wim@fluendo.com>
5181         * gst/mpegaudioparse/gstmpegaudioparse.c:
5182         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5183         Set correct caps on buffers too.
5185 2005-09-26  Wim Taymans  <wim@fluendo.com>
5187         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5188         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5189         * gst/mpegaudioparse/gstmpegaudioparse.h:
5190         Put timestamps on buffers.
5192 2005-09-21  Flavio Oliveira  <flavio.oliveira@indt.org.br>
5194         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
5195         Changed amrnbenc description, it is an encoder, not decoder.
5197 2005-09-21  Michael Smith <msmith@fluendo.com>
5199         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init),
5200         (gst_ac3parse_init), (gst_ac3parse_chain):
5201         * gst/iec958/ac3_padder.c: (ac3_crc_init), (ac3_crc_update),
5202         (ac3_crc_validate), (ac3p_init), (ac3p_parse):
5203         * gst/iec958/ac3_padder.h:
5204         * gst/iec958/ac3iec.c:
5205           Various changes to AC3->IEC958 framer. Mostly to make our IEC958
5206           headers more accurate, and to check AC3 checksums (both of them in
5207           each frame), and dump the frame (as a probable sync failure) if they
5208           don't match. General code cleanup, improved comments. Changed to not
5209           construct the header backwards, and not byteswap everything else.
5210           If we end up needing to do little-endian output, we should swap in
5211           the element doing the output (AC3 is big-endian).
5213 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5215         * docs/plugins/gst-plugins-ugly-plugins.args:
5216         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
5217         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
5218         * docs/plugins/gst-plugins-ugly-plugins.prerequisites:
5219           commit missing files
5220         * docs/plugins/inspect/plugin-lame.xml:
5221           update
5223 2005-09-19  Wim Taymans  <wim@fluendo.com>
5225         * ext/lame/gstlame.c: (gst_lame_chain):
5226         Set caps on outgoing buffers.
5228 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5230         * ext/lame/gstlame.c:
5231         * ext/lame/gstlame.h:
5232           clean up further so we don't try to set up five times for
5233           a simple pipeline
5235 2005-09-16  Michael Smith <msmith@fluendo.com>
5237         * gst/iec958/ac3iec.c: (ac3iec_init):
5238           Set setcaps function on sink pad, not source pad. Produce correct
5239           caps on output buffers.
5241 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5243         * ext/mad/gstid3tag.c:
5244           gsttaginterface.h -> gsttagsetter.h
5246 === release 0.9.1 ===
5248 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5250         * README:
5251         * NEWS:
5252         * autogen.sh:
5253         * configure.ac:
5254           releasing 0.9.1, "The Rat"
5256 2005-09-06  Wim Taymans  <wim@fluendo.com>
5258         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_state_change):
5259         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_state_change):
5260         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_state_change):
5261         State change function updates.
5263 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
5265         * ext/mpeg2dec/gstmpeg2dec.c:
5266         GST_CAT_SEEK disappeared from the public API at some point
5268 2005-09-02  Michael Smith <msmith@fluendo.com>
5270         * gst/iec958/ac3iec.c:
5271           Use the right mime-type for AC3 input, audio/x-private1-ac3, as
5272           output by demux
5274 2005-09-02  Michael Smith <msmith@fluendo.com>
5276         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
5277         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
5278         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
5279         (ac3iec_setcaps), (ac3iec_set_property), (ac3iec_get_property),
5280         (ac3iec_chain_dvd), (ac3iec_chain_raw), (ac3iec_change_state),
5281         (plugin_init):
5282           Changes to use the first_access parameter correctly in ac3 and lpcm
5283           plugins. General cleanups in iec958 framer.
5285 2005-09-01  Michael Smith <msmith@fluendo.com>
5287         * configure.ac:
5288         * gst/iec958/Makefile.am:
5289         * gst/iec958/ac3_padder.c: (ac3p_init), (ac3p_push_data),
5290         (ac3p_parse):
5291         * gst/iec958/ac3_padder.h:
5292         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
5293         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
5294         (ac3iec_set_property), (ac3iec_get_property), (ac3iec_chain),
5295         (ac3iec_change_state), (plugin_init):
5296         * gst/iec958/ac3iec.h:
5297           AC3 -> IEC958 (S/PDIF) framer, port of Martin Soto's 0.8 plugin.
5299 2005-09-01  Wim Taymans  <wim@fluendo.com>
5301         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_setcaps),
5302         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
5303         (gst_dvdlpcmdec_change_state):
5304         Cleanups, fixed header parsing and stripping.
5306 2005-09-01  Michael Smith <msmith@fluendo.com>
5308         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5309         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5310         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5311         (gst_dvdlpcmdec_chain_raw):
5312           Use the right bytes to parse the LPCM dvd header
5314 2005-09-01  Michael Smith <msmith@fluendo.com>
5316         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5317         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5318         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5319         (gst_dvdlpcmdec_chain_raw):
5320           Return the correct values from chain function.
5322 2005-08-31  Michael Smith <msmith@fluendo.com>
5324         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5325         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5326         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5327         (gst_dvdlpcmdec_chain_raw):
5328         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5329           Restructure LPCM decoder to not expect the demuxer to parse the LPCM
5330           header; instead do this internally. Also support the old way, using
5331           a different mime-type.
5333 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5335         * Makefile.am:
5336         * configure.ac:
5337         * docs/plugins/Makefile.am:
5338         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
5339         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
5340         * docs/plugins/gst-plugins-ugly-plugins.types:
5341         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_tca_seek):
5342         * ext/dvdread/dvdreadsrc.c: (_open), (_seek_title),
5343         (_seek_chapter), (_read):
5344         * gst/mpegaudioparse/gstmpegaudioparse.c:
5345           add plugin documentation