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