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