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