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