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