]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
ext/amrnb/amrnbparse.c: Rewrite terminally broken sinkpad activation code. and push...
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2007-04-16  Michael Smith  <msmith@fluendo.com>
3         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
4         (gst_amrnbparse_sink_activate),
5         (gst_amrnbparse_sink_activate_pull):
6           Rewrite terminally broken sinkpad activation code.
7           Now actually supports pull-mode activation (didn't before), and push
8           mode activation doesn't leave the sinkpad flushing.
10 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
12         * gst/asfdemux/asfheaders.c:
13         * gst/asfdemux/asfheaders.h:
14         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
15         (gst_asf_demux_reset), (gst_asf_demux_init),
16         (gst_asf_demux_activate), (gst_asf_demux_activate_push),
17         (gst_asf_demux_activate_pull), (gst_asf_demux_sink_event),
18         (gst_asf_demux_seek_index_lookup),
19         (gst_asf_demux_reset_stream_state_after_discont),
20         (gst_asf_demux_handle_seek_event),
21         (gst_asf_demux_handle_src_event), (gst_asf_demux_chain_headers),
22         (gst_asf_demux_chain), (gst_asf_demux_pull_data),
23         (gst_asf_demux_pull_indices),
24         (gst_asf_demux_parse_data_object_start),
25         (gst_asf_demux_pull_headers), (gst_asf_demux_loop),
26         (gst_asf_demux_setup_pad), (gst_asf_demux_process_file),
27         (gst_asf_demux_process_simple_index),
28         (gst_asf_demux_process_object),
29         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
30         (gst_asf_demux_handle_data), (gst_asf_demux_change_state):
31         * gst/asfdemux/gstasfdemux.h:
32           Make asfdemux work in pull mode where possible. If there's an index
33           at the end of the file, read it and use it for seeking purposes.
35 2007-04-12  Wim Taymans  <wim@fluendo.com>
37         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
38         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_setcaps),
39         (gst_synaesthesia_chain), (gst_synaesthesia_change_state):
40         Some timestamp fixes.
42         * gst/synaesthesia/synaescope.c: (synaescope_coreGo):
43         Fix for 64-bit machines.
45 2007-04-12  Wim Taymans  <wim@fluendo.com>
47         Patch by: René Stadler <mail at renestadler dot de>
49         * gst/realmedia/rmdemux.c: (find_seek_offset_bytes),
50         (find_seek_offset_time), (gst_rmdemux_reset),
51         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
52         (gst_rmdemux_add_stream), (gst_rmdemux_combine_flows):
53         * gst/realmedia/rmdemux.h:
54         Make rmdemux handle any number of logical streams. Fixes #428698.
56 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
58         submitted by: Mogens Jaeger <mogens@jaeger.tf>
60         * po/LINGUAS:
61         * po/da.po:
62           Added Danish translation.
64 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
66         * po/.cvsignore:
67         Add pot.
69 2007-03-27  Julien MOUTTE  <julien@moutte.net>
71         * ext/mad/gstmad.c: (gst_mad_chain): Generate a perfect
72         stream and try to adapt to incoming timestamps lack of
73         precision up to half a frame. This allows generating
74         a perfect stream even with muxed formats like FLV where
75         the timestamps are stored in milliseconds.
77 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
79         * gst/realmedia/rmdemux.c:
80           Remove unused zlib.h include. Fixes #421594.
82 2007-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
84         * ext/lame/gstlame.c: (gst_lame_setup):
85         Disable the bitrate checking when the user has requested
86         Free Format mode, as all bitrates less than the maximum
87         are valid then.
89 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
91         * po/hu.po:
92         * po/it.po:
93         * po/sv.po:
94           Update translations.
96 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
98         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src):
99         When handling seeks, don't convert -1 start or stop values to a bogus
100         byte position - pass them upstream as -1.
102 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
104         * gst/mpegaudioparse/gstmpegaudioparse.c:
105         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
106         (gst_mp3parse_init), (gst_mp3parse_sink_event),
107         (gst_mp3parse_emit_frame), (gst_mp3parse_chain),
108         (gst_mp3parse_change_state), (mp3parse_time_to_bytepos),
109         (mp3parse_bytepos_to_time), (mp3parse_total_bytes),
110         (mp3parse_total_time), (mp3parse_handle_seek),
111         (mp3parse_src_event), (mp3parse_src_query),
112         (mp3parse_get_query_types), (plugin_init):
113         * gst/mpegaudioparse/gstmpegaudioparse.h:
114         Implement seeking via average bitrate, and position+duration
115         querying in mp3parse. Later, it will support frame-accurate seeking by
116         building a seek table as it parses.
118         Add 'parsed=false' to the sink pad caps, and 'parsed=true' to the src
119         pad caps. Bump the priority to PRIMARY+1 so that it is autoplugged
120         before any extant MP3 decoder plugin. This allows us to remove framing
121         support from the decoders, if we want, and will provide them with
122         accurate seeking automatically once it is finished.
124         Fix the handling of MPEG-1 Layer 1 files.
126         Partially fix timestamping of packets arriving from a demuxer by
127         queueing the incoming timestamp until the next packet starts, rather
128         than applying it immediately to the next pushed buffer.
130 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_header_ext):
133           Printf format fix.
135 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
137         Patch by: Zaheer Abbas Merali  <zaheermerali at gmail com>
139         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
140           Never post a (fatal) error message on the bus on decoding errors. We
141           should only do this if we can't recover, but mpeg2dec can always
142           recover. This is needed for DVB streams, for example, where there
143           may be temporary glitches in the stream. Instead of an error
144           message, post a warning message on the bus for every N decoding
145           errors. Fixes #370020.
147 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
149         * configure.ac:
150           Convert to new AG_GST style.
152 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
154         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
155         (gst_lame_setup):
156         Display sensible defaults and limits for the 
157         vbr-min/max/mean properties. Fix the 'hard-limit' VBR min
158         property - it's supposed to be a boolean 0/1 value.
160 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
162         * ext/lame/gstlame.c:
163         Initialise the variables so gcc doesn't complain about possibly
164         uninitialised uses, even though they can't actually happen.
166 2007-02-28  Wim Taymans  <wim@fluendo.com>
168         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
169         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
170         (gst_dvdlpcmdec_chain_raw), (dvdlpcmdec_sink_event):
171         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
172         Implement all sample rates.
173         Implement sample permutation a little smarter avoiding a memcpy.
174         Fix timestamps, use segments, fix seeking.
176 2007-02-28  Wim Taymans  <wim@fluendo.com>
178         * docs/plugins/Makefile.am:
179         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
180         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
181         * docs/plugins/inspect/plugin-siddec.xml:
182         * ext/sidplay/gstsiddec.cc:
183         * ext/sidplay/gstsiddec.h:
184         Document siddec.
186 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
188         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
189         (gst_lame_set_property), (gst_lame_setup):
190           Fix up bitrate checking macro.  Make it give us a
191           GST_ELEMENT_WARNING message so the application has a chance of
192           reporting this to the user.  Move the checking to _setup, so we
193           are sure it runs in the READY state, when we hope to have a pipeline
194           and a bus that is not flushing.
195           This fixes e.g. using 96 kbit/sec as a bitrate.
197 2007-02-15  Tim-Philipp Müller  <tim at centricular dot net>
199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file),
200         (gst_asf_demux_process_advanced_mutual_exclusion),
201         (gst_asf_demux_process_queued_extended_stream_objects),
202         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
203         * gst/asfdemux/gstasfdemux.h:
204           Parse advanced mutual exclusion object and only add pads for
205           'hidden' streams (those in an extended stream header) that are
206           mutually exclusive with an already existing 'main stream' if
207           the broadcasting flag is not set. If the broadcasting flag is set,
208           assume that data for this stream isn't sent. (This should ideally be
209           solved better by making playbin more robust against this and/or by
210           making mmssrc send some information downstream about which streams
211           will be streamed). Fixes #353116.
213 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
215         * gst/synaesthesia/gstsynaesthesia.c:
216         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
217         (gst_synaesthesia_finalize), (gst_synaesthesia_chain):
218         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
219         (synaescope32), (synaescope_set_data), (synaesthesia_update),
220         (synaesthesia_init), (synaesthesia_new), (synaesthesia_close):
221         * gst/synaesthesia/synaescope.h:
222         Move all the mutable engine state into a structure so that 
223         multiple element instances can run without interfering.
225 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
227         * configure.ac:
228         * docs/plugins/Makefile.am:
229           Add crossreferences to glib/gobject/gstream docs.
231 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
233         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
234         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
235         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
236         (plugin_init):
237         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
238         (synaescope8):
239           More source cleanups and add FIXME comments.
241 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
243         * gst/realmedia/rmdemux.c:(gst_rmdemux_parse_indx_data):
244           Use gst_guint64_to_gdouble for conversions.
245         * gst/synaesthesia/synaescope.c:
246           Define M_PI and do not include <pthread.h> and
247           <sys/time.h> for G_OS_WIN32 
248         * win32/vs6/libgstrealmedia.dsp:
249         * win32/vs6/synaesthesia.dsp:
250           Update projects files.
251         * win32/common/config.h.in:
252           Add config.h.in for autogen of config.h
254 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
256         * configure.ac:
257           Add --enable-experimental support. Activate synaesthesia when building
258           with --enable-experimental. Fix --enable external configure switch
259           description.
261 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
263         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
264         (gst_lame_change_state):
265         * ext/lame/gstlame.h:
266           On receiving EOS, we try to push a last buffer with the remaining
267           samples. Don't do that if we got an unclean flow return on the last
268           gst_pad_push(), downstream might not handle this very gracefully
269           (see #403168).
271         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
272           Pass flow returns upstream (helps #403168).
274 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
276         * gst/synaesthesia/gstsynaesthesia.c:
277         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
278         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
279         (gst_synaesthesia_chain), (plugin_init):
280           check result of gst_pad_push() in _chain.
282 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
284         * gst/synaesthesia/Makefile.am:
285         * gst/synaesthesia/gstsynaesthesia.c:
286         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
287         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
288         (gst_synaesthesia_chain), (plugin_init):
289         * gst/synaesthesia/synaescope.c:
290         * gst/synaesthesia/synaescope.h:
291           Added docs (not yet added to gst-plugins-ugl/docs/plugins as plugin is not
292           built by default). Fixed Makefile.am. Fixed license headers (its GPL as it
293           is derived from GPL code). Fixed GST_SYNAESTHESIA_CLASS macro. Added
294           GST_DEBUG_FUNCPTR. Reflowed _setcaps. Updated pad setup in _init. Fix
295           possible leak in _chain. (#356882)
297 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
299         * gst/asfdemux/asfheaders.c:
300         * gst/asfdemux/asfheaders.h:
301         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
302         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
303         (gst_asf_demux_identify_guid), (asf_demux_peek_object),
304         (gst_asf_demux_chain_headers), (gst_asf_demux_chain),
305         (gst_asf_demux_setup_pad), (gst_asf_demux_process_stream),
306         (gst_asf_demux_process_ext_content_desc),
307         (gst_asf_demux_get_object_header), (gst_asf_demux_process_header),
308         (gst_asf_demux_process_file), (gst_asf_demux_process_comment),
309         (gst_asf_demux_process_bitrate_props_object),
310         (gst_asf_demux_process_header_ext),
311         (gst_asf_demux_process_language_list),
312         (gst_asf_demux_process_ext_stream_props),
313         (gst_asf_demux_process_queued_extended_stream_objects),
314         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
315         * gst/asfdemux/gstasfdemux.h:
316           Refactor and clean up header parsing and chain function a bit; get
317           rid of some cruft; make header parsing a tad more robust, fixing
318           #403188.
320 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
323           Post an error if we receive an EOS event while still waiting for the
324           ASF header object to come through.
326 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
328         Patch by: Xavier B. <xavierb gmail com>
330         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_guid),
331         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
332         (gst_asf_demux_process_ext_content_desc),
333         (gst_asf_demux_process_data),
334         (gst_asf_demux_process_language_list),
335         (gst_asf_demux_process_ext_stream_props),
336         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data):
337           Guard places where we assume that a certain amount of data is
338           available better against less data being available (should fix
339           infamous assertion crasher bug #336370). Also fixes a small
340           memory leak.
342 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
344         * gst/realmedia/Makefile.am:
345         * gst/realmedia/rademux.c:
346         * gst/realmedia/rademux.h:
347         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
348         (gst_rmdemux_descramble_dnet_audio), (gst_rmdemux_plugin_init):
349         * gst/realmedia/rmutils.c: (gst_rm_utils_descramble_dnet_buffer):
350         * gst/realmedia/rmutils.h:
351           Add demuxer for RealAudio files (#349779).
353 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
354         
355         * Makefile.am:
356           Add win32/MANIFEST to EXTRA_DIST so win32 files will
357           be include in the next release.
358         * win32/MANIFEST:
359           Remove win32/common/config.h is which is not autogenerated yet.
360         
361 2006-12-30  Thomas Vander Stichele  <thomas at apestaart dot org>
363         * ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain):
364           warn when outgoing sample rate is different from incoming
366 2006-12-29  Jan Schmidt  <thaytan@mad.scientist.com>
368         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
369           All sample-rates < 32khz come from the LSF extensions, which only
370           use 1 granule. Fixes parsing of 22.05khz, 24khz and 16khz files.
372           Use gst_util_uint64_scale because we can.
374 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
376         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
377         (cleanup_amrnbenc):
378           and fix compilation of this test
380 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
382         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
383         (cleanup_amrnbenc):
384         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
385         (cleanup_mpeg2dec):
386           re-apply as it was -bad and not -ugly that is frozen, doh
388 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
390         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
391         (cleanup_amrnbenc):
392         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
393         (cleanup_mpeg2dec):
394           revert my freeze breakage
396 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
398         * gst/asfdemux/gstasfdemux.c:
399         (gst_asf_demux_get_gst_tag_from_tag_name),
400         (gst_asf_demux_process_ext_content_desc):
401           add a comment about a future change
402         
403         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
404         (cleanup_amrnbenc):
405         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
406         (cleanup_mpeg2dec):
407           consistent pad (de)activation
409 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_src_query_types):
412           Update query_types function too.
414 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
416         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query),
417         (gst_rmdemux_src_query_types):
418           Implement SEEKING query, make query function thread-safe.
420 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
422         * gst/realmedia/rmdemux.c: (gst_rmdemux_descramble_dnet_audio):
423           Use alignment-safe macros here too (subbuffers ...); guard against
424           hypothetical memory access beyond our given buffer in the case
425           where the buffer size is not a multiple of 2.
427 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event),
430         (gst_asf_demux_process_data), (gst_asf_demux_process_file),
431         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
432         * gst/asfdemux/gstasfdemux.h:
433           Don't crash in the seek event handling code when playtime is 0,
434           as may be the case with live streams (#386218). Implement SEEKING
435           query so applications can query seekability without second-guessing
436           based on whether we have a duration or not.
438 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
440         * Makefile.am:
441         * gst-plugins-ugly.doap:
442         * gst-plugins-ugly.spec.in:
443           add doap file
445 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
447         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
448           Use our alignment-safe macros here too, since we can't assume that
449           GST_BUFFER_DATA is aligned (these are subbuffers we're dealing with
450           here).
452 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
454         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_indx_data):
455           Also, don't read the index for a stream a second time when
456           operating in pull-mode and reaching the end of the file.
458 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
460         Patch by: Roland Kay  <roland.kay at ox compsoc net>
462         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset):
463           Don't leak stream index (#385292).
465 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
467         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
469         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
470         (gst_lame_setup):
471         * ext/lame/gstlame.h:
472           Fix leak (by calling lame_init_params() before lame_close()); handle
473           NULL return from lame_init() more gracefully. Fixes #385311.
475 2006-12-14  Jan Schmidt  <thaytan@mad.scientist.com>
477         * configure.ac:
478           Back to CVS
480 === release 0.10.5 ===
482 2006-12-13  Jan Schmidt <thaytan@mad.scientist.com>
484         * configure.ac:
485           releasing 0.10.5, "She said"
487 2006-12-12  David Schleef  <ds@schleef.org>
489         * gst/mpegstream/gstmpegparse.c: Use the GST_READ macro I meant
490           to in the previous checkin.  see #385192.  You can have your
491           cheese back now.
493 2006-12-12  David Schleef  <ds@schleef.org>
495         * gst/mpegstream/gstmpegparse.c: Fix unaligned load that loads
496           from the dereferenced integer, not the pointer itself.  Fixes
497           #385192.
499           I'm takin ur cheese!
501 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
503         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
505         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
506           For version 4 streams, read the extra codec data size from the
507           header instead of assuming it is always 16 (also read it from the
508           right position) (#384989). For version 4 and 5 streams, check that
509           the specified extra codec data size doesn't make us read beyond the
510           chunk boundary (#384996).
512 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
514         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf):
515           Cosmetic changes: fix misleading debug statement, update
516           comment, add cast.
518 2006-11-21  Wim Taymans  <wim@fluendo.com>
520         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
523         (gst_mpeg2dec_reset), (gst_mpeg2dec_alloc_sized_buf),
524         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
525         * ext/mpeg2dec/gstmpeg2dec.h:
526         Align buffers to a 16 byte boundary so the altivec optimisations
527         don't crash. Fixes #327350.
529 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream):
532           The availability of extra codec data isn't something that
533           warrants debug messages at WARNING level (see #376958).
535 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
537         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
538         (gst_dvd_demux_class_init), (gst_dvd_demux_combine_flows),
539         (gst_dvd_demux_send_subbuffer):
540         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
541         (gst_mpeg_demux_init_stream), (gst_mpeg_demux_parse_packet),
542         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_combine_flows),
543         (gst_mpeg_demux_send_subbuffer):
544         * gst/mpegstream/gstmpegdemux.h:
545         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
546         (gst_mpeg_parse_chain):
547           Fix flow value combination; this fixes playbin/totem locking up if
548           a VobSub file is specified as subtitle file (#334322). Flow value
549           combination should only happen once we are fairly sure we've got all
550           pads that are available for now. Since there isn't a well-specified
551           time when this is the case in MPEG, we'll just assume this is the
552           case once there has been a certain number of packets for each
553           stream we've found so far.
555 2006-11-15  Wim Taymans  <wim@fluendo.com>
557         Patch by: Jan Arne Petersen <jpetersen at jpetersen dot org>
559         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence), (handle_slice):
560         Simplify the framerate code and support more framerates. Fixes #361584.
562 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
564         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
566         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init):
567           Fix minor memleak when creating pads from static pad templates (#369627).
569         * tests/check/Makefile.am:
570         * tests/check/elements/.cvsignore:
571         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
572         (cleanup_mpeg2dec), (GST_START_TEST), (mpeg2dec_suite), (main):
573           Add unit tests for mpeg2dec (#369627).
575 2006-11-14  Wim Taymans  <wim@fluendo.com>
577         Patch by: Mark Nauwelaerts <manauw at skynet be>
579         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
580         (gst_lame_change_state):
581         * ext/lame/gstlame.h:
582         Make lame timestamp flushed eos buffer by some additional timestamp
583         accounting. Fixes #374760.
585 2006-11-13  Michael Smith  <msmith@fluendo.com>
587         * gst/mpegaudioparse/gstmpegaudioparse.c:
588         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
589         (gst_mp3parse_init), (gst_mp3parse_dispose),
590         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
591         (gst_mp3parse_change_state):
592         * gst/mpegaudioparse/gstmpegaudioparse.h:
593           Make timestamp handling in mp3parse saner; now works for at least
594           simple cases.
596 2006-11-13  Michael Smith  <msmith@fluendo.com>
598         * gst/mpegaudioparse/Makefile.am:
599         * gst/mpegaudioparse/gstmpegaudioparse.c:
600         (mp3_type_frame_length_from_header), (gst_mp3parse_class_init),
601         (gst_mp3parse_reset), (gst_mp3parse_init), (gst_mp3parse_dispose),
602         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
603         (gst_mp3parse_change_state), (plugin_init):
604         * gst/mpegaudioparse/gstmpegaudioparse.h:
605           Bring mp3parse into the 21st century.
606           Use its own debug category, use gstadapter, format nicely to 80
607           columns, and fix incorrect handling of 32 kHz and less files.
609 2006-11-03  Wim Taymans  <wim@fluendo.com>
611         Patch by: Sebastian Droege <slomo at ubuntu dot com>
613         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
614         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
615         * ext/mpeg2dec/gstmpeg2dec.h:
616         libmpeg2 requires its output buffers to start at a 16byte aligned
617         address or the altivec optimizations will explode.
619 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
621         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
622           Use dsi_pack.dsi_gi.vobu_ea correctly, add some more debugging
623           information (fixes #340433).
625 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
627         Patch by: Josep Torra Valles  <josep at fluendo com>
629         * gst/iec958/ac3_padder.c: (ac3p_init):
630         * gst/mpegstream/gstmpegparse.c:
631         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse__rmf),
632         (gst_rmdemux_parse_prop), (gst_rmdemux_parse_mdpr),
633         (gst_rmdemux_parse_indx), (gst_rmdemux_parse_indx_data),
634         (gst_rmdemux_parse_data), (gst_rmdemux_parse_cont),
635         (gst_rmdemux_parse_packet):
636           Misc. fixes for problems discovered by Forte (different return types
637           in function declaration and definition, pointer arithmetics with
638           void pointers). Fixes #362639.
640 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
642         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
643           Don't announce audio or subtitle streams that aren't really present,
644           it makes dvddemux create pads that will never carry any data, which
645           is not good.
647 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
649         * ext/lame/gstlame.c: (gst_lame_set_property):
650           Round up not allowed bitrates to the next higher allowed one
651           (Closes: #361140).
653 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
655         * docs/plugins/Makefile.am:
656         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
657         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
658         * ext/lame/gstlame.c: (gst_lame_class_init):
659         * ext/lame/gstlame.h:
660           Add docs for lame and lame to docs. Specify allowed bitrates
661           in the properties description (#361140). Canonicalise object
662           property names (ie. use hyphen instead of underscore).
664         * docs/plugins/inspect/plugin-a52dec.xml:
665         * docs/plugins/inspect/plugin-amrnb.xml:
666         * docs/plugins/inspect/plugin-asf.xml:
667         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
668         * docs/plugins/inspect/plugin-dvdread.xml:
669         * docs/plugins/inspect/plugin-dvdsub.xml:
670         * docs/plugins/inspect/plugin-iec958.xml:
671         * docs/plugins/inspect/plugin-lame.xml:
672         * docs/plugins/inspect/plugin-mad.xml:
673         * docs/plugins/inspect/plugin-mpeg2dec.xml:
674         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
675         * docs/plugins/inspect/plugin-mpegstream.xml:
676         * docs/plugins/inspect/plugin-siddec.xml:
677           Update version to CVS.
679 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
681         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
682         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_chain),
683         (plugin_init):
684         * po/POTFILES.in:
685           Add i18n magic to lame plugin. Throw decent error message when we
686           fail to setup the encoder (#361140, 361151); misc. minor clean-ups.
688 2006-10-10  Wim Taymans  <wim@fluendo.com>
690         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
691         (gst_rdt_depay_init), (gst_rdt_depay_setcaps),
692         (gst_rdt_depay_chain), (gst_rdt_depay_change_state):
693         Change caps to x-rdt, because it's not x-rtp.
695         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
696         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet),
697         (gst_rmdemux_plugin_init):
698         Activate pad before adding to the element.
699         Return the combined stream return values after pad_alloc.
701 2006-10-10  Wim Taymans  <wim@fluendo.com>
703         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice):
704         * ext/mpeg2dec/gstmpeg2dec.h:
705         Add some debugging to timestamp handling.
706         Make sure we don't convert invalid timestamps.
708 2006-10-09  Tim-Philipp Müller  <tim at centricular dot net>
710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
711         (gst_asf_demux_setup_pad), (gst_asf_demux_process_segment):
712         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
713         (gst_dvd_demux_get_subpicture_stream):
714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
715         (gst_mpeg_demux_get_audio_stream),
716         (gst_mpeg_demux_get_private_stream):
717           Active pads before adding them to the running element. Don't assert
718           on non-BYTE format newsegment events in asfdemux.
720 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
722         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title),
723         (gst_dvd_read_src_handle_seek_event):
724         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
725         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
726         * ext/sidplay/gstsiddec.cc:
727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_parse_data):
728         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop),
729         (gst_rmdemux_parse_packet):
730           Printf format fixes.
732 2006-10-03  Wim Taymans  <wim@fluendo.com>
734         * gst/realmedia/Makefile.am:
735         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
736         (gst_rdt_depay_class_init), (gst_rdt_depay_init),
737         (gst_rdt_depay_setcaps), (gst_rdt_depay_chain),
738         (gst_rdt_depay_set_property), (gst_rdt_depay_get_property),
739         (gst_rdt_depay_change_state), (gst_rdt_depay_plugin_init):
740         * gst/realmedia/rdtdepay.h:
741         Added RDT depayloader.
743         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
744         (gst_rmdemux_plugin_init), (plugin_init):
745         Remove unused function.
746         Added some more mime-types.
748 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
750         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (update_timestamps):
751           If an incoming timestamp is within one sample of our current
752           timestamp, then keep it. This prevents imprecision in the
753           PTS (which only has 90khz granularity) from affecting our stream.
755 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
758           Reflow code so that compiler doesn't complain about possible use
759           of uninitialised variable any longer; but just in case, initialise
760           it anyway; also take object ref in query function and do peer pad
761           stuff in a more thread-safe way.
763 2006-09-27  Wim Taymans  <wim@fluendo.com>
765         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
766         Init a variable to make compilers happy.
768 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
770         Patch by: Martin Zlomek <martin dot zlomek at itonis dot tv>
772         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_reset),
773         (gst_dvd_demux_sync_stream_to_time):
774         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
775         (gst_mpeg_demux_synchronise_pads),
776         (gst_mpeg_demux_sync_stream_to_time):
777           Send newsegment updates for sparse streams (#350778).
778         
779 2006-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
781         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
782           fix compile warning
784 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
786         * configure.ac:
787         As another attempt, synaesthesia can be enabled by passing
788         --with-plugins="synaesthesia" to configure
790 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
792         * configure.ac:
793            Don't build synaesthesia by default, until someone confirms that it
794            is okay (filed as #356882)
796 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
798         * configure.ac:
799         * gst/synaesthesia/Makefile.am:
800         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
801         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
802         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
803         (gst_synaesthesia_change_state), (plugin_init):
804            Port synaesthesia.
806 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
808         * ext/mad/gstid3tag.c:
809         * gst/mpegstream/gstrfc2250enc.h:
810         * gst/synaesthesia/gstsynaesthesia.c:
811           More G_OBJECT macro fixing.
813 2006-09-15  Wim Taymans  <wim@fluendo.com>
815         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
817         * ext/mpeg2dec/gstmpeg2dec.c: (init_dummybuf):
818         Fix initialisation dummy buffer, the offsets are relative to the start
819         of the buffers. Fixes #356004.
821 2006-09-09  Tim-Philipp Müller  <tim at centricular dot net>
823         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
824           Add convert query (needed for later when we just operate in time
825           format and let the base source class handle all the seeking stuff).
827 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
829         * gst/asfdemux/gstasfdemux.c:
830         (gst_asf_demux_get_gst_tag_from_tag_name),
831         (gst_asf_demux_process_ext_content_desc):
832           Erm, lets properly fix it. The only non-text tag that we support is
833           the track-number and that is an UINT. asfdemux was returning a GValue
834           initialized as INT. Further the Track and not the TrackNumber tag
835           (the latter is a string too).
837 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
839         * gst/asfdemux/gstasfdemux.c:
840         (gst_asf_demux_get_gst_tag_from_tag_name),
841         (gst_asf_demux_process_ext_content_desc):
842           Skip tags that are unknown (was producing an uninialized GValue).       
844 2006-09-01  Michael Smith  <msmith@fluendo.com>
846         Patch by: Michal Benes <michal.benes@itonis.tv>:
848         * ext/a52dec/gsta52dec.c: (gst_a52dec_mode_get_type),
849         (gst_a52dec_class_init), (gst_a52dec_init), (gst_a52dec_channels),
850         (gst_a52dec_handle_frame), (gst_a52dec_change_state),
851         (gst_a52dec_set_property), (gst_a52dec_get_property):
852         * ext/a52dec/gsta52dec.h:
853           Add two things to a52dec: configure the exact output format for ac3
854           decoding through properties, if desired.
855           By default, configure an output format preferred by downstream. Now
856           that audioconvert lists caps by preference, this means that a52dec
857           can do downmixing (iff required) rather than audioconvert, so it can
858           use the ac3 downmix levels from the bitstream.
860 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
862         * ext/lame/Makefile.am:
863         * ext/mpeg2dec/Makefile.am:
864         * gst/dvdlpcmdec/Makefile.am:
865         * gst/dvdsub/Makefile.am:
866         * gst/mpegaudioparse/Makefile.am:
867           Add missing GST_LIBS to the link flags
869 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
871         * configure.ac:
872           Up requirements to core 0.10.6 for gst_event_new_new_segment_full().
874 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
876         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new):
877           Fix build for debug disabled
879 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
882         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
883           Use static pad templates with ANY caps for the source pads for
884           simplicity and to avoid warnings when creating pads for unhandled
885           codec IDs (#351795).
887 2006-08-16  Wim Taymans  <wim@fluendo.com>
889         Patch by: Michal Benes <michal dot benes at itonis dot tv>
891         * ext/mad/gstmad.c: (gst_mad_chain):
892         Fix timestamping in mad by only activating a new timestamp when the
893         previous frame has been decoded. Fixes #350723.
894         Also clean up some of the non fatal warnings when the input buffer is
895         too small to decode a header.
897 === release 0.10.4 ===
899 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
901         * configure.ac:
902           releasing 0.10.4, "Metal Molly"
904 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
906         Patch by: Wim Taymans <wim at fluendo dot com>
908         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
909           Instead of forwarding the event in the wrong format, unref it and set
910           a boolean that we still need to send it in the streaming thread.
911           Fixes #350554
913 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
915         Patch by: Edward Hervey <edward at fluendo dot com>
917         * ext/dvdread/dvdreadsrc.c: (plugin_init):
918         Put debug category initialization before use of GST_DEBUG, in order
919         to remove a fatal warning.  Fixes #350895
921 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
923         * gst/dvdsub/gstdvdsubdec.c: (plugin_init):
924           Set rank to NONE for the time being until we make playbin handle
925           subtitle pictures again (dvdsubdec seems to be a bit shaky at
926           times when seeking, so it's probably better if it doesn't get
927           autoplugged for the time being).
929 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
931         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
932         (gst_rmdemux_parse_mdpr):
933           Handle audio streams with stream_version 3 properly; warn about 
934           unknown stream versions; handle unknown fourccs a tad more
935           gracefully (setting bogus caps). Also, use GST_FOURCC_ARGS
936           with GST_FOURCC_FORMAT.
938 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
940         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
941           Error out properly if this is an interactive DVD (fixes #345694).
943 2006-08-07  Jan Schmidt  <thaytan@mad.scientist.com>
945         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
946           When the first_access is 1 or 0, we should copy the timestamp from 
947           the incoming buffer if there is one.
949 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
951         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
952         (gst_a52dec_reneg), (gst_a52dec_handle_frame), (gst_a52dec_chain):
953           Use GST_ELEMENT_ERROR for error reporting; post errors in some
954           more places; remove superfluous newlines from debug statements.
956 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
958         Patch by: Frédéric Riss  <frederic.riss at gmail com>
960         * gst/dvdsub/gstdvdsubdec.c: (gst_send_subtitle_frame):
961           Don't set negative durations on outgoing buffers (#350044),
962           which happens when you use macros that got changed during
963           the last unstable cycle because they were thought not to
964           be used anywhere.
965           
966 2006-08-06  Tim-Philipp Müller  <tim at centricular dot net>
968         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_stop),
969         (gst_dvd_read_src_goto_chapter),
970         (gst_dvd_read_src_get_chapter_starts),
971         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_get_next_cell),
972         (gst_dvd_read_src_get_time_for_sector),
973         (gst_dvd_read_src_get_sector_from_time), (gst_dvd_read_src_read),
974         (gst_dvd_read_src_handle_seek_event), (gst_dvd_read_src_do_seek),
975         (gst_dvd_read_src_goto_sector):
976         * ext/dvdread/dvdreadsrc.h:
977           Add basic support for time-based seeking; set timestamps on
978           outgoing buffers if we have them; create table with
979           chapter to time mapping when opening a title; rename
980           gst_dvd_read_src_get_next_cell_for() to _get_next_cell() and
981           make it take an explicit pgc argument; fix up some debugging
982           messages so that title/chapter numbers are printed as starting
983           from 1 for easier readability.
985 2006-08-04  Tim-Philipp Müller  <tim at centricular dot net>
987         * gst/realmedia/Makefile.am:
988         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
989         (gst_rmdemux_parse_cont):
990         * gst/realmedia/rmutils.c: (gst_rm_utils_read_string8),
991         (gst_rm_utils_read_string16), (gst_rm_utils_read_tags):
992         * gst/realmedia/rmutils.h:
993           Factor out some code into rmutils.[ch]; when reading
994           strings, don't read beyond the available data; read
995           metadata strings correctly (string length is 16 bits
996           here, not just 8).
997           
998 2006-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
1000         * Makefile.am:
1001         * configure.ac:
1002         * gst/asfdemux/gstasfdemux.c:
1003         Fix dist by including gst-libs/
1005 2006-07-29  Tim-Philipp Müller  <tim at centricular dot net>
1007         * ext/dvdread/dvdreadsrc.c: (plugin_init):
1008         * po/POTFILES.in:
1009           Make custom error messages translatable.
1011         * gst/asfdemux/gstasf.c: (plugin_init):
1012           Remove setlocale() call, doesn't seem to be needed or recommended for
1013           plugins, at least not according to gstreamer/docs/random/i18n.
1015 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
1017         * gst/asfdemux/Makefile.am:
1018         * gst/asfdemux/asfheaders.c:
1019         * gst/asfdemux/asfheaders.h:
1020         * gst/asfdemux/gstasf.c: (plugin_init):
1021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
1022           Error out when the stream is encrypted (rather than feeding
1023           garbage to the decoders). Fixes #349025.
1025 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
1027         * Makefile.am:
1028         * autogen.sh:
1029         * configure.ac:
1030         * po/POTFILES.in:
1031           Add/enable autofoo magic for translations.
1033 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
1035         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),
1036         (gst_rmdemux_change_state), (gst_rmdemux_add_stream),
1037         (gst_rmdemux_parse_cont), (gst_rmdemux_descramble_cook_audio),
1038         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
1039           Don't leak streams, strings or caps. Get rid of unnecessary
1040           getcaps() function.
1042 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
1044         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1045         (gst_rmdemux_init), (gst_rmdemux_chain), (gst_rmdemux_add_stream),
1046         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_data),
1047         (gst_rmdemux_stream_clear_cached_subpackets),
1048         (gst_rmdemux_descramble_cook_audio),
1049         (gst_rmdemux_descramble_dnet_audio),
1050         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
1051           Descramble cook audio streams before sending them to the
1052           decoder. Fixes #347292.
1053           Also miscellaneous clean-ups and log-level changes.
1055 2006-07-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1057         * ext/lame/gstlame.c: (gst_lame_setup):
1058         Fix lame putting lots of 0's at start of mp3.  Fixes bug #348786.
1060 2006-07-21  Wim Taymans  <wim@fluendo.com>
1062         * ext/sidplay/gstsiddec.cc:
1063         * ext/sidplay/gstsiddec.h:
1064         Remove old metadata thing.
1066 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
1068         * gst/asfdemux/gstasfdemux.c:
1069         (gst_asf_demux_get_ext_stream_props_for_stream),
1070         (gst_asf_demux_add_audio_stream), (gst_asf_demux_change_state):
1071           Find language codes for audio streams if they are available.
1073 2006-07-14  Tim-Philipp Müller  <tim at centricular dot net>
1075         * gst/asfdemux/asfheaders.h:
1076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_obj_stream),
1077         (gst_asf_demux_process_stream),
1078         (gst_asf_demux_process_language_list),
1079         (gst_asf_demux_process_ext_stream_props),
1080         (gst_asf_demux_process_queued_extended_stream_objects),
1081         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
1082         * gst/asfdemux/gstasfdemux.h:
1083           Parse extended stream properties objects and stream objects
1084           hidden inside them (but delay creation of the appropriate
1085           pads until after all the 'normal' stream objects have been
1086           dealt with) (#343763). Also parse language list object.
1088 2006-07-13  Wim Taymans  <wim@fluendo.com>
1090         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1091         (gst_rmdemux_finalize), (gst_rmdemux_src_event),
1092         (find_seek_offset_time), (gst_rmdemux_perform_seek),
1093         (gst_rmdemux_src_query), (gst_rmdemux_change_state),
1094         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
1095         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
1096         (gst_rmdemux_combine_flows), (gst_rmdemux_parse_packet):
1097         * gst/realmedia/rmdemux.h:
1098         Cleanups, use GstSegment for seeking.
1099         Fix error handling.
1100         Combine flow return from all streams.
1102 2006-07-10  Wim Taymans  <wim@fluendo.com>
1104         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
1105         Fix refcounting when cropping. Fixes #341677.
1107 2006-07-09  Wim Taymans  <wim@fluendo.com>
1109         Patch by: Grzegorz Lukasik <hauserx at gmail dot com>
1111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream),
1112         (gst_asf_demux_process_segment):
1113         Fix typo. Closes #347029.
1115 2006-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1117         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1118           Skip chunks for unknown streams properly. Fixes broken sound
1119           and/or video for files that have additional streams that
1120           we don't recognise yet (e.g. if they are embedded in extended
1121           stream properties). Partly fixes #343763.
1123 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
1125         * gst/asfdemux/asfheaders.c:
1126         * gst/asfdemux/asfheaders.h:
1127         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_identify_guid),
1128         (gst_asf_demux_process_header), (gst_asf_demux_push_obj),
1129         (gst_asf_demux_pop_obj), (gst_asf_demux_process_object),
1130         (gst_asf_demux_change_state):
1131         * gst/asfdemux/gstasfdemux.h:
1132           Add some more GUIDs and make debug log more readable
1133           and easier to follow when parsing the headers.
1135 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
1137         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
1138         (gst_dvd_read_src_is_seekable), (gst_dvd_read_src_class_init),
1139         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
1140         (gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event),
1141         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_src_event):
1142         * ext/dvdread/dvdreadsrc.h:
1143           Rewrite seeking code and make seeking in DVDs work (#337834).
1145 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
1147         * autogen.sh:
1148           Check for automake-1.9 as well.
1150 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
1152         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_is_nav_pack):
1153           Make check stronger.
1155 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
1157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
1158         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
1159         (gst_asf_demux_push_buffer):
1160         * gst/asfdemux/gstasfdemux.h:
1161           Handle unknown codec IDs/fourccs properly (#345879); send tag
1162           events after newsegment event; fix use of GST_FOURCC_FORMAT
1163           macro.
1165 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
1167         * ext/a52dec/gsta52dec.c: (plugin_init):
1168           Call the channel positions get_type() method in plugin_init 
1169           to ensure that it isn't simultaneously called later from 
1170           multiple threads.
1172 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
1174         * gst/mpegstream/gstmpegpacketize.c:
1175         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_put):
1176         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
1177           Also flush packetizer cache when we get a buffer that has the
1178           DISCONT flag set; update current byte position from buffer
1179           offset after a flush.
1181 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
1183         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new),
1184         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_destroy),
1185         (gst_mpeg_packetize_read):
1186         * gst/mpegstream/gstmpegpacketize.h:
1187         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
1188         (gst_mpeg_parse_change_state):
1189           Flush packetizer cache when we get a FLUSH_STOP event;
1190           remove unused source pad member from packetizer; add debug
1191           category for packetizer.
1193 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
1195         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (plugin_init):
1196           Treat dual-mono as stereo. It should really be output on 2 separate
1197           pads, but isn't for now.
1199 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
1201         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
1202           Assume 4:3 DAR rather than 4:3 PAR (#345184).
1204 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
1206         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
1207           Assume pixel-aspect-ratio of 4:3 if libmpeg2dec doesn't give us
1208           any PAR whatsoever (rather than using 0/0, which will lead to
1209           an abort later on). Fixes #345184.
1211 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
1213         Patch by: Michael Dominic K.  < mdk at mdk org pl>
1215         * ext/mad/gstmad.c: (gst_mad_chain):
1216           Send newsegment event before calling
1217           gst_pad_alloc_buffer_and_set_caps(), makes mad behave better
1218           in connection with pad blocking (#342594). While we're at it,
1219           do some minor clean-ups.
1221 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
1223         * configure.ac:
1224           Fix --disable-external (can't set conditionals conditionally,
1225           #343602).
1227 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
1229         * ext/a52dec/Makefile.am:
1230           ... and then he said "When you go and fix the build you
1231           better make sure you have some spare backslashes in your
1232           pocket".
1234 2006-06-13  Wim Taymans  <wim@fluendo.com>
1236         * ext/sidplay/gstsiddec.cc:
1237         Fix copyright, email addresses and descriptions.
1238         Use saner defaults for arguments. Fixes #344667.
1239         constify some stuff.
1240         Fix memleaks.
1241         Add tags.
1242         Fix negotiation to do mono/44100 by default.
1243         Post error messages.
1244         Use _scale_int where possible.
1246 2006-06-12  Wim Taymans  <wim@fluendo.com>
1248         * ext/dvdnav/.cvsignore:
1249         More ignore
1251 2006-06-12  Wim Taymans  <wim@fluendo.com>
1253         * tests/check/elements/amrnbenc.c: (push_data):
1254         Init memory before feeding it to the encoder to make
1255         the valgrind test succeed.
1257 2006-06-12  Edward Hervey  <edward@fluendo.com>
1259         * gst/asfdemux/.cvsignore:
1260         More ignore
1262 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
1264         * .cvsignore:
1265           Ignore files generated by 'make dist'.
1267 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1269         * autogen.sh:
1270         * configure.ac:
1271         * ext/a52dec/Makefile.am:
1272         * ext/dvdnav/Makefile.am:
1273         * ext/dvdread/Makefile.am:
1274         * ext/lame/Makefile.am:
1275         * ext/mad/Makefile.am:
1276         * ext/mpeg2dec/Makefile.am:
1277         * ext/sidplay/Makefile.am:
1278           update build files
1280 2006-06-07  Wim Taymans  <wim@fluendo.com>
1282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
1283         (gst_mpeg2dec_reset), (clear_buffers), (handle_picture),
1284         (gst_mpeg2dec_sink_convert), (gst_mpeg2dec_src_convert),
1285         (gst_mpeg2dec_change_state):
1286         * ext/mpeg2dec/gstmpeg2dec.h:
1287         Simplify and don't leak our buffer pool.
1288         Use _scale_int.
1289         Remove unfixed bug number from previous ChangeLog entry.
1291 2006-06-07  Wim Taymans  <wim@fluendo.com>
1293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1294         (gst_mpeg2dec_class_init), (gst_mpeg2dec_init),
1295         (gst_mpeg2dec_finalize), (gst_mpeg2dec_reset),
1296         (gst_mpeg2dec_qos_reset), (gst_mpeg2dec_alloc_buffer),
1297         (gst_mpeg2dec_negotiate_format), (init_dummybuf),
1298         (handle_sequence), (handle_picture), (handle_slice),
1299         (gst_mpeg2dec_chain), (gst_mpeg2dec_sink_event),
1300         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
1301         * ext/mpeg2dec/gstmpeg2dec.h:
1302         Fix padtemplate as we can now do fractional framerates.
1303         Small cleanups.
1304         Use GstSegment.
1305         Add simple frame dropping QoS.
1306         Precalc buffer output sizes and UV offsets.
1307         Always give libmpeg2 a valid fbuf when it wants one.
1308         don't trust libmpeg to discard our buffers but manage it
1309         ourselves.
1310         Fixes #343627, #335288
1312 2006-06-05  Sebastien Moutte  <sebastien@moutte.net>
1314         * win32/MANIFEST:
1315         Add a manifest for futures ugly win32 releases.
1316         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
1317         Move bufcaps declaration at the beginning of the instructions 
1318         block.
1319         
1320 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
1322         * ext/a52dec/gsta52dec.h:
1323         * ext/amrnb/amrnbdec.h:
1324         * ext/amrnb/amrnbenc.h:
1325         * ext/amrnb/amrnbparse.h:
1326         * ext/mpeg2dec/gstmpeg2dec.h:
1327         * ext/sidplay/gstsiddec.h:
1328         * gst/ac3parse/gstac3parse.h:
1329         * gst/asfdemux/gstasfdemux.h:
1330         * gst/asfdemux/gstasfmux.h:
1331         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
1332         * gst/iec958/ac3iec.h:
1333         * gst/mpegaudioparse/gstmpegaudioparse.h:
1334         * gst/mpegstream/gstdvddemux.h:
1335         * gst/mpegstream/gstmpegclock.h:
1336         * gst/mpegstream/gstmpegdemux.h:
1337         * gst/mpegstream/gstmpegparse.h:
1338         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
1340 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
1342         * README:
1343           Replace current README (containing the release notes from
1344           some 0.9.x version) with a proper README taken from the core.
1346 2006-05-24  Wim Taymans  <wim@fluendo.com>
1348         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_event), (gst_amrnbdec_chain):
1349         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1350         (gst_amrnbparse_sink_event), (gst_amrnbparse_chain),
1351         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
1352         * ext/amrnb/amrnbparse.h:
1353         Sortof first quick cleanup of all this mess... 
1354         Don't crap out on empty and invalid FTs but treat them as
1355         empty packets, the decoder handles them fine.
1356         Fixes #342222.
1358 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1360         * gst/asfdemux/gstasf.c: (plugin_init):
1361           Call gst_riff_init() so the riff debug category gets set up
1362           before it is being used.
1364 2006-05-19  Michael Smith  <msmith@fluendo.com>
1366         * gst/iec958/ac3_padder.c: (ac3p_parse):
1367         * gst/iec958/ac3_padder.h:
1368         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_set_property),
1369         (ac3iec_chain_raw), (ac3iec_change_state):
1370         * gst/iec958/ac3iec.h:
1371           Write rate into the caps, for the allowed ac3 rates. Some minor
1372           cleanups.
1374 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
1376         Patch by: James "Doc" Livingston  <doclivingston gmail com>
1378         * ext/mad/gstid3tag.c: (gst_id3_tag_get_tag_to_render):
1379           Do tag merging correctly (#339918). Output taglists
1380           properly in debug statements too while we're at it.
1382 2006-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1384         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
1385           Add more debug
1387         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
1388         (gst_dvdlpcmdec_init), (update_timestamps),
1389         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
1390         (dvdlpcmdec_sink_event):
1391         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
1392           If we have a first_access offset but no current timestamp (might
1393           happen after a seek), then calculate a start time for the first
1394           portion so that it will align with the timestamp given for the
1395           first_access portion.
1397           If a new-segment arrives with format time, store the start
1398           time as a failsafe timestamp in case we never get any further
1399           timestamp info (unlikely)
1400         
1401           Mask out the 'frame number' section of the incoming header so
1402           that we don't consider it to be changing on every buffer and
1403           reset the caps constantly.
1405           Use gst_util_uint64_scale for duration calculation
1407 2006-05-11  Michael Smith  <msmith@fluendo.com>
1409         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
1410           Fix timestamping for cases where the first_access parameter is 4.
1411           Ensure we don't overrun buffers in other cases.
1413 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
1415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_string):
1416           Fix silly bug when reading metadata (#341254).
1418 2006-05-08  Edward Hervey  <edward@fluendo.com>
1420         * autogen.sh: (CONFIGURE_DEF_OPT): 
1421         libtoolize on Darwin/MacOSX is called glibtoolize
1423 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
1425         * ext/lame/gstlame.c: (gst_lame_get_type),
1426         (gst_lame_release_memory), (gst_lame_init), (gst_lame_sink_event),
1427         (gst_lame_setup), (gst_lame_change_state):
1428         * ext/lame/gstlame.h:
1429           Remove tag writing from lame (which was completely broken
1430           anyway, #329184). Leaving GstTagSetter interface around for
1431           now, albeit non-functional. Should be removed completely
1432           in 0.11. Use the 'id3v2mux' plugin from -good for writing
1433           tags.
1435 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
1437         * ext/dvdread/dvdreadsrc.c:
1438         * gst/asfdemux/gstasfdemux.c:
1439         Add semicolons after GST_BOILERPLATE[_FULL] so that
1440         indent doesn't mess up following lines.
1441         
1442 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
1444         Patch by: Andres Salomon  <dilinger at debian org>
1446         * ext/lame/gstlame.c: (gst_lame_sink_event):
1447           Fix typo (comma vs. semicolon) (#340710).
1449 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1451         Patch by: Lutz Müller <lutz at topfrose de>
1453         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query):
1454           Make mad the second element to support the highly useful
1455           FORMATS query (#340594)
1457 2006-05-02  Edward Hervey  <edward@fluendo.com>
1459         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_sink_convert),
1460         (gst_mpeg2dec_src_query):
1461         Remember the query duration format before passing it upstream since it
1462         could have been modified.
1463         Add GST_WARNING_OBJECT in sink convert function to detail why the
1464         conversion didn't work.
1466 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
1468         * ext/mad/gstid3tag.c:
1469         * ext/mad/gstmad.c:
1470         * gst/ac3parse/gstac3parse.c:
1471         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
1472         * gst/synaesthesia/gstsynaesthesia.c:
1473           Define GstElementDetails as const and also static (when defined as
1474           global)
1476 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1478         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_push_titlelang_event):
1479           Fix name of custom event (use same as dvdreadsrc).
1481         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_chain),
1482         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event):
1483           Fix event parsing (the event name is in the structure, not the
1484           name of the structure itself); also fix indentation after
1485           boilerplate macro.
1487 2006-04-23  Tim-Philipp Müller  <tim at centricular dot net>
1489         * ext/mad/gstid3tag.c: (plugin_init):
1490           Change debug category to 'id3mux'.
1492 2006-04-22  Tim-Philipp Müller  <tim at centricular dot net>
1494         Patch by: Alexander Lancaster  <alexl at users sourceforge net>
1496         * ext/mad/gstid3tag.c: (gst_id3_tag_get_caps), (gst_id3_tag_init),
1497         (gst_id3_tag_sink_event), (gst_id3_tag_src_link),
1498         (gst_id3_tag_chain):
1499           When acting as a muxer, set caps on outgoing buffers and set caps
1500           on source pad (fixes #323658). Remove unused application/x-gst-tags
1501           cruft from the 0.6 days.
1503 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1505         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src),
1506         (gst_mad_src_query), (gst_mad_chain):
1507           .. and DEFAULT queries should work too. Use magic gst util scale
1508           functions in some places.
1510 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1512         * ext/mad/gstmad.c: (gst_mad_src_query):
1513           Fix duration query in BYTES format (#336824).
1515 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1517         Patch by: Ed Catmur  <ed at catmur dot co dot uk>
1519         * ext/lame/gstlame.c: (gst_lame_sink_event):
1520           Don't crash if we get an EOS event before the encoder
1521           has been set up (#339287).
1523 2006-04-21  Wim Taymans  <wim@fluendo.com>
1525         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_start),
1526         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read),
1527         (gst_dvd_read_src_create), (gst_dvd_read_src_goto_sector):
1528         Move errors out of the normal code flow.
1529         Don't send eos, basesrc will do that for us when needed.
1531 2006-04-21  Wim Taymans  <wim@fluendo.com>
1533         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_change_state):
1534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_change_state):
1535         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_change_state):
1536         Do state changes correctly
1538 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
1540         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf),
1541         (gst_mpeg2dec_alloc_buffer):
1542           Can't use gst_pad_alloc_buffer*() when we are going to crop
1543           the image before sending it out. Downstream basetransform-based
1544           elements will complain about the wrong unit size otherwise
1545           (when not operating in passthrough-mode at least).
1546           Const-ify some static variables and do some minor clean-ups.
1547           Use I420 macros for size/offsets (not really necessary in this
1548           particular context, but this kind of code gets copy'n'pasted).
1550 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
1552         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_put),
1553         (read_cache):
1554         * gst/mpegstream/gstmpegpacketize.h:
1555           g_malloc() can't fail, we don't need to handle this. Same for
1556           gst_buffer_new_and_alloc().
1558         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
1559           klass->send_buffer() should have the same semantics as
1560           gst_pad_push(), ie. ownership of the buffer is transfered,
1561           so we never have to unref the buffer no matter what the flow
1562           return value was.
1564 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1566         * common/check.mak:
1567           allow for specifying more than one suppressions file in SUPPRESSIONS
1568         * Makefile.am:
1569         * tests/Makefile.am:
1570         * tests/check/.cvsignore:
1571         * tests/check/Makefile.am:
1572         * tests/check/elements/.cvsignore:
1573         * configure.ac:
1574           add tests/check
1575         * tests/check/gst-plugins-ugly.supp:
1576           add suppressions for libs used by -ugly
1577         * tests/check/elements/amrnbenc.c: (buffer_new), (buffer_unref),
1578         (setup_amrnbenc), (cleanup_amrnbenc), (push_data),
1579         (GST_START_TEST), (amrnbenc_suite), (main):
1580           add a simple test for encoding amr
1581         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init):
1582           fix pad template leaks
1584 2006-04-10  Michael Smith  <msmith@fluendo.com>
1586         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
1587           Plug big leak in AMR encoder.
1589 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1591         * ext/mad/gstmad.c: (index_seek):
1592           move GstIndexEntry *entry variable declaration before 
1593           the first instruction
1594         * ext/mad/gstmad.c: 
1595           remove debug macros with variable number of parameter by using 
1596           GST_DEBUG for WIN32
1597         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
1598           use gst_guint64_to_gdouble for conversions
1599         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time):
1600           replace __FUNCTION__ which is not supported by MSVC by the current
1601           function name
1602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset):
1603           remove LL suffix by using G_GINT64_CONSTANT
1604         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),
1605           (gst_mpeg_parse_get_rate):
1606           use gst_guint64_to_gdouble for conversions
1607         * gst/mpegstream/gstmpegparse.h:
1608           remove LL suffix by using G_GINT64_CONSTANT
1609         * win32/vs6:
1610           add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub,
1611           iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
1612         
1613 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1615         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init):
1616         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_class_init):
1617         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_class_init):
1618         * ext/mad/gstmad.c: (gst_mad_class_init):
1619         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init):
1620         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init):
1621         * gst/asfdemux/gstasfmux.c: (gst_asfmux_class_init):
1622         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_class_init):
1623         * gst/iec958/ac3iec.c: (ac3iec_class_init):
1624         * gst/mpegaudioparse/gstmpegaudioparse.c:
1625         (gst_mp3parse_class_init):
1626         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init):
1627         * gst/mpegstream/gstmpegclock.c: (gst_mpeg_clock_class_init):
1628         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_class_init):
1629         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init):
1630         * gst/synaesthesia/gstsynaesthesia.c:
1631         (gst_synaesthesia_class_init):
1632         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1634 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
1636         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
1639         (gst_asf_demux_push_buffer):
1640           Send newsegment event only once per pad, fixes #336550.
1642 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1644         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1645         * docs/plugins/inspect/plugin-siddec.xml:
1646           add siddec
1647         * ext/dvdnav/dvdnavsrc.c:
1648           doc fixes
1650 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1652         * configure.ac:
1653           rework similarly to other modules
1654         * ext/a52dec/gsta52dec.c:
1655         * ext/amrnb/amrnb.c:
1656         * ext/dvdnav/dvdnavsrc.c:
1657         * ext/dvdread/dvdreadsrc.c:
1658         * ext/lame/gstlame.c:
1659         * ext/mad/gstid3tag.c:
1660         * ext/mpeg2dec/gstmpeg2dec.c:
1661         * ext/sidplay/gstsiddec.cc:
1662         * gst/asfdemux/gstasf.c:
1663         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
1664         * gst/dvdsub/gstdvdsubdec.c:
1665         * gst/iec958/ac3iec.c:
1666         * gst/mpegaudioparse/gstmpegaudioparse.c:
1667         * gst/mpegstream/gstmpegstream.c:
1668         * gst/realmedia/rmdemux.c: (plugin_init):
1669           use the correct defines
1671 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
1673         * configure.ac:
1674           back to HEAD
1676 === release 0.10.3 ===
1678 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
1680         * configure.ac:
1681           releasing 0.10.3, "Late Plane"
1683 2006-03-29  Tim-Philipp Müller  <tim at centricular dot net>
1685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_event):
1686           Don't unref event unconditionally after giving away ownership
1687           (gst_pad_push_event(), gst_pad_send_event() and
1688           gst_pad_event_default() take ownership of the event
1689           passed to them). Fixes warnings/crashes caused by
1690           navigation events.
1692 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
1695           Don't ref NULL caps (private streams have NULL caps) (#336387);
1696           also, no need to set caps on the same buffer twice.
1698 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1700         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
1701         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_get_audio_stream),
1702         (gst_dvd_demux_get_subpicture_stream):
1703         * gst/mpegstream/gstmpegdemux.c:
1704         (gst_mpeg_demux_sync_stream_to_time):
1705           Don't leak element and pad names in error messages, use
1706           GST_DEBUG_PAD_NAME instead. Add some more debug code.
1708 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1710         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
1711         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read):
1712           Name the structure in the custom event with the
1713           language codes for the audio and subtitle streams
1714           actually like dvddemux expects it to be named.
1715           Set caps on source pad and outgoing buffers.
1717 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1719         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_set_property),
1720         (gst_lame_get_property), (gst_lame_setup):
1721         * ext/lame/gstlame.h:
1722           Make xingheader property non-functional, it's broken anyway
1723           after all (use xingmux instead).
1725 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1727         * ext/lame/gstlame.c: (gst_lame_sink_event):
1728           On EOS, flush encoder and send remaining data. Fix
1729           return value handling in sink event function.
1731 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1733         Patch by: Jürg Billeter  <j at bitron dot ch>
1735         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_set_property):
1736           Fix wrong check for started flag when setting the 'device' property.
1737           We want to allow it when the source is NOT started yet and ignore it
1738           when the source is running.
1740 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1742         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
1745         (gst_asf_demux_process_chunk):
1746         * gst/asfdemux/gstasfdemux.h:
1747           Subtract first timestamp from timestamps, so that
1748           stream starts from 0; makes live streams that don't
1749           start at 0 work again (fixes #317310, #336097).
1751 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1753         Patch by: Christian Kirbach
1755         * configure.ac:
1756           Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
1757           -good. Fixes build on some systems (#331838).
1759 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1761         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
1762         (gst_rmdemux_parse_cont):
1763           Extract more tags and also post codec name tag on the
1764           bus so this shows up in totem and nautilus.
1766 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1768         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
1769         (gst_rmdemux_fill_audio_packet), (gst_rmdemux_parse_packet):
1770           Extra data usually goes into the caps as 'codec_data', not
1771           as first buffer into the stream.
1772           Need to byte swap AC3 content in realmedia files for some
1773           reason (fixes #331588).
1775 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1777         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
1778         (gst_rmdemux_validate_offset), (gst_rmdemux_loop),
1779         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
1780           When operating in pull mode, post an error message on the
1781           bus when all source pads are unlinked or some other fatal
1782           error occured (#323023). Regrade some recurring debug messages
1783           to LOG level. Convert c++-style comments into C-style ones.
1785 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1787         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
1788         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
1789         (gst_rmdemux_all_source_pads_unlinked),
1790         (gst_rmdemux_at_least_one_stream_flowok), (gst_rmdemux_add_stream),
1791         (gst_rmdemux_parse_packet):
1792         * gst/realmedia/rmdemux.h:
1793           Handle unlinked source pads properly and stop if all source pads
1794           are unlinked (#323023).
1796 2006-03-23  Wim Taymans  <wim@fluendo.com>
1798         Patch by: Michal Benes <michal dot benes at xeris dot cz>
1800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
1801         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
1802         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_reset):
1803         * gst/mpegstream/gstmpegdemux.h:
1804         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1805         Timestamps in mpeg stream are 32-bit numbers. Therefore, with a
1806         clock_freq of 90kHz this timestamp overflows every ~13 hours. This 
1807         situation really happens when grabbing DVB streams. Current 
1808         mpegdemuxer can not handle this situation correctly and it 
1809         restarts counting gstreamer timestamps from zero.
1810         Fixes #326598.
1812 2006-03-15  Michael Smith  <msmith@fluendo.com>
1814         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event),
1815         (gst_a52dec_chain_raw), (gst_a52dec_change_state):
1816         * ext/a52dec/gsta52dec.h:
1817           Fix #334550: failure to play raw AC3 files due to segment problems.
1819 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1821         Patch by: Christophe Fergeau  <teuf gnome org>
1823         * ext/lame/gstlame.c: (gst_lame_release_memory),
1824         (gst_lame_finalize), (gst_lame_class_init),
1825         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
1826         (gst_lame_change_state):
1827           Fix some memory leaks (#333345), use GST_DEBUG_FUNCPTR more often.
1829 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1831         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_update_info),
1832         (gst_mad_sink_event), (gst_mad_change_state):
1833           Include AUDIO_CODEC tag with tags posted if input is not
1834           framed (#334258). Use _scale() util functions in more places.
1836 2006-03-12  Christophe Fergeau  <teuf@gnome.org>
1838         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1840         * ext/lame/gstlame.c: (gst_lame_class_init): mark the xing-header
1841         property as BROKEN (see
1842         http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19 for an
1843         explanation why it's broken).
1845 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1847         Patch by: Alex Lancaster
1848         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
1849           Add support for writing the GST_TAG_ALBUM_VOLUME_NUMBER
1850           tag (#333683)
1851           
1852 2006-03-02  Wim Taymans  <wim@fluendo.com>
1854         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
1855         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
1856         (gst_amrnbdec_state_change):
1857         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init),
1858         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
1859         (gst_amrnbenc_state_change):
1860         * ext/amrnb/amrnbenc.h:
1861         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1862         (gst_amrnbparse_query):
1863         Further fancyfication.
1864         Use _take to get writable data from the adapter.
1865         Precalc packet duration.
1866         Handle disconts.
1867         Forward _push to upstream.
1868         Post error messages when something goes wrong.
1869         Remove old code in amrnbparse.
1870         Don't ignore query results from upstream.
1872 2006-03-02  Michael Smith  <msmith@fluendo.com>
1874         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
1875           The AMR encoder writes into the audio buffers it processes, so
1876           use gst_buffer_make_writable() on buffers we might (they go through
1877           an adapter, so there can be copying going on later anyway) be
1878           encoding.
1880 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1882         Patch by: Jens Granseuer
1884         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_pad_added),
1885         (gst_mpeg_parse_handle_src_query):
1886           Declare variables at the beginning of a block and make
1887           gcc-2.9x happy (fixes #328957)
1889 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1891         Patch by: Fabrizio Gennari
1893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
1894           Read packet size, sequence and padsize in right order again
1895           (fixes #332796)
1897 2006-02-28  Edward Hervey  <edward@fluendo.com>
1899         * gst/iec958/ac3iec.c:
1900         Set a proper klass (Codec/Muxer/Audio) for the ElementDetails.
1902 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1904         * configure.ac:
1905           Make the id3tag and mad checks check for both a header and the
1906           appropriate library if the pkg-config is missing. (Closes #331842)
1907           Split the id3tag and mad checks into 2 pieces. Sometime soon I might
1908           do the same for the plugins themselves.
1909           
1910 2006-02-27  Luca Ognibene  <luogni at tin dot it>
1912         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1914         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
1915         (gst_mpeg2dec_reset), (gst_mpeg2dec_chain):
1916         * ext/mpeg2dec/gstmpeg2dec.h:
1917           Don't treat STATE_INVALID as fatal error; throw an error
1918           only after five consecutive decoding errors. Makes decoding
1919           mpeg streams more robust and fixes playback of joined clips
1920           (#300682).
1922 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
1924         * ext/dvdnav/dvdnavsrc.h:
1925           Oops. forgot to add this one.
1927 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1929         * ext/Makefile.am: Fix dist-check.
1931 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
1933         * configure.ac:
1934           Disable dvdnavsrc for now.
1936 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
1938         * configure.ac:
1939         * ext/Makefile.am:
1940         * ext/dvdnav/Makefile.am:
1941         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_base_init),
1942         (gst_dvd_nav_src_class_init), (gst_dvd_nav_src_check_get_range),
1943         (gst_dvd_nav_src_init), (gst_dvd_nav_src_finalize),
1944         (gst_dvd_nav_src_is_open), (gst_dvd_nav_src_set_property),
1945         (gst_dvd_nav_src_get_property), (gst_dvd_nav_src_set_clock),
1946         (gst_dvd_nav_src_tca_seek), (gst_dvd_nav_src_update_streaminfo),
1947         (gst_dvd_nav_src_set_domain), (gst_dvd_nav_src_update_highlight),
1948         (gst_dvd_nav_src_user_op), (dvdnav_get_event_name),
1949         (dvdnav_get_read_domain_name), (gst_dvd_nav_src_print_event),
1950         (gst_dvd_nav_src_make_dvd_event),
1951         (gst_dvd_nav_src_structure_set_uint64),
1952         (gst_dvd_nav_src_push_dvd_nav_packet_event),
1953         (gst_dvd_nav_src_push_clut_change_event), (read_vts_info),
1954         (gst_dvd_nav_src_push_titlelang_event),
1955         (gst_dvd_nav_src_process_next_block), (gst_dvd_nav_src_create),
1956         (gst_dvd_nav_src_start), (gst_dvd_nav_src_stop),
1957         (gst_dvd_nav_src_handle_navigation_event),
1958         (gst_dvd_nav_src_handle_seek_event), (gst_dvd_nav_src_src_event),
1959         (gst_dvd_nav_src_query_position), (gst_dvd_nav_src_query_duration),
1960         (gst_dvd_nav_src_query), (gst_dvd_nav_src_uri_get_type),
1961         (gst_dvd_nav_src_uri_get_protocols), (gst_dvd_nav_src_uri_get_uri),
1962         (gst_dvd_nav_src_uri_set_uri), (gst_dvd_nav_src_uri_handler_init),
1963         (gst_dvd_nav_src_do_init), (plugin_init):
1964           dvdnavsrc ported to 0.10, for the most part at least. Not quite
1965           ready for prime time yet though.
1967 2006-02-22  Tim-Philipp Müller  <tim at centricular dot net>
1969         * configure.ac:
1970         * gst/dvdsub/Makefile.am:
1971         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_base_init),
1972         (gst_dvd_sub_dec_class_init), (gst_dvd_sub_dec_init),
1973         (gst_dvd_sub_dec_finalize), (gst_dvd_sub_dec_src_event),
1974         (gst_dvd_sub_dec_get_event_delay), (gst_dvd_sub_dec_parse_subpic),
1975         (gst_get_nibble), (gst_setup_palette), (gst_get_rle_code),
1976         (gst_draw_rle_line), (gst_dvd_sub_dec_merge_title),
1977         (gst_send_empty_fill), (gst_send_subtitle_frame),
1978         (gst_dvd_sub_dec_advance_time), (gst_dvd_sub_dec_chain),
1979         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event),
1980         (plugin_init):
1981         * gst/dvdsub/gstdvdsubdec.h:
1982           Port dvdsubdec to 0.10
1984 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
1986         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
1987          Push the rank up to SECONDARY+1 so that dvddemux is preferred over
1988          mpegdemux for MPEG-2 video streams.
1990 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
1992         * configure.ac:
1993           Bump nano back to CVS
1995 === release 0.10.2 ===
1997 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
1999         * configure.ac:
2000           releasing 0.10.2, "Season to Taste"
2002 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
2004         * configure.ac:
2005           releasing 0.10.1.3 prelease for 0.10.2
2007 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
2010           In sink event handler, release object lock again
2011           _before_ sending EOS event downstream (#313838).
2013 2006-02-17  Christian Schaller  <christian@fluendo.com>
2014         
2015         * gst/asfdemux/gstasf.c: (plugin_init):
2016           Set asfdemux rank to secondary (fixes #331579).
2018 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
2020         * configure.ac:
2021           releasing 0.10.1.2 prelease for 0.10.2
2023 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2025         * ext/mpeg2dec/gstmpeg2dec.c: (crop_copy_i420_buffer),
2026         (crop_copy_i422_buffer), (crop_buffer):
2027           When we need to crop the output buffer, make sure we
2028           create a buffer of the right size and respect the implicit
2029           striding used for I420 elsewhere in GStreamer (#331301).
2031 2006-02-17  Edward Hervey  <edward@fluendo.com>
2033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream):
2034         Do not error out on non-recognized streams. Ignore them and allow
2035         playback of the other streams.
2037 2006-02-17  Jan Schmidt  <thaytan@mad.scientist.com>
2039         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
2040         Add a small sanity check for LPCM reading.
2042 2006-02-17  Edward Hervey  <edward@fluendo.com>
2044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file):
2045         Take into account the file properties preroll value for
2046         timestamping/newsegment. It's weird this value was commented out.
2048 2006-02-16  Wim Taymans  <wim@fluendo.com>
2050         * gst/asfdemux/Makefile.am:
2051         More asf makefile fixing.
2053 2006-02-16  Wim Taymans  <wim@fluendo.com>
2055         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
2056         (gst_lame_change_state):
2057         Fix up lame a bit.
2058         Apply patch #319782 by Gautier Portet.
2060 2006-02-16  Edward Hervey  <edward@fluendo.com>
2062         * gst/asfdemux/Makefile.am:
2063         But we do need to link against the riff libraryr.
2065 2006-02-16  Edward Hervey  <edward@fluendo.com>
2067         * gst/asfdemux/Makefile.am:
2068         We don't want asfmux.c yet.
2070 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
2072         * ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
2073         (gst_mad_sink_event), (gst_mad_check_caps_reset), (gst_mad_chain),
2074         (gst_mad_change_state):
2075           Port fixes for bugs 314771, 308772, 140237, and 302625
2076           from 0.8 (Patch by Jonathan Matthew, Fixes #329575)
2077           Use GST_EVENT_FLUSH_STOP to clear data from the current input
2078           buffer, to avoid using it for any future decoding.
2080 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
2082         * configure.ac:
2083         * gst/asfdemux/asfheaders.c: (gst_asf_identify_guid),
2084         (gst_asf_get_guid_nick):
2085         * gst/asfdemux/asfheaders.h:
2086         * gst/asfdemux/gstasf.c: (plugin_init):
2087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2088         (gst_asf_demux_class_init), (gst_asf_demux_init),
2089         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
2090         (gst_asf_demux_handle_src_event),
2091         (gst_asf_demux_get_current_offset), (gst_asf_demux_chain),
2092         (gst_asf_demux_skip_bytes), (gst_asf_demux_identify_guid),
2093         (gst_asf_demux_get_uint8), (gst_asf_demux_get_uint16),
2094         (gst_asf_demux_get_uint32), (gst_asf_demux_get_uint64),
2095         (gst_asf_demux_get_var_length), (gst_asf_demux_get_buffer),
2096         (gst_asf_demux_get_bytes), (gst_asf_demux_get_string),
2097         (gst_asf_demux_get_guid), (gst_asf_demux_get_obj_file),
2098         (gst_asf_demux_get_bitrate_record),
2099         (gst_asf_demux_get_obj_comment), (gst_asf_demux_get_obj_header),
2100         (gst_asf_demux_get_obj_header_ext), (gst_asf_demux_get_obj_stream),
2101         (gst_asf_demux_get_replicated_data), (gst_asf_demux_get_obj_data),
2102         (gst_asf_demux_get_obj_data_correction),
2103         (gst_asf_demux_get_stream_audio),
2104         (gst_asf_demux_get_stream_correction),
2105         (gst_asf_demux_get_stream_video),
2106         (gst_asf_demux_get_stream_video_format),
2107         (gst_asf_demux_get_stream), (gst_asf_demux_setup_pad),
2108         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
2109         (gst_asf_demux_process_stream),
2110         (gst_asf_demux_get_gst_tag_from_tag_name),
2111         (gst_asf_demux_commit_taglist),
2112         (gst_asf_demux_process_ext_content_desc),
2113         (gst_asf_demux_get_object_header), (gst_asf_demux_process_data),
2114         (gst_asf_demux_process_header), (gst_asf_demux_process_file),
2115         (gst_asf_demux_process_comment),
2116         (gst_asf_demux_process_bitrate_props_object),
2117         (gst_asf_demux_process_header_ext), (gst_asf_demux_process_object),
2118         (gst_asf_demux_descramble_segment),
2119         (gst_asf_demux_element_send_event),
2120         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
2121         (gst_asf_demux_process_chunk), (gst_asf_demux_process_segment),
2122         (gst_asf_demux_handle_data), (gst_asf_demux_parse_data),
2123         (gst_asf_demux_get_src_query_types),
2124         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
2125         * gst/asfdemux/gstasfdemux.h:
2126           asfdemux ported to 0.10. Does still need a bit of work (seems like
2127           there's something funky going on when timestamping video frames).
2128           The seeking code is likely to make Wim cry, but hey, at least it
2129           compiles.
2131 2006-02-15  Wim Taymans  <wim@fluendo.com>
2133         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_setcaps),
2134         (gst_amrnbdec_chain), (gst_amrnbdec_state_change):
2135         Some more comments.
2137         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
2138         Applied patch from Fabrizio Gennari, fixes #330844.
2140 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
2142         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
2143         (gst_dvd_read_src_class_init), (gst_dvd_read_src_start),
2144         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
2145         (gst_dvd_read_src_set_property), (gst_dvd_read_src_get_property),
2146         (gst_dvd_read_src_uri_get_uri), (gst_dvd_read_src_uri_set_uri):
2147         * ext/dvdread/dvdreadsrc.h:
2148           Let's try to play the title the user set via the URI handler or
2149           via properties instead of always playing the first title. Also,
2150           Also, count title/chapter/angle number in URI and properties
2151           from 1 rather than 0.
2153 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
2155         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
2156         (gst_dvd_read_src_get_size), (gst_dvd_read_src_do_seek),
2157         (gst_dvd_read_src_do_duration_query):
2158           Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable,
2159           otherwise GstBaseSrc will think we can operate pull_range based,
2160           which we don't really, and typefinding will fail miserably.
2161           Also, make seeking work somewhat (only works with flumpegdemux
2162           at the moment, mpegstream needs fixing for that first).
2164 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
2166         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
2167         (gst_dvd_read_src_create), (gst_dvd_read_src_src_event):
2168           Only allocate buffer once we know exactly how much we need,
2169           rather than gratuitously allocating 2MB-buffers all the time
2170           even if we usually need much less than that. Also, demote
2171           a debug message from DEBUG to LOG level.
2173 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2175         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
2176         (gst_dvd_read_src_seekable), (gst_dvd_read_src_get_size),
2177         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_do_duration_query),
2178         (gst_dvd_read_src_do_position_query):
2179           Add some more debugging and fix duration query in BYTES.
2181 2006-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2183         * configure.ac:
2184         * ext/Makefile.am:
2185         * ext/dvdread/Makefile.am:
2186         * ext/dvdread/dvdreadsrc.c:
2187         * ext/dvdread/dvdreadsrc.h:
2188           Half-baked port to 0.10. Needs some love
2189           in the seeking department, but at least
2190           it does something.
2192         * ext/dvdread/stream_labels.c:
2193         * ext/dvdread/stream_labels.h:
2194           Remove these (we use ISO-639 language codes internally; applications
2195           that want to translate those into language names for display to the
2196           user should rely on the iso-codes package for that).
2198 2006-02-06  Wim Taymans  <wim@fluendo.com>
2200         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
2201         (gst_amrnbdec_setcaps), (gst_amrnbdec_event), (gst_amrnbdec_chain),
2202         (gst_amrnbdec_state_change):
2203         * ext/amrnb/amrnbdec.h:
2204         Fix amrnbdec, handle events, take copy from adapter since the decoder
2205         apparently writes in the source data.
2206         Use some _scale_int, and precalc duration.
2207         Fix some leaks, post ERROR messages.
2209 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
2211         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2212           One source pad not being linked is not an error condition when we're
2213           still parsing the header. In this case (e.g. where we don't have a
2214           suitable decoder installed) just pretend everything is fine, so that
2215           the demuxer will actually go on to signal no-more-pads when done
2216           parsing the header, otherwise  decodebin/playbin will never post the
2217           appropriate error message if decoders are not available.
2219 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2221         * ext/mad/gstid3tag.c:
2222         * gst/realmedia/rmdemux.c:
2223         Just make it compile with --disable-gst-debug.
2225 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2227         * ext/mad/gstmad.c: (gst_mad_convert_src), (scale),
2228         (gst_mad_check_caps_reset), (gst_mad_chain):
2229           Merge patch from Radoslaw Szkodzinski (bug 326734)
2231 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2233         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach),
2234         (gst_id3_tag_get_tag_to_render), (gst_id3_tag_sink_event),
2235         (gst_id3_tag_src_link), (gst_id3_tag_send_tag_event),
2236         (gst_id3_tag_chain):
2237           fixing Gdate handling
2238           enabling mux/demux mode switching
2239           adding better debug output
2241 2006-01-30  Tim-Philipp Müller  <tim at centricular dot net>
2243         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_buffer):
2244           If we haven't set caps on a source pad yet, the caps on the
2245           pad are NULL, not un-fixed. Set caps on outgoing buffers.
2247 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
2249         * ext/lame/gstlame.c: (gst_lame_finalize), (gst_lame_class_init),
2250         (gst_lame_init), (add_one_tag), (gst_lame_set_metadata):
2251         * ext/lame/gstlame.h:
2252           Contrary to what the const char in the lame API might suggest,
2253           lame expects us to keep the strings we pass to id3tag_set_foo()
2254           around; it doesn't free them either though, so we have to store
2255           them somewhere and free them later when we can be sure lame
2256           doesn't need them any longer.
2258 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
2260         * ext/lame/gstlame.c: (add_one_tag):
2261           Fix handling of GST_TAG_DATE (#311679), don't pass an
2262           uninitialised string pointer to lame if we don't know
2263           how to handle the tag type, and fix minor memory leak.
2265 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
2267         * ext/mad/gstmad.c: (gst_mad_chain):
2268           Fix debug message.
2270 2006-01-22  Martin Soto  <martinsoto@users.sourceforge.net>
2272         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
2273         Erase spurious call to gst_segment_set_newsegment.
2274         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Call
2275         the superclass method when handling NEWSEGMENT events.
2276         (gst_dvd_demux_handle_dvd_event): Get rid of dvd-audio-shutdown
2277         and dvd-audio-restart event handling. There are currently less
2278         hackish ways of handling the sparse audio stream problem.
2280 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2282         * ext/dvdnav/dvdnavsrc.c: (if):
2283         * ext/dvdread/stream_labels.c:
2284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment):
2285         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
2286           fix up error domains, error strings, and use of translation
2287         * po/POTFILES.in:
2288           fix up this file, even though none of them are actually marked
2289           for build yet.
2291 2006-01-19  Martin Soto  <martinsoto@users.sourceforge.net>
2293         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse): 
2294         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
2295         (gst_mpeg_parse_process_event, gst_mpeg_parse_parse_packhead) 
2296         (gst_mpeg_parse_change_state): 
2297         Make timestamp adjustment somewhat milder. Actual timestamps are
2298         now sent unmodified unless an actual gap is found in the
2299         stream. This should fix time display when playing most MPEG
2300         files.
2302 2006-01-18  Edward Hervey  <edward@fluendo.com>
2304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer): 
2305         tss tss... always set caps on outgoing buffer.
2307 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2309         * configure.ac:
2310           back to HEAD
2312 === release 0.10.1 ===
2314 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
2316         * configure.ac:
2317           releasing 0.10.1, "Peng"
2319 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2321         * configure.ac:
2322           prerelease
2324 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2326         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query):
2327         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
2328         * ext/mad/gstmad.c: (gst_mad_src_query):
2329         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_query):
2330         * ext/sidplay/gstsiddec.cc:
2331         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
2332         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query):
2333           Pass unhandled queries upstream (useful e.g. for SEEKING query)
2334           (fixes #325652; based on patch by: Philippe); make rmdemux return
2335           FALSE for position queries, instead of setting -1 as value and
2336           returning TRUE.
2338 2006-01-05  Martin Soto  <martinsoto@users.sourceforge.net>
2340         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts) 
2341         (gst_mpeg_parse_process_event, gst_mpeg_parse_pad_added): Don't
2342         rewrite timestamps in the case segments are being set from
2343         upstream, but use timestamps unmodified. Also send proper position
2344         values. This allows for correct time display and makes queries
2345         work in sink elements.
2347         * gst/mpegstream/gstdvddemux.h: 
2348         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
2349         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer):
2350         Rename flush_filter to segment_filter, which is better represents
2351         what the arreibute does.
2353         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event):
2354         Activate segment filtering when a timestamp discontinuity is seen.
2356 2006-01-04  Tim-Philipp Müller  <tim at centricular dot net>
2358         * ext/mad/gstmad.c: (gst_mad_chain):
2359           Don't forget that we need to send out a newsegment event after a
2360           restart even if we don't have enough data to decode a frame right
2361           now.
2363 2005-12-31  Martin Soto  <martinsoto@users.sourceforge.net>
2365         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
2366         Use the new "audio-shutdown" and "audio-restart" DVD events
2367         instead of the "spu-still-frame" event to shutdown and restart
2368         the audio pipeline.
2370         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts):
2371         Check for cases where the segment-based adjustment calculation
2372         would produce negative values (which result in an overflow) and
2373         return GST_CLOCK_TIME_NONE instead.
2375         * gst/mpegstream/gstdvddemux.h: 
2376         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
2377         (gst_dvd_demux_process_event, gst_dvd_demux_send_subbuffer): 
2378         Add a mechanism to discard audio buffers with timestamps outside
2379         the currently set segment. This was causing (sometimes serious)
2380         synchronization problems after seeking in DVDs with LPCM audio,
2381         since VOBUs usually contain audio material that lies outside the
2382         timestamp range specified by the header.
2384 2005-12-30  Jan Schmidt  <thaytan@mad.scientist.com>
2386         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type):
2387           Remove lingering reference to GstID3Demux
2389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
2390           Don't output debug saying padding streams are unknown type,
2391           because they're not
2393 2005-12-27  Martin Soto  <martinsoto@users.sourceforge.net>
2395         * gst/mpegstream/gstdvddemux.c (AUDIO_CAPS) 
2396         (gst_dvd_demux_get_audio_stream): Use audio/x-lpcm as mimetype for
2397         LPCM.
2399         * gstmpegdemux.h: 
2400         * gstmpegdemux.c (gst_mpeg_demux_get_video_stream) 
2401         (gst_mpeg_demux_get_audio_stream): 
2402         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_get_video_stream) 
2403         (gst_dvd_demux_get_audio_stream) 
2404         (gst_dvd_demux_get_subpicture_stream) 
2405         (gst_dvd_demux_send_subbuffer):
2406         Send current* pad buffers with appropriate caps.
2408 2005-12-26  Martin Soto  <martinsoto@users.sourceforge.net>
2410         * gst/iec958/ac3iec.h:
2411         * gst/iec958/ac3iec.c:
2412         (NORMAL_CAPS_DEF, RAW_AUDIO_CAPS_DEF, ac3iec_class_init)
2413         (ac3iec_init, ac3iec_set_property, ac3iec_get_property): Add a
2414         raw-audio property to ac3iec958 that allows setting the source pad
2415         caps to raw audio instead of audio/x-iec958. This makes it
2416         possible to use ac3iec958 together with the normal alsasink
2417         element to drive an external receiver that autodetects AC3
2418         content.
2419         API addition: AC3IEC::raw-audio property
2421 2005-12-23  Michael Smith  <msmith@fluendo.com>
2423         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_setcaps),
2424         (ac3iec_chain_dvd):
2425         * gst/iec958/ac3iec.h:
2426           Accept audio/x-ac3 and audio/ac3 to ac3iec958 element.
2428 2005-12-21  Tim-Philipp Müller  <tim at centricular dot net>
2430         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_event):
2431           When getting a seek event, first check if the upstream element
2432           can handle it and only do our own seek stuff when it can't
2433           (should fix #322856).
2435 2005-12-21  Josef Zlomek  <josef dot zlomek at xeris dot cz>
2437         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2439         * ext/mpeg2dec/gstmpeg2dec.c: (normal_seek):
2440           Really convert to BYTES format when we want to convert
2441           to bytes (use right variable; fixes #322856).
2443 2005-12-19  Martin Soto  <martinsoto@users.sourceforge.net>
2445         Big mpegparse clean up, second round:
2447         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
2448         Send and EOS event down the audio pipeline when an still frame
2449         event arrives. This prevents the pipeline from locking when a
2450         still menu comes directly after a flush.
2452         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset): 
2453         Don't send a newsegment in reset.
2454         (gst_mpeg_parse_adjust_ts): Check for invalid timestamps.
2455         (gst_mpeg_parse_handle_newsegment, gst_mpeg_parse_process_event):
2456         Move the code of handle_newsegment to process_event. Send a
2457         NEWSEGMENT after FLUSH_STOP.
2458         (gst_mpeg_parse_change_state): Send a NEWSEGMENT right after
2459         moving to PAUSED.
2461         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event) 
2462         (gst_mpeg_demux_class_init): Don't override send_event.
2463         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
2464         (gst_mpeg_demux_send_event, gst_mpeg_demux_send_subbuffer) 
2465         (gst_mpeg_demux_reset):
2466         * gst/mpegstream/gstmpegdemux.h:  Get rid of just_flushed
2467         attribute.
2469         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):
2470         Reset the mpegparse element after a flush.
2472         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment): 
2473         Don't forward events.
2474         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
2475         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
2476         handle_newsegment is not a virtual method anymore.
2478         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_newsegment) 
2479         (gst_mpeg_parse_reset, gst_mpeg_parse_class_init): 
2480         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): Get
2481         rid of send_newsegment virtual method.
2483         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Only
2484         handle DVD events and call the superclass method for other event
2485         types.
2486         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event): Don't
2487         override process_event anymore.
2488         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_event)
2489         (gst_mpeg_parse_process_event): Move actual event processing to
2490         process event so that subclasses can properly override or extend
2491         it.
2492         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass):
2493         Eliminate time parameter in process event.
2495         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
2496         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes) 
2497         (gst_mpeg_demux_send_subbuffer): 
2498         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
2499         (gst_mpeg_parse_parse_packhead, gst_mpeg_parse_event) 
2500         (gst_mpeg_parse_chain): Use the new adjust_ts method instead of
2501         adding the value of the adjust attribute.
2502         * gst/mpegstream/gstmpegdemux.h (struct _GstMPEGVideoStream): Get
2503         rid of the adjust attribute. Now all timestamp adjustments are
2504         performed by mpegparse using the current segment.
2505         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts)
2506         (gst_mpeg_parse_class_init): Implement the adjust_ts method based
2507         on the adjust attribute for SCR values and the current segment.
2508         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): New
2509         adjust_ts virtual method to adjust timestamps for outgoing
2510         buffers.
2511         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_newsegment) 
2512         (gst_mpeg_demux_parse_packet): Don't override send_newsegment.
2513         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
2514         (gst_dvd_demux_handle_newsegment): Don't override
2515         handle_newsegment.
2516         (gst_dvd_demux_process_event, gst_dvd_demux_handle_dvd_event):
2517         Check for DVD events in process_event instead of
2518         handle_dvd_event.
2520         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
2521         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
2522         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_send_event): 
2523         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_process_event) 
2524         (gst_mpeg_demux_send_event): 
2525         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
2526         (gst_dvd_demux_handle_dvd_event): 
2527         Eliminate the time parameter in send_event.
2529 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2531         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind),
2532         (gst_id3_tag_do_caps_nego), (gst_id3_tag_chain), (plugin_init):
2533           Fix typefinding in id3demux, and then remove it in favour
2534           of the new LGPL id3demux in gst-plugins-good
2535         * ext/mad/gstmad.c: (gst_mad_dispose):
2536           dispose can run more than once.
2538 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2540         * gst/asfdemux/gstasfmux.c: (gst_asfmux_file_start):
2541           change some char* into char[]
2543 2005-12-15  Edward Hervey  <edward@fluendo.com>
2545         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2546         Remove memleak from unused GstRMDemuxStream
2548 2005-12-12  Michael Smith  <msmith@fluendo.com>
2550         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2551         (gst_id3_tag_do_typefind):
2552           Use the correct function to free typefind factory list.
2554 2005-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2556         * ext/mad/gstmad.c: (gst_mad_src_query):
2557           For position and duration queries in TIME format, try the peer
2558           first (might be a demuxer).
2560 2005-12-08  Martin Soto  <martinsoto@users.sourceforge.net>
2562         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_newsegment):
2563         Properly handle non contiguous VOBUs by adding the segment accum
2564         field to the adjust value.
2566         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init)
2567         (gst_dvd_demux_init, gst_dvd_demux_handle_newsegment): Extend
2568         handle_newsegment to prevent sending actual newsegment events and
2569         use tiemstamp rewriting instead.
2570         (gst_dvd_demux_handle_dvd_event): Don't send a newsegment after
2571         dvd-lang-codes.
2572         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
2573         (gst_mpeg_parse_event): 
2574         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
2575         Add a new parameter to handle_newsegment to allow controlling
2576         whether newsegment events are forwarded or not.
2578         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
2579         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
2580         (gst_dvd_demux_reset): 
2581         last_end_ptm and discont_time aren't necessary anymore, since
2582         timestamp adjustment is now replaced by newsegment events.
2583         (gst_dvd_demux_init): Prevent MPEGParse from adjusting
2584         timestamps.
2585         * gst/mpegstream/gstdvddemux.h: 
2586         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
2587         Don't handle dvd-nav-packet events anymore, since the are now
2588         replaced by standard newsegment events.
2590         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
2591         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
2592         (gst_dvd_demux_change_state): 
2593         * gst/mpegstream/gstdvddemux.h: 
2594         Get rid of the ignore_next_newmedia_discont hack.
2595         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
2596         (gst_dvd_demux_handle_newsegment): 
2597         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
2598         (gst_mpeg_demux_handle_newsegment): Don't override
2599         handle_newsegment anymore. It was only necessary to handle
2600         NEWMEDIA events.
2602         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
2603         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_set_cur_audio) 
2604         (gst_dvd_demux_set_cur_subpicture):
2605         Reactivate handling of DVD events.
2607         * gst/mpegstream/gstmpegparse.c (normal_seek) 
2608         (gst_mpeg_parse_handle_src_event) 
2609         (gst_mpeg_parse_handle_src_query): 
2610         First attempt at reenabling seek.
2612         * gst/mpegstream/gstmpegparse.h: 
2613         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
2614         (gst_mpeg_parse_update_streaminfo) 
2615         (gst_mpeg_parse_get_rate) 
2616         (gst_mpeg_parse_convert, gst_mpeg_parse_get_src_query_types) 
2617         (gst_mpeg_parse_handle_src_query): 
2618         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_new_output_pad): 
2619         Make queries work again.
2621         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
2622         (gst_mpeg_parse_handle_newsegment) 
2623         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_pad_added) 
2624         (gst_mpeg_parse_chain, gst_mpeg_parse_handle_src_event): 
2625         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
2626         Get rid of the newsegment_pending attribute, and rely instead on
2627         proper timestamp adjustment.
2629         * gst/mpegstream/gstmpegparse.c
2630         (gst_mpeg_parse_get_src_event_masks): Erase.
2632         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init):
2633         Initialize fields before creating pads to prevent the pad creation
2634         callback from failing.
2635         (gst_mpeg_parse_reset): Initialize new fields, and change
2636         initialization order to match the order in the structure.
2637         (gst_mpeg_parse_handle_newsegment): Forward new segment events
2638         whenever possible, and update the current segment.
2639         (gst_mpeg_parse_send_newsegment): Update the current segment and
2640         pending_newsegment.
2641         (gst_mpeg_parse_pad_added): Use the current segment to send
2642         newsegment events to new pads.
2643         (gst_mpeg_parse_chain): Properly add adjust time to sent buffers
2644         and events. Properly update newsegment_pending.
2645         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
2646         New fields do_adjust and current_segment.
2648         * gst/mpegstream/gstmpegdemux.c: 
2649         * gst/mpegstream/gstdvddemux.c: 
2650         * gst/mpegstream/gstmpegparse.h: 
2651         Rename handle_discont virtual method to handle_newsegment. Erase
2652         some (already commented out support) for old NEW_MEDIA events.
2654         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
2655         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
2656         (gst_mpeg_parse_reset, gst_mpeg_parse_handle_discont) 
2657         (gst_mpeg_parse_pad_added, gst_mpeg_parse_parse_packhead) 
2658         (gst_mpeg_parse_event, gst_mpeg_parse_chain): 
2659         Erase the "pending_scr" field, and replace it by a slightly
2660         different handling of the current SCR. Document code blocks in
2661         parse_packhead and chain.
2663 2005-12-07  Edward Hervey  <edward@fluendo.com>
2665         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2666         g_warning() are only for really fatal warnings. If we can't decode a
2667         tag, just ignore that tag and do a GST_WARNING.
2669 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2671         * ext/a52dec/gsta52dec.h:
2672         * ext/dvdread/dvdreadsrc.h:
2673         * ext/lame/gstlame.h:
2674         * ext/mad/gstid3tag.c:
2675         * ext/mad/gstmad.c: (gst_mad_update_info):
2676         * ext/mad/gstmad.h:
2677         * ext/mpeg2dec/gstmpeg2dec.h:
2678         * ext/sidplay/gstsiddec.h:
2679         * gst/ac3parse/gstac3parse.c:
2680         * gst/ac3parse/gstac3parse.h:
2681         * gst/asfdemux/gstasfdemux.c:
2682         * gst/asfdemux/gstasfdemux.h:
2683         * gst/iec958/ac3iec.h:
2684         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2685         * gst/mpegaudioparse/gstmpegaudioparse.h:
2686         * gst/mpegstream/gstdvddemux.h:
2687         * gst/mpegstream/gstmpegclock.h:
2688         * gst/mpegstream/gstmpegdemux.h:
2689         * gst/mpegstream/gstmpegpacketize.h:
2690         * gst/mpegstream/gstmpegparse.c:
2691         * gst/mpegstream/gstmpegparse.h:
2692         * gst/mpegstream/gstrfc2250enc.c:
2693         * gst/mpegstream/gstrfc2250enc.h:
2694         * gst/realmedia/rmdemux.c:
2695         * gst/realmedia/rmdemux.h:
2696         * gst/synaesthesia/synaescope.c:
2697           expand tabs
2699 === release 0.10.0 ===
2701 2005-12-05   <thomas (at) apestaart (dot) org>
2703         * configure.ac:
2704           releasing 0.10.0, "Brie"
2706 2005-12-05  Andy Wingo  <wingo@pobox.com>
2708         * ext/a52dec/gsta52dec.c: (gst_a52dec_push):
2709         * ext/mad/gstmad.c: (gst_mad_chain):
2710         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
2711         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
2712         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
2713         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2714         (gst_rmdemux_parse_packet): Update for alloc_buffer changes.
2716 2005-12-05  Andy Wingo  <wingo@pobox.com>
2718         * ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
2719         id3demux and id3mux now. Fixes #323199.
2721 2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2723         * ext/amrnb/Makefile.am:
2724         * gst/realmedia/Makefile.am:
2725           fix silly Makefile.am bug so they link correctly again
2727 === release 0.9.7 ===
2729 2005-12-01   <thomas (at) apestaart (dot) org>
2731         * configure.ac:
2732           releasing 0.9.7, "Canis Meus Naso Non Habet"
2734 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2736         * ext/amrnb/Makefile.am:
2737         * gst/realmedia/Makefile.am:
2738           Don't know how these escaped my eye before.  Fix link flags.
2740 2005-11-29  Michal Benes  <michal dot benes at xeris dot cz>
2742         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2744         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_event):
2745         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_newsegment),
2746         (gst_mpeg_parse_send_event):
2747           Ref events before sending them to multiple pads, after all
2748           gst_pad_send_event() takes ownership of events. Don't leak
2749           events that have not been handled (fixes #322745).
2751 2005-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
2753         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
2754         (gst_dvd_demux_handle_dvd_event): Erase code to prevent mpegparse
2755         from making timestamp adjustments. This will have to be re-added
2756         in some form in the near future, but in order to do that, some nav
2757         packet parsing will be necessary in mpegdemux.
2758         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
2759         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
2760         (g_value_set_int, gst_mpeg_parse_set_property)
2761         Get rid of do_adjust and use_adjust. Rename max_discont to
2762         max_src_gap.
2763         (gst_mpeg_parse_parse_packhead): When max_scr_gap has a value of
2764         -1, no adjustment is made.
2765         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init): 
2766         Rename max_discont property to max_scr_gap. Erase "adjust"
2767         property.
2769         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_event): Don't
2770         override send_event anymore, base class does the job.
2771         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event):
2772         Base class now does most of the work.
2773         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_event):
2774         Generalize to forwarding the event to all source pads in the
2775         element.
2777         * gst/mpegstream/gstmpegparse.h: 
2778         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
2779         (gst_mpeg_parse_init, gst_mpeg_parse_set_clock) 
2780         (gst_mpeg_parse_chain, gst_mpeg_parse_get_property) 
2781         (gst_mpeg_parse_set_property):
2782         Clock synchronization doesn't make sense anymore for a
2783         demultiplexer.
2785 2005-11-28  Michael Smith  <msmith@fluendo.com>
2787         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
2788           Don't treat normal EOS as a fatal error.
2790 2005-11-28  Edward Hervey  <edward@fluendo.com>
2792         * ext/mad/gstmad.c: (gst_mad_chain):
2793         Proper warning statements,
2794         Don't error if the src pad isn't linked when pushing.
2795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_change_state):
2796         Proper state_change, avoids borkage when going to READY
2798 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
2800         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
2801           Prime libmpeg2's pumps with some null custom buffers
2802           to ensure it doesn't ask us to discard garbage later yay.
2804 2005-11-25  Michael Smith  <msmith@fluendo.com>
2806         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
2807         (gst_a52dec_sink_setcaps), (gst_a52dec_chain),
2808         (gst_a52dec_chain_raw):
2809         * ext/a52dec/gsta52dec.h:
2810           Accept AC3 in audio/x-private1-ac3 format, which includes
2811           DVD-specific headers, as well as raw AC3, for compatibility with
2812           some demuxers.
2814 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
2816         * ext/mad/gstmad.c: (gst_mad_chain):
2817         When pad_alloc returns other-than-GST_FLOW_OK and mad exits early,
2818         skip frame synthesis and consume input data as if we'd done the 
2819         decode. Makes mad not error when the src pad is not connected.
2820         (#319784)
2822 2005-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
2824         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
2825         (gst_mpeg_parse_handle_discont, gst_mpeg_parse_send_newsegment) 
2826         (gst_mpeg_parse_chain): 
2827         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
2828         (gst_mpeg_demux_send_newsegment): 
2829         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_subbuffer): 
2830         * gst/mpegstream/gstmpegparse.h: 
2831         Rename send_discont method to send_newsegment and add parameters
2832         to handle actual segments. Adapt code all around to run with the
2833         new name and signature.
2834         * gst/mpegstream/gstmpegdemux.c: 
2835         * gst/mpegstream/gstmpegparse.c: 
2836         * gst/mpegstream/gstdvddemux.c:
2837         Convert to GST_BOILERPLATE.
2839 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2841         * configure.ac: back to HEAD
2843 === release 0.9.6 ===
2845 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2847         * configure.ac:
2848           releasing 0.9.6, "The Marshals Are Dead"
2850 2005-11-23  Michael Smith <msmith@fluendo.com>
2852         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
2853         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
2854         (find_seek_offset_bytes), (find_seek_offset_time),
2855         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
2856         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
2857         (gst_rmdemux_chain), (gst_rmdemux_send_event),
2858         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
2859         (gst_rmdemux_parse_packet):
2860           Fractional framerates.
2862 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2864         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
2865         (gst_mpeg2dec_negotiate_format), (handle_sequence),
2866         (gst_mpeg2dec_sink_event):
2867         * ext/mpeg2dec/gstmpeg2dec.h:
2868         Use fractional framerates
2870 2005-11-22  Wim Taymans  <wim@fluendo.com>
2872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_set_clock):
2873         set_clock returns a boolean.
2875 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2877         * ext/mad/gstmad.c: (gst_mad_chain):
2878           Fix seeking even more by sending the newsegment event with the
2879           right parameters. Should fix querying in playbin/totem after
2880           a seek.
2882 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2884         * ext/mad/gstmad.c: (gst_mad_mode_get_type), (gst_mad_src_query),
2885         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
2886           Fix seeking in stand-alone mode. Fix nonexistant enum value 
2887           introduced in previous commit. Improve debug messages here and 
2888           there. Actually return a proper return value in the sink event
2889           handler.
2891 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2893         * ext/lame/gstlame.c:
2894         * ext/mad/gstmad.c:
2895         * ext/sidplay/gstsiddec.cc:
2896           fix up GValueEnum
2898 2005-11-22  Andy Wingo  <wingo@pobox.com>
2900         * Update for gst_tag_setter API changes.
2902 2005-11-22  Andy Wingo  <wingo@pobox.com>
2904         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event)
2905         * ext/mad/gstid3tag.c (gst_id3_tag_sink_event)
2906         * ext/mad/gstmad.c (gst_mad_chain)
2907         * gst/mpegaudioparse/gstmpegaudioparse.c
2908         (gst_mp3parse_sink_event)
2909         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
2910         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_discont)
2911         (gst_mpeg_parse_send_discont, gst_mpeg_parse_pad_added)
2912         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek)
2913         (gst_rmdemux_chain, gst_rmdemux_add_stream): Run update-funcnames.
2915 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2917         * ext/mad/Makefile.am:
2918           libgsttagedit => libgsttag
2920 2005-11-22  Edward Hervey  <edward@fluendo.com>
2922         * ext/lame/gstlame.c: (gst_lame_sink_event):
2923         Don't take the stream lock
2925 2005-11-21  Andy Wingo  <wingo@pobox.com>
2927         * ext/sidplay/gstsiddec.cc (gst_siddec_sink_event): 
2928         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): 
2929         * ext/mad/gstmad.c (gst_mad_sink_event):
2930         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event): Don't take the
2931         stream lock.
2933         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek): Update for
2934         stream lock changes.
2936         * *.h:
2937         * *.c: Ran scripts/update-macros. Oh yes.
2939 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
2942         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event):
2943           Filler events have beem removed for now.
2945 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream):
2948         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
2949         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr):
2950           Update for GST_FOURCC_FORMAT API change.
2952 2005-11-21  Edward Hervey  <edward@fluendo.com>
2954         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
2955         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
2956         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
2957         (gst_rmdemux_parse_packet):
2958         Modifications for disapearance of GST_PAD_IS_USABLE()
2960 2005-11-18  Michael Smith <msmith@fluendo.com>
2962         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_chain_dvd):
2963           Remove some setcaps brokenness.
2964           Don't crash on bad input.
2966 2005-11-15  Johan Dahlin  <johan@gnome.org>
2968         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): unset GValues after
2969         calling transform.
2970         (gst_id3_tag_do_typefind): Unref caps
2972         * ext/mad/gstmad.c (gst_mad_check_caps_reset): Ditto
2974 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2976         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice),
2977         (gst_mpeg2dec_sink_event):
2978           Set DELTA_UNIT flag on outgoing buffers if this is NOT a keyframe;
2979           nice-ify debug message in event handler; add CHECKME.
2981         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
2982         (gst_dvd_demux_send_event), (gst_dvd_demux_process_private),
2983         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset),
2984         (gst_dvd_demux_sync_stream_to_time):
2985         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
2986         (gst_mpeg_demux_process_event), (gst_mpeg_demux_send_event),
2987         (gst_mpeg_demux_handle_discont), (gst_mpeg_demux_new_output_pad),
2988         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
2989         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_process_private),
2990         (gst_mpeg_demux_sync_stream_to_time),
2991         (gst_mpeg_demux_handle_src_event), (gst_mpeg_demux_reset):
2992         * gst/mpegstream/gstmpegdemux.h:
2993         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
2994         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_send_buffer),
2995         (gst_mpeg_parse_process_event), (gst_mpeg_parse_send_discont),
2996         (gst_mpeg_parse_send_event), (gst_mpeg_parse_event),
2997         (gst_mpeg_parse_chain):
2998         * gst/mpegstream/gstmpegparse.h:
2999           Get rid of GST_PAD_IS_USABLE and fix GstFlowReturn vs. gboolean
3000           return value confusion (gst_pad_push vs. gst_pad_send_event and
3001           gst_pad_push_event); pass flow return values to caller;
3002           miscellaneous fixes and clean-ups.
3004 2005-11-14  Martin Soto  <soto@localhost.localdomain>
3006         * gst/mpegstream/Makefile.am (noinst_HEADERS): Add
3007         gstrfc2250enc.h.
3009 2005-11-14  Martin Soto  <martinsoto@users.sourceforge.net>
3011         * configure.ac:
3012         * gst/mpegstream/Makefile.am:
3013         * gst/mpegstream/gstdvddemux.c:
3014         * gst/mpegstream/gstdvddemux.h:
3015         * gst/mpegstream/gstmpegdemux.c:
3016         * gst/mpegstream/gstmpegdemux.h:
3017         * gst/mpegstream/gstmpegpacketize.c:
3018         * gst/mpegstream/gstmpegpacketize.h:
3019         * gst/mpegstream/gstmpegparse.c:
3020         * gst/mpegstream/gstmpegparse.h:
3021         * gst/mpegstream/gstmpegstream.c:
3022         * gst/mpegstream/gstrfc2250enc.c:
3023         * gst/mpegstream/gstrfc2250enc.h:
3024         Applied patch from Josef Zlomek <josef.zlomek@xeris.cz> to
3025         partially port the mpegstream plugin to GStreamer 0.9.
3027 2005-11-14  Andy Wingo  <wingo@pobox.com>
3029         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
3030         debugging, allows dll builds on windows. Fixes #316076.
3032 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3034         * configure.ac: back to HEAD
3036 === release 0.9.5 ===
3038 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3040         * configure.ac:
3041           releasing 0.9.5, "Zero-Test Patching"
3043 2005-10-27  Wim Taymans  <wim@fluendo.com>
3045         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
3046         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
3047         (handle_sequence), (handle_picture), (handle_slice),
3048         (gst_mpeg2dec_chain), (gst_mpeg2dec_src_query), (normal_seek),
3049         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
3050         Forward GstFlowReturn about everywhere.
3051         Handle seeking correctly.
3053 2005-10-27  Wim Taymans  <wim@fluendo.com>
3055         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format),
3056         (handle_sequence), (handle_slice), (gst_mpeg2dec_chain),
3057         (gst_mpeg2dec_src_query), (gst_mpeg2dec_change_state):
3058         Small cleanups in refcounting.
3060 2005-10-26  Wim Taymans  <wim@fluendo.com>
3062         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3063         (gst_mpeg2dec_dispose), (gst_mpeg2dec_reset),
3064         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
3065         (handle_sequence), (handle_picture):
3066         * ext/mpeg2dec/gstmpeg2dec.h:
3067         Removed lots of dubious code.
3068         Handle flushing and seeking correctly. Still leaks though...
3070 2005-10-24  Christian Schaller  <christian at fluendo dot com>
3072         * configure.ac: port over thomas plugin listing from base
3074 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3076         * configure.ac:
3077           back to HEAD
3079 === release 0.9.4 ===
3081 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3083         * NEWS:
3084         * RELEASE:
3085         * configure.ac:
3086           Releasing 0.9.4, "Diplodocus"
3088 2005-10-23  Julien MOUTTE  <julien@moutte.net>
3090         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
3092 2005-10-21  Wim Taymans  <wim@fluendo.com>
3094         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
3095         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query):
3096         Set correct stream time in newsegment event.
3098 2005-10-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3100         * ext/Makefile.am:
3101           fix distcheck
3103 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3105         * ext/a52dec/Makefile.am:
3106         * ext/a52dec/gsta52dec.c: (gst_a52dec_base_init),
3107         (gst_a52dec_class_init), (gst_a52dec_sink_event),
3108         (gst_a52dec_change_state):
3109         * ext/a52dec/gsta52dec.h:
3110           Re-enable CPU flags, use liboil to get them.
3112 2005-10-20  Josef Zlomek  <josef dot zlomek at xeris dot cz>
3114         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3116         * configure.ac:
3117         * ext/a52dec/Makefile.am:
3118         * ext/a52dec/gsta52dec.c:
3119         * ext/a52dec/gsta52dec.h:
3120           Port AC3 decoder to 0.9 (#318849).
3122 2005-10-20  Wim Taymans  <wim@fluendo.com>
3124         * ext/sidplay/gstsiddec.cc:
3125         Small fixes and more error messages.
3127 2005-10-19  Wim Taymans  <wim@fluendo.com>
3129         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
3130         (gst_amrnbparse_state_change):
3131         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
3132         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
3133         * ext/mpeg2dec/gstmpeg2dec.c:
3134         * ext/sidplay/gstsiddec.cc:
3135         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
3136         (gst_rmdemux_src_query), (gst_rmdemux_src_query_types):
3137         API change fixen.
3139 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3141         * configure.ac:
3142           GST_DOC has been renamed to GST_DOCBOOK_CHECK
3144 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3146         * configure.ac:
3147           some docs I had
3148         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
3149           trivial fixes
3151 2005-10-18  Wim Taymans  <wim@fluendo.com>
3153         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
3154         (gst_rmdemux_perform_seek):
3155         segment-start/done API change.
3157 2005-10-17  Michael Smith <msmith@fluendo.com>
3159         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
3160           Set buffer duration on IEC958 buffers.
3162 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
3164         * configure.ac:
3165           Fix glib check
3167 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3169         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3170           Fix handling of GST_TAG_DATE, which is now of type GST_TYPE_DATE.
3172 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3174         * examples/stats/mp2ogg.c:
3175           yes, typo fixes
3177 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3179         * examples/indexing/indexmpeg.c: (main):
3180         * ext/a52dec/gsta52dec.c: (gst_a52dec_init):
3181         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
3182         (dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
3183         (dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
3184         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
3185         (dvdreadsrc_srcpad_query), (dvdreadsrc_get),
3186         (dvdreadsrc_open_file), (dvdreadsrc_close_file):
3187         * ext/dvdread/dvdreadsrc.h:
3188         * ext/lame/gstlame.h:
3189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
3190         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
3191         * gst/iec958/ac3iec.h:
3192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
3193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
3194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
3195         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
3196         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
3197         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3198         moved bitshift from macro to enum definition
3200 2005-10-11  Wim Taymans  <wim@fluendo.com>
3202         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
3203         * ext/mad/gstmad.c: (gst_mad_chain):
3204         * gst/mpegaudioparse/gstmpegaudioparse.c:
3205         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
3206         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
3207         (gst_rmdemux_chain), (gst_rmdemux_add_stream):
3208         newsegment API update.
3210 2005-10-06  Wim Taymans  <wim@fluendo.com>
3212         * ext/amrnb/amrnbdec.c:
3213         Mark invalid frame sizes
3215         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
3216         UNUSABLE is not to be used here, just push out stuff so
3217         probes can continue linking or making the pad usable.
3219 2005-10-05  Michael Smith <msmith@fluendo.com>
3221         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
3222         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
3223         (find_seek_offset_bytes), (find_seek_offset_time),
3224         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
3225         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
3226         (gst_rmdemux_chain), (gst_rmdemux_send_event),
3227         (gst_rmdemux_add_stream), (gst_rmdemux_parse_packet):
3228           Improve seeking error-resilience.
3229           General improvements in error handling.
3231 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3233         * configure.ac:
3234           back to development
3236 === release 0.9.3 ===
3238 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3240         * NEWS:
3241         * README:
3242         * configure.ac:
3243           releasing 0.9.3, "Athos"
3245 2005-09-30  Michael Smith <msmith@fluendo.com>
3247         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
3248         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
3249         (gst_rmdemux_change_state), (gst_rmdemux_loop),
3250         (gst_rmdemux_fourcc_isplausible), (gst_rmdemux_chain),
3251         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
3252         (gst_rmdemux_parse_packet):
3253         * gst/realmedia/rmdemux.h:
3254           Sanity checking, and fix some minor memory leaks
3256 2005-09-29  Michael Smith <msmith@fluendo.com>
3258         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
3259         (gst_rmdemux_perform_seek), (gst_rmdemux_loop),
3260         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
3261         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
3262         Real demuxer fixes. Make it more bulletproof against bad data,
3263         identify a few more stream types.
3264         Fix seeking so that it works (at least with the seek example program;
3265         it still fails with totem).
3267 2005-09-26  Wim Taymans  <wim@fluendo.com>
3269         * gst/mpegaudioparse/gstmpegaudioparse.c:
3270         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
3271         Set correct caps on buffers too.
3273 2005-09-26  Wim Taymans  <wim@fluendo.com>
3275         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3276         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
3277         * gst/mpegaudioparse/gstmpegaudioparse.h:
3278         Put timestamps on buffers.
3280 2005-09-21  Flavio Oliveira  <flavio.oliveira@indt.org.br>
3282         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
3283         Changed amrnbenc description, it is an encoder, not decoder.
3285 2005-09-21  Michael Smith <msmith@fluendo.com>
3287         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init),
3288         (gst_ac3parse_init), (gst_ac3parse_chain):
3289         * gst/iec958/ac3_padder.c: (ac3_crc_init), (ac3_crc_update),
3290         (ac3_crc_validate), (ac3p_init), (ac3p_parse):
3291         * gst/iec958/ac3_padder.h:
3292         * gst/iec958/ac3iec.c:
3293           Various changes to AC3->IEC958 framer. Mostly to make our IEC958
3294           headers more accurate, and to check AC3 checksums (both of them in
3295           each frame), and dump the frame (as a probable sync failure) if they
3296           don't match. General code cleanup, improved comments. Changed to not
3297           construct the header backwards, and not byteswap everything else.
3298           If we end up needing to do little-endian output, we should swap in
3299           the element doing the output (AC3 is big-endian).
3301 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3303         * docs/plugins/gst-plugins-ugly-plugins.args:
3304         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
3305         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
3306         * docs/plugins/gst-plugins-ugly-plugins.prerequisites:
3307           commit missing files
3308         * docs/plugins/inspect/plugin-lame.xml:
3309           update
3311 2005-09-19  Wim Taymans  <wim@fluendo.com>
3313         * ext/lame/gstlame.c: (gst_lame_chain):
3314         Set caps on outgoing buffers.
3316 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3318         * ext/lame/gstlame.c:
3319         * ext/lame/gstlame.h:
3320           clean up further so we don't try to set up five times for
3321           a simple pipeline
3323 2005-09-16  Michael Smith <msmith@fluendo.com>
3325         * gst/iec958/ac3iec.c: (ac3iec_init):
3326           Set setcaps function on sink pad, not source pad. Produce correct
3327           caps on output buffers.
3329 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3331         * ext/mad/gstid3tag.c:
3332           gsttaginterface.h -> gsttagsetter.h
3334 === release 0.9.1 ===
3336 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3338         * README:
3339         * NEWS:
3340         * autogen.sh:
3341         * configure.ac:
3342           releasing 0.9.1, "The Rat"
3344 2005-09-06  Wim Taymans  <wim@fluendo.com>
3346         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_state_change):
3347         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_state_change):
3348         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_state_change):
3349         State change function updates.
3351 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
3353         * ext/mpeg2dec/gstmpeg2dec.c:
3354         GST_CAT_SEEK disappeared from the public API at some point
3356 2005-09-02  Michael Smith <msmith@fluendo.com>
3358         * gst/iec958/ac3iec.c:
3359           Use the right mime-type for AC3 input, audio/x-private1-ac3, as
3360           output by demux
3362 2005-09-02  Michael Smith <msmith@fluendo.com>
3364         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
3365         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
3366         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
3367         (ac3iec_setcaps), (ac3iec_set_property), (ac3iec_get_property),
3368         (ac3iec_chain_dvd), (ac3iec_chain_raw), (ac3iec_change_state),
3369         (plugin_init):
3370           Changes to use the first_access parameter correctly in ac3 and lpcm
3371           plugins. General cleanups in iec958 framer.
3373 2005-09-01  Michael Smith <msmith@fluendo.com>
3375         * configure.ac:
3376         * gst/iec958/Makefile.am:
3377         * gst/iec958/ac3_padder.c: (ac3p_init), (ac3p_push_data),
3378         (ac3p_parse):
3379         * gst/iec958/ac3_padder.h:
3380         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
3381         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
3382         (ac3iec_set_property), (ac3iec_get_property), (ac3iec_chain),
3383         (ac3iec_change_state), (plugin_init):
3384         * gst/iec958/ac3iec.h:
3385           AC3 -> IEC958 (S/PDIF) framer, port of Martin Soto's 0.8 plugin.
3387 2005-09-01  Wim Taymans  <wim@fluendo.com>
3389         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_setcaps),
3390         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
3391         (gst_dvdlpcmdec_change_state):
3392         Cleanups, fixed header parsing and stripping.
3394 2005-09-01  Michael Smith <msmith@fluendo.com>
3396         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
3397         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
3398         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
3399         (gst_dvdlpcmdec_chain_raw):
3400           Use the right bytes to parse the LPCM dvd header
3402 2005-09-01  Michael Smith <msmith@fluendo.com>
3404         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
3405         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
3406         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
3407         (gst_dvdlpcmdec_chain_raw):
3408           Return the correct values from chain function.
3410 2005-08-31  Michael Smith <msmith@fluendo.com>
3412         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
3413         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
3414         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
3415         (gst_dvdlpcmdec_chain_raw):
3416         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3417           Restructure LPCM decoder to not expect the demuxer to parse the LPCM
3418           header; instead do this internally. Also support the old way, using
3419           a different mime-type.
3421 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3423         * Makefile.am:
3424         * configure.ac:
3425         * docs/plugins/Makefile.am:
3426         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
3427         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
3428         * docs/plugins/gst-plugins-ugly-plugins.types:
3429         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_tca_seek):
3430         * ext/dvdread/dvdreadsrc.c: (_open), (_seek_title),
3431         (_seek_chapter), (_read):
3432         * gst/mpegaudioparse/gstmpegaudioparse.c:
3433           add plugin documentation