]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3         * ext/amrnb/amrnbdec.c: (gst_amrnb_variant_get_type),
4         (gst_amrnbdec_class_init), (gst_amrnbdec_set_property),
5         (gst_amrnbdec_get_property), (gst_amrnbdec_chain):
6         * ext/amrnb/amrnbdec.h:
7         Add a property to select the amr variant. Fixes #424070.
9 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
11         Patch by: Tal Shalif <tshalif at nargila dot org>
13         * gst/mpegstream/gstdvddemux.c:
14         (gst_dvd_demux_get_subpicture_stream):
15         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16         (gst_mpeg_demux_get_audio_stream):
17         Fix memmory corruption due to not storing the new updated pointer
18         after a g_renew(). Fixes #558896.
20 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
22         * tests/check/Makefile.am:
23           Blacklist cdiocddasrc from state-change tests. Fixes #558277.
25 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
27         * configure.ac:
28         oops, forgot to bump the version back to devel
29         after the last release 0.10.9.1
31 2008-10-24  Wim Taymans  <wim.taymans@collabora.co.uk>
33         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
34         (gst_rmdemux_descramble_mp4a_audio),
35         (gst_rmdemux_handle_scrambled_packet):
36         Add suport for mpeg4 and aac audio. See #556714.
38 2008-10-14  Michael Smith <msmith@songbirdnest.com>
40         * gst/mpegaudioparse/gstmpegaudioparse.c:
41           Calculate samples per frame correctly for "MPEG 2.5" layer 3.
42           Fixes skipping on these files.
44 2008-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
46         Patch by: Robin Stocker <robin at nibor dot org>
48         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
49         (handle_sequence), (gst_mpeg2dec_setcaps):
50         * ext/mpeg2dec/gstmpeg2dec.h:
51         Prefer the container's PAR over the stream's PAR if it's
52         given in the srcpad caps. Fixes bug #556184.
54 2008-10-13  Stefan Kost  <ensonic@users.sf.net>
56         * ext/a52dec/Makefile.am:
57         * ext/amrnb/Makefile.am:
58         * ext/cdio/Makefile.am:
59         * ext/dvdnav/Makefile.am:
60         * ext/dvdread/Makefile.am:
61         * ext/lame/Makefile.am:
62         * ext/mad/Makefile.am:
63         * ext/mpeg2dec/Makefile.am:
64         * ext/sidplay/Makefile.am:
65         * gst/ac3parse/Makefile.am:
66         * gst/asfdemux/Makefile.am:
67         * gst/dvdlpcmdec/Makefile.am:
68         * gst/dvdsub/Makefile.am:
69         * gst/iec958/Makefile.am:
70         * gst/mpegaudioparse/Makefile.am:
71         * gst/mpegstream/Makefile.am:
72         * gst/realmedia/Makefile.am:
73         * gst/synaesthesia/Makefile.am:
74           Don't install static libs for plugins. Fixes #550851 for ugly.
76 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
78         * gst/mpegaudioparse/gstmpegaudioparse.c:
79         (gst_mp3parse_sink_event):
80         Post a GST_ELEMENT_ERROR if we get EOS before seeing any valid
81         frames. Partially fixes bug #552237.
83 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
85         * ext/amrnb/amrnbparse.c:
86           use #defines for HEADER. Unref the object in _sink_activate_pull().
88 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
90         * ext/mad/gstmad.c: (gst_mad_src_event), (gst_mad_chain),
91         (gst_mad_change_state):
92         * ext/mad/gstmad.h:
93         track discont on incomming buffers and set discont on outgoing
94         buffers.
95         Pass unknown events upstreams instead of dropping them.
97 2008-09-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
99         Patch by: Sameer Naik <sameer dot subscriptions at damagehead dot com>
101         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init),
102         (handle_slice), (gst_mpeg2dec_sink_event),
103         (gst_mpeg2dec_src_event):
104         * ext/mpeg2dec/gstmpeg2dec.h:
105         Fix compilation with --disable-index. Fixes bug #554150.
107 2008-09-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
109         Patch by: Sameer Naik <sameer dot subscriptions at damagehead dot com>
111         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_dispose),
112         (gst_mad_src_event), (gst_mad_chain):
113         * ext/mad/gstmad.h:
114         Fix compilation with --disable-index. Fixes bug #554142.
116 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
118         * ext/a52dec/gsta52dec.c:
119         * ext/a52dec/gsta52dec.h:
120         Fix channel re-negotiation on a change of the incoming stream.
122         Patch By: Thijs Vermeir <thijsvermeir@gmail.com>
123         Fixes: #551660
125 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
127         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain),
128         (gst_amrnbenc_state_change):
129         * ext/amrnb/amrnbenc.h:
130         Pass the discont flag from the input buffer on to the output buffer in
131         the AMR encoder.
133 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
135         Patch by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
137         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
138         (gst_amrnbparse_handle_pull_seek),
139         (gst_amrnbparse_handle_push_seek), (gst_amrnbparse_src_event),
140         (gst_amrnbparse_sink_activate_push),
141         (gst_amrnbparse_sink_activate_pull):
142         * ext/amrnb/amrnbparse.h:
143         Add flush seek handler. Fixes #536274.
145 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
147         Patch by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
149         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
150         (gst_amrnbparse_chain), (gst_amrnbparse_loop),
151         (gst_amrnbparse_state_change):
152         * ext/amrnb/amrnbparse.h:
153         Fix the duration query. Fixes #536226.
154         Also set caps on the pads and buffers more correctly.
156 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
158         * po/LINGUAS:
159           Add 'ca' to LINGUAS.
161 2008-08-28  Edward Hervey  <edward.hervey@collabora.co.uk>
163         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
164         Fix aggregated GST_FLOW_RETURN check for when to send an error message
165         on the bus.
166         Re-fixes #546859
168 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
170         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_init),
171         (gst_rdt_depay_setcaps), (gst_rdt_depay_sink_event),
172         (create_segment_event), (gst_rdt_depay_push),
173         (gst_rdt_depay_handle_data), (gst_rdt_depay_change_state):
174         * gst/realmedia/rdtdepay.h:
175         Parse other values from the incomming caps.
176         Add event handler to handle flushing and segments.
177         Create segment events.
179         * gst/realmedia/rdtjitterbuffer.c: (rdt_jitter_buffer_insert):
180         Do skew correction based on RDT timestamps.
182         * gst/realmedia/rdtmanager.c: (activate_session),
183         (gst_rdt_manager_parse_caps), (gst_rdt_manager_setcaps),
184         (create_recv_rtp):
185         Parse caps to get the clockrate needed for the jitterbuffer.
187         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
188         Apply timestamp fixup after correcting for initial timestamp and
189         internal base timestamp corrections.
191 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
193         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_handle_data),
194         (gst_rdt_depay_change_state):
195         * gst/realmedia/rdtdepay.h:
196         Check seqnum gaps and drop duplicate packets or mark outgoing buffers
197         with a DISCONT flag when needed.
199         * gst/realmedia/rdtmanager.c: (gst_rdt_manager_query_src):
200         Report the configure latency instead of a hardcoded value.
202 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
204         * gst/realmedia/rdtmanager.c: (create_session), (activate_session),
205         (free_session), (gst_rdt_manager_query_src),
206         (gst_rdt_manager_src_activate_push),
207         (gst_rdt_manager_handle_data_packet), (gst_rdt_manager_chain_rdt),
208         (gst_rdt_manager_loop), (create_recv_rtp):
209         Include the new rdt jitterbuffer in the session manager.
211 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
213         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_class_init),
214         (gst_rdt_depay_finalize), (gst_rdt_depay_setcaps),
215         (gst_rdt_depay_push), (gst_rdt_depay_handle_data),
216         (gst_rdt_depay_chain), (gst_rdt_depay_change_state):
217         * gst/realmedia/rdtdepay.h:
218         Use new RDT parsing helper functions.
219         Copy discont flags correctly.
220         Push the header from the chain function instead of the setcaps function.
221         Copy incomming timestamp to the output buffers instead of doing magic
222         with the RDT timestamps.
224 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
226         * gst/realmedia/Makefile.am:
227         * gst/realmedia/gstrdtbuffer.c: (gst_rdt_buffer_validate_data),
228         (gst_rdt_buffer_validate), (gst_rdt_buffer_get_packet_count),
229         (read_packet_header), (gst_rdt_buffer_get_first_packet),
230         (gst_rdt_packet_move_to_next), (gst_rdt_packet_get_type),
231         (gst_rdt_packet_get_length), (gst_rdt_packet_to_buffer),
232         (gst_rdt_buffer_compare_seqnum), (gst_rdt_packet_data_get_seq),
233         (gst_rdt_packet_data_peek_data),
234         (gst_rdt_packet_data_get_stream_id),
235         (gst_rdt_packet_data_get_timestamp):
236         * gst/realmedia/gstrdtbuffer.h:
237         Add first support for parsing RDT messages.
239         * gst/realmedia/rdtjitterbuffer.c: (rdt_jitter_buffer_class_init),
240         (rdt_jitter_buffer_init), (rdt_jitter_buffer_finalize),
241         (rdt_jitter_buffer_new), (rdt_jitter_buffer_reset_skew),
242         (calculate_skew), (rdt_jitter_buffer_insert),
243         (rdt_jitter_buffer_pop), (rdt_jitter_buffer_peek),
244         (rdt_jitter_buffer_flush), (rdt_jitter_buffer_num_packets),
245         (rdt_jitter_buffer_get_ts_diff):
246         * gst/realmedia/rdtjitterbuffer.h:
247         Add first version of an RDT jitterbuffer.
249 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
251         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
252         (find_seek_offset_time), (gst_rmdemux_reset), (gst_rmdemux_chain),
253         (gst_rmdemux_parse_mdpr), (gst_rmdemux_descramble_cook_audio),
254         (gst_rmdemux_descramble_dnet_audio),
255         (gst_rmdemux_parse_video_packet), (gst_rmdemux_parse_audio_packet):
256         * gst/realmedia/rmdemux.h:
257         Keep track of the first timestamp of the stream and add this to the
258         outgoing buffer timestamps so that we can handle live streams.
259         Set discont flag on the first buffers and after a seek.
261 === release 0.10.9 ===
263 2008-08-26  Jan Schmidt <jan.schmidt@sun.com>
265         * configure.ac:
266           releasing 0.10.9, "Back The Way It Was"
268 2008-08-26  Jan Schmidt  <jan.schmidt@sun.com>
270         * ext/a52dec/gsta52dec.c:
271         Set up a default time segment for output when receiving
272         an incoming byte segment (as for raw AC3 files).
273         Fixes: #548194
275 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
277         * configure.ac:
278         * docs/plugins/Makefile.am:
279         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
280         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
281         * docs/plugins/gst-plugins-ugly-plugins.args:
282         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
283         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
284         * docs/plugins/inspect/plugin-a52dec.xml:
285         * docs/plugins/inspect/plugin-asf.xml:
286         * docs/plugins/inspect/plugin-cdio.xml:
287         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
288         * docs/plugins/inspect/plugin-dvdread.xml:
289         * docs/plugins/inspect/plugin-dvdsub.xml:
290         * docs/plugins/inspect/plugin-iec958.xml:
291         * docs/plugins/inspect/plugin-lame.xml:
292         * docs/plugins/inspect/plugin-mad.xml:
293         * docs/plugins/inspect/plugin-mpeg2dec.xml:
294         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
295         * docs/plugins/inspect/plugin-mpegstream.xml:
296         * docs/plugins/inspect/plugin-realmedia.xml:
297         * docs/plugins/inspect/plugin-siddec.xml:
298         * ext/Makefile.am:
300         0.10.8.2 pre-release.
302         * po/LINGUAS:
303         * po/POTFILES.in:
304         * po/id.po:
305         Add new translation.
307 2008-08-11  Michael Smith <msmith@songbirdnest.com>
309         * gst/asfdemux/gstasfdemux.c:
310           Properly aggregate flow returns for both push and pull mode, so we shut 
311           down if all pads are unlinked. 
312           Fixes #546859.
314 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
316         Patch by: Frederic Crozat <fcrozat@mandriva.org>
318         * ext/dvdread/dvdreadsrc.c: (plugin_init):
319         * ext/lame/gstlame.c: (plugin_init):
320         * gst/asfdemux/gstasf.c: (plugin_init):
321         Make sure gettext returns translations in UTF-8 encoding rather
322         than in the current locale encoding (#546822).
324 2008-07-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326         * gst/mpegaudioparse/gstmpegaudioparse.c:
327         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame),
328         (mp3parse_total_time), (mp3parse_bytepos_to_time):
329         Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time()
330         if we're called from there already. Otherwise we end up in a endless
331         recursion and crash with a stack overflow.
333         This can happen when a Xing or VBRI header with TOC exists but it
334         doesn't contain the total time. Fixes bug #545370.
336 2008-07-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
338         * ext/lame/gstlame.c: (gst_lame_class_init),
339         (gst_lame_get_default_settings):
340         Use the default for the strict-iso property too.
342         Allow a bitrate setting of 0, which lets lame choose the default value
343         and which makes it possible to set the compression-ratio property.
345 2008-07-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
347         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
348         (gst_lame_chain), (gst_lame_get_default_settings), (plugin_init):
349         * ext/lame/gstlame.h:
350         Get the defaults settings of LAME in the plugin initialization
351         function and return FALSE here if something goes wrong. This removes
352         the hacky failing instance init function.
354         Use LAMEs default value for all settings instead of overwriting some
355         of them. Overwriting some of them gives unexpected results if one only
356         sets a preset. Fixes bug #498004.
358 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
360         * ext/lame/gstlame.c: (gst_lame_init):
361         Use LAME's default for the min/max/mean VBR bitrate. Setting our own
362         defaults will restrict the bitrate when using the presets in a bad way.
363         Fixes bug #498004.
365 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
367         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
368         * gst/mpegaudioparse/gstmpegaudioparse.c:
369         (mp3_type_frame_length_from_header), (mp3_caps_create),
370         (gst_mp3parse_chain):
371         Put the MPEG audio version into the caps as "mpegaudioversion".
372         This is different from "mpegversion".
374 2008-07-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
376         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
377         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
378         * ext/lame/gstlame.h:
379         Fix build with lame >= 3.97. The padding type and cwlimit settings
380         are deprecated now and the function declarations are hidden in the
381         headers so deprecate the GObject properties for them and remove them
382         in 0.11. Fixes bug #544039.
384 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
387         Don't allow width/height outside the spec (i.e. smaller than 16
388         and higher than 4096). Such files are corrupted ones and setting
389         caps that are not a subset of the template caps confuses playbin.
390         Fixes bug #542646.
392 2008-07-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
394         * ext/sidplay/Makefile.am:
395         Fix the build.
397 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
399         * configure.ac:
400         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
401         flags that are invalid for C++.
403 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
405         Patch by: Tal Shalif <tshalif at nargila dot org>
407         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_stop):
408         Prevent double free. Fixes bug #541697.
410 2008-07-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
412         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
413         (gst_dvd_demux_get_audio_stream),
414         (gst_dvd_demux_get_subpicture_stream),
415         (gst_dvd_demux_parse_packhead), (gst_dvd_demux_reset):
416         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
417         (gst_mpeg_demux_process_event), (gst_mpeg_demux_init_stream),
418         (gst_mpeg_demux_parse_packhead), (gst_mpeg_demux_reset):
419         * gst/mpegstream/gstmpegdemux.h:
420         Resend tags event after a FLUSH (seek) to support prerolling
421         a partial pipeline.
423 2008-07-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
425         * configure.ac:
426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
427           Use correct error code for encrypted streams.
429 2008-07-02  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
431         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
432         (gst_mpeg_demux_sync_stream_to_time):
433         Bridge gaps in stream by NEWSEGMENT sending.  Fixes #540194.
435 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
437         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
438         (gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event):
439         Allow and implement non-flushing and/or segment seek
440         (mainly in TIME and chapter format).
441         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
442         (gst_dvd_demux_get_subpicture_stream),
443         (gst_dvd_demux_synchronise_pads),
444         (gst_dvd_demux_sync_stream_to_time):
445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event),
446         (gst_mpeg_demux_send_subbuffer),
447         (gst_mpeg_demux_sync_stream_to_time),
448         (gst_mpeg_streams_reset_cur_ts):
449         * gst/mpegstream/gstmpegdemux.h:
450         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
451         (gst_mpeg_parse_pad_added), (gst_mpeg_parse_handle_src_query):
452         Delegate a query to upstream if it can't be handled.
453         Make segment stop aware.
454         Fix (subtitle) stream synchronization.
455         Add some debug statements.
457 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
459         * gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
460         Fix build on macosx.
462 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
464         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
465         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
466         * ext/a52dec/gsta52dec.c:
467         * ext/amrnb/amrnbdec.c:
468         * ext/amrnb/amrnbenc.c:
469         * ext/amrnb/amrnbparse.c:
470         * ext/lame/gstlame.c:
471         * ext/mad/gstmad.c:
472         * ext/sidplay/gstsiddec.cc:
473         * gst/asfdemux/gstrtspwms.c:
474         * gst/mpegaudioparse/gstxingmux.c:
475         * gst/realmedia/rademux.c:
476         * gst/realmedia/rdtmanager.c:
477         * gst/realmedia/rtspreal.c:
478         * gst/synaesthesia/gstsynaesthesia.c:
479           Add missing elements to docs. Restore alphabetical order in section
480           file. Document mad (it was included in docs already).
481           Fix doc-markup: use convinience syntax for examples
482           (produces valid docbook), add several refsec2 when we have several
483           titles. Fix some types.
485 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
487         * ext/lame/gstlame.c:
488         * ext/sidplay/gstsiddec.cc:
489         * gst/mpegaudioparse/gstxingmux.c:
490           Do not use short_description in section docs for elements. We extract
491           them from element details and there will be warnings if they differ.
493 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
495         * gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
496         Don't mark MPEG headers with emphasis == 0x2 as invalid. This
497         emphasis value is reserved but unfortunately files with that
498         value exist and the information is not important for the decoder
499         anyway. Fixes bug #537235.
501 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
503         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
504         Drain queued buffers before forwarding the segment event.
506 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
508         * ext/a52dec/gsta52dec.c: (clear_queued), (flush_queued),
509         (gst_a52dec_drain), (gst_a52dec_push), (gst_a52dec_sink_event),
510         (gst_a52dec_chain), (gst_a52dec_change_state):
511         * ext/a52dec/gsta52dec.h:
512         Add segment handling, buffer clipping and basic reverse playback.
514 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
516         * docs/plugins/Makefile.am:
517         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
518         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
519         * docs/plugins/gst-plugins-ugly-plugins.args:
520         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
521         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
522         * docs/plugins/inspect/plugin-a52dec.xml:
523         * docs/plugins/inspect/plugin-amrnb.xml:
524         * docs/plugins/inspect/plugin-asf.xml:
525         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
526         * docs/plugins/inspect/plugin-dvdread.xml:
527         * docs/plugins/inspect/plugin-dvdsub.xml:
528         * docs/plugins/inspect/plugin-iec958.xml:
529         * docs/plugins/inspect/plugin-lame.xml:
530         * docs/plugins/inspect/plugin-mad.xml:
531         * docs/plugins/inspect/plugin-mpeg2dec.xml:
532         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
533         * docs/plugins/inspect/plugin-mpegstream.xml:
534         * docs/plugins/inspect/plugin-realmedia.xml:
535         * docs/plugins/inspect/plugin-siddec.xml:
536         * docs/plugins/inspect/plugin-synaesthesia.xml:
537         * ext/a52dec/gsta52dec.c:
538           Random doc of the day. Also print human readable format of newsegment
539           in log message if we complain about it.
541 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
543         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_push),
544         (gst_a52dec_sink_event), (gst_a52dec_handle_frame),
545         (gst_a52dec_chain), (gst_a52dec_change_state):
546         * ext/a52dec/gsta52dec.h:
547         Mark discont on outgoing buffers after receiving a DISCONT buffer or
548         when we have a decoding error.
549         We don't need to clear the cache when we receive a NEWSEGMENT event.
550         Clear buffer cache in DISCONT.
551         Add beginnings of GstSegment handling.
553 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
555         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header):
556         Fix alignment issues that caused SIGBUS on some architectures.
558 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
560         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
561           Fix alignment issue which isn't really an issue at all because
562           the plugin hasn't been ported to 0.10 yet.
564 2008-05-25  Jan Schmidt  <jan.schmidt@sun.com>
566         * configure.ac:
567         Back to devel -> 0.10.8.1
569 === release 0.10.8 ===
571 2008-05-21  Jan Schmidt <jan.schmidt@sun.com>
573         * configure.ac:
574           releasing 0.10.8, "And yet"
576 2008-05-19  Jan Schmidt  <jan.schmidt@sun.com>
578         * configure.ac:
579         0.10.7.4 pre-release
581 2008-05-19  Edward Hervey  <edward.hervey@collabora.co.uk>
583         * ext/mad/gstmad.c: (gst_mad_convert_src), (gst_mad_chain):
584         Fix inconsistent use of rate and channels.
585         Fixes #533581
587 2008-05-19  Wim Taymans  <wim.taymans@collabora.co.uk>
589         * gst/realmedia/rmdemux.c: (gst_rmdemux_send_event):
590         Flush timestamp correction variables on a flush. Fixes #533832.
592 2008-05-14  Jan Schmidt  <jan.schmidt@sun.com>
594         * configure.ac:
595         0.10.7.3 pre-release
597 2008-05-13  Edward Hervey  <edward.hervey@collabora.co.uk>
599         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
600         Properly aggregate GstFlowReturn from downstream in order to properly
601         stop, and doing that as early as possible.
602         Fixes #532807
604 2008-05-10  Jan Schmidt  <jan.schmidt@sun.com>
606         * configure.ac:
607         0.10.7.2 pre-release
609 2008-05-10  Edward Hervey  <edward.hervey@collabora.co.uk>
611         * ext/mad/gstmad.c: (gst_mad_sink_event):
612         * gst/mpegaudioparse/gstmpegaudioparse.c:
613         (gst_mp3parse_sink_event):
614         Always let FLUSH_START events flow downstream.
616 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
618         * configure.ac:
619           Error out if we don't have the required core/base versions.
621 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
623         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
624         (gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
625         (gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
626         Fix video timestamps by adjusting it with the first timestamp found.
627         Don't assume we have a complete fragment when flushing the adapter,
628         packets might have been lost or the stream might just be broken.
630 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
632         * gst/realmedia/rdtmanager.c: (gst_rdt_manager_plugin_init):
633         Set Rank to NONE so that we don't accidentally try to autoplug the
634         rdtmanager.
636 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
638         * gst/mpegaudioparse/gstmpegaudioparse.c:
639         (gst_mp3parse_emit_frame):
640         Send a new duration message if the average bitrate changed and
641         we don't know the duration from the Xing or VBRI header.
642         Fixes bug #321857.
644 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
646         * gst/realmedia/rtspreal.c: (rtsp_ext_real_before_send),
647         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
648         * gst/realmedia/rtspreal.h:
649         Move assembly rule parsing to the place where we parse the SDP as it's
650         also there that we create the MDPR and we need the currently selected
651         asmrule in order to select the right MTLI.
652         Fixes #529359.
654 2008-04-29  Michael Smith <msmith@songbirdnest.com>
656         * gst/realmedia/realhash.c:
657         * gst/realmedia/rtspreal.c:
658           Include generated "_stdint.h" instead of <stdint.h> which might not
659           exist on some systems.
661 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
663         * ext/sidplay/gstsiddec.cc:
664         Cast NULL sentinels to void * as NULL is defined as an integer
665         constant in most environments when using C++ and it's size might
666         be different from a pointer. Fixes #529488.
668 2008-04-22  Edgard Lima  <edgard.lima@indt.org.br>
670         * gst/asfdemux/gstasfdemux.c:
671         * gst/asfdemux/gstrtspwms.c:
672           Fix "unused var" compiler error when --disable-gst-debug is used.
674 2008-04-17  Tim-Philipp Müller  <tim at centricular dot net>
676         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_loop):
677           We should also stop the streaming task when we get a NOT_LINKED
678           flow return, which is not covered by FLOW_IS_FATAL.
680 2008-04-11  Julien Moutte  <julien@fluendo.com>
682         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header): Fix
683         argument formats.
685 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
687         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
689         * configure.ac:
690         Actually build dlls when cross-compiling with mingw32.
691         Fixes bug #526247.
693 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
695         * configure.ac:
696         * gst/mpegaudioparse/gstmpegaudioparse.c:
697         (mpeg_audio_seek_entry_free):
698         * gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_free):
699         Depend on GLib 2.12 and use it unconditionally as we do in other
700         modules too already.
702 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
704         * gst/mpegaudioparse/gstmpegaudioparse.c:
705         (mpeg_audio_seek_entry_new), (mpeg_audio_seek_entry_free),
706         (gst_mp3parse_reset), (gst_mp3parse_emit_frame):
707         * gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_new),
708         (gst_xing_seek_entry_free), (gst_xing_mux_finalize), (xing_reset),
709         (gst_xing_mux_chain):
710         Use GSlice for allocating the seek table entries if we compile with
711         GLib 2.10 or newer.
713 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
715         * gst/asfdemux/gstasfdemux.c:
716         (gst_asf_demux_process_ext_stream_props):
717         Remove some debug code.
719 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
721         * gst/asfdemux/gstasfdemux.c:
722         (gst_asf_demux_process_ext_stream_props):
723         Guard against division by 0 and fall back to 25/1 framerate.
725 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream),
728         (gst_asf_demux_process_ext_stream_props):
729         Instead of adding a fixes 25/1 framerate to the video caps, use the
730         average frame duration in the extended properties of the video stream as
731         the framerate. Fixes #524346.
733 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
735         * configure.ac:
736         Check if the compiler supports do { } while (0) macros. This fixes
737         a warning when compiling with g++ 4.3, resulting in a build failure
738         because of -Werror.
740 2008-03-19  Wim Taymans  <wim.taymans@collabora.co.uk>
742         * gst/realmedia/asmrules.c: (gst_asm_scan_string), (main):
743         make ) also a delimiter for rules.
744         Skip \\ when scanning strings.
745         Add new testcase for these problems.
747 2008-03-12  Sebastian Dröge  <slomo@circular-chaos.org>
749         * gst/mpegaudioparse/gstmpegaudioparse.c:
750         (gst_mp3parse_sink_event):
751         Don't take the stream lock when caching events. This is not necessary
752         and results in a deadlock when seeking with rhythmbox (but not with
753         totem or banshee for some reason).
755 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
757         Patch by: Pizpot Gargravarr <pgargravarr at siriuscybernetics dot org>
759         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp):
760         Add the version field when creating the CONT chunk resulting in 
761         the Author, Comment and Copyright tags not being parsed correctly.
762         Fixes #521459.
764 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
766         * gst/mpegaudioparse/gstmpegaudioparse.c:
767         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
768         Remove trailing newlines from debug statements.
770 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
772         * ext/dvdnav/dvdnavsrc.c:
773         * ext/dvdnav/dvdnavsrc.h:
774         Apply patch that adds some seeking support to dvdnav, and fixes it
775         in various other ways. This doesn't make dvdnavsrc fully functional,
776         but moves it forward.
778         Fixes: #476149
779         Patch By: Simone Gotti <simone.gotti@email.it>
781         * ext/dvdnav/gst-dvd:
782         Update the simple dvdnavsrc gst-launch example to work for 0.10
784 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
786         * configure.ac:
787         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
788         plug-ins are included/excluded. (#498222)
790 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
792         * ext/mad/gstmad.c: (gst_mad_sink_event):
793         * gst/mpegaudioparse/gstmpegaudioparse.c:
794         (gst_mp3parse_sink_event):
795         Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead
796         of dropping and leaking them.
798 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
800         * ext/mad/gstmad.c: (gst_mad_dispose), (gst_mad_sink_event),
801         (gst_mad_chain):
802         * ext/mad/gstmad.h:
803         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_dispose),
804         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame):
805         * gst/mpegaudioparse/gstmpegaudioparse.h:
806         Cache all events except EOS if we still have to send a NEWSEGMENT
807         event. This will let TAG events be forwarded until after decodebin
808         to an encoder for example as decodebin only links the pads
809         after NEWSEGMENT. Fixes bug #518933.
811 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
813         * gst/mpegaudioparse/gstxingmux.c: (get_xing_offset):
814         Write Xing header at the correct position in the MP3 frame for
815         stereo files. Fixes bug #518676.
817 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
819         * configure.ac:
820         * ext/sidplay/Makefile.am:
821           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
822           when building C++ code (#516509).
824 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
826         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
827           Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun
828           Workshop 12 compiler, but probably also crashes (#517985).
830 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
832         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
834         * gst/mpegaudioparse/gstmpegaudioparse.c:
835         (gst_mp3_channel_mode_get_type),
836         (mp3_type_frame_length_from_header), (gst_mp3parse_class_init),
837         (gst_mp3parse_reset), (gst_mp3parse_emit_frame),
838         (gst_mp3parse_chain):
839         * gst/mpegaudioparse/gstmpegaudioparse.h:
840         Post channel mode and CRC as tags. Fixes bug #504493.
842 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
844         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_finalize):
845         Correctly chain up to the parent's finalize function.
847 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
849         * gst/mpegaudioparse/gstmpegaudioparse.c:
850         (gst_mp3parse_emit_frame), (gst_mp3parse_chain):
851         Try a bit harder to get valid timestamps, especially if upstream
852         gives us one and we are at the first frame or resyncing.
853         Return UNEXPECTED if we get a valid timestamp that is outside of
854         our configured segment. After all changes done so far this doesn't
855         seem to cause any regression, please test.
857 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
859         Patch by:
860           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event):
863         If we don't have the position to seek to in our index first try
864         to convert from TIME to BYTES upstream and only if that fails
865         too use the old hack to simply seek to an earlier position
866         and let the sink drop everything before segment start.
867         Partially fixes bug #469930.
869 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
871         * configure.ac:
872         Back to development...
874 === release 0.10.7 ===
876 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
878         * configure.ac:
879           releasing 0.10.7, "I Cheated Time"
881 2008-02-18  Jan Schmidt  <jan.schmidt@sun.com>
883         * tests/check/Makefile.am:
884         Exclude dvdreadsrc from the states test too.
886 2008-02-18  Sebastian Dröge  <slomo@circular-chaos.org>
888         * gst/mpegaudioparse/gstmpegaudioparse.c:
889         (gst_mp3parse_emit_frame):
890         Handler buffers without valid timestamp more correctly: Don't drop
891         them and don't use the invalid timestamp to calculate the next
892         timestamp. Fixes bug #516811.
894 2008-02-18  Sebastian Dröge  <slomo@circular-chaos.org>
896         Patch by: Tal Shalif <tshalif at nargila dot org>
898         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_create),
899         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_do_position_query):
900         Add some gint64 casts to prevent 32 bit integer overflows.
901         Fixes bug #516989.
903 2008-02-17  Jan Schmidt  <jan.schmidt@sun.com>
905         * gst/mpegaudioparse/gstmpegaudioparse.c:
907         Revert previous commit to mp3parse, as it breaks playback
908         of AVI files.
910 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
912         * gst/mpegaudioparse/gstmpegaudioparse.c:
913         (gst_mp3parse_emit_frame):
914         Return GST_FLOW_UNEXPECTED if we get data that is after our
915         configured segment. This makes upstream go EOS immediately instead
916         of sending us the complete stream. Also improve debugging a bit.
918 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
920         * ext/dvdread/dvdreadsrc.c:
921         Fix regression in DVD seeking - when a pack we
922         expect to be a NAV block turns out not to be, scan forwards
923         for up to 2MB (at most ~1sec) until we find one.
925         Fixes: #516278
927 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
929         * win32/vs6/libgstmpegaudioparse.dsp:
930         Add xing files to VS project file.
932 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
934         * gst/dvdsub/gstdvdsubparse.c: (gst_dvd_sub_parse_init):
935         Stop leaking src pad templates. Fixes bug #515708.
937 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
939         * gst/mpegaudioparse/gstxingmux.c: (generate_xing_header):
940         Correctly write the size in bytes on big endian systems.
941         Fixes bug #515725.
943 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
945         * ext/lame/gstlame.c: (gst_lame_setup):
946         Don't leak the allowed caps.
947         * tests/check/pipelines/lame.c: (GST_START_TEST):
948         Stop leaking all buffers. Fixes bug #515575.
950 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
952         * gst/mpegaudioparse/plugin.c:
953         Commit new file I forgot to add.
955 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
957         * configure.ac:
958         Make DISABLE_DEPRECATED defined *only* during CVS, not during
959         pre-releases or releases.
961 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
963         * docs/plugins/Makefile.am:
964         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
965         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
966         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
967         * gst/mpegaudioparse/Makefile.am:
968         * gst/mpegaudioparse/gstmpegaudioparse.c:
969         * gst/mpegaudioparse/gstxingmux.c:
970         * tests/check/Makefile.am:
971         * tests/check/elements/.cvsignore:
972         Move xingmux from -bad.
974         Fixes: #511497
976 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
978         * gst/mpegaudioparse/gstmpegaudioparse.c:(mp3parse_time_to_bytepos):
979         Use gst_guint64_to_gdouble for conversion
980         * win32/vs6/libgstasfdemux.dsp:
981         * win32/vs6/libgstdvdsub.dsp:
982         * win32/vs6/libgstrealmedia.dsp:
983         Update project dependencies and add new source files
985 2008-02-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
987         * ext/mpeg2dec/gstmpeg2dec.c:
988         Reset decoder when handling sequence where libmpeg2 has set
989         frame period to 0, probably due to a corrupt packet.
990         Fixes bug #514297
992 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
994         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_caps_create),
995         (gst_mp3parse_chain):
996         Don't set new caps on the srcpad everytime the bitrate or MPEG
997         version changes but calculate new spf value when the MPEG version
998         changes.
1000 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
1002         * docs/plugins/Makefile.am:
1003         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1004         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
1005           Add the real and rtsp elements and update the lists.
1007         * docs/plugins/inspect/plugin-amrnb.xml:
1008         * docs/plugins/inspect/plugin-asf.xml:
1009         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
1010         * docs/plugins/inspect/plugin-dvdsub.xml:
1011         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
1012         * docs/plugins/inspect/plugin-mpegstream.xml:
1013         * docs/plugins/inspect/plugin-realmedia.xml:
1014         * docs/plugins/inspect/plugin-siddec.xml:
1015         * docs/plugins/inspect/plugin-synaesthesia.xml:
1016           Regenerate docs.
1018         * gst/iec958/ac3_padder.c:
1019         * gst/iec958/ac3_padder.h:
1020           Do not use gtk-doc style comments for non gtk-doc comments. Note -
1021           there are functions defined using extern in the .c file - does that
1022           make sense?
1024 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
1026         * ext/mad/gstmad.c:
1027           Chain up at the end of the function.
1029 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
1031         * ext/mad/gstid3tag.c: (gst_id3_tag_class_init):
1032         Don't add pad templates for the base class but only in the
1033         subclasses.
1035 2008-01-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1037         * ext/lame/gstlame.c:
1038         * ext/lame/gstlame.h:
1039         Fix the case where you initially have stereo input, and so lame's
1040         mode is not set to mono, and then you get input with mono audio and
1041         soon after you get stereo input again. What happened before this
1042         commit is that it would keep the encoding mode as mono. It should
1043         change it back to the one requested by the app (or the default one)
1044         if not requested.
1046 2008-01-15  Sebastian Dröge  <slomo@circular-chaos.org>
1048         * gst/mpegaudioparse/gstmpegaudioparse.c:
1049         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
1050         (mp3parse_bytepos_to_time):
1051         Interpolate the VBRI seek table entries to get better results,
1052         support 3 byte seek table entries and prevent overflows in the
1053         seek table by adding the relative offsets when using the seek
1054         table in a large enough data type.
1056 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
1058         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1059         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
1060         (mp3parse_bytepos_to_time):
1061         * gst/mpegaudioparse/gstmpegaudioparse.h:
1062         Add support for seeking based on the VBRI seek table. Might make
1063         sense to use interpolation in the table later to get hopefully a
1064         bit more accurate values.
1066 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1068         * ext/mpeg2dec/gstmpeg2dec.c: (clear_queued), (flush_queued),
1069         (handle_picture), (handle_slice):
1070         Fix compilation error. Fixes #509313.
1072 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
1074         * ext/lame/gstlame.c: (gst_lame_sink_event):
1075         Use gst_util_uint64_scale instead of gst_util_uint64_scale_int
1076         as 8 * GST_SECOND is too large for int.
1078 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
1080         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1081         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame),
1082         (mp3parse_total_bytes), (mp3parse_total_time):
1083         * gst/mpegaudioparse/gstmpegaudioparse.h:
1084         Add initial support for reading VBRI headers as found in VBR files
1085         created by some Fraunhofer encoders. Currently we only read the
1086         number of frames and bytes (and calculate duration, etc from this)
1087         but there is also a seek table that we currently don't use.
1089 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
1091         Patch by: Mark Nauwelaerts <manauw at syknet dot be>
1092         
1093         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
1094         (gst_lame_sink_event):
1095         Correctly set number of channels when using mono-encoding mode
1096         and fix the duration calculation of the EOS buffer.
1098 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
1100         * gst/mpegaudioparse/gstmpegaudioparse.c:
1101         (gst_mp3parse_handle_first_frame):
1102         Guard against 0 values in the Xing header as frame count and
1103         byte count and calculate the bitrate when we have all values
1104         we need and not before.
1106 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1108         * ext/mad/gstmad.c: (GST_TYPE_MAD_MODE),
1109           (GST_TYPE_MAD_EMPHASIS), (GST_TAG_EMPHASIS), (CHECK_HEADER):
1110           Call g_type_class_ref() from a thread-safe context and not
1111           from the streaming thread to avoid GLib screwing up (see
1112           bug #349410 and #493432). Comment out unused code.
1114 2008-01-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1116         * ext/mpeg2dec/gstmpeg2dec.c: (clear_queued), (flush_queued),
1117         (handle_picture), (clip_buffer), (handle_slice),
1118         (gst_mpeg2dec_chain), (gst_mpeg2dec_sink_event),
1119         (gst_mpeg2dec_change_state):
1120         * ext/mpeg2dec/gstmpeg2dec.h:
1121         Add buffer clipping.
1122         Add basic reverse playback support. Not complete yet when dealing with 
1123         non-closed GOPs.
1125 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1127         * autogen.sh:
1128           Add -Wno-portability to the automake parameters to stop warnings
1129           about GNU make extensions being used. We require GNU make in almost
1130           every Makefile anyway.
1131           
1132         * configure.ac:
1133           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1134           at the same time is required for per target flags.
1136 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1138         * Makefile.am:
1139           Include lcov.mak to allow building coverage reports.
1141 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1143         * ext/mad/gstmad.c: (mpg123_parse_xing_header):
1144         * gst/mpegaudioparse/gstmpegaudioparse.c:
1145         (gst_mp3parse_handle_first_frame):
1146         Make sure that the Xing TOC starts with 0 and the entries
1147         are increasing over time. Otherwise it's broken and should
1148         be skipped. Fixes bug #507821.
1150 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1152         * gst/asfdemux/gstasfdemux.c: (asfdemux_dbg), (gst_asf_demux_reset),
1153           (gst_asf_demux_add_video_stream),
1154           (gst_asf_demux_process_ext_content_desc),
1155           (gst_asf_demux_get_metadata_for_stream),
1156           (gst_asf_demux_process_metadata), (gst_asf_demux_process_object),
1157           (gst_asf_demux_change_state):
1158         * gst/asfdemux/gstasfdemux.h:
1159           Parse metadata object and extract pixel aspect ratio. Fixes #507844.
1161 2007-12-31  David Schleef  <ds@schleef.org>
1163         * docs/plugins/.cvsignore:
1164           Add *-undeclared.txt
1166 2007-12-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1168         * gst/realmedia/rdtmanager.c:
1169         (gst_rdt_manager_marshal_VOID__UINT_UINT),
1170         (gst_rdt_manager_class_init):
1171         * gst/realmedia/rdtmanager.h:
1172         Implement some more signals that rtspsrc connects to.
1173         Fixes #504671.
1175 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1177         * Makefile.am:
1178           Include common/win32.mak for CRLF check of win32 project
1179           files (see #393626).
1181 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
1183         * gst/mpegaudioparse/gstmpegaudioparse.c:
1184           (gst_mp3parse_sink_event), (mp3parse_handle_seek):
1185           Don't post SEGMENT_START messages on the bus, only the element
1186           driving the pipeline should do that.
1188 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1190         * configure.ac:
1191           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1193 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1195         * ext/mpeg2dec/gstmpeg2dec.h:
1196         Use G_GINT64_CONSTANT, fixes compilation with MSVC 6.0.
1197         Fixes #500808.
1199 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1201         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp): Fix build
1202         on Mac OS X.
1204 2007-11-19  Jan Schmidt  <jan.schmidt@sun.com>
1206         * gst/mpegaudioparse/gstmpegaudioparse.c:
1207         Restore the segment handling logic.
1208         Please don't do behavioural changes under the heading of 'leak fixes'
1209         or 'whitespace changes', people.
1211 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
1213         * gst/mpegaudioparse/gstmpegaudioparse.c:
1214           Plug some leaks.
1216 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1218         * gst/asfdemux/gstasfdemux.c:
1219           Sync _activate_pull() a little more with other demuxers.
1221 2007-11-11  Thijs Vermeir  <thijsvermeir@gmail.com>
1223         * gst/mpegstream/gstmpegdemux.c:
1224         recognize the padding stream
1226 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1228         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_ext_content_desc):
1229           Convert tags that come as string into the type required by
1230           GstTagList.
1232 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1234         * gst/mpegaudioparse/gstmpegaudioparse.c:
1235         (gst_mp3parse_emit_frame):
1236         Remove some more broken code, it seems to clip even when it should not.
1237         See #491305.
1239 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1241         * gst/mpegaudioparse/gstmpegaudioparse.c:
1242         (gst_mp3parse_emit_frame):
1243         When the element is not driving the streaming thread it is not supposed
1244         to emit EOS or post SEGMENT done. It is allowed to return UNEXPECTED
1245         upstream when it detects EOS. See #491305.
1247 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1249         Patch by: Mark Nauwelaerts <mnauw at users.sourceforge.net>
1251         * gst/dvdsub/Makefile.am:
1252         * gst/dvdsub/gstdvdsubdec.c:
1253         * gst/dvdsub/gstdvdsubparse.c:
1254         * gst/dvdsub/gstdvdsubparse.h:
1255           Add dvd subtitle parser, which just packetizes the input
1256           stream. This is needed to mux dvd subtitles into matroska
1257           files, since the muxer expects unfragmented and properly
1258           timestamped input (#415754).
1260 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1262         * configure.ac:
1263           Update requirements from past CVS versions to released
1264           versions (0.10.14 in this case).
1266         * ext/sidplay/gstsiddec.cc:
1267           Fix compilation with g++-4.2.
1269 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1271         * gst/realmedia/asmrules.c: (gst_asm_scan_parse_expression),
1272         (gst_asm_scan_parse_condition):
1273         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
1274         Fix some compiler warnings shown on Forte.
1276 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1278         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_time_to_bytepos),
1279         (mp3parse_bytepos_to_time):
1280         Use gst_util_guint64_to_gdouble for conversions.
1281         * win32/vs6/libgstmad.dsp:
1282         Add a link to libgstaudio.
1284 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1286         * ext/lame/gstlame.c:
1287           Fix up case where there is no peer, in which case
1288           _get_allowed_caps() will return NULL.
1290 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1292         * ext/lame/gstlame.c:
1293           Use GST_PTR_FORMAT to print caps in debug statement.
1295 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1297         * configure.ac:
1298         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1299         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1300         in configure.ac.
1302 2007-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1304         * ext/lame/gstlame.c:
1305           Allow fixing the sample rate lame converts to by negotiating fixed
1306           sample rate on the src pad caps.
1307           Add docs for it.
1308         * tests/check/Makefile.am:
1309         * tests/check/pipelines/lame.c:
1310           Add a check for it.
1312 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1314         * po/LINGUAS:
1315         * po/da.po:
1316           Updated translations.
1318 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1320         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1322         * po/pl.po:
1323           Added Polish translation.
1325 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1327         translated by: Ilkka Tuohela <hile@iki.fi>
1329         * po/fi.po:
1330           Added Finnish translation.
1332 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1334         translated by: Jorge González González <aloriel@gmail.com>
1336         * po/es.po:
1337           Added Spanish translation.
1339 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1341         translated by: Alexander Shopov <ash@contact.bg>
1343         * po/bg.po:
1344           Added Bulgarian translation.
1346 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1348         * gst/iec958/ac3iec.c:
1349           Chainup in finalize.
1351         * tests/check/Makefile.am:
1352         * tests/check/generic/states.c:
1353           Improved state change unit test.
1355 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1357         * docs/plugins/.cvsignore:
1358         * tests/check/.cvsignore:
1359           Ignore registries in any format.
1361 2007-09-08  Tim-Philipp Müller  <tim at centricular dot net>
1363         * configure.ac:
1364           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for a
1365           define in the lame headers.  This has the advantage that
1366           it should still work when we're cross-compiling (#452025).
1368 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1370         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
1371         Add other allowed rates to the pad templates.
1373         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_dispose):
1374         Reset the parser to release memory in dispose.
1376 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
1378         * ext/amrnb/amrnbdec.c:
1379         * ext/amrnb/amrnbenc.c:
1380         * ext/amrnb/amrnbparse.c:
1381         * ext/sidplay/gstsiddec.cc:
1382           Fix more leaks.
1384 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1386         Patch by: Daniel Charles <dcharles at ti dot com>
1388         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_bandmode_get_type),
1389         (gst_amrnbenc_set_property), (gst_amrnbenc_get_property),
1390         (gst_amrnbenc_base_init), (gst_amrnbenc_class_init),
1391         (gst_amrnbenc_chain), (gst_amrnbenc_state_change):
1392         * ext/amrnb/amrnbenc.h:
1393         Add property to select the BandMode of the AMR encoder.
1394         See #466442.
1396 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1398         * gst/realmedia/asmrules.c:
1399           Make ro memory to share.
1401 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1403         * gst/mpegaudioparse/gstmpegaudioparse.c:
1404         (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame):
1405         * gst/mpegaudioparse/gstmpegaudioparse.h:
1406         Queue segment event and push it after we know the caps on the pad or
1407         else an autoplugger might not have plugged the element yet and the
1408         segment is lost.
1410 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1412         * gst/iec958/ac3iec.c:
1413           Fix tests.
1415 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1417         * tests/check/Makefile.am:
1418         * tests/check/generic/.cvsignore:
1419         * tests/check/generic/states.c:
1420           Add generic state-change test suite to help to fi leaks.
1422 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1424         translated by: Raphael Higino <phhigino@gmail.com>
1426         * po/LINGUAS:
1427         * po/pt_BR.po:
1428           Added Portuguese (Brazilian) translation.
1430 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1432         * po/hu.po:
1433         * po/nl.po:
1434         * po/sv.po:
1435         * po/uk.po:
1436           Updated translations.
1438 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1440         * gst/realmedia/rmdemux.c: (gst_rmdemux_fix_timestamp),
1441         (gst_rmdemux_parse_video_packet):
1442         Activate timestamp fixing code.
1444 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1446         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),
1447         (gst_rmdemux_chain), (gst_rmdemux_parse_mdpr),
1448         (gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
1449         (gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
1450         Do fragment collection in the demuxer so that we can now work with
1451         both ffmpeg and realvideodec to decoder real video content.
1453 2007-08-04  Stefan Kost  <ensonic@users.sf.net>
1455         * gst/realmedia/asmrules.c:
1456           Include stdlib.h.
1458 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1460         * gst/realmedia/rdtmanager.c:
1461         Fix caps.
1463 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1465         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1466         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
1467         Disable UDP transport for now.
1469 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1471         * gst/realmedia/Makefile.am:
1472         * gst/realmedia/rdtmanager.c: (find_session_by_id),
1473         (create_session), (free_session), (gst_rdt_manager_base_init),
1474         (gst_rdt_manager_marshal_BOXED__UINT_UINT),
1475         (gst_rdt_manager_class_init), (gst_rdt_manager_init),
1476         (gst_rdt_manager_finalize), (gst_rdt_manager_query_src),
1477         (gst_rdt_manager_chain_rtp), (gst_rdt_manager_chain_rtcp),
1478         (gst_rdt_manager_set_property), (gst_rdt_manager_get_property),
1479         (gst_rdt_manager_provide_clock), (gst_rdt_manager_change_state),
1480         (create_recv_rtp), (create_recv_rtcp), (create_rtcp),
1481         (gst_rdt_manager_request_new_pad), (gst_rdt_manager_release_pad),
1482         (gst_rdt_manager_plugin_init):
1483         * gst/realmedia/rdtmanager.h:
1484         * gst/realmedia/rmdemux.c: (plugin_init):
1485         Add simple rdt manager.
1487 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1489         * gst/realmedia/rdtdepay.c:
1490         Fix the encoding-name so that it matches what the rtsp extension sets.
1492 2007-08-02  Wim Taymans  <wim.taymans@gmail.com>
1494         * gst/realmedia/asmrules.c: (gst_asm_node_free),
1495         (gst_asm_node_evaluate), (gst_asm_scan_new), (gst_asm_scan_free),
1496         (gst_asm_scan_string), (gst_asm_scan_number),
1497         (gst_asm_scan_identifier), (gst_asm_scan_print_token),
1498         (gst_asm_scan_next_token), (gst_asm_rule_free),
1499         (gst_asm_rule_add_property), (gst_asm_scan_parse_operand),
1500         (gst_asm_scan_parse_expression), (gst_asm_scan_parse_condition),
1501         (gst_asm_scan_parse_property), (gst_asm_scan_parse_rule),
1502         (gst_asm_rule_evaluate), (gst_asm_rule_book_new),
1503         (gst_asm_rule_book_n_rules), (gst_asm_rule_book_free),
1504         (gst_asm_rule_book_match), (main):
1505         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp),
1506         (rtsp_ext_real_stream_select), (gst_rtsp_real_plugin_init):
1507         Use g_hash_table_destroy instead of _unref which is too new.
1509 2007-08-02  Wim Taymans  <wim.taymans@gmail.com>
1511         * gst/realmedia/.cvsignore:
1512         Add test to ignore.
1514         * gst/realmedia/Makefile.am:
1515         * gst/realmedia/asmrules.c: (gst_asm_node_new),
1516         (gst_asm_node_free), (gst_asm_operator_eval),
1517         (gst_asm_node_evaluate), (gst_asm_scan_new), (gst_asm_scan_free),
1518         (gst_asm_scan_string), (gst_asm_scan_number),
1519         (gst_asm_scan_identifier), (gst_asm_scan_print_token),
1520         (gst_asm_scan_next_token), (gst_asm_rule_new), (gst_asm_rule_free),
1521         (gst_asm_rule_add_property), (gst_asm_scan_parse_operand),
1522         (gst_asm_scan_parse_expression), (gst_asm_scan_parse_condition),
1523         (gst_asm_scan_parse_property), (gst_asm_scan_parse_rule),
1524         (gst_asm_rule_evaluate), (gst_asm_rule_book_new),
1525         (gst_asm_rule_book_n_rules), (gst_asm_rule_book_free),
1526         (gst_asm_rule_book_match), (main):
1527         * gst/realmedia/asmrules.h:
1528         Added asembler rule book parser and evaluator.
1530         * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp),
1531         (rtsp_ext_real_stream_select), (gst_rtsp_real_plugin_init):
1532         * gst/realmedia/rtspreal.h:
1533         Keep per stream config info.
1534         Parse and evaluate asm rule books for stream selection.
1536 2007-07-31  Stefan Kost  <ensonic@users.sf.net>
1538         * gst/realmedia/rtspreal.c:
1539           Include stdlib.
1541 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1543         * gst/realmedia/Makefile.am:
1544         * gst/realmedia/realhash.c: (hash), (call_hash),
1545         (gst_rtsp_ext_real_calc_response_and_checksum):
1546         * gst/realmedia/realhash.h:
1547         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1548         (rtsp_ext_real_after_send), (rtsp_ext_real_stream_select):
1549         Split out hash code in separate file.
1551 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1553         * gst/asfdemux/Makefile.am:
1554         * gst/asfdemux/gstrtspwms.c: (gst_rtsp_wms_parse_sdp), (_do_init),
1555         (gst_rtsp_wms_class_init):
1556         * gst/realmedia/Makefile.am:
1557         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1558         (rtsp_ext_real_before_send), (rtsp_ext_real_after_send),
1559         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
1560         (_do_init), (gst_rtsp_real_class_init):
1561         Fix include paths and link dependecies for rtsp extension.
1563 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1565         * gst/realmedia/Makefile.am:
1566         * gst/realmedia/rmdemux.c: (plugin_init):
1567         * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
1568         (rtsp_ext_real_before_send), (rtsp_ext_real_after_send), (hash),
1569         (call_hash), (rtsp_ext_real_calc_response_and_checksum),
1570         (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
1571         (_do_init), (gst_rtsp_real_base_init), (gst_rtsp_real_class_init),
1572         (gst_rtsp_real_init), (gst_rtsp_real_finalize),
1573         (gst_rtsp_real_change_state), (gst_rtsp_real_extension_init),
1574         (gst_rtsp_real_plugin_init):
1575         * gst/realmedia/rtspreal.h:
1576         Add RealMedia RTSP extension module. It has rank NONE until it is fully
1577         functional.
1579 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1581         * gst/asfdemux/Makefile.am:
1582         * gst/asfdemux/gstasf.c: (plugin_init):
1583         * gst/asfdemux/gstrtspwms.c: (gst_rtsp_wms_before_send),
1584         (gst_rtsp_wms_after_send), (gst_rtsp_wms_parse_sdp),
1585         (gst_rtsp_wms_configure_stream), (_do_init),
1586         (gst_rtsp_wms_base_init), (gst_rtsp_wms_class_init),
1587         (gst_rtsp_wms_init), (gst_rtsp_wms_finalize),
1588         (gst_rtsp_wms_change_state), (gst_rtsp_wms_extension_init):
1589         * gst/asfdemux/gstrtspwms.h:
1590         Move WMS RTSP extension from -good to here.
1591         Port it to the new pluggable extension interface.
1593 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
1595         * ext/mad/Makefile.am:
1596           Link to audio helper from plugins-base.
1598 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1600         * configure.ac:
1601         * ext/mad/gstmad.c: (gst_mad_chain):
1602         Use the new buffer clipping function from gstaudio here and
1603         require gst-plugins-base CVS.
1605 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1607         * configure.ac:
1608           Sync liboil check with plugins-base. Add libm check.
1610         * gst/synaesthesia/Makefile.am:
1611           Link against libm. We're using sqrt here.
1613 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1615         * gst/asfdemux/gstasfdemux.c:
1616         Include stdlib.
1618 2007-07-18  Sebastian Dröge  <slomo@circular-chaos.org>
1620         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1621         (gst_mp3parse_emit_frame), (mp3parse_handle_seek):
1622         * gst/mpegaudioparse/gstmpegaudioparse.h:
1623         Save some memory for each frame by only saving the start timestamp
1624         and start byte position instead of additionally the stop timestamp
1625         and stop byte position. This requires us to use a doubly-linked list
1626         but still saves 8-12 bytes per frame.
1628 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1630         * ext/mad/gstmad.c: (clip_outgoing_buffer):
1631         Fix buffer clipping to correctly clip to the segment stop.
1633 2007-07-15  Jan Schmidt  <thaytan@noraisin.net>
1635         * gst/mpegaudioparse/gstmpegaudioparse.c:
1636         (gst_mp3parse_emit_frame):
1637         Fix a calculation that was causing mp3parse to drop every incoming
1638         frame when upstream delivered a segment in TIME format, breaking 
1639         playback of all mpeg system streams.
1641 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1643         * Makefile.am:
1644         * configure.ac:
1645         * tests/Makefile.am:
1646         Remove bogus check for libcheck, since we check for
1647         gstreamer-check and it pulls in the required info from
1648         and we weren't actually _using_ the information for
1649         libcheck ourselves anyway.
1651 2007-07-13  Sebastian Dröge  <slomo@circular-chaos.org>
1653         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1654         (gst_mp3parse_init), (gst_mp3parse_dispose),
1655         (gst_mp3parse_sink_event), (mp3parse_seek_table_last_entry),
1656         (gst_mp3parse_emit_frame), (gst_mp3parse_chain),
1657         (mp3parse_handle_seek), (mp3parse_src_query):
1658         * gst/mpegaudioparse/gstmpegaudioparse.h:
1659         Implement accurate seeking in mpegaudioparse. Fixes #308312.
1660         Also implement segment seeks.
1662 2007-07-13  Sebastian Dröge  <slomo@circular-chaos.org>
1664         * ext/mad/gstmad.c: (_do_init), (gst_mad_init), (index_seek),
1665         (normal_seek), (gst_mad_sink_event), (clip_outgoing_buffer),
1666         (gst_mad_chain), (gst_mad_change_state):
1667         * ext/mad/gstmad.h:
1668         Implement buffer clipping and use GST_BOILERPLATE instead of manual
1669         GType magic. Part one of bug #308312.
1671 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1673         * configure.ac:
1674           Use pkg-config to locate check.
1676 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1678         * configure.ac:
1679         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer):
1680         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_buffer):
1681         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
1682           Fix build against core CVS by not using deprecated API. Bump
1683           requirements for new API (overdue anyway).
1685 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
1687         * REQUIREMENTS:
1688           Also add amr-libs here and update a little.
1690 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1692         * docs/plugins/inspect/plugin-dvdnav.xml:
1693         * docs/plugins/inspect/plugin-realmedia.xml:
1694         * docs/plugins/inspect/plugin-synaesthesia.xml:
1695           Add inspect file for synaesthesia so the docs can be built even if
1696           the plugin isn't built yet. Fixes #454311. Also add inspect files
1697           for dvdnavsrc and realmedia.
1699 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1701         * docs/plugins/Makefile.am:
1702           Simplify --extra-dir as gtkdoc scans recursively.
1704 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
1706         * docs/plugins/Makefile.am:
1707         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1708         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
1709         * gst/synaesthesia/Makefile.am:
1710         * gst/synaesthesia/gstsynaesthesia.c:
1711         * gst/synaesthesia/gstsynaesthesia.h:
1712           And yet more docs enabled.
1714 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
1716         * docs/plugins/Makefile.am:
1717         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
1718         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
1719         * docs/plugins/inspect/plugin-a52dec.xml:
1720         * docs/plugins/inspect/plugin-amrnb.xml:
1721         * docs/plugins/inspect/plugin-asf.xml:
1722         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
1723         * docs/plugins/inspect/plugin-dvdsub.xml:
1724         * docs/plugins/inspect/plugin-iec958.xml:
1725         * docs/plugins/inspect/plugin-lame.xml:
1726         * docs/plugins/inspect/plugin-mad.xml:
1727         * docs/plugins/inspect/plugin-mpeg2dec.xml:
1728         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
1729         * docs/plugins/inspect/plugin-mpegstream.xml:
1730           Add new docs. Scan c++ files too.
1731         
1732         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_base_init),
1733         (gst_amrnbdec_event):
1734         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
1735         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_base_init),
1736         (gst_amrnbparse_loop):
1737           Add documentation headers.
1739         * ext/mad/gstmad.c:
1740         * ext/mad/gstmad.h:
1741           Refactor for docs.
1743 2007-07-01  Sebastian Dröge  <slomo@circular-chaos.org>
1745         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_base_init),
1746         (gst_mp3parse_init):
1747         Use GST_BOILERPLATE instead of manual GType magic.
1748         * gst/mpegaudioparse/gstmpegaudioparse.c:
1749         (gst_mp3parse_handle_first_frame), (mp3parse_time_to_bytepos),
1750         (mp3parse_bytepos_to_time):
1751         * gst/mpegaudioparse/gstmpegaudioparse.h:
1752         Implement seeking, byte->time, time->byte conversions with the Xing
1753         seek table if available. This allows better at least a bit more
1754         accurate seeks and file position reporting.
1756 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1758         * gst/mpegaudioparse/gstmpegaudioparse.c:
1759         (gst_mp3parse_handle_first_frame):
1760         Copy the complete Xing seek table in the 100 byte array instead of
1761         copying the first byte 100 times.
1762         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_total_bytes),
1763         (mp3parse_total_time), (mp3parse_time_to_bytepos):
1764         Add seeking support based on the Xing header but comment it out for
1765         now as it seems to yield worse result than the other method.
1766         Also use gst_pad_query_peer_duration() instead of getting the peer pad
1767         ourself, creating a new GstQuery, etc.
1769 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1771         * docs/plugins/gst-plugins-ugly-plugins.args:
1772         * docs/plugins/inspect/plugin-a52dec.xml:
1773         * docs/plugins/inspect/plugin-amrnb.xml:
1774         * docs/plugins/inspect/plugin-asf.xml:
1775         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
1776         * docs/plugins/inspect/plugin-dvdread.xml:
1777         * docs/plugins/inspect/plugin-dvdsub.xml:
1778         * docs/plugins/inspect/plugin-iec958.xml:
1779         * docs/plugins/inspect/plugin-lame.xml:
1780         * docs/plugins/inspect/plugin-mad.xml:
1781         * docs/plugins/inspect/plugin-mpeg2dec.xml:
1782         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
1783         * docs/plugins/inspect/plugin-mpegstream.xml:
1784           Update docs with caps info.
1786 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1788         * po/POTFILES.in:
1789           Make sure dvdnav strings get translated too (no reason not to have
1790           them in the .po file, even if the plugin is disabled for now).
1791           Fixes #450879.
1793 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
1795         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_base_init),
1796         (gst_amrnbdec_event), (gst_amrnbdec_chain),
1797         (gst_amrnbdec_state_change):
1798         * ext/amrnb/amrnbdec.h:
1799         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_base_init),
1800         (gst_amrnbparse_loop):
1801           Add newsegment and discont handling. Some code cleanups.
1803 2007-06-25  David Schleef  <ds@schleef.org>
1805         * ext/dvdread/dvdreadsrc.c: check for an error from
1806           DVDReadBlocks() correctly.
1808 2007-06-25  David Schleef  <ds@schleef.org>
1810         * ext/dvdread/dvdreadsrc.c:
1811           If we can't read a nav packet, or it doesn't look like a nav
1812           packet, that's an error.  Previous behavior was to look at
1813           the next packet; I can't find any justification for doing that.
1814           Fixes: #358891.
1816 2007-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1818         * po/it.po:
1819           Updated Italian translation.
1821 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1823         * po/vi.po:
1824           Updated Vietnames translation.
1826 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1828         contributed by: Wenzheng Hu <db_lobster@163.com>
1830         * po/LINGUAS:
1831         * po/zh_CN.po:
1832           Added Chinese (simplified) translation.
1834 2007-06-22  Jan Schmidt  <thaytan@mad.scientist.com>
1836         * MAINTAINERS:
1837         Updating all the maintainers files
1839 2007-06-22  Edward Hervey  <edward@fluendo.com>
1841         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init):
1842         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init):
1843         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
1844         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_init):
1845         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_init):
1846         * gst/iec958/ac3iec.c: (ac3iec_init):
1847         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
1848         Fix leaks some more.
1850 2007-06-21  Edward Hervey  <edward@fluendo.com>
1852         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init):
1853         "She's leaking me", said valgrind.
1855 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1857         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_caps_create):
1858         Fix "pad caps are not a real subset of its template caps" warning.
1860 2007-06-19  Wim Taymans  <wim@fluendo.com>
1862         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1864         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init),
1865         (gst_amrnbdec_finalize):
1866         Don't leak the adapter, unref it in a new finalize method instead.
1867         Fixes #448782.
1869 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1871         * configure.ac:
1872         Back to CVS
1874         * gst-plugins-ugly.doap:
1875         Add 0.10.6 to the list of releases.
1877 === release 0.10.6 ===
1879 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
1881         * configure.ac:
1882           releasing 0.10.6, "The Sacrifice"
1884 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
1886         * win32/vs6/gst_plugins_ugly.dsw:
1887         * win32/vs6/libgstac3parse.dsp:
1888         * win32/vs6/libgstasfdemux.dsp:
1889         * win32/vs6/libgstdvdlpcmdec.dsp:
1890         * win32/vs6/libgstdvdsub.dsp:
1891         * win32/vs6/libgstiec958.dsp:
1892         * win32/vs6/libgstlame.dsp:
1893         * win32/vs6/libgstmad.dsp:
1894         * win32/vs6/libgstmpegaudioparse.dsp:
1895         * win32/vs6/libgstmpegstream.dsp:
1896         * win32/vs6/libgstrealmedia.dsp:
1897         * win32/vs6/libgstsynaesthesia.dsp:
1898           Convert line endings to CRLF and mark as binary files.
1900 2007-06-13  Tim-Philipp Müller  <tim at centricular dot net>
1902         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_set_property):
1903           Don't forget to unlock when setting the device property, or
1904           we'll sooner or later deadlock.
1906 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
1908         * gst/dvdsub/gstdvdsubdec.c:(gst_dvd_sub_dec_parse_subpic):
1909         Use gst_util_guint64_to_gdouble for conversion.
1910         * win32/vs6/libgstasfdemux.dsp:
1911         Add asfpacket.c to the build.
1912         
1913 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
1915         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
1916         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame):
1917         * gst/mpegaudioparse/gstmpegaudioparse.h:
1918         If the Xing header provides a total time, use it to calculate the
1919         correct average bitrate immediately, instead of sending updates as 
1920         we parse the stream.
1922 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1924         Patch by by: Mark Nauwelaerts <manauw at skynet dot be>
1926         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
1927         Use GstClockTime instead of guint for a time variable to prevent
1928         overflows on too large subtitle durations. Fixes #444514.
1930 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
1932         Patch by: Mark Nauwelaerts <manauw at skynet be>
1934         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_sink_event):
1935           Clear state when handling the serialized FLUSH_STOP event instead of
1936           the FLUSH_START event, thereby making sure we don't free buffers the
1937           chain function is still using. Fixes dvdsubdec crashing when flusing
1938           or seeking (#442706).
1940 2007-05-23  Tim-Philipp Müller  <tim at centricular dot net>
1942         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1943           Initialise variable to make fc4 build bot happy.
1945 2007-05-21  Tim-Philipp Müller  <tim at centricular dot net>
1947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
1948           Add sanity check so we don't abort for broken or non-MPEG streams,
1949           but instead error out. Fixes crashes/aborts for when our typefinder
1950           wrongly identifies quicktime files as mpeg (which should be fixed in
1951           -base now too). (#440120).
1953 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1955         * ext/amrnb/amrnbdec.c (gst_amrnbdec_debug, GST_CAT_DEFAULT,
1956           block_size, _do_init, gst_amrnbdec_base_init,
1957           gst_amrnbdec_class_init, gst_amrnbdec_init):
1958         * ext/amrnb/amrnbenc.c (gst_amrnbenc_debug, GST_CAT_DEFAULT, _do_init,
1959           gst_amrnbenc_base_init, gst_amrnbenc_class_init, gst_amrnbenc_init):
1960         * ext/amrnb/amrnbparse.c (gst_amrnbparse_debug, GST_CAT_DEFAULT,
1961           block_size, _do_init, gst_amrnbparse_base_init,
1962           gst_amrnbparse_class_init, gst_amrnbparse_init):
1963           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
1964           GST_DEBUG_FUNCPTR and add log-category.
1966 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
1968         * gst/mpegaudioparse/gstmpegaudioparse.c:
1969         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
1970         (gst_mp3parse_emit_frame), (gst_mp3parse_handle_first_frame),
1971         (gst_mp3parse_chain), (mp3parse_total_bytes),
1972         (mp3parse_total_time):
1973         * gst/mpegaudioparse/gstmpegaudioparse.h:
1974         Implement parsing of Xing headers from the first frame of the stream,
1975         and use it to report duration correctly where possible.
1977 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1979         * gst/realmedia/rmdemux.c: (gst_rmdemux_descramble_cook_audio):
1980           After descrambling, push the packets out as individual packets
1981           instead of one big descrambled buffer. Makes cook audio decoding
1982           work with the 'realaudiodec' decoder from gst-plugins-bad.
1984 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1986         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
1987         (gst_rmdemux_sink_event), (gst_rmdemux_perform_seek),
1988         (gst_rmdemux_reset), (gst_rmdemux_chain), (gst_rmdemux_add_stream),
1989         (gst_rmdemux_parse_packet):
1990         * gst/realmedia/rmdemux.h:
1991           Remember first timestamp encountered in stream and re-timestamp
1992           stream to start from zero (fixes #397219); only send one newsegment
1993           event, not two; when seeking, send newsegment events from the
1994           streaming thread and not from the seeking thread.
1996 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
1998         Based on patch by: Mark Nauwelaerts  <manauw skynet be>
2000         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
2001         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
2002         (gst_mpeg_demux_process_event), (gst_mpeg_streams_reset_last_flow):
2003         * gst/mpegstream/gstmpegdemux.h:
2004           Reset last_flow values for the various streams after a flushing
2005           seek, otherwise we might aggregate wrong flow returns afterwards
2006           that will make upstream pause silently. This should fix seeking
2007           in DVDs and also fix the Thoggen cropping dialog (#438610).
2009 2007-05-07  Tim-Philipp Müller  <tim at centricular dot net>
2011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_reset),
2012         (gst_asf_demux_chain_headers),
2013         (gst_asf_demux_parse_data_object_start), (all_streams_prerolled),
2014         (gst_asf_demux_have_mutually_exclusive_active_stream),
2015         (gst_asf_demux_check_activate_streams),
2016         (gst_asf_demux_find_stream_with_complete_payload),
2017         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop),
2018         (gst_asf_demux_activate_ext_props_streams),
2019         (gst_asf_demux_process_object):
2020         * gst/asfdemux/gstasfdemux.h:
2021           Activate streams (ie. add the pads to the element) depending on
2022           whether we actually get data for those streams within the ASF
2023           preroll value specified. Currently only done in pull-mode though
2024           (this will fix problems with playbin hanging on mms streams once
2025           we use this in push-mode as well).
2027 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2029         * gst/asfdemux/asfpacket.c: (gst_asf_payload_queue_for_stream):
2030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_reset),
2031         (gst_asf_demux_init), (gst_asf_demux_push_complete_payloads),
2032         (gst_asf_demux_process_file):
2033         * gst/asfdemux/gstasfdemux.h:
2034           Make all timestamps start from zero in pull-mode too; some small
2035           clean-ups and FIXMEs here and there.
2037 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2039         * gst/asfdemux/asfpacket.c: (gst_asf_demux_parse_payload),
2040         (gst_asf_demux_parse_packet):
2041           If packet size is specified within the packet and smaller than
2042           the actual packet size, don't parse beyond the size specified in
2043           the packet (this makes us parse some cases of packets with single
2044           compressed payloads cleanly, see e.g stream from #431318). Also
2045           add a sanity check when parsing compressed single payloads.
2047 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2049         * gst/asfdemux/asfpacket.c: (gst_asf_payload_queue_for_stream):
2050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_seek_index_lookup),
2051         (gst_asf_demux_handle_seek_event),
2052         (gst_asf_demux_push_complete_payloads):
2053           Seeking improvements: honour the KEY_UNIT seek flag; after a seek, only
2054           send data from the keyframe right before the new segment start to
2055           make sure the decoder doesn't have to decode more than absolutely
2056           necessary.
2058 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
2060         * gst/asfdemux/asfheaders.c:
2061         * gst/asfdemux/asfheaders.h:
2062         * gst/asfdemux/asfpacket.c:
2063         (asf_payload_parse_replicated_data_extensions),
2064         (gst_asf_demux_parse_payload):
2065         * gst/asfdemux/asfpacket.h:
2066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
2067         (gst_asf_demux_push_complete_payloads),
2068         (gst_asf_demux_process_ext_stream_props):
2069         * gst/asfdemux/gstasfdemux.h:
2070           Implement payload extension system/extended replicated data parsing,
2071           so we can extract payload durations if they're specified.
2073 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
2075         * gst/asfdemux/asfheaders.h:
2076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
2077         (gst_asf_demux_reset), (gst_asf_demux_parse_data_object_start),
2078         (gst_asf_demux_loop), (gst_asf_demux_setup_pad),
2079         (gst_asf_demux_add_audio_stream), (gst_asf_demux_activate_stream),
2080         (gst_asf_demux_parse_stream_object),
2081         (gst_asf_demux_process_ext_stream_props),
2082         (gst_asf_demux_process_queued_extended_stream_objects),
2083         (gst_asf_demux_activate_ext_props_streams),
2084         (gst_asf_demux_process_object):
2085         * gst/asfdemux/gstasfdemux.h:
2086           Refactor stream parse/activation a bit (stream activation heuristics
2087           are still the same though); some more clean-ups.
2089 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
2091         * win32/common/.cvsignore:
2092           Ignore generated config.h file to make build bot happy.
2094 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
2096         * gst/asfdemux/gstasf.c: (plugin_init):
2097         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init):
2098         * gst/asfdemux/gstasfdemux.h:
2099           Init debug category before using it.
2101 2007-04-27  Tim-Philipp Müller  <tim at centricular dot net>
2103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_pull_data),
2104         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop):
2105           Fix silly bug when we can't pull as much data as we want; don't
2106           forget to announce pending tags in the new packet parsing code.
2108 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2110         * configure.ac:
2111         * win32/MANIFEST:
2112           Generate a win32 config.h into win32/common and add to MANIFEST so
2113           it gets disted (#393890). Looks like win32/common/config.h.in needs
2114           some work though.
2116 2007-04-22  Tim-Philipp Müller  <tim at centricular dot net>
2118         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
2119         (gst_amrnbparse_class_init), (gst_amrnbparse_init),
2120         (gst_amrnbparse_pull_header), (gst_amrnbparse_loop):
2121           Fix pull mode operation some more: send newsegment event before
2122           sending data; handle EOS and fatal flow returns a bit better; don't
2123           leak buffers in some cases. Misc. minor cleanups. Fixes #431707.
2125 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
2127         * gst/asfdemux/Makefile.am:
2128         * gst/asfdemux/asfpacket.c: (asf_packet_read_varlen_int),
2129         (asf_packet_create_payload_buffer),
2130         (asf_payload_find_previous_fragment),
2131         (gst_asf_payload_queue_for_stream), (gst_asf_demux_parse_payload),
2132         (gst_asf_demux_parse_packet):
2133         * gst/asfdemux/asfpacket.h:
2134         * gst/asfdemux/gstasfdemux.c:
2135         (gst_asf_demux_reset_stream_state_after_discont),
2136         (gst_asf_demux_push_complete_payloads), (gst_asf_demux_loop),
2137         (gst_asf_demux_setup_pad), (gst_asf_demux_descramble_buffer),
2138         (gst_asf_demux_process_chunk):
2139         * gst/asfdemux/gstasfdemux.h:
2140           New packet parsing code: should put halfway decent timestamps on
2141           buffers, and might even set the appropriate keyframe/discont buffer
2142           flags from time to time (and even if it doesn't, I'm at least able
2143           to debug this code); only used in pull-mode so far. Still needs
2144           some more work, like payload extensions parsing and proper flow
2145           aggregation, and stream activation based on preroll. Stay tuned.
2146           
2147 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
2149         * gst/asfdemux/asfheaders.h:
2150         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
2151         (gst_asf_demux_seek_index_lookup),
2152         (gst_asf_demux_handle_seek_event), (gst_asf_demux_get_stream),
2153         (gst_asf_demux_setup_pad), (gst_asf_demux_add_video_stream),
2154         (gst_asf_demux_process_ext_content_desc),
2155         (gst_asf_demux_process_file), (gst_asf_demux_descramble_segment),
2156         (gst_asf_demux_push_buffer), (gst_asf_demux_process_chunk),
2157         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data):
2158         * gst/asfdemux/gstasfdemux.h:
2159           Some clean-ups and small fixes: rename asf_stream_context structure to
2160           AsfStream; inline some three-line utility functions that are only used
2161           once anyway and get rid of their associated helper structs; make debug
2162           category global so that it is used by the debug statements in the other
2163           file as well; simplify gst_asf_demux_get_stream(); fix accidental
2164           implicit initialisation of stream->last_buffer_timestamp to 0, which
2165           would lead to missing timestamps on the first buffer; put fourcc format
2166           into video caps to make certain proprietary wmv decoders happy (for the
2167           case of WMVA in particular); play_time is offset by preroll as well, so
2168           fix overreporting of duration for some files.
2170 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
2172         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event),
2173         (gst_asf_demux_pull_indices):
2174           Printf format fixes.
2176 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
2178         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
2179         (gst_mpeg_parse_send_event):
2180           Post an error message if EOS wasn't handled by anything downstream.
2181           This should fix playbin freezing/hanging with small VobSub subtitle
2182           files (background: not-linked flow returns from downstream are
2183           ignored for a while at the beginning, so if the file is small
2184           upstream will never get a not-linked flow return even if nothing
2185           is connected downstream). (#429960).
2187 2007-04-16  Michael Smith  <msmith@fluendo.com>
2189         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
2190         (gst_amrnbparse_sink_activate),
2191         (gst_amrnbparse_sink_activate_pull):
2192           Rewrite terminally broken sinkpad activation code.
2193           Now actually supports pull-mode activation (didn't before), and push
2194           mode activation doesn't leave the sinkpad flushing.
2196 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2198         * gst/asfdemux/asfheaders.c:
2199         * gst/asfdemux/asfheaders.h:
2200         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_free_stream),
2201         (gst_asf_demux_reset), (gst_asf_demux_init),
2202         (gst_asf_demux_activate), (gst_asf_demux_activate_push),
2203         (gst_asf_demux_activate_pull), (gst_asf_demux_sink_event),
2204         (gst_asf_demux_seek_index_lookup),
2205         (gst_asf_demux_reset_stream_state_after_discont),
2206         (gst_asf_demux_handle_seek_event),
2207         (gst_asf_demux_handle_src_event), (gst_asf_demux_chain_headers),
2208         (gst_asf_demux_chain), (gst_asf_demux_pull_data),
2209         (gst_asf_demux_pull_indices),
2210         (gst_asf_demux_parse_data_object_start),
2211         (gst_asf_demux_pull_headers), (gst_asf_demux_loop),
2212         (gst_asf_demux_setup_pad), (gst_asf_demux_process_file),
2213         (gst_asf_demux_process_simple_index),
2214         (gst_asf_demux_process_object),
2215         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
2216         (gst_asf_demux_handle_data), (gst_asf_demux_change_state):
2217         * gst/asfdemux/gstasfdemux.h:
2218           Make asfdemux work in pull mode where possible. If there's an index
2219           at the end of the file, read it and use it for seeking purposes.
2221 2007-04-12  Wim Taymans  <wim@fluendo.com>
2223         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
2224         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_setcaps),
2225         (gst_synaesthesia_chain), (gst_synaesthesia_change_state):
2226         Some timestamp fixes.
2228         * gst/synaesthesia/synaescope.c: (synaescope_coreGo):
2229         Fix for 64-bit machines.
2231 2007-04-12  Wim Taymans  <wim@fluendo.com>
2233         Patch by: René Stadler <mail at renestadler dot de>
2235         * gst/realmedia/rmdemux.c: (find_seek_offset_bytes),
2236         (find_seek_offset_time), (gst_rmdemux_reset),
2237         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
2238         (gst_rmdemux_add_stream), (gst_rmdemux_combine_flows):
2239         * gst/realmedia/rmdemux.h:
2240         Make rmdemux handle any number of logical streams. Fixes #428698.
2242 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2244         submitted by: Mogens Jaeger <mogens@jaeger.tf>
2246         * po/LINGUAS:
2247         * po/da.po:
2248           Added Danish translation.
2250 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2252         * po/.cvsignore:
2253         Add pot.
2255 2007-03-27  Julien MOUTTE  <julien@moutte.net>
2257         * ext/mad/gstmad.c: (gst_mad_chain): Generate a perfect
2258         stream and try to adapt to incoming timestamps lack of
2259         precision up to half a frame. This allows generating
2260         a perfect stream even with muxed formats like FLV where
2261         the timestamps are stored in milliseconds.
2263 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
2265         * gst/realmedia/rmdemux.c:
2266           Remove unused zlib.h include. Fixes #421594.
2268 2007-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
2270         * ext/lame/gstlame.c: (gst_lame_setup):
2271         Disable the bitrate checking when the user has requested
2272         Free Format mode, as all bitrates less than the maximum
2273         are valid then.
2275 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2277         * po/hu.po:
2278         * po/it.po:
2279         * po/sv.po:
2280           Update translations.
2282 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
2284         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src):
2285         When handling seeks, don't convert -1 start or stop values to a bogus
2286         byte position - pass them upstream as -1.
2288 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
2290         * gst/mpegaudioparse/gstmpegaudioparse.c:
2291         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
2292         (gst_mp3parse_init), (gst_mp3parse_sink_event),
2293         (gst_mp3parse_emit_frame), (gst_mp3parse_chain),
2294         (gst_mp3parse_change_state), (mp3parse_time_to_bytepos),
2295         (mp3parse_bytepos_to_time), (mp3parse_total_bytes),
2296         (mp3parse_total_time), (mp3parse_handle_seek),
2297         (mp3parse_src_event), (mp3parse_src_query),
2298         (mp3parse_get_query_types), (plugin_init):
2299         * gst/mpegaudioparse/gstmpegaudioparse.h:
2300         Implement seeking via average bitrate, and position+duration
2301         querying in mp3parse. Later, it will support frame-accurate seeking by
2302         building a seek table as it parses.
2304         Add 'parsed=false' to the sink pad caps, and 'parsed=true' to the src
2305         pad caps. Bump the priority to PRIMARY+1 so that it is autoplugged
2306         before any extant MP3 decoder plugin. This allows us to remove framing
2307         support from the decoders, if we want, and will provide them with
2308         accurate seeking automatically once it is finished.
2310         Fix the handling of MPEG-1 Layer 1 files.
2312         Partially fix timestamping of packets arriving from a demuxer by
2313         queueing the incoming timestamp until the next packet starts, rather
2314         than applying it immediately to the next pushed buffer.
2316 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2318         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_header_ext):
2319           Printf format fix.
2321 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2323         Patch by: Zaheer Abbas Merali  <zaheermerali at gmail com>
2325         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
2326           Never post a (fatal) error message on the bus on decoding errors. We
2327           should only do this if we can't recover, but mpeg2dec can always
2328           recover. This is needed for DVB streams, for example, where there
2329           may be temporary glitches in the stream. Instead of an error
2330           message, post a warning message on the bus for every N decoding
2331           errors. Fixes #370020.
2333 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2335         * configure.ac:
2336           Convert to new AG_GST style.
2338 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2340         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
2341         (gst_lame_setup):
2342         Display sensible defaults and limits for the 
2343         vbr-min/max/mean properties. Fix the 'hard-limit' VBR min
2344         property - it's supposed to be a boolean 0/1 value.
2346 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2348         * ext/lame/gstlame.c:
2349         Initialise the variables so gcc doesn't complain about possibly
2350         uninitialised uses, even though they can't actually happen.
2352 2007-02-28  Wim Taymans  <wim@fluendo.com>
2354         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
2355         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
2356         (gst_dvdlpcmdec_chain_raw), (dvdlpcmdec_sink_event):
2357         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
2358         Implement all sample rates.
2359         Implement sample permutation a little smarter avoiding a memcpy.
2360         Fix timestamps, use segments, fix seeking.
2362 2007-02-28  Wim Taymans  <wim@fluendo.com>
2364         * docs/plugins/Makefile.am:
2365         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
2366         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
2367         * docs/plugins/inspect/plugin-siddec.xml:
2368         * ext/sidplay/gstsiddec.cc:
2369         * ext/sidplay/gstsiddec.h:
2370         Document siddec.
2372 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2374         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
2375         (gst_lame_set_property), (gst_lame_setup):
2376           Fix up bitrate checking macro.  Make it give us a
2377           GST_ELEMENT_WARNING message so the application has a chance of
2378           reporting this to the user.  Move the checking to _setup, so we
2379           are sure it runs in the READY state, when we hope to have a pipeline
2380           and a bus that is not flushing.
2381           This fixes e.g. using 96 kbit/sec as a bitrate.
2383 2007-02-15  Tim-Philipp Müller  <tim at centricular dot net>
2385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file),
2386         (gst_asf_demux_process_advanced_mutual_exclusion),
2387         (gst_asf_demux_process_queued_extended_stream_objects),
2388         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
2389         * gst/asfdemux/gstasfdemux.h:
2390           Parse advanced mutual exclusion object and only add pads for
2391           'hidden' streams (those in an extended stream header) that are
2392           mutually exclusive with an already existing 'main stream' if
2393           the broadcasting flag is not set. If the broadcasting flag is set,
2394           assume that data for this stream isn't sent. (This should ideally be
2395           solved better by making playbin more robust against this and/or by
2396           making mmssrc send some information downstream about which streams
2397           will be streamed). Fixes #353116.
2399 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
2401         * gst/synaesthesia/gstsynaesthesia.c:
2402         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2403         (gst_synaesthesia_finalize), (gst_synaesthesia_chain):
2404         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
2405         (synaescope32), (synaescope_set_data), (synaesthesia_update),
2406         (synaesthesia_init), (synaesthesia_new), (synaesthesia_close):
2407         * gst/synaesthesia/synaescope.h:
2408         Move all the mutable engine state into a structure so that 
2409         multiple element instances can run without interfering.
2411 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2413         * configure.ac:
2414         * docs/plugins/Makefile.am:
2415           Add crossreferences to glib/gobject/gstream docs.
2417 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2419         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
2420         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2421         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
2422         (plugin_init):
2423         * gst/synaesthesia/synaescope.c: (synaescope_coreGo),
2424         (synaescope8):
2425           More source cleanups and add FIXME comments.
2427 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
2429         * gst/realmedia/rmdemux.c:(gst_rmdemux_parse_indx_data):
2430           Use gst_guint64_to_gdouble for conversions.
2431         * gst/synaesthesia/synaescope.c:
2432           Define M_PI and do not include <pthread.h> and
2433           <sys/time.h> for G_OS_WIN32 
2434         * win32/vs6/libgstrealmedia.dsp:
2435         * win32/vs6/synaesthesia.dsp:
2436           Update projects files.
2437         * win32/common/config.h.in:
2438           Add config.h.in for autogen of config.h
2440 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
2442         * configure.ac:
2443           Add --enable-experimental support. Activate synaesthesia when building
2444           with --enable-experimental. Fix --enable-external configure switch
2445           description.
2447 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2449         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
2450         (gst_lame_change_state):
2451         * ext/lame/gstlame.h:
2452           On receiving EOS, we try to push a last buffer with the remaining
2453           samples. Don't do that if we got an unclean flow return on the last
2454           gst_pad_push(), downstream might not handle this very gracefully
2455           (see #403168).
2457         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2458           Pass flow returns upstream (helps #403168).
2460 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
2462         * gst/synaesthesia/gstsynaesthesia.c:
2463         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2464         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2465         (gst_synaesthesia_chain), (plugin_init):
2466           check result of gst_pad_push() in _chain.
2468 2007-02-09  Stefan Kost  <ensonic@users.sf.net>
2470         * gst/synaesthesia/Makefile.am:
2471         * gst/synaesthesia/gstsynaesthesia.c:
2472         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2473         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2474         (gst_synaesthesia_chain), (plugin_init):
2475         * gst/synaesthesia/synaescope.c:
2476         * gst/synaesthesia/synaescope.h:
2477           Added docs (not yet added to gst-plugins-ugl/docs/plugins as plugin is not
2478           built by default). Fixed Makefile.am. Fixed license headers (its GPL as it
2479           is derived from GPL code). Fixed GST_SYNAESTHESIA_CLASS macro. Added
2480           GST_DEBUG_FUNCPTR. Reflowed _setcaps. Updated pad setup in _init. Fix
2481           possible leak in _chain. (#356882)
2483 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2485         * gst/asfdemux/asfheaders.c:
2486         * gst/asfdemux/asfheaders.h:
2487         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2488         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
2489         (gst_asf_demux_identify_guid), (asf_demux_peek_object),
2490         (gst_asf_demux_chain_headers), (gst_asf_demux_chain),
2491         (gst_asf_demux_setup_pad), (gst_asf_demux_process_stream),
2492         (gst_asf_demux_process_ext_content_desc),
2493         (gst_asf_demux_get_object_header), (gst_asf_demux_process_header),
2494         (gst_asf_demux_process_file), (gst_asf_demux_process_comment),
2495         (gst_asf_demux_process_bitrate_props_object),
2496         (gst_asf_demux_process_header_ext),
2497         (gst_asf_demux_process_language_list),
2498         (gst_asf_demux_process_ext_stream_props),
2499         (gst_asf_demux_process_queued_extended_stream_objects),
2500         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
2501         * gst/asfdemux/gstasfdemux.h:
2502           Refactor and clean up header parsing and chain function a bit; get
2503           rid of some cruft; make header parsing a tad more robust, fixing
2504           #403188.
2506 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
2509           Post an error if we receive an EOS event while still waiting for the
2510           ASF header object to come through.
2512 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2514         Patch by: Xavier B. <xavierb gmail com>
2516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_guid),
2517         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
2518         (gst_asf_demux_process_ext_content_desc),
2519         (gst_asf_demux_process_data),
2520         (gst_asf_demux_process_language_list),
2521         (gst_asf_demux_process_ext_stream_props),
2522         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data):
2523           Guard places where we assume that a certain amount of data is
2524           available better against less data being available (should fix
2525           infamous assertion crasher bug #336370). Also fixes a small
2526           memory leak.
2528 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
2530         * gst/realmedia/Makefile.am:
2531         * gst/realmedia/rademux.c:
2532         * gst/realmedia/rademux.h:
2533         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2534         (gst_rmdemux_descramble_dnet_audio), (gst_rmdemux_plugin_init):
2535         * gst/realmedia/rmutils.c: (gst_rm_utils_descramble_dnet_buffer):
2536         * gst/realmedia/rmutils.h:
2537           Add demuxer for RealAudio files (#349779).
2539 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
2540         
2541         * Makefile.am:
2542           Add win32/MANIFEST to EXTRA_DIST so win32 files will
2543           be include in the next release.
2544         * win32/MANIFEST:
2545           Remove win32/common/config.h is which is not autogenerated yet.
2546         
2547 2006-12-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2549         * ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain):
2550           warn when outgoing sample rate is different from incoming
2552 2006-12-29  Jan Schmidt  <thaytan@mad.scientist.com>
2554         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2555           All sample-rates < 32khz come from the LSF extensions, which only
2556           use 1 granule. Fixes parsing of 22.05khz, 24khz and 16khz files.
2558           Use gst_util_uint64_scale because we can.
2560 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2562         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2563         (cleanup_amrnbenc):
2564           and fix compilation of this test
2566 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2568         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2569         (cleanup_amrnbenc):
2570         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2571         (cleanup_mpeg2dec):
2572           re-apply as it was -bad and not -ugly that is frozen, doh
2574 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2576         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2577         (cleanup_amrnbenc):
2578         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2579         (cleanup_mpeg2dec):
2580           revert my freeze breakage
2582 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2584         * gst/asfdemux/gstasfdemux.c:
2585         (gst_asf_demux_get_gst_tag_from_tag_name),
2586         (gst_asf_demux_process_ext_content_desc):
2587           add a comment about a future change
2588         
2589         * tests/check/elements/amrnbenc.c: (setup_amrnbenc),
2590         (cleanup_amrnbenc):
2591         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2592         (cleanup_mpeg2dec):
2593           consistent pad (de)activation
2595 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_src_query_types):
2598           Update query_types function too.
2600 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2602         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query),
2603         (gst_rmdemux_src_query_types):
2604           Implement SEEKING query, make query function thread-safe.
2606 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2608         * gst/realmedia/rmdemux.c: (gst_rmdemux_descramble_dnet_audio):
2609           Use alignment-safe macros here too (subbuffers ...); guard against
2610           hypothetical memory access beyond our given buffer in the case
2611           where the buffer size is not a multiple of 2.
2613 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_seek_event),
2616         (gst_asf_demux_process_data), (gst_asf_demux_process_file),
2617         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
2618         * gst/asfdemux/gstasfdemux.h:
2619           Don't crash in the seek event handling code when playtime is 0,
2620           as may be the case with live streams (#386218). Implement SEEKING
2621           query so applications can query seekability without second-guessing
2622           based on whether we have a duration or not.
2624 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2626         * Makefile.am:
2627         * gst-plugins-ugly.doap:
2628         * gst-plugins-ugly.spec.in:
2629           add doap file
2631 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2633         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2634           Use our alignment-safe macros here too, since we can't assume that
2635           GST_BUFFER_DATA is aligned (these are subbuffers we're dealing with
2636           here).
2638 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2640         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_indx_data):
2641           Also, don't read the index for a stream a second time when
2642           operating in pull-mode and reaching the end of the file.
2644 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2646         Patch by: Roland Kay  <roland.kay at ox compsoc net>
2648         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset):
2649           Don't leak stream index (#385292).
2651 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2653         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
2655         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
2656         (gst_lame_setup):
2657         * ext/lame/gstlame.h:
2658           Fix leak (by calling lame_init_params() before lame_close()); handle
2659           NULL return from lame_init() more gracefully. Fixes #385311.
2661 2006-12-14  Jan Schmidt  <thaytan@mad.scientist.com>
2663         * configure.ac:
2664           Back to CVS
2666 === release 0.10.5 ===
2668 2006-12-13  Jan Schmidt <thaytan@mad.scientist.com>
2670         * configure.ac:
2671           releasing 0.10.5, "She said"
2673 2006-12-12  David Schleef  <ds@schleef.org>
2675         * gst/mpegstream/gstmpegparse.c: Use the GST_READ macro I meant
2676           to in the previous checkin.  see #385192.  You can have your
2677           cheese back now.
2679 2006-12-12  David Schleef  <ds@schleef.org>
2681         * gst/mpegstream/gstmpegparse.c: Fix unaligned load that loads
2682           from the dereferenced integer, not the pointer itself.  Fixes
2683           #385192.
2685           I'm takin ur cheese!
2687 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2689         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
2691         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
2692           For version 4 streams, read the extra codec data size from the
2693           header instead of assuming it is always 16 (also read it from the
2694           right position) (#384989). For version 4 and 5 streams, check that
2695           the specified extra codec data size doesn't make us read beyond the
2696           chunk boundary (#384996).
2698 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2700         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf):
2701           Cosmetic changes: fix misleading debug statement, update
2702           comment, add cast.
2704 2006-11-21  Wim Taymans  <wim@fluendo.com>
2706         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2708         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2709         (gst_mpeg2dec_reset), (gst_mpeg2dec_alloc_sized_buf),
2710         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
2711         * ext/mpeg2dec/gstmpeg2dec.h:
2712         Align buffers to a 16 byte boundary so the altivec optimisations
2713         don't crash. Fixes #327350.
2715 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream):
2718           The availability of extra codec data isn't something that
2719           warrants debug messages at WARNING level (see #376958).
2721 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2723         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
2724         (gst_dvd_demux_class_init), (gst_dvd_demux_combine_flows),
2725         (gst_dvd_demux_send_subbuffer):
2726         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
2727         (gst_mpeg_demux_init_stream), (gst_mpeg_demux_parse_packet),
2728         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_combine_flows),
2729         (gst_mpeg_demux_send_subbuffer):
2730         * gst/mpegstream/gstmpegdemux.h:
2731         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
2732         (gst_mpeg_parse_chain):
2733           Fix flow value combination; this fixes playbin/totem locking up if
2734           a VobSub file is specified as subtitle file (#334322). Flow value
2735           combination should only happen once we are fairly sure we've got all
2736           pads that are available for now. Since there isn't a well-specified
2737           time when this is the case in MPEG, we'll just assume this is the
2738           case once there has been a certain number of packets for each
2739           stream we've found so far.
2741 2006-11-15  Wim Taymans  <wim@fluendo.com>
2743         Patch by: Jan Arne Petersen <jpetersen at jpetersen dot org>
2745         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence), (handle_slice):
2746         Simplify the framerate code and support more framerates. Fixes #361584.
2748 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2750         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2752         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init):
2753           Fix minor memleak when creating pads from static pad templates (#369627).
2755         * tests/check/Makefile.am:
2756         * tests/check/elements/.cvsignore:
2757         * tests/check/elements/mpeg2dec.c: (setup_mpeg2dec),
2758         (cleanup_mpeg2dec), (GST_START_TEST), (mpeg2dec_suite), (main):
2759           Add unit tests for mpeg2dec (#369627).
2761 2006-11-14  Wim Taymans  <wim@fluendo.com>
2763         Patch by: Mark Nauwelaerts <manauw at skynet be>
2765         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
2766         (gst_lame_change_state):
2767         * ext/lame/gstlame.h:
2768         Make lame timestamp flushed eos buffer by some additional timestamp
2769         accounting. Fixes #374760.
2771 2006-11-13  Michael Smith  <msmith@fluendo.com>
2773         * gst/mpegaudioparse/gstmpegaudioparse.c:
2774         (mp3_type_frame_length_from_header), (gst_mp3parse_reset),
2775         (gst_mp3parse_init), (gst_mp3parse_dispose),
2776         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
2777         (gst_mp3parse_change_state):
2778         * gst/mpegaudioparse/gstmpegaudioparse.h:
2779           Make timestamp handling in mp3parse saner; now works for at least
2780           simple cases.
2782 2006-11-13  Michael Smith  <msmith@fluendo.com>
2784         * gst/mpegaudioparse/Makefile.am:
2785         * gst/mpegaudioparse/gstmpegaudioparse.c:
2786         (mp3_type_frame_length_from_header), (gst_mp3parse_class_init),
2787         (gst_mp3parse_reset), (gst_mp3parse_init), (gst_mp3parse_dispose),
2788         (gst_mp3parse_sink_event), (gst_mp3parse_chain), (head_check),
2789         (gst_mp3parse_change_state), (plugin_init):
2790         * gst/mpegaudioparse/gstmpegaudioparse.h:
2791           Bring mp3parse into the 21st century.
2792           Use its own debug category, use gstadapter, format nicely to 80
2793           columns, and fix incorrect handling of 32 kHz and less files.
2795 2006-11-03  Wim Taymans  <wim@fluendo.com>
2797         Patch by: Sebastian Droege <slomo at ubuntu dot com>
2799         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
2800         (gst_mpeg2dec_alloc_buffer), (init_dummybuf), (handle_slice):
2801         * ext/mpeg2dec/gstmpeg2dec.h:
2802         libmpeg2 requires its output buffers to start at a 16byte aligned
2803         address or the altivec optimizations will explode.
2805 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2807         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
2808           Use dsi_pack.dsi_gi.vobu_ea correctly, add some more debugging
2809           information (fixes #340433).
2811 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
2813         Patch by: Josep Torra Valles  <josep at fluendo com>
2815         * gst/iec958/ac3_padder.c: (ac3p_init):
2816         * gst/mpegstream/gstmpegparse.c:
2817         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse__rmf),
2818         (gst_rmdemux_parse_prop), (gst_rmdemux_parse_mdpr),
2819         (gst_rmdemux_parse_indx), (gst_rmdemux_parse_indx_data),
2820         (gst_rmdemux_parse_data), (gst_rmdemux_parse_cont),
2821         (gst_rmdemux_parse_packet):
2822           Misc. fixes for problems discovered by Forte (different return types
2823           in function declaration and definition, pointer arithmetics with
2824           void pointers). Fixes #362639.
2826 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2828         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
2829           Don't announce audio or subtitle streams that aren't really present,
2830           it makes dvddemux create pads that will never carry any data, which
2831           is not good.
2833 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2835         * ext/lame/gstlame.c: (gst_lame_set_property):
2836           Round up not allowed bitrates to the next higher allowed one
2837           (Closes: #361140).
2839 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2841         * docs/plugins/Makefile.am:
2842         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
2843         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
2844         * ext/lame/gstlame.c: (gst_lame_class_init):
2845         * ext/lame/gstlame.h:
2846           Add docs for lame and lame to docs. Specify allowed bitrates
2847           in the properties description (#361140). Canonicalise object
2848           property names (ie. use hyphen instead of underscore).
2850         * docs/plugins/inspect/plugin-a52dec.xml:
2851         * docs/plugins/inspect/plugin-amrnb.xml:
2852         * docs/plugins/inspect/plugin-asf.xml:
2853         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
2854         * docs/plugins/inspect/plugin-dvdread.xml:
2855         * docs/plugins/inspect/plugin-dvdsub.xml:
2856         * docs/plugins/inspect/plugin-iec958.xml:
2857         * docs/plugins/inspect/plugin-lame.xml:
2858         * docs/plugins/inspect/plugin-mad.xml:
2859         * docs/plugins/inspect/plugin-mpeg2dec.xml:
2860         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
2861         * docs/plugins/inspect/plugin-mpegstream.xml:
2862         * docs/plugins/inspect/plugin-siddec.xml:
2863           Update version to CVS.
2865 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2867         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
2868         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_chain),
2869         (plugin_init):
2870         * po/POTFILES.in:
2871           Add i18n magic to lame plugin. Throw decent error message when we
2872           fail to setup the encoder (#361140, 361151); misc. minor clean-ups.
2874 2006-10-10  Wim Taymans  <wim@fluendo.com>
2876         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
2877         (gst_rdt_depay_init), (gst_rdt_depay_setcaps),
2878         (gst_rdt_depay_chain), (gst_rdt_depay_change_state):
2879         Change caps to x-rdt, because it's not x-rtp.
2881         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
2882         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet),
2883         (gst_rmdemux_plugin_init):
2884         Activate pad before adding to the element.
2885         Return the combined stream return values after pad_alloc.
2887 2006-10-10  Wim Taymans  <wim@fluendo.com>
2889         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice):
2890         * ext/mpeg2dec/gstmpeg2dec.h:
2891         Add some debugging to timestamp handling.
2892         Make sure we don't convert invalid timestamps.
2894 2006-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
2897         (gst_asf_demux_setup_pad), (gst_asf_demux_process_segment):
2898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
2899         (gst_dvd_demux_get_subpicture_stream):
2900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2901         (gst_mpeg_demux_get_audio_stream),
2902         (gst_mpeg_demux_get_private_stream):
2903           Active pads before adding them to the running element. Don't assert
2904           on non-BYTE format newsegment events in asfdemux.
2906 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2908         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title),
2909         (gst_dvd_read_src_handle_seek_event):
2910         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2911         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
2912         * ext/sidplay/gstsiddec.cc:
2913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_parse_data):
2914         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop),
2915         (gst_rmdemux_parse_packet):
2916           Printf format fixes.
2918 2006-10-03  Wim Taymans  <wim@fluendo.com>
2920         * gst/realmedia/Makefile.am:
2921         * gst/realmedia/rdtdepay.c: (gst_rdt_depay_base_init),
2922         (gst_rdt_depay_class_init), (gst_rdt_depay_init),
2923         (gst_rdt_depay_setcaps), (gst_rdt_depay_chain),
2924         (gst_rdt_depay_set_property), (gst_rdt_depay_get_property),
2925         (gst_rdt_depay_change_state), (gst_rdt_depay_plugin_init):
2926         * gst/realmedia/rdtdepay.h:
2927         Added RDT depayloader.
2929         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
2930         (gst_rmdemux_plugin_init), (plugin_init):
2931         Remove unused function.
2932         Added some more mime-types.
2934 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
2936         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (update_timestamps):
2937           If an incoming timestamp is within one sample of our current
2938           timestamp, then keep it. This prevents imprecision in the
2939           PTS (which only has 90khz granularity) from affecting our stream.
2941 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
2944           Reflow code so that compiler doesn't complain about possible use
2945           of uninitialised variable any longer; but just in case, initialise
2946           it anyway; also take object ref in query function and do peer pad
2947           stuff in a more thread-safe way.
2949 2006-09-27  Wim Taymans  <wim@fluendo.com>
2951         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
2952         Init a variable to make compilers happy.
2954 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2956         Patch by: Martin Zlomek <martin dot zlomek at itonis dot tv>
2958         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_reset),
2959         (gst_dvd_demux_sync_stream_to_time):
2960         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
2961         (gst_mpeg_demux_synchronise_pads),
2962         (gst_mpeg_demux_sync_stream_to_time):
2963           Send newsegment updates for sparse streams (#350778).
2964         
2965 2006-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2967         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_do_convert_query):
2968           fix compile warning
2970 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2972         * configure.ac:
2973         As another attempt, synaesthesia can be enabled by passing
2974         --with-plugins="synaesthesia" to configure
2976 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2978         * configure.ac:
2979            Don't build synaesthesia by default, until someone confirms that it
2980            is okay (filed as #356882)
2982 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2984         * configure.ac:
2985         * gst/synaesthesia/Makefile.am:
2986         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init),
2987         (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps),
2988         (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain),
2989         (gst_synaesthesia_change_state), (plugin_init):
2990            Port synaesthesia.
2992 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2994         * ext/mad/gstid3tag.c:
2995         * gst/mpegstream/gstrfc2250enc.h:
2996         * gst/synaesthesia/gstsynaesthesia.c:
2997           More G_OBJECT macro fixing.
2999 2006-09-15  Wim Taymans  <wim@fluendo.com>
3001         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
3003         * ext/mpeg2dec/gstmpeg2dec.c: (init_dummybuf):
3004         Fix initialisation dummy buffer, the offsets are relative to the start
3005         of the buffers. Fixes #356004.
3007 2006-09-09  Tim-Philipp Müller  <tim at centricular dot net>
3009         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read):
3010           Add convert query (needed for later when we just operate in time
3011           format and let the base source class handle all the seeking stuff).
3013 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
3015         * gst/asfdemux/gstasfdemux.c:
3016         (gst_asf_demux_get_gst_tag_from_tag_name),
3017         (gst_asf_demux_process_ext_content_desc):
3018           Erm, lets properly fix it. The only non-text tag that we support is
3019           the track-number and that is an UINT. asfdemux was returning a GValue
3020           initialized as INT. Further the Track and not the TrackNumber tag
3021           (the latter is a string too).
3023 2006-09-07  Stefan Kost  <ensonic@users.sf.net>
3025         * gst/asfdemux/gstasfdemux.c:
3026         (gst_asf_demux_get_gst_tag_from_tag_name),
3027         (gst_asf_demux_process_ext_content_desc):
3028           Skip tags that are unknown (was producing an uninialized GValue).       
3030 2006-09-01  Michael Smith  <msmith@fluendo.com>
3032         Patch by: Michal Benes <michal.benes@itonis.tv>:
3034         * ext/a52dec/gsta52dec.c: (gst_a52dec_mode_get_type),
3035         (gst_a52dec_class_init), (gst_a52dec_init), (gst_a52dec_channels),
3036         (gst_a52dec_handle_frame), (gst_a52dec_change_state),
3037         (gst_a52dec_set_property), (gst_a52dec_get_property):
3038         * ext/a52dec/gsta52dec.h:
3039           Add two things to a52dec: configure the exact output format for ac3
3040           decoding through properties, if desired.
3041           By default, configure an output format preferred by downstream. Now
3042           that audioconvert lists caps by preference, this means that a52dec
3043           can do downmixing (iff required) rather than audioconvert, so it can
3044           use the ac3 downmix levels from the bitstream.
3046 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
3048         * ext/lame/Makefile.am:
3049         * ext/mpeg2dec/Makefile.am:
3050         * gst/dvdlpcmdec/Makefile.am:
3051         * gst/dvdsub/Makefile.am:
3052         * gst/mpegaudioparse/Makefile.am:
3053           Add missing GST_LIBS to the link flags
3055 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3057         * configure.ac:
3058           Up requirements to core 0.10.6 for gst_event_new_new_segment_full().
3060 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
3062         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new):
3063           Fix build for debug disabled
3065 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
3068         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
3069           Use static pad templates with ANY caps for the source pads for
3070           simplicity and to avoid warnings when creating pads for unhandled
3071           codec IDs (#351795).
3073 2006-08-16  Wim Taymans  <wim@fluendo.com>
3075         Patch by: Michal Benes <michal dot benes at itonis dot tv>
3077         * ext/mad/gstmad.c: (gst_mad_chain):
3078         Fix timestamping in mad by only activating a new timestamp when the
3079         previous frame has been decoded. Fixes #350723.
3080         Also clean up some of the non fatal warnings when the input buffer is
3081         too small to decode a header.
3083 === release 0.10.4 ===
3085 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
3087         * configure.ac:
3088           releasing 0.10.4, "Metal Molly"
3090 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3092         Patch by: Wim Taymans <wim at fluendo dot com>
3094         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
3095           Instead of forwarding the event in the wrong format, unref it and set
3096           a boolean that we still need to send it in the streaming thread.
3097           Fixes #350554
3099 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3101         Patch by: Edward Hervey <edward at fluendo dot com>
3103         * ext/dvdread/dvdreadsrc.c: (plugin_init):
3104         Put debug category initialization before use of GST_DEBUG, in order
3105         to remove a fatal warning.  Fixes #350895
3107 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3109         * gst/dvdsub/gstdvdsubdec.c: (plugin_init):
3110           Set rank to NONE for the time being until we make playbin handle
3111           subtitle pictures again (dvdsubdec seems to be a bit shaky at
3112           times when seeking, so it's probably better if it doesn't get
3113           autoplugged for the time being).
3115 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3117         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
3118         (gst_rmdemux_parse_mdpr):
3119           Handle audio streams with stream_version 3 properly; warn about 
3120           unknown stream versions; handle unknown fourccs a tad more
3121           gracefully (setting bogus caps). Also, use GST_FOURCC_ARGS
3122           with GST_FOURCC_FORMAT.
3124 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3126         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_goto_title):
3127           Error out properly if this is an interactive DVD (fixes #345694).
3129 2006-08-07  Jan Schmidt  <thaytan@mad.scientist.com>
3131         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
3132           When the first_access is 1 or 0, we should copy the timestamp from 
3133           the incoming buffer if there is one.
3135 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3137         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
3138         (gst_a52dec_reneg), (gst_a52dec_handle_frame), (gst_a52dec_chain):
3139           Use GST_ELEMENT_ERROR for error reporting; post errors in some
3140           more places; remove superfluous newlines from debug statements.
3142 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3144         Patch by: Frédéric Riss  <frederic.riss at gmail com>
3146         * gst/dvdsub/gstdvdsubdec.c: (gst_send_subtitle_frame):
3147           Don't set negative durations on outgoing buffers (#350044),
3148           which happens when you use macros that got changed during
3149           the last unstable cycle because they were thought not to
3150           be used anywhere.
3151           
3152 2006-08-06  Tim-Philipp Müller  <tim at centricular dot net>
3154         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_stop),
3155         (gst_dvd_read_src_goto_chapter),
3156         (gst_dvd_read_src_get_chapter_starts),
3157         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_get_next_cell),
3158         (gst_dvd_read_src_get_time_for_sector),
3159         (gst_dvd_read_src_get_sector_from_time), (gst_dvd_read_src_read),
3160         (gst_dvd_read_src_handle_seek_event), (gst_dvd_read_src_do_seek),
3161         (gst_dvd_read_src_goto_sector):
3162         * ext/dvdread/dvdreadsrc.h:
3163           Add basic support for time-based seeking; set timestamps on
3164           outgoing buffers if we have them; create table with
3165           chapter to time mapping when opening a title; rename
3166           gst_dvd_read_src_get_next_cell_for() to _get_next_cell() and
3167           make it take an explicit pgc argument; fix up some debugging
3168           messages so that title/chapter numbers are printed as starting
3169           from 1 for easier readability.
3171 2006-08-04  Tim-Philipp Müller  <tim at centricular dot net>
3173         * gst/realmedia/Makefile.am:
3174         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
3175         (gst_rmdemux_parse_cont):
3176         * gst/realmedia/rmutils.c: (gst_rm_utils_read_string8),
3177         (gst_rm_utils_read_string16), (gst_rm_utils_read_tags):
3178         * gst/realmedia/rmutils.h:
3179           Factor out some code into rmutils.[ch]; when reading
3180           strings, don't read beyond the available data; read
3181           metadata strings correctly (string length is 16 bits
3182           here, not just 8).
3183           
3184 2006-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
3186         * Makefile.am:
3187         * configure.ac:
3188         * gst/asfdemux/gstasfdemux.c:
3189         Fix dist by including gst-libs/
3191 2006-07-29  Tim-Philipp Müller  <tim at centricular dot net>
3193         * ext/dvdread/dvdreadsrc.c: (plugin_init):
3194         * po/POTFILES.in:
3195           Make custom error messages translatable.
3197         * gst/asfdemux/gstasf.c: (plugin_init):
3198           Remove setlocale() call, doesn't seem to be needed or recommended for
3199           plugins, at least not according to gstreamer/docs/random/i18n.
3201 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3203         * gst/asfdemux/Makefile.am:
3204         * gst/asfdemux/asfheaders.c:
3205         * gst/asfdemux/asfheaders.h:
3206         * gst/asfdemux/gstasf.c: (plugin_init):
3207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
3208           Error out when the stream is encrypted (rather than feeding
3209           garbage to the decoders). Fixes #349025.
3211 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3213         * Makefile.am:
3214         * autogen.sh:
3215         * configure.ac:
3216         * po/POTFILES.in:
3217           Add/enable autofoo magic for translations.
3219 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3221         * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),
3222         (gst_rmdemux_change_state), (gst_rmdemux_add_stream),
3223         (gst_rmdemux_parse_cont), (gst_rmdemux_descramble_cook_audio),
3224         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
3225           Don't leak streams, strings or caps. Get rid of unnecessary
3226           getcaps() function.
3228 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
3230         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
3231         (gst_rmdemux_init), (gst_rmdemux_chain), (gst_rmdemux_add_stream),
3232         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_data),
3233         (gst_rmdemux_stream_clear_cached_subpackets),
3234         (gst_rmdemux_descramble_cook_audio),
3235         (gst_rmdemux_descramble_dnet_audio),
3236         (gst_rmdemux_handle_scrambled_packet), (gst_rmdemux_parse_packet):
3237           Descramble cook audio streams before sending them to the
3238           decoder. Fixes #347292.
3239           Also miscellaneous clean-ups and log-level changes.
3241 2006-07-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3243         * ext/lame/gstlame.c: (gst_lame_setup):
3244         Fix lame putting lots of 0's at start of mp3.  Fixes bug #348786.
3246 2006-07-21  Wim Taymans  <wim@fluendo.com>
3248         * ext/sidplay/gstsiddec.cc:
3249         * ext/sidplay/gstsiddec.h:
3250         Remove old metadata thing.
3252 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
3254         * gst/asfdemux/gstasfdemux.c:
3255         (gst_asf_demux_get_ext_stream_props_for_stream),
3256         (gst_asf_demux_add_audio_stream), (gst_asf_demux_change_state):
3257           Find language codes for audio streams if they are available.
3259 2006-07-14  Tim-Philipp Müller  <tim at centricular dot net>
3261         * gst/asfdemux/asfheaders.h:
3262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_obj_stream),
3263         (gst_asf_demux_process_stream),
3264         (gst_asf_demux_process_language_list),
3265         (gst_asf_demux_process_ext_stream_props),
3266         (gst_asf_demux_process_queued_extended_stream_objects),
3267         (gst_asf_demux_process_object), (gst_asf_demux_change_state):
3268         * gst/asfdemux/gstasfdemux.h:
3269           Parse extended stream properties objects and stream objects
3270           hidden inside them (but delay creation of the appropriate
3271           pads until after all the 'normal' stream objects have been
3272           dealt with) (#343763). Also parse language list object.
3274 2006-07-13  Wim Taymans  <wim@fluendo.com>
3276         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
3277         (gst_rmdemux_finalize), (gst_rmdemux_src_event),
3278         (find_seek_offset_time), (gst_rmdemux_perform_seek),
3279         (gst_rmdemux_src_query), (gst_rmdemux_change_state),
3280         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
3281         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
3282         (gst_rmdemux_combine_flows), (gst_rmdemux_parse_packet):
3283         * gst/realmedia/rmdemux.h:
3284         Cleanups, use GstSegment for seeking.
3285         Fix error handling.
3286         Combine flow return from all streams.
3288 2006-07-10  Wim Taymans  <wim@fluendo.com>
3290         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
3291         Fix refcounting when cropping. Fixes #341677.
3293 2006-07-09  Wim Taymans  <wim@fluendo.com>
3295         Patch by: Grzegorz Lukasik <hauserx at gmail dot com>
3297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream),
3298         (gst_asf_demux_process_segment):
3299         Fix typo. Closes #347029.
3301 2006-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3304           Skip chunks for unknown streams properly. Fixes broken sound
3305           and/or video for files that have additional streams that
3306           we don't recognise yet (e.g. if they are embedded in extended
3307           stream properties). Partly fixes #343763.
3309 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
3311         * gst/asfdemux/asfheaders.c:
3312         * gst/asfdemux/asfheaders.h:
3313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_identify_guid),
3314         (gst_asf_demux_process_header), (gst_asf_demux_push_obj),
3315         (gst_asf_demux_pop_obj), (gst_asf_demux_process_object),
3316         (gst_asf_demux_change_state):
3317         * gst/asfdemux/gstasfdemux.h:
3318           Add some more GUIDs and make debug log more readable
3319           and easier to follow when parsing the headers.
3321 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
3323         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
3324         (gst_dvd_read_src_is_seekable), (gst_dvd_read_src_class_init),
3325         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
3326         (gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event),
3327         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_src_event):
3328         * ext/dvdread/dvdreadsrc.h:
3329           Rewrite seeking code and make seeking in DVDs work (#337834).
3331 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
3333         * autogen.sh:
3334           Check for automake-1.9 as well.
3336 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
3338         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_is_nav_pack):
3339           Make check stronger.
3341 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3343         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
3344         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
3345         (gst_asf_demux_push_buffer):
3346         * gst/asfdemux/gstasfdemux.h:
3347           Handle unknown codec IDs/fourccs properly (#345879); send tag
3348           events after newsegment event; fix use of GST_FOURCC_FORMAT
3349           macro.
3351 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3353         * ext/a52dec/gsta52dec.c: (plugin_init):
3354           Call the channel positions get_type() method in plugin_init 
3355           to ensure that it isn't simultaneously called later from 
3356           multiple threads.
3358 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
3360         * gst/mpegstream/gstmpegpacketize.c:
3361         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_put):
3362         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
3363           Also flush packetizer cache when we get a buffer that has the
3364           DISCONT flag set; update current byte position from buffer
3365           offset after a flush.
3367 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
3369         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_new),
3370         (gst_mpeg_packetize_flush_cache), (gst_mpeg_packetize_destroy),
3371         (gst_mpeg_packetize_read):
3372         * gst/mpegstream/gstmpegpacketize.h:
3373         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
3374         (gst_mpeg_parse_change_state):
3375           Flush packetizer cache when we get a FLUSH_STOP event;
3376           remove unused source pad member from packetizer; add debug
3377           category for packetizer.
3379 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3381         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (plugin_init):
3382           Treat dual-mono as stereo. It should really be output on 2 separate
3383           pads, but isn't for now.
3385 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3387         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3388           Assume 4:3 DAR rather than 4:3 PAR (#345184).
3390 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3392         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3393           Assume pixel-aspect-ratio of 4:3 if libmpeg2dec doesn't give us
3394           any PAR whatsoever (rather than using 0/0, which will lead to
3395           an abort later on). Fixes #345184.
3397 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3399         Patch by: Michael Dominic K.  < mdk at mdk org pl>
3401         * ext/mad/gstmad.c: (gst_mad_chain):
3402           Send newsegment event before calling
3403           gst_pad_alloc_buffer_and_set_caps(), makes mad behave better
3404           in connection with pad blocking (#342594). While we're at it,
3405           do some minor clean-ups.
3407 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3409         * configure.ac:
3410           Fix --disable-external (can't set conditionals conditionally,
3411           #343602).
3413 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
3415         * ext/a52dec/Makefile.am:
3416           ... and then he said "When you go and fix the build you
3417           better make sure you have some spare backslashes in your
3418           pocket".
3420 2006-06-13  Wim Taymans  <wim@fluendo.com>
3422         * ext/sidplay/gstsiddec.cc:
3423         Fix copyright, email addresses and descriptions.
3424         Use saner defaults for arguments. Fixes #344667.
3425         constify some stuff.
3426         Fix memleaks.
3427         Add tags.
3428         Fix negotiation to do mono/44100 by default.
3429         Post error messages.
3430         Use _scale_int where possible.
3432 2006-06-12  Wim Taymans  <wim@fluendo.com>
3434         * ext/dvdnav/.cvsignore:
3435         More ignore
3437 2006-06-12  Wim Taymans  <wim@fluendo.com>
3439         * tests/check/elements/amrnbenc.c: (push_data):
3440         Init memory before feeding it to the encoder to make
3441         the valgrind test succeed.
3443 2006-06-12  Edward Hervey  <edward@fluendo.com>
3445         * gst/asfdemux/.cvsignore:
3446         More ignore
3448 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
3450         * .cvsignore:
3451           Ignore files generated by 'make dist'.
3453 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3455         * autogen.sh:
3456         * configure.ac:
3457         * ext/a52dec/Makefile.am:
3458         * ext/dvdnav/Makefile.am:
3459         * ext/dvdread/Makefile.am:
3460         * ext/lame/Makefile.am:
3461         * ext/mad/Makefile.am:
3462         * ext/mpeg2dec/Makefile.am:
3463         * ext/sidplay/Makefile.am:
3464           update build files
3466 2006-06-07  Wim Taymans  <wim@fluendo.com>
3468         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_finalize),
3469         (gst_mpeg2dec_reset), (clear_buffers), (handle_picture),
3470         (gst_mpeg2dec_sink_convert), (gst_mpeg2dec_src_convert),
3471         (gst_mpeg2dec_change_state):
3472         * ext/mpeg2dec/gstmpeg2dec.h:
3473         Simplify and don't leak our buffer pool.
3474         Use _scale_int.
3475         Remove unfixed bug number from previous ChangeLog entry.
3477 2006-06-07  Wim Taymans  <wim@fluendo.com>
3479         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3480         (gst_mpeg2dec_class_init), (gst_mpeg2dec_init),
3481         (gst_mpeg2dec_finalize), (gst_mpeg2dec_reset),
3482         (gst_mpeg2dec_qos_reset), (gst_mpeg2dec_alloc_buffer),
3483         (gst_mpeg2dec_negotiate_format), (init_dummybuf),
3484         (handle_sequence), (handle_picture), (handle_slice),
3485         (gst_mpeg2dec_chain), (gst_mpeg2dec_sink_event),
3486         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
3487         * ext/mpeg2dec/gstmpeg2dec.h:
3488         Fix padtemplate as we can now do fractional framerates.
3489         Small cleanups.
3490         Use GstSegment.
3491         Add simple frame dropping QoS.
3492         Precalc buffer output sizes and UV offsets.
3493         Always give libmpeg2 a valid fbuf when it wants one.
3494         don't trust libmpeg to discard our buffers but manage it
3495         ourselves.
3496         Fixes #343627, #335288
3498 2006-06-05  Sebastien Moutte  <sebastien@moutte.net>
3500         * win32/MANIFEST:
3501         Add a manifest for futures ugly win32 releases.
3502         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
3503         Move bufcaps declaration at the beginning of the instructions 
3504         block.
3505         
3506 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
3508         * ext/a52dec/gsta52dec.h:
3509         * ext/amrnb/amrnbdec.h:
3510         * ext/amrnb/amrnbenc.h:
3511         * ext/amrnb/amrnbparse.h:
3512         * ext/mpeg2dec/gstmpeg2dec.h:
3513         * ext/sidplay/gstsiddec.h:
3514         * gst/ac3parse/gstac3parse.h:
3515         * gst/asfdemux/gstasfdemux.h:
3516         * gst/asfdemux/gstasfmux.h:
3517         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3518         * gst/iec958/ac3iec.h:
3519         * gst/mpegaudioparse/gstmpegaudioparse.h:
3520         * gst/mpegstream/gstdvddemux.h:
3521         * gst/mpegstream/gstmpegclock.h:
3522         * gst/mpegstream/gstmpegdemux.h:
3523         * gst/mpegstream/gstmpegparse.h:
3524         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
3526 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
3528         * README:
3529           Replace current README (containing the release notes from
3530           some 0.9.x version) with a proper README taken from the core.
3532 2006-05-24  Wim Taymans  <wim@fluendo.com>
3534         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_event), (gst_amrnbdec_chain):
3535         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
3536         (gst_amrnbparse_sink_event), (gst_amrnbparse_chain),
3537         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
3538         * ext/amrnb/amrnbparse.h:
3539         Sortof first quick cleanup of all this mess... 
3540         Don't crap out on empty and invalid FTs but treat them as
3541         empty packets, the decoder handles them fine.
3542         Fixes #342222.
3544 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3546         * gst/asfdemux/gstasf.c: (plugin_init):
3547           Call gst_riff_init() so the riff debug category gets set up
3548           before it is being used.
3550 2006-05-19  Michael Smith  <msmith@fluendo.com>
3552         * gst/iec958/ac3_padder.c: (ac3p_parse):
3553         * gst/iec958/ac3_padder.h:
3554         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_set_property),
3555         (ac3iec_chain_raw), (ac3iec_change_state):
3556         * gst/iec958/ac3iec.h:
3557           Write rate into the caps, for the allowed ac3 rates. Some minor
3558           cleanups.
3560 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
3562         Patch by: James "Doc" Livingston  <doclivingston gmail com>
3564         * ext/mad/gstid3tag.c: (gst_id3_tag_get_tag_to_render):
3565           Do tag merging correctly (#339918). Output taglists
3566           properly in debug statements too while we're at it.
3568 2006-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3570         * ext/a52dec/gsta52dec.c: (gst_a52dec_chain):
3571           Add more debug
3573         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
3574         (gst_dvdlpcmdec_init), (update_timestamps),
3575         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
3576         (dvdlpcmdec_sink_event):
3577         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3578           If we have a first_access offset but no current timestamp (might
3579           happen after a seek), then calculate a start time for the first
3580           portion so that it will align with the timestamp given for the
3581           first_access portion.
3583           If a new-segment arrives with format time, store the start
3584           time as a failsafe timestamp in case we never get any further
3585           timestamp info (unlikely)
3586         
3587           Mask out the 'frame number' section of the incoming header so
3588           that we don't consider it to be changing on every buffer and
3589           reset the caps constantly.
3591           Use gst_util_uint64_scale for duration calculation
3593 2006-05-11  Michael Smith  <msmith@fluendo.com>
3595         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
3596           Fix timestamping for cases where the first_access parameter is 4.
3597           Ensure we don't overrun buffers in other cases.
3599 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
3601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_string):
3602           Fix silly bug when reading metadata (#341254).
3604 2006-05-08  Edward Hervey  <edward@fluendo.com>
3606         * autogen.sh: (CONFIGURE_DEF_OPT): 
3607         libtoolize on Darwin/MacOSX is called glibtoolize
3609 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
3611         * ext/lame/gstlame.c: (gst_lame_get_type),
3612         (gst_lame_release_memory), (gst_lame_init), (gst_lame_sink_event),
3613         (gst_lame_setup), (gst_lame_change_state):
3614         * ext/lame/gstlame.h:
3615           Remove tag writing from lame (which was completely broken
3616           anyway, #329184). Leaving GstTagSetter interface around for
3617           now, albeit non-functional. Should be removed completely
3618           in 0.11. Use the 'id3v2mux' plugin from -good for writing
3619           tags.
3621 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
3623         * ext/dvdread/dvdreadsrc.c:
3624         * gst/asfdemux/gstasfdemux.c:
3625         Add semicolons after GST_BOILERPLATE[_FULL] so that
3626         indent doesn't mess up following lines.
3627         
3628 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
3630         Patch by: Andres Salomon  <dilinger at debian org>
3632         * ext/lame/gstlame.c: (gst_lame_sink_event):
3633           Fix typo (comma vs. semicolon) (#340710).
3635 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3637         Patch by: Lutz Müller <lutz at topfrose de>
3639         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query):
3640           Make mad the second element to support the highly useful
3641           FORMATS query (#340594)
3643 2006-05-02  Edward Hervey  <edward@fluendo.com>
3645         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_sink_convert),
3646         (gst_mpeg2dec_src_query):
3647         Remember the query duration format before passing it upstream since it
3648         could have been modified.
3649         Add GST_WARNING_OBJECT in sink convert function to detail why the
3650         conversion didn't work.
3652 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
3654         * ext/mad/gstid3tag.c:
3655         * ext/mad/gstmad.c:
3656         * gst/ac3parse/gstac3parse.c:
3657         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
3658         * gst/synaesthesia/gstsynaesthesia.c:
3659           Define GstElementDetails as const and also static (when defined as
3660           global)
3662 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3664         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_push_titlelang_event):
3665           Fix name of custom event (use same as dvdreadsrc).
3667         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_chain),
3668         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event):
3669           Fix event parsing (the event name is in the structure, not the
3670           name of the structure itself); also fix indentation after
3671           boilerplate macro.
3673 2006-04-23  Tim-Philipp Müller  <tim at centricular dot net>
3675         * ext/mad/gstid3tag.c: (plugin_init):
3676           Change debug category to 'id3mux'.
3678 2006-04-22  Tim-Philipp Müller  <tim at centricular dot net>
3680         Patch by: Alexander Lancaster  <alexl at users sourceforge net>
3682         * ext/mad/gstid3tag.c: (gst_id3_tag_get_caps), (gst_id3_tag_init),
3683         (gst_id3_tag_sink_event), (gst_id3_tag_src_link),
3684         (gst_id3_tag_chain):
3685           When acting as a muxer, set caps on outgoing buffers and set caps
3686           on source pad (fixes #323658). Remove unused application/x-gst-tags
3687           cruft from the 0.6 days.
3689 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3691         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_convert_src),
3692         (gst_mad_src_query), (gst_mad_chain):
3693           .. and DEFAULT queries should work too. Use magic gst util scale
3694           functions in some places.
3696 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3698         * ext/mad/gstmad.c: (gst_mad_src_query):
3699           Fix duration query in BYTES format (#336824).
3701 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3703         Patch by: Ed Catmur  <ed at catmur dot co dot uk>
3705         * ext/lame/gstlame.c: (gst_lame_sink_event):
3706           Don't crash if we get an EOS event before the encoder
3707           has been set up (#339287).
3709 2006-04-21  Wim Taymans  <wim@fluendo.com>
3711         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_start),
3712         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read),
3713         (gst_dvd_read_src_create), (gst_dvd_read_src_goto_sector):
3714         Move errors out of the normal code flow.
3715         Don't send eos, basesrc will do that for us when needed.
3717 2006-04-21  Wim Taymans  <wim@fluendo.com>
3719         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_change_state):
3720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_change_state):
3721         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_change_state):
3722         Do state changes correctly
3724 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
3726         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_sized_buf),
3727         (gst_mpeg2dec_alloc_buffer):
3728           Can't use gst_pad_alloc_buffer*() when we are going to crop
3729           the image before sending it out. Downstream basetransform-based
3730           elements will complain about the wrong unit size otherwise
3731           (when not operating in passthrough-mode at least).
3732           Const-ify some static variables and do some minor clean-ups.
3733           Use I420 macros for size/offsets (not really necessary in this
3734           particular context, but this kind of code gets copy'n'pasted).
3736 2006-04-13  Tim-Philipp Müller  <tim at centricular dot net>
3738         * gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_put),
3739         (read_cache):
3740         * gst/mpegstream/gstmpegpacketize.h:
3741           g_malloc() can't fail, we don't need to handle this. Same for
3742           gst_buffer_new_and_alloc().
3744         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
3745           klass->send_buffer() should have the same semantics as
3746           gst_pad_push(), ie. ownership of the buffer is transfered,
3747           so we never have to unref the buffer no matter what the flow
3748           return value was.
3750 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3752         * common/check.mak:
3753           allow for specifying more than one suppressions file in SUPPRESSIONS
3754         * Makefile.am:
3755         * tests/Makefile.am:
3756         * tests/check/.cvsignore:
3757         * tests/check/Makefile.am:
3758         * tests/check/elements/.cvsignore:
3759         * configure.ac:
3760           add tests/check
3761         * tests/check/gst-plugins-ugly.supp:
3762           add suppressions for libs used by -ugly
3763         * tests/check/elements/amrnbenc.c: (buffer_new), (buffer_unref),
3764         (setup_amrnbenc), (cleanup_amrnbenc), (push_data),
3765         (GST_START_TEST), (amrnbenc_suite), (main):
3766           add a simple test for encoding amr
3767         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init):
3768           fix pad template leaks
3770 2006-04-10  Michael Smith  <msmith@fluendo.com>
3772         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
3773           Plug big leak in AMR encoder.
3775 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
3777         * ext/mad/gstmad.c: (index_seek):
3778           move GstIndexEntry *entry variable declaration before 
3779           the first instruction
3780         * ext/mad/gstmad.c: 
3781           remove debug macros with variable number of parameter by using 
3782           GST_DEBUG for WIN32
3783         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
3784           use gst_guint64_to_gdouble for conversions
3785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time):
3786           replace __FUNCTION__ which is not supported by MSVC by the current
3787           function name
3788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset):
3789           remove LL suffix by using G_GINT64_CONSTANT
3790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),
3791           (gst_mpeg_parse_get_rate):
3792           use gst_guint64_to_gdouble for conversions
3793         * gst/mpegstream/gstmpegparse.h:
3794           remove LL suffix by using G_GINT64_CONSTANT
3795         * win32/vs6:
3796           add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub,
3797           iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
3798         
3799 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3801         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init):
3802         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_class_init):
3803         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_class_init):
3804         * ext/mad/gstmad.c: (gst_mad_class_init):
3805         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init):
3806         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init):
3807         * gst/asfdemux/gstasfmux.c: (gst_asfmux_class_init):
3808         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_class_init):
3809         * gst/iec958/ac3iec.c: (ac3iec_class_init):
3810         * gst/mpegaudioparse/gstmpegaudioparse.c:
3811         (gst_mp3parse_class_init):
3812         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init):
3813         * gst/mpegstream/gstmpegclock.c: (gst_mpeg_clock_class_init):
3814         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_class_init):
3815         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init):
3816         * gst/synaesthesia/gstsynaesthesia.c:
3817         (gst_synaesthesia_class_init):
3818         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3820 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3822         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
3825         (gst_asf_demux_push_buffer):
3826           Send newsegment event only once per pad, fixes #336550.
3828 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3830         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
3831         * docs/plugins/inspect/plugin-siddec.xml:
3832           add siddec
3833         * ext/dvdnav/dvdnavsrc.c:
3834           doc fixes
3836 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3838         * configure.ac:
3839           rework similarly to other modules
3840         * ext/a52dec/gsta52dec.c:
3841         * ext/amrnb/amrnb.c:
3842         * ext/dvdnav/dvdnavsrc.c:
3843         * ext/dvdread/dvdreadsrc.c:
3844         * ext/lame/gstlame.c:
3845         * ext/mad/gstid3tag.c:
3846         * ext/mpeg2dec/gstmpeg2dec.c:
3847         * ext/sidplay/gstsiddec.cc:
3848         * gst/asfdemux/gstasf.c:
3849         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
3850         * gst/dvdsub/gstdvdsubdec.c:
3851         * gst/iec958/ac3iec.c:
3852         * gst/mpegaudioparse/gstmpegaudioparse.c:
3853         * gst/mpegstream/gstmpegstream.c:
3854         * gst/realmedia/rmdemux.c: (plugin_init):
3855           use the correct defines
3857 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
3859         * configure.ac:
3860           back to HEAD
3862 === release 0.10.3 ===
3864 2006-03-31  Thomas Vander Stichele <thomas at apestaart dot org>
3866         * configure.ac:
3867           releasing 0.10.3, "Late Plane"
3869 2006-03-29  Tim-Philipp Müller  <tim at centricular dot net>
3871         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_event):
3872           Don't unref event unconditionally after giving away ownership
3873           (gst_pad_push_event(), gst_pad_send_event() and
3874           gst_pad_event_default() take ownership of the event
3875           passed to them). Fixes warnings/crashes caused by
3876           navigation events.
3878 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
3881           Don't ref NULL caps (private streams have NULL caps) (#336387);
3882           also, no need to set caps on the same buffer twice.
3884 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3886         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
3887         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_get_audio_stream),
3888         (gst_dvd_demux_get_subpicture_stream):
3889         * gst/mpegstream/gstmpegdemux.c:
3890         (gst_mpeg_demux_sync_stream_to_time):
3891           Don't leak element and pad names in error messages, use
3892           GST_DEBUG_PAD_NAME instead. Add some more debug code.
3894 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3896         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
3897         (gst_dvd_read_src_goto_title), (gst_dvd_read_src_read):
3898           Name the structure in the custom event with the
3899           language codes for the audio and subtitle streams
3900           actually like dvddemux expects it to be named.
3901           Set caps on source pad and outgoing buffers.
3903 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3905         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_set_property),
3906         (gst_lame_get_property), (gst_lame_setup):
3907         * ext/lame/gstlame.h:
3908           Make xingheader property non-functional, it's broken anyway
3909           after all (use xingmux instead).
3911 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3913         * ext/lame/gstlame.c: (gst_lame_sink_event):
3914           On EOS, flush encoder and send remaining data. Fix
3915           return value handling in sink event function.
3917 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3919         Patch by: Jürg Billeter  <j at bitron dot ch>
3921         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_set_property):
3922           Fix wrong check for started flag when setting the 'device' property.
3923           We want to allow it when the source is NOT started yet and ignore it
3924           when the source is running.
3926 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3928         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3930         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_setup_pad),
3931         (gst_asf_demux_process_chunk):
3932         * gst/asfdemux/gstasfdemux.h:
3933           Subtract first timestamp from timestamps, so that
3934           stream starts from 0; makes live streams that don't
3935           start at 0 work again (fixes #317310, #336097).
3937 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3939         Patch by: Christian Kirbach
3941         * configure.ac:
3942           Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
3943           -good. Fixes build on some systems (#331838).
3945 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3947         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
3948         (gst_rmdemux_parse_cont):
3949           Extract more tags and also post codec name tag on the
3950           bus so this shows up in totem and nautilus.
3952 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3954         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
3955         (gst_rmdemux_fill_audio_packet), (gst_rmdemux_parse_packet):
3956           Extra data usually goes into the caps as 'codec_data', not
3957           as first buffer into the stream.
3958           Need to byte swap AC3 content in realmedia files for some
3959           reason (fixes #331588).
3961 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3963         * gst/realmedia/rmdemux.c: (gst_rmdemux_init),
3964         (gst_rmdemux_validate_offset), (gst_rmdemux_loop),
3965         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
3966           When operating in pull mode, post an error message on the
3967           bus when all source pads are unlinked or some other fatal
3968           error occured (#323023). Regrade some recurring debug messages
3969           to LOG level. Convert c++-style comments into C-style ones.
3971 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3973         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
3974         (gst_rmdemux_loop), (gst_rmdemux_chain), (gst_rmdemux_send_event),
3975         (gst_rmdemux_all_source_pads_unlinked),
3976         (gst_rmdemux_at_least_one_stream_flowok), (gst_rmdemux_add_stream),
3977         (gst_rmdemux_parse_packet):
3978         * gst/realmedia/rmdemux.h:
3979           Handle unlinked source pads properly and stop if all source pads
3980           are unlinked (#323023).
3982 2006-03-23  Wim Taymans  <wim@fluendo.com>
3984         Patch by: Michal Benes <michal dot benes at xeris dot cz>
3986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
3987         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
3988         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_reset):
3989         * gst/mpegstream/gstmpegdemux.h:
3990         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3991         Timestamps in mpeg stream are 32-bit numbers. Therefore, with a
3992         clock_freq of 90kHz this timestamp overflows every ~13 hours. This 
3993         situation really happens when grabbing DVB streams. Current 
3994         mpegdemuxer can not handle this situation correctly and it 
3995         restarts counting gstreamer timestamps from zero.
3996         Fixes #326598.
3998 2006-03-15  Michael Smith  <msmith@fluendo.com>
4000         * ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event),
4001         (gst_a52dec_chain_raw), (gst_a52dec_change_state):
4002         * ext/a52dec/gsta52dec.h:
4003           Fix #334550: failure to play raw AC3 files due to segment problems.
4005 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4007         Patch by: Christophe Fergeau  <teuf gnome org>
4009         * ext/lame/gstlame.c: (gst_lame_release_memory),
4010         (gst_lame_finalize), (gst_lame_class_init),
4011         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
4012         (gst_lame_change_state):
4013           Fix some memory leaks (#333345), use GST_DEBUG_FUNCPTR more often.
4015 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4017         * ext/mad/gstmad.c: (gst_mad_convert_sink), (gst_mad_update_info),
4018         (gst_mad_sink_event), (gst_mad_change_state):
4019           Include AUDIO_CODEC tag with tags posted if input is not
4020           framed (#334258). Use _scale() util functions in more places.
4022 2006-03-12  Christophe Fergeau  <teuf@gnome.org>
4024         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4026         * ext/lame/gstlame.c: (gst_lame_class_init): mark the xing-header
4027         property as BROKEN (see
4028         http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19 for an
4029         explanation why it's broken).
4031 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4033         Patch by: Alex Lancaster
4034         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4035           Add support for writing the GST_TAG_ALBUM_VOLUME_NUMBER
4036           tag (#333683)
4037           
4038 2006-03-02  Wim Taymans  <wim@fluendo.com>
4040         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
4041         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
4042         (gst_amrnbdec_state_change):
4043         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init),
4044         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
4045         (gst_amrnbenc_state_change):
4046         * ext/amrnb/amrnbenc.h:
4047         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
4048         (gst_amrnbparse_query):
4049         Further fancyfication.
4050         Use _take to get writable data from the adapter.
4051         Precalc packet duration.
4052         Handle disconts.
4053         Forward _push to upstream.
4054         Post error messages when something goes wrong.
4055         Remove old code in amrnbparse.
4056         Don't ignore query results from upstream.
4058 2006-03-02  Michael Smith  <msmith@fluendo.com>
4060         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
4061           The AMR encoder writes into the audio buffers it processes, so
4062           use gst_buffer_make_writable() on buffers we might (they go through
4063           an adapter, so there can be copying going on later anyway) be
4064           encoding.
4066 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
4068         Patch by: Jens Granseuer
4070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_pad_added),
4071         (gst_mpeg_parse_handle_src_query):
4072           Declare variables at the beginning of a block and make
4073           gcc-2.9x happy (fixes #328957)
4075 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
4077         Patch by: Fabrizio Gennari
4079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
4080           Read packet size, sequence and padsize in right order again
4081           (fixes #332796)
4083 2006-02-28  Edward Hervey  <edward@fluendo.com>
4085         * gst/iec958/ac3iec.c:
4086         Set a proper klass (Codec/Muxer/Audio) for the ElementDetails.
4088 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
4090         * configure.ac:
4091           Make the id3tag and mad checks check for both a header and the
4092           appropriate library if the pkg-config is missing. (Closes #331842)
4093           Split the id3tag and mad checks into 2 pieces. Sometime soon I might
4094           do the same for the plugins themselves.
4095           
4096 2006-02-27  Luca Ognibene  <luogni at tin dot it>
4098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4100         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4101         (gst_mpeg2dec_reset), (gst_mpeg2dec_chain):
4102         * ext/mpeg2dec/gstmpeg2dec.h:
4103           Don't treat STATE_INVALID as fatal error; throw an error
4104           only after five consecutive decoding errors. Makes decoding
4105           mpeg streams more robust and fixes playback of joined clips
4106           (#300682).
4108 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
4110         * ext/dvdnav/dvdnavsrc.h:
4111           Oops. forgot to add this one.
4113 2006-02-26  Julien MOUTTE  <julien@moutte.net>
4115         * ext/Makefile.am: Fix dist-check.
4117 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
4119         * configure.ac:
4120           Disable dvdnavsrc for now.
4122 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
4124         * configure.ac:
4125         * ext/Makefile.am:
4126         * ext/dvdnav/Makefile.am:
4127         * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_base_init),
4128         (gst_dvd_nav_src_class_init), (gst_dvd_nav_src_check_get_range),
4129         (gst_dvd_nav_src_init), (gst_dvd_nav_src_finalize),
4130         (gst_dvd_nav_src_is_open), (gst_dvd_nav_src_set_property),
4131         (gst_dvd_nav_src_get_property), (gst_dvd_nav_src_set_clock),
4132         (gst_dvd_nav_src_tca_seek), (gst_dvd_nav_src_update_streaminfo),
4133         (gst_dvd_nav_src_set_domain), (gst_dvd_nav_src_update_highlight),
4134         (gst_dvd_nav_src_user_op), (dvdnav_get_event_name),
4135         (dvdnav_get_read_domain_name), (gst_dvd_nav_src_print_event),
4136         (gst_dvd_nav_src_make_dvd_event),
4137         (gst_dvd_nav_src_structure_set_uint64),
4138         (gst_dvd_nav_src_push_dvd_nav_packet_event),
4139         (gst_dvd_nav_src_push_clut_change_event), (read_vts_info),
4140         (gst_dvd_nav_src_push_titlelang_event),
4141         (gst_dvd_nav_src_process_next_block), (gst_dvd_nav_src_create),
4142         (gst_dvd_nav_src_start), (gst_dvd_nav_src_stop),
4143         (gst_dvd_nav_src_handle_navigation_event),
4144         (gst_dvd_nav_src_handle_seek_event), (gst_dvd_nav_src_src_event),
4145         (gst_dvd_nav_src_query_position), (gst_dvd_nav_src_query_duration),
4146         (gst_dvd_nav_src_query), (gst_dvd_nav_src_uri_get_type),
4147         (gst_dvd_nav_src_uri_get_protocols), (gst_dvd_nav_src_uri_get_uri),
4148         (gst_dvd_nav_src_uri_set_uri), (gst_dvd_nav_src_uri_handler_init),
4149         (gst_dvd_nav_src_do_init), (plugin_init):
4150           dvdnavsrc ported to 0.10, for the most part at least. Not quite
4151           ready for prime time yet though.
4153 2006-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4155         * configure.ac:
4156         * gst/dvdsub/Makefile.am:
4157         * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_base_init),
4158         (gst_dvd_sub_dec_class_init), (gst_dvd_sub_dec_init),
4159         (gst_dvd_sub_dec_finalize), (gst_dvd_sub_dec_src_event),
4160         (gst_dvd_sub_dec_get_event_delay), (gst_dvd_sub_dec_parse_subpic),
4161         (gst_get_nibble), (gst_setup_palette), (gst_get_rle_code),
4162         (gst_draw_rle_line), (gst_dvd_sub_dec_merge_title),
4163         (gst_send_empty_fill), (gst_send_subtitle_frame),
4164         (gst_dvd_sub_dec_advance_time), (gst_dvd_sub_dec_chain),
4165         (gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event),
4166         (plugin_init):
4167         * gst/dvdsub/gstdvdsubdec.h:
4168           Port dvdsubdec to 0.10
4170 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4172         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4173          Push the rank up to SECONDARY+1 so that dvddemux is preferred over
4174          mpegdemux for MPEG-2 video streams.
4176 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
4178         * configure.ac:
4179           Bump nano back to CVS
4181 === release 0.10.2 ===
4183 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
4185         * configure.ac:
4186           releasing 0.10.2, "Season to Taste"
4188 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
4190         * configure.ac:
4191           releasing 0.10.1.3 prelease for 0.10.2
4193 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
4195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event):
4196           In sink event handler, release object lock again
4197           _before_ sending EOS event downstream (#313838).
4199 2006-02-17  Christian Schaller  <christian@fluendo.com>
4200         
4201         * gst/asfdemux/gstasf.c: (plugin_init):
4202           Set asfdemux rank to secondary (fixes #331579).
4204 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
4206         * configure.ac:
4207           releasing 0.10.1.2 prelease for 0.10.2
4209 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
4211         * ext/mpeg2dec/gstmpeg2dec.c: (crop_copy_i420_buffer),
4212         (crop_copy_i422_buffer), (crop_buffer):
4213           When we need to crop the output buffer, make sure we
4214           create a buffer of the right size and respect the implicit
4215           striding used for I420 elsewhere in GStreamer (#331301).
4217 2006-02-17  Edward Hervey  <edward@fluendo.com>
4219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream):
4220         Do not error out on non-recognized streams. Ignore them and allow
4221         playback of the other streams.
4223 2006-02-17  Jan Schmidt  <thaytan@mad.scientist.com>
4225         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
4226         Add a small sanity check for LPCM reading.
4228 2006-02-17  Edward Hervey  <edward@fluendo.com>
4230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_file):
4231         Take into account the file properties preroll value for
4232         timestamping/newsegment. It's weird this value was commented out.
4234 2006-02-16  Wim Taymans  <wim@fluendo.com>
4236         * gst/asfdemux/Makefile.am:
4237         More asf makefile fixing.
4239 2006-02-16  Wim Taymans  <wim@fluendo.com>
4241         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
4242         (gst_lame_change_state):
4243         Fix up lame a bit.
4244         Apply patch #319782 by Gautier Portet.
4246 2006-02-16  Edward Hervey  <edward@fluendo.com>
4248         * gst/asfdemux/Makefile.am:
4249         But we do need to link against the riff libraryr.
4251 2006-02-16  Edward Hervey  <edward@fluendo.com>
4253         * gst/asfdemux/Makefile.am:
4254         We don't want asfmux.c yet.
4256 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
4258         * ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
4259         (gst_mad_sink_event), (gst_mad_check_caps_reset), (gst_mad_chain),
4260         (gst_mad_change_state):
4261           Port fixes for bugs 314771, 308772, 140237, and 302625
4262           from 0.8 (Patch by Jonathan Matthew, Fixes #329575)
4263           Use GST_EVENT_FLUSH_STOP to clear data from the current input
4264           buffer, to avoid using it for any future decoding.
4266 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
4268         * configure.ac:
4269         * gst/asfdemux/asfheaders.c: (gst_asf_identify_guid),
4270         (gst_asf_get_guid_nick):
4271         * gst/asfdemux/asfheaders.h:
4272         * gst/asfdemux/gstasf.c: (plugin_init):
4273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
4274         (gst_asf_demux_class_init), (gst_asf_demux_init),
4275         (gst_asf_demux_sink_event), (gst_asf_demux_handle_seek_event),
4276         (gst_asf_demux_handle_src_event),
4277         (gst_asf_demux_get_current_offset), (gst_asf_demux_chain),
4278         (gst_asf_demux_skip_bytes), (gst_asf_demux_identify_guid),
4279         (gst_asf_demux_get_uint8), (gst_asf_demux_get_uint16),
4280         (gst_asf_demux_get_uint32), (gst_asf_demux_get_uint64),
4281         (gst_asf_demux_get_var_length), (gst_asf_demux_get_buffer),
4282         (gst_asf_demux_get_bytes), (gst_asf_demux_get_string),
4283         (gst_asf_demux_get_guid), (gst_asf_demux_get_obj_file),
4284         (gst_asf_demux_get_bitrate_record),
4285         (gst_asf_demux_get_obj_comment), (gst_asf_demux_get_obj_header),
4286         (gst_asf_demux_get_obj_header_ext), (gst_asf_demux_get_obj_stream),
4287         (gst_asf_demux_get_replicated_data), (gst_asf_demux_get_obj_data),
4288         (gst_asf_demux_get_obj_data_correction),
4289         (gst_asf_demux_get_stream_audio),
4290         (gst_asf_demux_get_stream_correction),
4291         (gst_asf_demux_get_stream_video),
4292         (gst_asf_demux_get_stream_video_format),
4293         (gst_asf_demux_get_stream), (gst_asf_demux_setup_pad),
4294         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream),
4295         (gst_asf_demux_process_stream),
4296         (gst_asf_demux_get_gst_tag_from_tag_name),
4297         (gst_asf_demux_commit_taglist),
4298         (gst_asf_demux_process_ext_content_desc),
4299         (gst_asf_demux_get_object_header), (gst_asf_demux_process_data),
4300         (gst_asf_demux_process_header), (gst_asf_demux_process_file),
4301         (gst_asf_demux_process_comment),
4302         (gst_asf_demux_process_bitrate_props_object),
4303         (gst_asf_demux_process_header_ext), (gst_asf_demux_process_object),
4304         (gst_asf_demux_descramble_segment),
4305         (gst_asf_demux_element_send_event),
4306         (gst_asf_demux_send_event_unlocked), (gst_asf_demux_push_buffer),
4307         (gst_asf_demux_process_chunk), (gst_asf_demux_process_segment),
4308         (gst_asf_demux_handle_data), (gst_asf_demux_parse_data),
4309         (gst_asf_demux_get_src_query_types),
4310         (gst_asf_demux_handle_src_query), (gst_asf_demux_change_state):
4311         * gst/asfdemux/gstasfdemux.h:
4312           asfdemux ported to 0.10. Does still need a bit of work (seems like
4313           there's something funky going on when timestamping video frames).
4314           The seeking code is likely to make Wim cry, but hey, at least it
4315           compiles.
4317 2006-02-15  Wim Taymans  <wim@fluendo.com>
4319         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_setcaps),
4320         (gst_amrnbdec_chain), (gst_amrnbdec_state_change):
4321         Some more comments.
4323         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer), (handle_slice):
4324         Applied patch from Fabrizio Gennari, fixes #330844.
4326 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
4328         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_init),
4329         (gst_dvd_read_src_class_init), (gst_dvd_read_src_start),
4330         (gst_dvd_read_src_stop), (gst_dvd_read_src_goto_title),
4331         (gst_dvd_read_src_set_property), (gst_dvd_read_src_get_property),
4332         (gst_dvd_read_src_uri_get_uri), (gst_dvd_read_src_uri_set_uri):
4333         * ext/dvdread/dvdreadsrc.h:
4334           Let's try to play the title the user set via the URI handler or
4335           via properties instead of always playing the first title. Also,
4336           Also, count title/chapter/angle number in URI and properties
4337           from 1 rather than 0.
4339 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
4341         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
4342         (gst_dvd_read_src_get_size), (gst_dvd_read_src_do_seek),
4343         (gst_dvd_read_src_do_duration_query):
4344           Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable,
4345           otherwise GstBaseSrc will think we can operate pull_range based,
4346           which we don't really, and typefinding will fail miserably.
4347           Also, make seeking work somewhat (only works with flumpegdemux
4348           at the moment, mpegstream needs fixing for that first).
4350 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
4352         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
4353         (gst_dvd_read_src_create), (gst_dvd_read_src_src_event):
4354           Only allocate buffer once we know exactly how much we need,
4355           rather than gratuitously allocating 2MB-buffers all the time
4356           even if we usually need much less than that. Also, demote
4357           a debug message from DEBUG to LOG level.
4359 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4361         * ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
4362         (gst_dvd_read_src_seekable), (gst_dvd_read_src_get_size),
4363         (gst_dvd_read_src_do_seek), (gst_dvd_read_src_do_duration_query),
4364         (gst_dvd_read_src_do_position_query):
4365           Add some more debugging and fix duration query in BYTES.
4367 2006-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4369         * configure.ac:
4370         * ext/Makefile.am:
4371         * ext/dvdread/Makefile.am:
4372         * ext/dvdread/dvdreadsrc.c:
4373         * ext/dvdread/dvdreadsrc.h:
4374           Half-baked port to 0.10. Needs some love
4375           in the seeking department, but at least
4376           it does something.
4378         * ext/dvdread/stream_labels.c:
4379         * ext/dvdread/stream_labels.h:
4380           Remove these (we use ISO-639 language codes internally; applications
4381           that want to translate those into language names for display to the
4382           user should rely on the iso-codes package for that).
4384 2006-02-06  Wim Taymans  <wim@fluendo.com>
4386         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
4387         (gst_amrnbdec_setcaps), (gst_amrnbdec_event), (gst_amrnbdec_chain),
4388         (gst_amrnbdec_state_change):
4389         * ext/amrnb/amrnbdec.h:
4390         Fix amrnbdec, handle events, take copy from adapter since the decoder
4391         apparently writes in the source data.
4392         Use some _scale_int, and precalc duration.
4393         Fix some leaks, post ERROR messages.
4395 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4397         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4398           One source pad not being linked is not an error condition when we're
4399           still parsing the header. In this case (e.g. where we don't have a
4400           suitable decoder installed) just pretend everything is fine, so that
4401           the demuxer will actually go on to signal no-more-pads when done
4402           parsing the header, otherwise  decodebin/playbin will never post the
4403           appropriate error message if decoders are not available.
4405 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
4407         * ext/mad/gstid3tag.c:
4408         * gst/realmedia/rmdemux.c:
4409         Just make it compile with --disable-gst-debug.
4411 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
4413         * ext/mad/gstmad.c: (gst_mad_convert_src), (scale),
4414         (gst_mad_check_caps_reset), (gst_mad_chain):
4415           Merge patch from Radoslaw Szkodzinski (bug 326734)
4417 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
4419         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach),
4420         (gst_id3_tag_get_tag_to_render), (gst_id3_tag_sink_event),
4421         (gst_id3_tag_src_link), (gst_id3_tag_send_tag_event),
4422         (gst_id3_tag_chain):
4423           fixing Gdate handling
4424           enabling mux/demux mode switching
4425           adding better debug output
4427 2006-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_buffer):
4430           If we haven't set caps on a source pad yet, the caps on the
4431           pad are NULL, not un-fixed. Set caps on outgoing buffers.
4433 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4435         * ext/lame/gstlame.c: (gst_lame_finalize), (gst_lame_class_init),
4436         (gst_lame_init), (add_one_tag), (gst_lame_set_metadata):
4437         * ext/lame/gstlame.h:
4438           Contrary to what the const char in the lame API might suggest,
4439           lame expects us to keep the strings we pass to id3tag_set_foo()
4440           around; it doesn't free them either though, so we have to store
4441           them somewhere and free them later when we can be sure lame
4442           doesn't need them any longer.
4444 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4446         * ext/lame/gstlame.c: (add_one_tag):
4447           Fix handling of GST_TAG_DATE (#311679), don't pass an
4448           uninitialised string pointer to lame if we don't know
4449           how to handle the tag type, and fix minor memory leak.
4451 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4453         * ext/mad/gstmad.c: (gst_mad_chain):
4454           Fix debug message.
4456 2006-01-22  Martin Soto  <martinsoto@users.sourceforge.net>
4458         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
4459         Erase spurious call to gst_segment_set_newsegment.
4460         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Call
4461         the superclass method when handling NEWSEGMENT events.
4462         (gst_dvd_demux_handle_dvd_event): Get rid of dvd-audio-shutdown
4463         and dvd-audio-restart event handling. There are currently less
4464         hackish ways of handling the sparse audio stream problem.
4466 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4468         * ext/dvdnav/dvdnavsrc.c: (if):
4469         * ext/dvdread/stream_labels.c:
4470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment):
4471         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
4472           fix up error domains, error strings, and use of translation
4473         * po/POTFILES.in:
4474           fix up this file, even though none of them are actually marked
4475           for build yet.
4477 2006-01-19  Martin Soto  <martinsoto@users.sourceforge.net>
4479         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse): 
4480         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
4481         (gst_mpeg_parse_process_event, gst_mpeg_parse_parse_packhead) 
4482         (gst_mpeg_parse_change_state): 
4483         Make timestamp adjustment somewhat milder. Actual timestamps are
4484         now sent unmodified unless an actual gap is found in the
4485         stream. This should fix time display when playing most MPEG
4486         files.
4488 2006-01-18  Edward Hervey  <edward@fluendo.com>
4490         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer): 
4491         tss tss... always set caps on outgoing buffer.
4493 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4495         * configure.ac:
4496           back to HEAD
4498 === release 0.10.1 ===
4500 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
4502         * configure.ac:
4503           releasing 0.10.1, "Peng"
4505 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4507         * configure.ac:
4508           prerelease
4510 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4512         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query):
4513         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
4514         * ext/mad/gstmad.c: (gst_mad_src_query):
4515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_query):
4516         * ext/sidplay/gstsiddec.cc:
4517         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_query):
4518         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_query):
4519           Pass unhandled queries upstream (useful e.g. for SEEKING query)
4520           (fixes #325652; based on patch by: Philippe); make rmdemux return
4521           FALSE for position queries, instead of setting -1 as value and
4522           returning TRUE.
4524 2006-01-05  Martin Soto  <martinsoto@users.sourceforge.net>
4526         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts) 
4527         (gst_mpeg_parse_process_event, gst_mpeg_parse_pad_added): Don't
4528         rewrite timestamps in the case segments are being set from
4529         upstream, but use timestamps unmodified. Also send proper position
4530         values. This allows for correct time display and makes queries
4531         work in sink elements.
4533         * gst/mpegstream/gstdvddemux.h: 
4534         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4535         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer):
4536         Rename flush_filter to segment_filter, which is better represents
4537         what the arreibute does.
4539         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event):
4540         Activate segment filtering when a timestamp discontinuity is seen.
4542 2006-01-04  Tim-Philipp Müller  <tim at centricular dot net>
4544         * ext/mad/gstmad.c: (gst_mad_chain):
4545           Don't forget that we need to send out a newsegment event after a
4546           restart even if we don't have enough data to decode a frame right
4547           now.
4549 2005-12-31  Martin Soto  <martinsoto@users.sourceforge.net>
4551         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4552         Use the new "audio-shutdown" and "audio-restart" DVD events
4553         instead of the "spu-still-frame" event to shutdown and restart
4554         the audio pipeline.
4556         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts):
4557         Check for cases where the segment-based adjustment calculation
4558         would produce negative values (which result in an overflow) and
4559         return GST_CLOCK_TIME_NONE instead.
4561         * gst/mpegstream/gstdvddemux.h: 
4562         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4563         (gst_dvd_demux_process_event, gst_dvd_demux_send_subbuffer): 
4564         Add a mechanism to discard audio buffers with timestamps outside
4565         the currently set segment. This was causing (sometimes serious)
4566         synchronization problems after seeking in DVDs with LPCM audio,
4567         since VOBUs usually contain audio material that lies outside the
4568         timestamp range specified by the header.
4570 2005-12-30  Jan Schmidt  <thaytan@mad.scientist.com>
4572         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type):
4573           Remove lingering reference to GstID3Demux
4575         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
4576           Don't output debug saying padding streams are unknown type,
4577           because they're not
4579 2005-12-27  Martin Soto  <martinsoto@users.sourceforge.net>
4581         * gst/mpegstream/gstdvddemux.c (AUDIO_CAPS) 
4582         (gst_dvd_demux_get_audio_stream): Use audio/x-lpcm as mimetype for
4583         LPCM.
4585         * gstmpegdemux.h: 
4586         * gstmpegdemux.c (gst_mpeg_demux_get_video_stream) 
4587         (gst_mpeg_demux_get_audio_stream): 
4588         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_get_video_stream) 
4589         (gst_dvd_demux_get_audio_stream) 
4590         (gst_dvd_demux_get_subpicture_stream) 
4591         (gst_dvd_demux_send_subbuffer):
4592         Send current* pad buffers with appropriate caps.
4594 2005-12-26  Martin Soto  <martinsoto@users.sourceforge.net>
4596         * gst/iec958/ac3iec.h:
4597         * gst/iec958/ac3iec.c:
4598         (NORMAL_CAPS_DEF, RAW_AUDIO_CAPS_DEF, ac3iec_class_init)
4599         (ac3iec_init, ac3iec_set_property, ac3iec_get_property): Add a
4600         raw-audio property to ac3iec958 that allows setting the source pad
4601         caps to raw audio instead of audio/x-iec958. This makes it
4602         possible to use ac3iec958 together with the normal alsasink
4603         element to drive an external receiver that autodetects AC3
4604         content.
4605         API addition: AC3IEC::raw-audio property
4607 2005-12-23  Michael Smith  <msmith@fluendo.com>
4609         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_setcaps),
4610         (ac3iec_chain_dvd):
4611         * gst/iec958/ac3iec.h:
4612           Accept audio/x-ac3 and audio/ac3 to ac3iec958 element.
4614 2005-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4616         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_src_event):
4617           When getting a seek event, first check if the upstream element
4618           can handle it and only do our own seek stuff when it can't
4619           (should fix #322856).
4621 2005-12-21  Josef Zlomek  <josef dot zlomek at xeris dot cz>
4623         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4625         * ext/mpeg2dec/gstmpeg2dec.c: (normal_seek):
4626           Really convert to BYTES format when we want to convert
4627           to bytes (use right variable; fixes #322856).
4629 2005-12-19  Martin Soto  <martinsoto@users.sourceforge.net>
4631         Big mpegparse clean up, second round:
4633         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4634         Send and EOS event down the audio pipeline when an still frame
4635         event arrives. This prevents the pipeline from locking when a
4636         still menu comes directly after a flush.
4638         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset): 
4639         Don't send a newsegment in reset.
4640         (gst_mpeg_parse_adjust_ts): Check for invalid timestamps.
4641         (gst_mpeg_parse_handle_newsegment, gst_mpeg_parse_process_event):
4642         Move the code of handle_newsegment to process_event. Send a
4643         NEWSEGMENT after FLUSH_STOP.
4644         (gst_mpeg_parse_change_state): Send a NEWSEGMENT right after
4645         moving to PAUSED.
4647         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event) 
4648         (gst_mpeg_demux_class_init): Don't override send_event.
4649         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
4650         (gst_mpeg_demux_send_event, gst_mpeg_demux_send_subbuffer) 
4651         (gst_mpeg_demux_reset):
4652         * gst/mpegstream/gstmpegdemux.h:  Get rid of just_flushed
4653         attribute.
4655         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):
4656         Reset the mpegparse element after a flush.
4658         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment): 
4659         Don't forward events.
4660         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event): 
4661         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4662         handle_newsegment is not a virtual method anymore.
4664         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_newsegment) 
4665         (gst_mpeg_parse_reset, gst_mpeg_parse_class_init): 
4666         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): Get
4667         rid of send_newsegment virtual method.
4669         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event): Only
4670         handle DVD events and call the superclass method for other event
4671         types.
4672         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event): Don't
4673         override process_event anymore.
4674         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_event)
4675         (gst_mpeg_parse_process_event): Move actual event processing to
4676         process event so that subclasses can properly override or extend
4677         it.
4678         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass):
4679         Eliminate time parameter in process event.
4681         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_init) 
4682         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes) 
4683         (gst_mpeg_demux_send_subbuffer): 
4684         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
4685         (gst_mpeg_parse_parse_packhead, gst_mpeg_parse_event) 
4686         (gst_mpeg_parse_chain): Use the new adjust_ts method instead of
4687         adding the value of the adjust attribute.
4688         * gst/mpegstream/gstmpegdemux.h (struct _GstMPEGVideoStream): Get
4689         rid of the adjust attribute. Now all timestamp adjustments are
4690         performed by mpegparse using the current segment.
4691         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts)
4692         (gst_mpeg_parse_class_init): Implement the adjust_ts method based
4693         on the adjust attribute for SCR values and the current segment.
4694         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): New
4695         adjust_ts virtual method to adjust timestamps for outgoing
4696         buffers.
4697         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_newsegment) 
4698         (gst_mpeg_demux_parse_packet): Don't override send_newsegment.
4699         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
4700         (gst_dvd_demux_handle_newsegment): Don't override
4701         handle_newsegment.
4702         (gst_dvd_demux_process_event, gst_dvd_demux_handle_dvd_event):
4703         Check for DVD events in process_event instead of
4704         handle_dvd_event.
4706         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4707         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
4708         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_send_event): 
4709         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_process_event) 
4710         (gst_mpeg_demux_send_event): 
4711         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
4712         (gst_dvd_demux_handle_dvd_event): 
4713         Eliminate the time parameter in send_event.
4715 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4717         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind),
4718         (gst_id3_tag_do_caps_nego), (gst_id3_tag_chain), (plugin_init):
4719           Fix typefinding in id3demux, and then remove it in favour
4720           of the new LGPL id3demux in gst-plugins-good
4721         * ext/mad/gstmad.c: (gst_mad_dispose):
4722           dispose can run more than once.
4724 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4726         * gst/asfdemux/gstasfmux.c: (gst_asfmux_file_start):
4727           change some char* into char[]
4729 2005-12-15  Edward Hervey  <edward@fluendo.com>
4731         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4732         Remove memleak from unused GstRMDemuxStream
4734 2005-12-12  Michael Smith  <msmith@fluendo.com>
4736         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
4737         (gst_id3_tag_do_typefind):
4738           Use the correct function to free typefind factory list.
4740 2005-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4742         * ext/mad/gstmad.c: (gst_mad_src_query):
4743           For position and duration queries in TIME format, try the peer
4744           first (might be a demuxer).
4746 2005-12-08  Martin Soto  <martinsoto@users.sourceforge.net>
4748         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_newsegment):
4749         Properly handle non contiguous VOBUs by adding the segment accum
4750         field to the adjust value.
4752         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init)
4753         (gst_dvd_demux_init, gst_dvd_demux_handle_newsegment): Extend
4754         handle_newsegment to prevent sending actual newsegment events and
4755         use tiemstamp rewriting instead.
4756         (gst_dvd_demux_handle_dvd_event): Don't send a newsegment after
4757         dvd-lang-codes.
4758         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_newsegment) 
4759         (gst_mpeg_parse_event): 
4760         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParseClass): 
4761         Add a new parameter to handle_newsegment to allow controlling
4762         whether newsegment events are forwarded or not.
4764         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4765         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
4766         (gst_dvd_demux_reset): 
4767         last_end_ptm and discont_time aren't necessary anymore, since
4768         timestamp adjustment is now replaced by newsegment events.
4769         (gst_dvd_demux_init): Prevent MPEGParse from adjusting
4770         timestamps.
4771         * gst/mpegstream/gstdvddemux.h: 
4772         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
4773         Don't handle dvd-nav-packet events anymore, since the are now
4774         replaced by standard newsegment events.
4776         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_init) 
4777         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_send_subbuffer) 
4778         (gst_dvd_demux_change_state): 
4779         * gst/mpegstream/gstdvddemux.h: 
4780         Get rid of the ignore_next_newmedia_discont hack.
4781         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_class_init) 
4782         (gst_dvd_demux_handle_newsegment): 
4783         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
4784         (gst_mpeg_demux_handle_newsegment): Don't override
4785         handle_newsegment anymore. It was only necessary to handle
4786         NEWMEDIA events.
4788         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_process_event) 
4789         (gst_dvd_demux_handle_dvd_event, gst_dvd_demux_set_cur_audio) 
4790         (gst_dvd_demux_set_cur_subpicture):
4791         Reactivate handling of DVD events.
4793         * gst/mpegstream/gstmpegparse.c (normal_seek) 
4794         (gst_mpeg_parse_handle_src_event) 
4795         (gst_mpeg_parse_handle_src_query): 
4796         First attempt at reenabling seek.
4798         * gst/mpegstream/gstmpegparse.h: 
4799         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4800         (gst_mpeg_parse_update_streaminfo) 
4801         (gst_mpeg_parse_get_rate) 
4802         (gst_mpeg_parse_convert, gst_mpeg_parse_get_src_query_types) 
4803         (gst_mpeg_parse_handle_src_query): 
4804         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_new_output_pad): 
4805         Make queries work again.
4807         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) 
4808         (gst_mpeg_parse_handle_newsegment) 
4809         (gst_mpeg_parse_send_newsegment, gst_mpeg_parse_pad_added) 
4810         (gst_mpeg_parse_chain, gst_mpeg_parse_handle_src_event): 
4811         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4812         Get rid of the newsegment_pending attribute, and rely instead on
4813         proper timestamp adjustment.
4815         * gst/mpegstream/gstmpegparse.c
4816         (gst_mpeg_parse_get_src_event_masks): Erase.
4818         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init):
4819         Initialize fields before creating pads to prevent the pad creation
4820         callback from failing.
4821         (gst_mpeg_parse_reset): Initialize new fields, and change
4822         initialization order to match the order in the structure.
4823         (gst_mpeg_parse_handle_newsegment): Forward new segment events
4824         whenever possible, and update the current segment.
4825         (gst_mpeg_parse_send_newsegment): Update the current segment and
4826         pending_newsegment.
4827         (gst_mpeg_parse_pad_added): Use the current segment to send
4828         newsegment events to new pads.
4829         (gst_mpeg_parse_chain): Properly add adjust time to sent buffers
4830         and events. Properly update newsegment_pending.
4831         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4832         New fields do_adjust and current_segment.
4834         * gst/mpegstream/gstmpegdemux.c: 
4835         * gst/mpegstream/gstdvddemux.c: 
4836         * gst/mpegstream/gstmpegparse.h: 
4837         Rename handle_discont virtual method to handle_newsegment. Erase
4838         some (already commented out support) for old NEW_MEDIA events.
4840         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4841         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4842         (gst_mpeg_parse_reset, gst_mpeg_parse_handle_discont) 
4843         (gst_mpeg_parse_pad_added, gst_mpeg_parse_parse_packhead) 
4844         (gst_mpeg_parse_event, gst_mpeg_parse_chain): 
4845         Erase the "pending_scr" field, and replace it by a slightly
4846         different handling of the current SCR. Document code blocks in
4847         parse_packhead and chain.
4849 2005-12-07  Edward Hervey  <edward@fluendo.com>
4851         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4852         g_warning() are only for really fatal warnings. If we can't decode a
4853         tag, just ignore that tag and do a GST_WARNING.
4855 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4857         * ext/a52dec/gsta52dec.h:
4858         * ext/dvdread/dvdreadsrc.h:
4859         * ext/lame/gstlame.h:
4860         * ext/mad/gstid3tag.c:
4861         * ext/mad/gstmad.c: (gst_mad_update_info):
4862         * ext/mad/gstmad.h:
4863         * ext/mpeg2dec/gstmpeg2dec.h:
4864         * ext/sidplay/gstsiddec.h:
4865         * gst/ac3parse/gstac3parse.c:
4866         * gst/ac3parse/gstac3parse.h:
4867         * gst/asfdemux/gstasfdemux.c:
4868         * gst/asfdemux/gstasfdemux.h:
4869         * gst/iec958/ac3iec.h:
4870         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4871         * gst/mpegaudioparse/gstmpegaudioparse.h:
4872         * gst/mpegstream/gstdvddemux.h:
4873         * gst/mpegstream/gstmpegclock.h:
4874         * gst/mpegstream/gstmpegdemux.h:
4875         * gst/mpegstream/gstmpegpacketize.h:
4876         * gst/mpegstream/gstmpegparse.c:
4877         * gst/mpegstream/gstmpegparse.h:
4878         * gst/mpegstream/gstrfc2250enc.c:
4879         * gst/mpegstream/gstrfc2250enc.h:
4880         * gst/realmedia/rmdemux.c:
4881         * gst/realmedia/rmdemux.h:
4882         * gst/synaesthesia/synaescope.c:
4883           expand tabs
4885 === release 0.10.0 ===
4887 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4889         * configure.ac:
4890           releasing 0.10.0, "Brie"
4892 2005-12-05  Andy Wingo  <wingo@pobox.com>
4894         * ext/a52dec/gsta52dec.c: (gst_a52dec_push):
4895         * ext/mad/gstmad.c: (gst_mad_chain):
4896         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
4897         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
4898         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
4899         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
4900         (gst_rmdemux_parse_packet): Update for alloc_buffer changes.
4902 2005-12-05  Andy Wingo  <wingo@pobox.com>
4904         * ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
4905         id3demux and id3mux now. Fixes #323199.
4907 2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4909         * ext/amrnb/Makefile.am:
4910         * gst/realmedia/Makefile.am:
4911           fix silly Makefile.am bug so they link correctly again
4913 === release 0.9.7 ===
4915 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4917         * configure.ac:
4918           releasing 0.9.7, "Canis Meus Naso Non Habet"
4920 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4922         * ext/amrnb/Makefile.am:
4923         * gst/realmedia/Makefile.am:
4924           Don't know how these escaped my eye before.  Fix link flags.
4926 2005-11-29  Michal Benes  <michal dot benes at xeris dot cz>
4928         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4930         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_event):
4931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_newsegment),
4932         (gst_mpeg_parse_send_event):
4933           Ref events before sending them to multiple pads, after all
4934           gst_pad_send_event() takes ownership of events. Don't leak
4935           events that have not been handled (fixes #322745).
4937 2005-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
4939         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
4940         (gst_dvd_demux_handle_dvd_event): Erase code to prevent mpegparse
4941         from making timestamp adjustments. This will have to be re-added
4942         in some form in the near future, but in order to do that, some nav
4943         packet parsing will be necessary in mpegdemux.
4944         * gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
4945         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
4946         (g_value_set_int, gst_mpeg_parse_set_property)
4947         Get rid of do_adjust and use_adjust. Rename max_discont to
4948         max_src_gap.
4949         (gst_mpeg_parse_parse_packhead): When max_scr_gap has a value of
4950         -1, no adjustment is made.
4951         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init): 
4952         Rename max_discont property to max_scr_gap. Erase "adjust"
4953         property.
4955         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_event): Don't
4956         override send_event anymore, base class does the job.
4957         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event):
4958         Base class now does most of the work.
4959         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_event):
4960         Generalize to forwarding the event to all source pads in the
4961         element.
4963         * gst/mpegstream/gstmpegparse.h: 
4964         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
4965         (gst_mpeg_parse_init, gst_mpeg_parse_set_clock) 
4966         (gst_mpeg_parse_chain, gst_mpeg_parse_get_property) 
4967         (gst_mpeg_parse_set_property):
4968         Clock synchronization doesn't make sense anymore for a
4969         demultiplexer.
4971 2005-11-28  Michael Smith  <msmith@fluendo.com>
4973         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
4974           Don't treat normal EOS as a fatal error.
4976 2005-11-28  Edward Hervey  <edward@fluendo.com>
4978         * ext/mad/gstmad.c: (gst_mad_chain):
4979         Proper warning statements,
4980         Don't error if the src pad isn't linked when pushing.
4981         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_change_state):
4982         Proper state_change, avoids borkage when going to READY
4984 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
4986         * ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
4987           Prime libmpeg2's pumps with some null custom buffers
4988           to ensure it doesn't ask us to discard garbage later yay.
4990 2005-11-25  Michael Smith  <msmith@fluendo.com>
4992         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
4993         (gst_a52dec_sink_setcaps), (gst_a52dec_chain),
4994         (gst_a52dec_chain_raw):
4995         * ext/a52dec/gsta52dec.h:
4996           Accept AC3 in audio/x-private1-ac3 format, which includes
4997           DVD-specific headers, as well as raw AC3, for compatibility with
4998           some demuxers.
5000 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
5002         * ext/mad/gstmad.c: (gst_mad_chain):
5003         When pad_alloc returns other-than-GST_FLOW_OK and mad exits early,
5004         skip frame synthesis and consume input data as if we'd done the 
5005         decode. Makes mad not error when the src pad is not connected.
5006         (#319784)
5008 2005-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
5010         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
5011         (gst_mpeg_parse_handle_discont, gst_mpeg_parse_send_newsegment) 
5012         (gst_mpeg_parse_chain): 
5013         * gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
5014         (gst_mpeg_demux_send_newsegment): 
5015         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_subbuffer): 
5016         * gst/mpegstream/gstmpegparse.h: 
5017         Rename send_discont method to send_newsegment and add parameters
5018         to handle actual segments. Adapt code all around to run with the
5019         new name and signature.
5020         * gst/mpegstream/gstmpegdemux.c: 
5021         * gst/mpegstream/gstmpegparse.c: 
5022         * gst/mpegstream/gstdvddemux.c:
5023         Convert to GST_BOILERPLATE.
5025 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5027         * configure.ac: back to HEAD
5029 === release 0.9.6 ===
5031 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5033         * configure.ac:
5034           releasing 0.9.6, "The Marshals Are Dead"
5036 2005-11-23  Michael Smith <msmith@fluendo.com>
5038         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
5039         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
5040         (find_seek_offset_bytes), (find_seek_offset_time),
5041         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
5042         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
5043         (gst_rmdemux_chain), (gst_rmdemux_send_event),
5044         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
5045         (gst_rmdemux_parse_packet):
5046           Fractional framerates.
5048 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5050         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
5051         (gst_mpeg2dec_negotiate_format), (handle_sequence),
5052         (gst_mpeg2dec_sink_event):
5053         * ext/mpeg2dec/gstmpeg2dec.h:
5054         Use fractional framerates
5056 2005-11-22  Wim Taymans  <wim@fluendo.com>
5058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_set_clock):
5059         set_clock returns a boolean.
5061 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5063         * ext/mad/gstmad.c: (gst_mad_chain):
5064           Fix seeking even more by sending the newsegment event with the
5065           right parameters. Should fix querying in playbin/totem after
5066           a seek.
5068 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5070         * ext/mad/gstmad.c: (gst_mad_mode_get_type), (gst_mad_src_query),
5071         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
5072           Fix seeking in stand-alone mode. Fix nonexistant enum value 
5073           introduced in previous commit. Improve debug messages here and 
5074           there. Actually return a proper return value in the sink event
5075           handler.
5077 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5079         * ext/lame/gstlame.c:
5080         * ext/mad/gstmad.c:
5081         * ext/sidplay/gstsiddec.cc:
5082           fix up GValueEnum
5084 2005-11-22  Andy Wingo  <wingo@pobox.com>
5086         * Update for gst_tag_setter API changes.
5088 2005-11-22  Andy Wingo  <wingo@pobox.com>
5090         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event)
5091         * ext/mad/gstid3tag.c (gst_id3_tag_sink_event)
5092         * ext/mad/gstmad.c (gst_mad_chain)
5093         * gst/mpegaudioparse/gstmpegaudioparse.c
5094         (gst_mp3parse_sink_event)
5095         * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
5096         * gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_discont)
5097         (gst_mpeg_parse_send_discont, gst_mpeg_parse_pad_added)
5098         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek)
5099         (gst_rmdemux_chain, gst_rmdemux_add_stream): Run update-funcnames.
5101 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5103         * ext/mad/Makefile.am:
5104           libgsttagedit => libgsttag
5106 2005-11-22  Edward Hervey  <edward@fluendo.com>
5108         * ext/lame/gstlame.c: (gst_lame_sink_event):
5109         Don't take the stream lock
5111 2005-11-21  Andy Wingo  <wingo@pobox.com>
5113         * ext/sidplay/gstsiddec.cc (gst_siddec_sink_event): 
5114         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): 
5115         * ext/mad/gstmad.c (gst_mad_sink_event):
5116         * ext/a52dec/gsta52dec.c (gst_a52dec_sink_event): Don't take the
5117         stream lock.
5119         * gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek): Update for
5120         stream lock changes.
5122         * *.h:
5123         * *.c: Ran scripts/update-macros. Oh yes.
5125 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5127         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
5128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event):
5129           Filler events have beem removed for now.
5131 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream):
5134         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
5135         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr):
5136           Update for GST_FOURCC_FORMAT API change.
5138 2005-11-21  Edward Hervey  <edward@fluendo.com>
5140         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
5141         * gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
5142         (gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
5143         (gst_rmdemux_parse_packet):
5144         Modifications for disapearance of GST_PAD_IS_USABLE()
5146 2005-11-18  Michael Smith <msmith@fluendo.com>
5148         * gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_chain_dvd):
5149           Remove some setcaps brokenness.
5150           Don't crash on bad input.
5152 2005-11-15  Johan Dahlin  <johan@gnome.org>
5154         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): unset GValues after
5155         calling transform.
5156         (gst_id3_tag_do_typefind): Unref caps
5158         * ext/mad/gstmad.c (gst_mad_check_caps_reset): Ditto
5160 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5162         * ext/mpeg2dec/gstmpeg2dec.c: (handle_slice),
5163         (gst_mpeg2dec_sink_event):
5164           Set DELTA_UNIT flag on outgoing buffers if this is NOT a keyframe;
5165           nice-ify debug message in event handler; add CHECKME.
5167         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
5168         (gst_dvd_demux_send_event), (gst_dvd_demux_process_private),
5169         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset),
5170         (gst_dvd_demux_sync_stream_to_time):
5171         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5172         (gst_mpeg_demux_process_event), (gst_mpeg_demux_send_event),
5173         (gst_mpeg_demux_handle_discont), (gst_mpeg_demux_new_output_pad),
5174         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
5175         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_process_private),
5176         (gst_mpeg_demux_sync_stream_to_time),
5177         (gst_mpeg_demux_handle_src_event), (gst_mpeg_demux_reset):
5178         * gst/mpegstream/gstmpegdemux.h:
5179         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5180         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_send_buffer),
5181         (gst_mpeg_parse_process_event), (gst_mpeg_parse_send_discont),
5182         (gst_mpeg_parse_send_event), (gst_mpeg_parse_event),
5183         (gst_mpeg_parse_chain):
5184         * gst/mpegstream/gstmpegparse.h:
5185           Get rid of GST_PAD_IS_USABLE and fix GstFlowReturn vs. gboolean
5186           return value confusion (gst_pad_push vs. gst_pad_send_event and
5187           gst_pad_push_event); pass flow return values to caller;
5188           miscellaneous fixes and clean-ups.
5190 2005-11-14  Martin Soto  <soto@localhost.localdomain>
5192         * gst/mpegstream/Makefile.am (noinst_HEADERS): Add
5193         gstrfc2250enc.h.
5195 2005-11-14  Martin Soto  <martinsoto@users.sourceforge.net>
5197         * configure.ac:
5198         * gst/mpegstream/Makefile.am:
5199         * gst/mpegstream/gstdvddemux.c:
5200         * gst/mpegstream/gstdvddemux.h:
5201         * gst/mpegstream/gstmpegdemux.c:
5202         * gst/mpegstream/gstmpegdemux.h:
5203         * gst/mpegstream/gstmpegpacketize.c:
5204         * gst/mpegstream/gstmpegpacketize.h:
5205         * gst/mpegstream/gstmpegparse.c:
5206         * gst/mpegstream/gstmpegparse.h:
5207         * gst/mpegstream/gstmpegstream.c:
5208         * gst/mpegstream/gstrfc2250enc.c:
5209         * gst/mpegstream/gstrfc2250enc.h:
5210         Applied patch from Josef Zlomek <josef.zlomek@xeris.cz> to
5211         partially port the mpegstream plugin to GStreamer 0.9.
5213 2005-11-14  Andy Wingo  <wingo@pobox.com>
5215         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
5216         debugging, allows dll builds on windows. Fixes #316076.
5218 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5220         * configure.ac: back to HEAD
5222 === release 0.9.5 ===
5224 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
5226         * configure.ac:
5227           releasing 0.9.5, "Zero-Test Patching"
5229 2005-10-27  Wim Taymans  <wim@fluendo.com>
5231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5232         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
5233         (handle_sequence), (handle_picture), (handle_slice),
5234         (gst_mpeg2dec_chain), (gst_mpeg2dec_src_query), (normal_seek),
5235         (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
5236         Forward GstFlowReturn about everywhere.
5237         Handle seeking correctly.
5239 2005-10-27  Wim Taymans  <wim@fluendo.com>
5241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format),
5242         (handle_sequence), (handle_slice), (gst_mpeg2dec_chain),
5243         (gst_mpeg2dec_src_query), (gst_mpeg2dec_change_state):
5244         Small cleanups in refcounting.
5246 2005-10-26  Wim Taymans  <wim@fluendo.com>
5248         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5249         (gst_mpeg2dec_dispose), (gst_mpeg2dec_reset),
5250         (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
5251         (handle_sequence), (handle_picture):
5252         * ext/mpeg2dec/gstmpeg2dec.h:
5253         Removed lots of dubious code.
5254         Handle flushing and seeking correctly. Still leaks though...
5256 2005-10-24  Christian Schaller  <christian at fluendo dot com>
5258         * configure.ac: port over thomas plugin listing from base
5260 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5262         * configure.ac:
5263           back to HEAD
5265 === release 0.9.4 ===
5267 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5269         * NEWS:
5270         * RELEASE:
5271         * configure.ac:
5272           Releasing 0.9.4, "Diplodocus"
5274 2005-10-23  Julien MOUTTE  <julien@moutte.net>
5276         * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
5278 2005-10-21  Wim Taymans  <wim@fluendo.com>
5280         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5281         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query):
5282         Set correct stream time in newsegment event.
5284 2005-10-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5286         * ext/Makefile.am:
5287           fix distcheck
5289 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5291         * ext/a52dec/Makefile.am:
5292         * ext/a52dec/gsta52dec.c: (gst_a52dec_base_init),
5293         (gst_a52dec_class_init), (gst_a52dec_sink_event),
5294         (gst_a52dec_change_state):
5295         * ext/a52dec/gsta52dec.h:
5296           Re-enable CPU flags, use liboil to get them.
5298 2005-10-20  Josef Zlomek  <josef dot zlomek at xeris dot cz>
5300         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5302         * configure.ac:
5303         * ext/a52dec/Makefile.am:
5304         * ext/a52dec/gsta52dec.c:
5305         * ext/a52dec/gsta52dec.h:
5306           Port AC3 decoder to 0.9 (#318849).
5308 2005-10-20  Wim Taymans  <wim@fluendo.com>
5310         * ext/sidplay/gstsiddec.cc:
5311         Small fixes and more error messages.
5313 2005-10-19  Wim Taymans  <wim@fluendo.com>
5315         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
5316         (gst_amrnbparse_state_change):
5317         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
5318         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
5319         * ext/mpeg2dec/gstmpeg2dec.c:
5320         * ext/sidplay/gstsiddec.cc:
5321         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5322         (gst_rmdemux_src_query), (gst_rmdemux_src_query_types):
5323         API change fixen.
5325 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5327         * configure.ac:
5328           GST_DOC has been renamed to GST_DOCBOOK_CHECK
5330 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5332         * configure.ac:
5333           some docs I had
5334         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
5335           trivial fixes
5337 2005-10-18  Wim Taymans  <wim@fluendo.com>
5339         * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
5340         (gst_rmdemux_perform_seek):
5341         segment-start/done API change.
5343 2005-10-17  Michael Smith <msmith@fluendo.com>
5345         * gst/iec958/ac3iec.c: (ac3iec_chain_raw):
5346           Set buffer duration on IEC958 buffers.
5348 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5350         * configure.ac:
5351           Fix glib check
5353 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5355         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5356           Fix handling of GST_TAG_DATE, which is now of type GST_TYPE_DATE.
5358 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5360         * examples/stats/mp2ogg.c:
5361           yes, typo fixes
5363 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5365         * examples/indexing/indexmpeg.c: (main):
5366         * ext/a52dec/gsta52dec.c: (gst_a52dec_init):
5367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
5368         (dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
5369         (dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
5370         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
5371         (dvdreadsrc_srcpad_query), (dvdreadsrc_get),
5372         (dvdreadsrc_open_file), (dvdreadsrc_close_file):
5373         * ext/dvdread/dvdreadsrc.h:
5374         * ext/lame/gstlame.h:
5375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
5376         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
5377         * gst/iec958/ac3iec.h:
5378         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
5379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
5380         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
5381         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
5382         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
5383         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5384         moved bitshift from macro to enum definition
5386 2005-10-11  Wim Taymans  <wim@fluendo.com>
5388         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
5389         * ext/mad/gstmad.c: (gst_mad_chain):
5390         * gst/mpegaudioparse/gstmpegaudioparse.c:
5391         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5392         * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
5393         (gst_rmdemux_chain), (gst_rmdemux_add_stream):
5394         newsegment API update.
5396 2005-10-06  Wim Taymans  <wim@fluendo.com>
5398         * ext/amrnb/amrnbdec.c:
5399         Mark invalid frame sizes
5401         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5402         UNUSABLE is not to be used here, just push out stuff so
5403         probes can continue linking or making the pad usable.
5405 2005-10-05  Michael Smith <msmith@fluendo.com>
5407         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
5408         (gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
5409         (find_seek_offset_bytes), (find_seek_offset_time),
5410         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
5411         (gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
5412         (gst_rmdemux_chain), (gst_rmdemux_send_event),
5413         (gst_rmdemux_add_stream), (gst_rmdemux_parse_packet):
5414           Improve seeking error-resilience.
5415           General improvements in error handling.
5417 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5419         * configure.ac:
5420           back to development
5422 === release 0.9.3 ===
5424 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5426         * NEWS:
5427         * README:
5428         * configure.ac:
5429           releasing 0.9.3, "Athos"
5431 2005-09-30  Michael Smith <msmith@fluendo.com>
5433         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
5434         (gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
5435         (gst_rmdemux_change_state), (gst_rmdemux_loop),
5436         (gst_rmdemux_fourcc_isplausible), (gst_rmdemux_chain),
5437         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
5438         (gst_rmdemux_parse_packet):
5439         * gst/realmedia/rmdemux.h:
5440           Sanity checking, and fix some minor memory leaks
5442 2005-09-29  Michael Smith <msmith@fluendo.com>
5444         * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
5445         (gst_rmdemux_perform_seek), (gst_rmdemux_loop),
5446         (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
5447         (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
5448         Real demuxer fixes. Make it more bulletproof against bad data,
5449         identify a few more stream types.
5450         Fix seeking so that it works (at least with the seek example program;
5451         it still fails with totem).
5453 2005-09-26  Wim Taymans  <wim@fluendo.com>
5455         * gst/mpegaudioparse/gstmpegaudioparse.c:
5456         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5457         Set correct caps on buffers too.
5459 2005-09-26  Wim Taymans  <wim@fluendo.com>
5461         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5462         (gst_mp3parse_sink_event), (gst_mp3parse_chain):
5463         * gst/mpegaudioparse/gstmpegaudioparse.h:
5464         Put timestamps on buffers.
5466 2005-09-21  Flavio Oliveira  <flavio.oliveira@indt.org.br>
5468         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
5469         Changed amrnbenc description, it is an encoder, not decoder.
5471 2005-09-21  Michael Smith <msmith@fluendo.com>
5473         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init),
5474         (gst_ac3parse_init), (gst_ac3parse_chain):
5475         * gst/iec958/ac3_padder.c: (ac3_crc_init), (ac3_crc_update),
5476         (ac3_crc_validate), (ac3p_init), (ac3p_parse):
5477         * gst/iec958/ac3_padder.h:
5478         * gst/iec958/ac3iec.c:
5479           Various changes to AC3->IEC958 framer. Mostly to make our IEC958
5480           headers more accurate, and to check AC3 checksums (both of them in
5481           each frame), and dump the frame (as a probable sync failure) if they
5482           don't match. General code cleanup, improved comments. Changed to not
5483           construct the header backwards, and not byteswap everything else.
5484           If we end up needing to do little-endian output, we should swap in
5485           the element doing the output (AC3 is big-endian).
5487 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5489         * docs/plugins/gst-plugins-ugly-plugins.args:
5490         * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
5491         * docs/plugins/gst-plugins-ugly-plugins.interfaces:
5492         * docs/plugins/gst-plugins-ugly-plugins.prerequisites:
5493           commit missing files
5494         * docs/plugins/inspect/plugin-lame.xml:
5495           update
5497 2005-09-19  Wim Taymans  <wim@fluendo.com>
5499         * ext/lame/gstlame.c: (gst_lame_chain):
5500         Set caps on outgoing buffers.
5502 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5504         * ext/lame/gstlame.c:
5505         * ext/lame/gstlame.h:
5506           clean up further so we don't try to set up five times for
5507           a simple pipeline
5509 2005-09-16  Michael Smith <msmith@fluendo.com>
5511         * gst/iec958/ac3iec.c: (ac3iec_init):
5512           Set setcaps function on sink pad, not source pad. Produce correct
5513           caps on output buffers.
5515 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5517         * ext/mad/gstid3tag.c:
5518           gsttaginterface.h -> gsttagsetter.h
5520 === release 0.9.1 ===
5522 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5524         * README:
5525         * NEWS:
5526         * autogen.sh:
5527         * configure.ac:
5528           releasing 0.9.1, "The Rat"
5530 2005-09-06  Wim Taymans  <wim@fluendo.com>
5532         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_state_change):
5533         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_state_change):
5534         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_state_change):
5535         State change function updates.
5537 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
5539         * ext/mpeg2dec/gstmpeg2dec.c:
5540         GST_CAT_SEEK disappeared from the public API at some point
5542 2005-09-02  Michael Smith <msmith@fluendo.com>
5544         * gst/iec958/ac3iec.c:
5545           Use the right mime-type for AC3 input, audio/x-private1-ac3, as
5546           output by demux
5548 2005-09-02  Michael Smith <msmith@fluendo.com>
5550         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
5551         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
5552         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
5553         (ac3iec_setcaps), (ac3iec_set_property), (ac3iec_get_property),
5554         (ac3iec_chain_dvd), (ac3iec_chain_raw), (ac3iec_change_state),
5555         (plugin_init):
5556           Changes to use the first_access parameter correctly in ac3 and lpcm
5557           plugins. General cleanups in iec958 framer.
5559 2005-09-01  Michael Smith <msmith@fluendo.com>
5561         * configure.ac:
5562         * gst/iec958/Makefile.am:
5563         * gst/iec958/ac3_padder.c: (ac3p_init), (ac3p_push_data),
5564         (ac3p_parse):
5565         * gst/iec958/ac3_padder.h:
5566         * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
5567         (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
5568         (ac3iec_set_property), (ac3iec_get_property), (ac3iec_chain),
5569         (ac3iec_change_state), (plugin_init):
5570         * gst/iec958/ac3iec.h:
5571           AC3 -> IEC958 (S/PDIF) framer, port of Martin Soto's 0.8 plugin.
5573 2005-09-01  Wim Taymans  <wim@fluendo.com>
5575         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_setcaps),
5576         (gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
5577         (gst_dvdlpcmdec_change_state):
5578         Cleanups, fixed header parsing and stripping.
5580 2005-09-01  Michael Smith <msmith@fluendo.com>
5582         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5583         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5584         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5585         (gst_dvdlpcmdec_chain_raw):
5586           Use the right bytes to parse the LPCM dvd header
5588 2005-09-01  Michael Smith <msmith@fluendo.com>
5590         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5591         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5592         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5593         (gst_dvdlpcmdec_chain_raw):
5594           Return the correct values from chain function.
5596 2005-08-31  Michael Smith <msmith@fluendo.com>
5598         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
5599         (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
5600         (update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
5601         (gst_dvdlpcmdec_chain_raw):
5602         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5603           Restructure LPCM decoder to not expect the demuxer to parse the LPCM
5604           header; instead do this internally. Also support the old way, using
5605           a different mime-type.
5607 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5609         * Makefile.am:
5610         * configure.ac:
5611         * docs/plugins/Makefile.am:
5612         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
5613         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
5614         * docs/plugins/gst-plugins-ugly-plugins.types:
5615         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_tca_seek):
5616         * ext/dvdread/dvdreadsrc.c: (_open), (_seek_title),
5617         (_seek_chapter), (_read):
5618         * gst/mpegaudioparse/gstmpegaudioparse.c:
5619           add plugin documentation