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