gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to UTF...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
4           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6           Detect other UTF byte order markers and convert to UTF-8 as
7           appropriate.
8
9 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
10
11         * gst/avi/gstavisubtitle.c: (src_template),
12           (gst_avi_subtitle_extract_utf8_file),
13           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
14           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
15           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
16         * gst/avi/gstavisubtitle.h:
17           Refactor a bit; fix name extraction; don't assume all the data
18           in the chunk is actually subtitle data, there may be padding at
19           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
20           file so it's there to send again after a seek (for future use).
21
22 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
23
24         * gst/avi/Makefile.am:
25         * gst/avi/gstavi.c:
26         * gst/avi/gstavisubtitle.c:
27         * gst/avi/gstavisubtitle.h:
28         * tests/check/Makefile.am:
29         * tests/check/elements/avisubtitle.c:
30         * win32/common/config.h:
31                 Add avi subtitle element for bug #442034. Need seeking support
32                 and more support for character conversion.
33
34 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
35
36         * Makefile.am:
37           Include common/win32.mak for CRLF check of win32 project
38           files (see #393626).
39
40         * win32/vs6/libgstpng.dsp:
41           Fix line endings and do cvs admin -kb.
42
43 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
44
45         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
46         Actually drop the buffers which are outside the currently configured
47         segment instead of just emitting a WARNING.
48
49 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
52         (gst_flac_dec_write):
53         * ext/flac/gstflacdec.h:
54         Send segments from the streaming thread. Fixes #502187.
55         Fix segment seeking and a bunch of other seeking cases.
56
57 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
58
59         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
60           Parse WOAF frames and put the result into GST_TAG_CONTACT,
61           which is where it would end up if the same information was
62           put in a vorbis comment (don't think it's worth adding a
63           new URI tag for this). Fixes #488112.
64
65 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
66
67         * configure.ac:
68           We need core/base 0.10.15 or later.
69
70 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
71
72         Patch by: Mark Nauwelaerts <manauw skynet be>
73
74         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
75         Fix regression in stream numbering. Fixes #502655.
76
77 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
80
81         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
82         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
83         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
84         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
85         (gst_rtp_h264_pay_handle_buffer):
86         * gst/rtp/gstrtph264pay.h:
87         Use higher performance start-code searching.
88         Parse NALs and store SPS, PPS and profile in the caps so that they can
89         be used in the SDP. Fixes #502814.
90
91 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
92
93         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
94         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
95           Init some structs to zero before we pass them to ioctl, which
96           avoids valgrind warnings.  Also fix a small memory leak.
97
98 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
99
100         Patch by: Wouter Cloetens <wouter at mind dot be>
101
102         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
103         Copy timestamp from input to output. Not very perfect yet but better
104         than nothing. Fixes #503023.
105
106 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
107
108         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
109           Also print a useful error message with the old Wavpack API
110           if possible.
111
112 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
113
114         * ext/wavpack/gstwavpackdec.c:
115           More build fixes for old libwavpack versions: include config.h so
116           that WAVPACK_OLD_API is actually defined as detected; only use
117           WavpackGetErrorMessage if it is available. This fixes the build
118           on debian stable for me.
119
120 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
121
122         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
123         * ext/wavpack/gstwavpackparse.c:
124           (gst_wavpack_parse_create_src_pad):
125           Workaround the non-existance of WavpackGetChannelMask in Wavpack
126           versions below 4.40.0.
127
128 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
129
130         * configure.ac:
131           And now do it right for real...
132
133 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
134
135         * configure.ac:
136           Correctly reset $LIBS to not contain -lm.
137
138 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
139
140         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
141
142         * configure.ac:
143         * ext/cairo/gsttimeoverlay.c:
144           (gst_cairo_time_overlay_print_smpte_time):
145           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
146           and checking for rint() and implementing it ourself if it doesn't
147           exist. Fixes #497293.
148
149 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
150
151         * configure.ac:
152           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
153
154 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
155
156         * sys/oss/gstosshelper.c:
157         Verify that the format returned after the ioctl is the one
158         we requested. It is valid for the ioctl to succeed while
159         substituting an alternate 'supported' sample format.
160
161 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
162
163         * sys/oss/gstossaudio.c: (plugin_init):
164         * sys/oss/gstosssink.c: (gst_oss_sink_open):
165         * sys/oss/gstosssrc.c: (gst_oss_src_open):
166           Post decent (and translated) error message when we can't
167           open the audio device for some reason.
168
169 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
170
171         * sys/oss/gstosssink.c:
172         * sys/oss/gstosssrc.c:
173         Allow the AUDIODEV environment variable to redirect us
174         to a different default OSS device, like sunaudiosink does
175         on Solaris (makes audio play automatically on SunRays).
176
177 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
178
179         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
180         * gst/audiofx/audiochebyshevfreqband.c:
181         (gst_audio_chebyshev_freq_band_transform_ip):
182         * gst/audiofx/audiochebyshevfreqlimit.c:
183         (gst_audio_chebyshev_freq_limit_transform_ip):
184         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
185         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
186         The transform_ip() methods should do nothing if in passthrough mode.
187         It might get non-writable buffers in that case but the buffer might
188         as well be writable.
189
190         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
191         The transform() methods won't be called in passthrough mode and
192         otherwise the buffer is always writable so don't check here.
193
194 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
195
196         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
197           Fix seeking in .wav files again (#501775).  Some people seem to think
198           they don't need to test their changes when they're just 'reflowing'
199           some code.
200
201 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
202
203         * gst/autodetect/gstautovideosink.c:
204         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
205         (gst_auto_video_sink_init),
206         (gst_auto_video_sink_create_element_with_pretty_name),
207         (gst_auto_video_sink_find_best),
208         (gst_auto_video_sink_set_property),
209         (gst_auto_video_sink_get_property):
210         * gst/autodetect/gstautovideosink.h:
211         Fix docs.
212         Use same error reporting code as autoaudiosink.
213         Add property to filter sinks based on caps. Only select raw video sinks
214         by default for backwards compat.
215         API: GstAutoVideoSink::filter-caps
216
217 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
218
219         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
220
221         * gst/autodetect/gstautoaudiosink.c:
222         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
223         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
224         (gst_auto_audio_sink_set_property),
225         (gst_auto_audio_sink_get_property):
226         * gst/autodetect/gstautoaudiosink.h:
227         Add property to filter sinks based on caps. Only select raw audio sinks
228         by default for backwards compat.  Fixes #417420.
229         API: GstAutoAudioSink::filter-caps
230
231 2007-11-29  Michael Smith <msmith@fluendo.com>
232
233         Patch by: Arek Korbik <arkadini@gmail.com>
234
235         * gst/videobox/gstvideobox.c: (plugin_init):
236           Initialise liboil in plugin_init()
237
238 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
239
240         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
241         Post error before sending EOS. Fixes #499178.
242
243 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
244
245         * win32/vs6/gst_plugins_good.dsw:
246         * win32/vs6/libgstpng.dsp:
247         Add a project file for libgstpng
248
249 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
250
251         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
252         (gst_rtp_h263_depay_process):
253         Code beautification.
254         Added debug statements.
255         Don't bit-shift everything, just do operations on last/first byte
256         instead.
257
258 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
259
260         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
261
262         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
263         Fix wrong comparison in overrun check. Fixes #499239 some more.
264
265 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
266
267         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
268         (gst_rtp_h263_depay_process):
269         * gst/rtp/gstrtph263depay.h:
270         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
271         stream.
272
273 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
274
275         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
276
277         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
278         (gst_rtp_mp4a_depay_process):
279         * gst/rtp/gstrtpmp4adepay.h:
280         Fix depayloading when multiple frames are inside one RTP packet.
281         Fixes #499239.
282
283 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
284
285         * gst/level/gstlevel.c:
286           Add GAP-flag support.
287
288 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
289
290         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
291         Read the I flag for Mode A h263 rtp stream and set the
292         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
293         Fixes #499383
294
295 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
296
297         * gst/level/gstlevel.c:
298           Remove some dead code and do cleanups.
299
300 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
301
302         * tests/check/pipelines/simple-launch-lines.c:
303           Improve the tests by allowing to set a target state.
304
305 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
306
307         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
308         Don't check the caps of the output buffer if they're equal some
309         other caps. The caps can change in a backward compatible way
310         and did at this point.
311
312 2007-11-24  Julien MOUTTE  <julien@moutte.net>
313
314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
315         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
316         (gst_qtdemux_seek_to_previous_keyframe),
317         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
318         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
319         reverse playback support.
320
321 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
324         Also set the channel layout on the Wavpack caps if we're having
325         a mono layout. Of course only do it for "audio/x-wavpack".
326
327 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
328
329         * ext/wavpack/gstwavpackcommon.c:
330         (gst_wavpack_get_default_channel_mask),
331         (gst_wavpack_set_channel_layout),
332         (gst_wavpack_get_default_channel_positions),
333         (gst_wavpack_get_channel_mask_from_positions),
334         (gst_wavpack_set_channel_mapping):
335         * ext/wavpack/gstwavpackcommon.h:
336         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
337         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
338         * ext/wavpack/gstwavpackdec.h:
339         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
340         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
341         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
342         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
343         (gst_wavpack_enc_rewrite_first_block),
344         (gst_wavpack_enc_sink_event):
345         * ext/wavpack/gstwavpackenc.h:
346         * ext/wavpack/gstwavpackparse.c:
347         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
348         (gst_wavpack_parse_scan_to_find_sample),
349         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
350         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
351         * ext/wavpack/gstwavpackparse.h:
352         Add support for encoding, parsing and decoding multichannel
353         files with up to 8 channels. This also improves the robustness
354         of parsing quite a bit.
355
356         * ext/wavpack/gstwavpackstreamreader.c:
357         (gst_wavpack_stream_reader_read_bytes),
358         (gst_wavpack_stream_reader_get_pos),
359         (gst_wavpack_stream_reader_set_pos_abs),
360         (gst_wavpack_stream_reader_set_pos_rel),
361         (gst_wavpack_stream_reader_push_back_byte),
362         (gst_wavpack_stream_reader_get_length),
363         (gst_wavpack_stream_reader_can_seek),
364         (gst_wavpack_stream_reader_write_bytes):
365         Improve debugging.
366
367 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
368
369         * ext/libpng/gstpngdec.c:
370         * ext/libpng/gstpngdec.h:
371           Don't release the png-memory from within the callback.
372
373 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
374
375         Patch by: René Stadler <mail at renestadler dot de>
376
377         * ext/libpng/gstpngenc.c:
378           Don't leak buffer data memory. Fixes #498395.
379
380 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
381
382         Patch by: René Stadler <mail at renestadler dot de>
383
384         * tests/check/pipelines/simple-launch-lines.c:
385           Tests for #498395.
386
387 2007-11-20  Julien MOUTTE  <julien@moutte.net>
388
389         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
390         (gst_tag_lib_mux_adjust_event_offsets):
391         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
392         * sys/osxaudio/Makefile.am:
393         * sys/osxvideo/cocoawindow.h:
394         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
395
396 2007-11-15  David Schleef  <ds@schleef.org>
397
398         * ext/cairo/gsttextoverlay.c:
399           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
400
401 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
402
403         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
404
405         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
406         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
407         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
408         * gst/rtp/gstrtpmp2tpay.h:
409         Fill the MTU with as many packets as possible. Fixes #491323.
410
411 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
412
413         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
414
415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
416         Fix some more leaks. Fixes #497007.
417
418 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
419
420         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
421
422         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
423         (gst_rtspsrc_stream_configure_tcp):
424         Fix 3 pad leaks. Fixes #496983.
425
426 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
427
428         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
429
430         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
431         Fix small leak. Fixes #497017.
432
433 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
434
435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
436         (gst_qtdemux_prepare_current_sample),
437         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
438         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
439         * gst/qtdemux/qtdemux_fourcc.h:
440         * gst/qtdemux/qtdemux_types.c:
441         Add suppport for theora in quicktime according to XiphQT.
442
443 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
444
445         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
446         (gst_v4l2src_init), (gst_v4l2src_set_property),
447         (gst_v4l2src_get_property):
448         * sys/v4l2/gstv4l2src.h:
449         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
450           Always copy buffers by default (handle safer with bugged drivers)
451           and added a property to make it possible to use mmap effectively (no
452           copy if possible) when application wants to. Fixes: #480557.
453
454 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
455
456         * gst/id3demux/id3tags.c:
457         * gst/id3demux/id3tags.h:
458         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
459           We don't want the same string multiple times in a tag list for the
460           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
461           this doesn't happen and remove special-case code for GST_TAG_GENRE.
462
463 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
466           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
467           into ID3v2 TXXX frames (fixes #347848).
468
469 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
472           Don't leak sdp message contents (fixes #496773).
473
474         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
475           Don't leak URI string.
476
477 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
478
479         Patch by: Julien Puydt <julien dot puydt at laposte net>
480
481         * ext/raw1394/Makefile.am:
482         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
483           (gst_1394_property_probe_get_properties),
484           (gst_1394_property_probe_probe_property),
485           (gst_1394_property_probe_needs_probe),
486           (gst_1394_property_probe_get_values),
487           (gst_1394_property_probe_interface_init),
488           (gst_1394_type_add_property_probe_interface):
489         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
490         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
491           (gst_dv1394src_init), (gst_dv1394src_dispose),
492           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
493           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
494           (gst_dv1394src_update_device_name):
495         * ext/raw1394/gstdv1394src.h:
496           Implement GstPropertyProbe interface and add "device-name" property,
497           so applications can use this to probe for available devices in the
498           same way they can already with v4lsrc and v4l2src (however horrible
499           this property probe interface may be). Fixes #358841.
500
501 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
502
503         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
504
505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
506           (gst_rtspsrc_parse_range):
507           Don't leak event, don't leak range (fixes #496752).
508
509 2007-11-14  Michael Smith <msmith@fluendo.com>
510
511         Patch by: Arek Korbik <arkadini@gmail.com>
512
513         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
514           Detect RGBA/BGRA correctly on little endian systems.
515
516 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
519           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
520           corresponding ioctl() call fails even though the driver claims to
521           support this format, just fall back to the pre-2.6.19 kernel
522           routine that creates caps with suitable height and width ranges
523           (see #448278).
524
525 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
526
527         Patch by: Mark Nauwelaerts <manauw skynet be>
528
529         * gst/matroska/matroska-demux.c:
530           (gst_matroska_demux_push_dvd_clut_change_event),
531           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
532           (gst_matroska_demux_subtitle_caps):
533         * gst/matroska/matroska-ids.h:
534           Extract palette data for dvd subpicture streams and send it
535           downstream as custom gstreamer dvd event (fixes #453417).
536
537 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
538
539         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
540           Implement minimal parsing of the passed pango font description
541           string, so passing a font size works the same as with the
542           pango textoverlay plugin; fixes #455086.
543           (Maybe we could just use pangocairo here at some point).
544
545 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
546
547         * gst/avi/gstavidemux.c:
548         * gst/wavparse/gstwavparse.c:
549           Return the result in _activate_pull(). Don't ref element there.
550
551 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
552
553         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
554         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
555         (gst_wavparse_srcpad_event):
556           Ref the element when we should, but not when we its not needed. Reflow
557           the event_handling to not leak the event.       
558
559 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
560
561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
562         (qtdemux_parse_samples):
563         Properly free QTDemuxSamples array.
564         Protect table write with a sensible check, some files apparently DO contain
565         stts values starting with 0 :(
566
567 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
568
569         * gst/avi/gstavidemux.c:
570         * gst/qtdemux/qtdemux.c:
571           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
572           previous commit messed up.
573
574 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
575
576         * gst/avi/gstavidemux.c:
577         * gst/qtdemux/qtdemux.c:
578           Sync _handle_src_event() with oggdemux. In avidemux also ref the
579           element when we should, but not when we its not needed.
580
581 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
582
583         * gst/wavparse/gstwavparse.c:
584           Return FALSE if we can't handle a query instead of changing the
585           format. Ignore fact when dealing with mpeg audio.
586
587 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
588
589         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
590
591         * configure.ac:
592         * gst/udp/gstdynudpsink.c:
593         * gst/udp/gstdynudpsink.h:
594         * gst/udp/gstmultiudpsink.c:
595         * gst/udp/gstmultiudpsink.h:
596         * gst/udp/gstudpsink.c:
597         * gst/udp/gstudpsink.h:
598           Fix includes for MSVC and GLib-2.14.0 (#492388).
599
600         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
601           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
602
603 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
604
605         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
606         (gst_mulawdec_chain):
607         * gst/law/mulaw-decode.h:
608         Calculate outgoing buffer duration if incoming buffer didn't have a
609         valid duration.
610
611 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
612
613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
614         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
615         Smarter combine_flow code that also deals with downstream elements
616         returning UNEXPECTED when they receive data out of the segment
617         boundaries. Fixes #491305.
618
619 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * sys/v4l2/v4l2src_calls.c:
622           Fix 'unused variable' compiler warning when compiling against
623           older kernel headers.
624
625 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
626
627         * ext/taglib/gstid3v2mux.cc (add_funcs):
628           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
629
630 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
631
632         * tests/check/pipelines/simple-launch-lines.c:
633            Improve the tests a little more.
634
635 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
636
637         patch by: Yun Zheng Hu
638
639         * sys/osxaudio/gstosxaudiosrc.c:
640         Use default input device instead of default output device and
641         only memcpy actual available bytes.
642
643 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
644
645         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
646           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
647           early. It is temporary until we find something better.
648
649 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
650
651         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
652
653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
654         Fix race when pausing a RTSP stream in interleaved.
655         Fixes #475784.
656
657 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
658
659         Patch by: Peter Kjellerstedt <pkj at axis com>
660
661         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
662         Use correct unref function for buffers. #488844.
663
664 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
665
666         * gst/avi/gstavimux.c:
667         * tests/check/elements/avimux.c:
668           Add some debug and sync tests with the fix.     
669
670 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
671
672         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
673
674         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
675         When the socket is used by the app for other purposes, don't generate an
676         error if there is activaty on the socket that is not data related.
677         Fixes #487488.
678
679 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
680
681         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
682         (gst_v4l2src_grab_frame):
683         Add some more debug info. Generate an error when we run out of buffers
684         for some reason. See #480557.
685
686 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
687
688         Patch by: Anders Skargren <anders dot skargren at axis dot com>
689
690         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
691         Set marker bit correctly.
692
693 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
694
695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
696         Use allowed name for the GstStructure.
697
698 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * ext/gconf/gstswitchsink.c:
701         * gst/autodetect/gstautoaudiosink.c:
702           Use new gst_bus_pop_filtered().
703
704 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
705
706         * sys/v4l2/gstv4l2src.c:
707         * sys/v4l2/v4l2src_calls.c:
708           When probing the formats and sizes a camera supports, make
709           sure the best ones (highest resolution, prefered format)
710           end up at the beginning of the probed caps and the less
711           desirable ones at the end.  This is important because the
712           order within the caps matters for things like fixation and
713           negotiation, ie. what format is chosen in the end.
714           With recent kernels, the current probing code will end up
715           querying the supported sizes from lowest resolution to
716           highest resolution, adding them to the probed caps in that
717           order, resulting to v4l2src fixating to the lowest possible
718           resolution if downstream does not express a size preference.
719           Also make up a somewhat random ranking of prefered output
720           formats for the same reason. Fixes #485828.
721         
722 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
723
724         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
725
726         * gst/id3demux/id3v2frames.c:
727           Extract license/copyright URIs from ID3v2 WCOP frames
728           (Fixes #447000).
729
730         * tests/check/elements/id3demux.c:
731         * tests/files/Makefile.am:
732         * tests/files/id3-447000-wcop.tag:
733           Add simple unit test.
734
735 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * ext/taglib/gstid3v2mux.cc:
738           Add support for license/copyright URI tags (ID3v2 WCOP frame).
739           Prerequisite for #447000.
740
741 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
742
743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
744         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
745         a GstClockTime.
746
747 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
748
749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
750         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
751         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
752         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
753         (gst_rtspsrc_change_state):
754         More seeking fixes, mostly passing around the new playback segment in
755         order to configure it properly.
756         Also reset base_time of udp sources when setting them back to PLAYING as
757         a temporary hack until core supports seek in live sources properly.
758
759 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
760
761         * gst/rtp/gstrtpmp4adepay.c:
762         Fix caps as to not confuse autopluggers.
763
764 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
765
766         * gst/id3demux/gstid3demux.c:
767         * gst/id3demux/gstid3demux.h:
768         * gst/id3demux/id3tags.c:
769         * gst/id3demux/id3tags.h:
770         * gst/id3demux/id3v2frames.c:
771           Port ID3 tag demuxer over to the new GstTagDemux in -base
772           (now would be a good time to test re-importing your music
773           collection).
774
775 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * gst/apetag/Makefile.am:
778         * gst/apetag/gstapedemux.c:
779         * gst/apetag/gstapedemux.h:
780         * gst/apetag/gsttagdemux.c:
781         * gst/apetag/gsttagdemux.h:
782           Port APE tag demuxer over to the new GstTagDemux in -base.
783
784 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
785
786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
787         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
788         (gst_rtspsrc_handle_internal_src_query),
789         (gst_rtspsrc_handle_src_query), (new_session_pad),
790         (gst_rtspsrc_stream_configure_tcp),
791         (gst_rtspsrc_stream_configure_transport),
792         (gst_rtspsrc_loop_send_cmd):
793         Improve flushing behaviour.
794         Set state of the udp sources to PAUSE/PLAYING correctly.
795         Handle events and queries for UDP and TCP transport now.
796
797 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
798
799         * gst/rtp/gstrtpgsmdepay.c:
800         * gst/rtp/gstrtpgsmpay.c:
801           Add log category.
802
803 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
804
805         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
806
807         * tests/check/Makefile.am:
808         * tests/check/pipelines/simple-launch-lines.c:
809           Add unit tests for payloaders/depayloaders.
810
811 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
812
813         * gst/avi/gstavimux.c:
814         * gst/avi/gstavimux.h:
815           Also save codec data for audio streams. Fixes #482495.
816
817 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
818
819         * gst/avi/gstavimux.c:
820           Fix "Index entry has invalid stream nr 1".
821           Add support for muxing aac - work in progress (see #482495).
822
823 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
824
825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
826         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
827         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
828         * gst/rtsp/gstrtspsrc.h:
829         Parse bandwidth modifiers, they are not yet configured in the session
830         manager because we don't have an API for that yet.
831
832 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
833
834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
835         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
836         Use shiny new function in -base to get the default clock-rate.
837         Update some docs.
838
839 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
840
841         * win32/MANIFEST:
842         Add files to win32 manifest.
843         * win32/vs6/libgstaudiofx.dsp:
844         * win32/vs6/libgstqtdemux.dsp:
845         * win32/vs6/libgstrtp.dsp:
846         * win32/vs6/libgstrtsp.dsp:
847         Update project files.
848
849 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
850
851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
852         (gst_rtspsrc_play):
853         * gst/rtsp/gstrtspsrc.h:
854         In TCP mode, only timestamp the first buffer. TCP is not real time and
855         it does not make sense to try to skew compensate, also some servers send
856         the first batch of data in a burst.
857
858 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * gst/matroska/matroska-demux.c:
861           Fix setting the discont flag on the first buffer
862           pushed downstream for formats with private codec
863           data that needs to be deserialised into buffers
864           (such as vorbis and FLAC when in a matroska container).
865
866 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
867
868         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
869
870         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
871         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
872         (gst_rtp_mp4v_pay_handle_buffer):
873         * gst/rtp/gstrtpmp4vpay.h:
874         Free the config string. Fixes #480707.
875         Clean up the timestamp code a little.
876
877 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
878
879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
880         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
881         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
882         * gst/rtsp/gstrtspsrc.h:
883         Set timestamps on RTP buffers in interleaved mode.
884         Mark first buffers with a DISCONT.
885         Remove flush hack now that sync for live sources has been figured out.
886
887 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
888
889         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
890         Update documentation.
891
892 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
893
894         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
895         (gst_rtp_xqt_depay_change_state):
896         * gst/qtdemux/gstrtpxqtdepay.h:
897         Fail if we don't know the quicktime format.
898
899 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * ext/flac/gstflacenc.c:
902         * ext/flac/gstflacenc.h:
903           Save the flow return from the last gst_pad_push() and
904           make sure we pass the right flow return value upstream
905           in the case of failure; minor clean-ups.
906
907 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
908
909         * ext/taglib/gstapev2mux.cc:
910         * ext/taglib/gstid3v2mux.cc:
911         * gst/apetag/gstapedemux.c:
912           Add support for the new GST_TAG_COMPOSER (#459809).
913
914 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
915
916         * gst/law/alaw-decode.c:
917         * gst/law/alaw-decode.h:
918         * gst/law/alaw-encode.c:
919         * gst/law/alaw-encode.h:
920         * gst/law/alaw.c:
921         * gst/law/mulaw-conversion.h:
922           Compulsive clean-ups: use boilerplate macros, add debug
923           categories, fix up things to conform to symbol nomenklatura,
924           etc.
925
926 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
927
928         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
929
930         * gst/law/alaw-decode.c:
931         * gst/law/alaw-encode.c:
932           Use static tables for A-Law decoding and encoding; this makes
933           A-Law decoding and encoding less CPU-intensive, but increases
934           the binary size a bit. Leaving old code around for now,
935           selectable by a define in the code. Fixes #435435.
936
937 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
938
939         * configure.ac:
940         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
941         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
942         in configure.ac.
943
944 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
945
946         Patch by: <j at bootlab dot org>
947
948         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
949         Add fourccs for MPEG2 HDV streams. Fixes #479960.
950
951 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
952
953         * sys/oss/gstosshelper.c:
954           Use GST_WARNING instead of a g_critical. This situation is not caused
955           by the application.
956
957 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
958
959         * po/LINGUAS:
960         * po/nl.po:
961           Updated translations.
962
963 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
966
967         * po/eu.po:
968           Added Basque translation.
969
970 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
971
972         translated by: Abel Cheung <abelcheung@gmail.com>
973
974         * po/zh_HK.po:
975         * po/zh_TW.po:
976           Added Chinese (traditional and Hong Kong) translation.
977
978 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         translated by: Jakub Bogusz <qboosh@pld-linux.org>
981
982         * po/pl.po:
983           Added Polish translation.
984
985 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
986
987         translated by: Ilkka Tuohela <hile@iki.fi>
988
989         * po/fi.po:
990           Added Finnish translation.
991
992 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
993
994         translated by: Jorge González González <aloriel@gmail.com>
995
996         * po/es.po:
997           Added Spanish translation.
998
999 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1000
1001         translated by: Mogens Jaeger <mogens@jaeger.tf>
1002
1003         * po/da.po:
1004           Added Danish translation.
1005
1006 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1007
1008         translated by: Funda Wang <fundawang@linux.net.cn>
1009
1010         * po/zh_CN.po:
1011           Added Chinese (simplified) translation.
1012
1013 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1014
1015         translated by: Alexander Shopov <ash@contact.bg>
1016
1017         * po/bg.po:
1018           Added Bulgarian translation.
1019
1020 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1021
1022         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1023         Set outgoing packet duration because we can. Fixes #478244 some more.
1024
1025 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1026
1027         * ext/cairo/gsttextoverlay.c:
1028           Add info about static leak.
1029         
1030         * tests/check/Makefile.am:
1031         * tests/check/generic/states.c:
1032           Improved state change unit test.
1033
1034 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1035
1036         * docs/plugins/.cvsignore:
1037         * tests/check/.cvsignore:
1038           Ignore registries in any format.
1039
1040 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1041
1042         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1043         Removed some unused code.
1044
1045         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1046         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1047         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1048         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1049         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1050         (gst_rtp_theora_pay_flush_packet):
1051         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1052         Try to preserve the incomming buffer duration on the outgoing
1053         packets. Fixes #478244.
1054
1055 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * ext/taglib/gstapev2mux.cc:
1058         * ext/taglib/gstid3v2mux.cc:
1059           Work around compiler warnings with g++-4.2 when assigning a
1060           string constant to a gchar * (partially fixes #478092).
1061
1062 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * configure.ac:
1065           We require core CVS now for gst_base_src_set_do_timestamp().
1066
1067 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1068
1069         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1071         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1072         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1073         (gst_rtspsrc_handle_message):
1074         Fix compiler warnings shown with Forte.
1075
1076 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1077
1078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1079         (gst_rtspsrc_dup_printf):
1080         Give meaningfull error when all streams failed to configure for some
1081         reason.
1082
1083 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1084
1085         * gst/rtp/README:
1086         Update README with the design for synchronisation rules of RTP on
1087         sender and receiver.
1088
1089 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1090
1091         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1092         (gst_wavparse_chain):
1093         Don't push EOS from the chain function, the element
1094         driving the pipeline is responsible for this. The bug
1095         this was meant to fix seems to be queue not forwarding
1096         EOS in all cases (see #476514).
1097
1098 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1099
1100         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1101         (gst_level_transform_ip):
1102         * gst/level/gstlevel.h:
1103         Use basetransform segment so that it is correctly managed on flushes and
1104         start/stop.
1105         Report message timestamp as stream time, which is what an application
1106         can understand.
1107
1108 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1109
1110         * ext/taglib/gstapev2mux.cc:
1111         * ext/taglib/gstapev2mux.h:
1112         * ext/taglib/gsttaglibmux.c:
1113         * tests/check/elements/apev2mux.c:
1114         Update my mail address.
1115
1116 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1117
1118         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1119         (gst_wavparse_loop), (gst_wavparse_chain):
1120         Add EOS logic for the push-based mode too. Fixes #476514.
1121
1122 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1123
1124         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1125         * gst/law/alaw-encode.h:
1126         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1127         (gst_mulawenc_chain):
1128         * gst/law/mulaw-encode.h:
1129         Fix law encoder timestamps.
1130
1131 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1132
1133         * ext/gconf/gstgconfaudiosink.c:
1134           Fix warning when building without debug.
1135
1136         * sys/oss/gstossmixertrack.c:
1137           Use const like in alsamixertrack.c (fixes warnings).
1138
1139 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1140
1141         * sys/v4l2/v4l2src_calls.c:
1142         (gst_v4l2src_probe_caps_for_format_and_size):
1143         Fix framerate detection code some more.
1144         Handle the case where there is a weird step in the stepwise framerates.
1145         Don't overwrite the min interval with the framerate, use a temp variable
1146         instead.
1147         Use max in the Continuous framerate intervals instead of step, which is
1148         1 according to the docs. Fixes #475424.
1149
1150 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1151
1152         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1153         Make udpsrc timestamp outgoing buffers based on when they were received.
1154         Also make it output a segment in time.
1155
1156 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * gst/avi/gstavidemux.c:
1159           Plug a little leak. Little code cleanups.
1160
1161 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1162
1163         * configure.ac:
1164           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1165           flac versions, 's good for cross-compilation karma.
1166
1167 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1170
1171         * gst/rtp/gstrtph263pay.c:
1172           Fix up header structure so that compilers don't add padding
1173           between the structure fields, since that would lead to us
1174           sending RTP packets with broken headers (as is currently the
1175           case when compiling with MSVC). Also see similar fixes in
1176           libgstrtp in gst-plugins-base. (#474616; #471194)
1177
1178 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         * sys/v4l2/v4l2src_calls.c:
1181         (gst_v4l2src_probe_caps_for_format_and_size):
1182         Don't overwrite our GValue with 0 but instead use the previously
1183         computed value. Fixes #471823 some more.
1184
1185 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1188           No tabs in this file please, or gtk-doc will end up documenting
1189           rather absurd class hierarchies.
1190
1191 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * ext/gconf/gstswitchsink.c:
1194           If the new kid element fails to change state for some reason
1195           (e.g. esdsink not being able to connect to the sound server),
1196           forward the error message it posted on the bus instead of just
1197           posting a generic 'Internal state change error: please file a
1198           bug' error message. Fixes #471364.
1199
1200 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1201
1202         * gst/qtdemux/Makefile.am:
1203         * gst/qtdemux/qtdemux.c:
1204           Don't assume tags are encoded as UTF-8 (#473670).
1205
1206 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * sys/v4l2/gstv4l2src.c:
1209         * sys/v4l2/gstv4l2src.h:
1210         * sys/v4l2/v4l2src_calls.c:
1211           Implement LATENCY queries in the crudest way possible so I don't
1212           have to use sync=false any longer when testing with videosinks.
1213
1214 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * configure.ac:
1217           Fix build.
1218
1219 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         * sys/v4l2/v4l2src_calls.c:
1222         (gst_v4l2src_probe_caps_for_format_and_size):
1223         Add some more debugging in the framerate function.
1224         Iterate stepwise framerate up to and _including_ the max and if nothing
1225         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1226         don't end up with an empty list. Fixes #471823
1227
1228 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1229
1230         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1231         (gst_multiudpsink_set_clients_string),
1232         (gst_multiudpsink_get_clients_string),
1233         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1234         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1235         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1236         (gst_multiudpsink_clear):
1237         Add property do configure destination address/port pairs
1238         API:GstMultiUDPSink::clients
1239
1240 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1241
1242         * tests/examples/Makefile.am:
1243         * tests/examples/rtp/Makefile.am:
1244         * tests/examples/rtp/client-H263p-AMR.sh:
1245         * tests/examples/rtp/client-H263p-PCMA.sdp:
1246         * tests/examples/rtp/client-H263p-PCMA.sh:
1247         * tests/examples/rtp/client-H264-PCMA.sdp:
1248         * tests/examples/rtp/client-H264-PCMA.sh:
1249         * tests/examples/rtp/client-PCMA.sh:
1250         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1251         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1252         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1253         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1254         Added some RTP example scripts for sending and receiving RTP streams.
1255
1256 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1257
1258         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1259         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1260         Restructure the setcaps function so that we can also compute the
1261         expected GStreamer output size of the video frames.
1262         Set frame_byte_size correctly so that read-based devices have a chance
1263         of working correctly.
1264         When grabbing a frame, discard frames that are not of the expected size.
1265         Some cameras don't output the right framesize for the first buffer.
1266         Try only a couple of times to get a valid frame, else error out.
1267
1268         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1269         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1270         Add some more debug info when scanning the device.
1271
1272         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1273         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1274         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1275         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1276         Add some more debug info when dequeing a frame.
1277
1278 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1279
1280         * gst/wavparse/gstwavparse.c:
1281           More code cleanups. Add some more comment and improve debugs logs.
1282
1283 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1284
1285         * gst/wavparse/gstwavparse.c:
1286         * gst/wavparse/gstwavparse.h:
1287           Implement seek-query. Refactor duration calculations. Appropriate use
1288           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1289           out of loops.
1290
1291 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * gst/avi/gstavidemux.c:
1294           Implement seek-query.
1295
1296 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1297
1298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1299         (gst_rtspsrc_dup_printf):
1300         Use new basesink async property to make sparse RTCP packet not wait for
1301         preroll.
1302
1303 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1304
1305         * gst/audiofx/Makefile.am:
1306         Dist the right file.
1307
1308 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1309
1310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1311         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1312         Make sure we generate and parse floating point values in the POSIX
1313         locale instead of the current locale. 
1314
1315 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1316
1317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1318         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1319         (gst_rtspsrc_play):
1320         * gst/rtsp/gstrtspsrc.h:
1321         Fix method detection again.
1322         Keep track of when we must send a Range header.
1323         Use segment values for Range, Speed and Scale headers.
1324         Parse Speed and Scale headers to update the segment values.
1325
1326 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1327
1328         patch by: Mark Nauwelaerts <manauw@skynet.be>
1329
1330         * sys/v4l2/v4l2src_calls.c:
1331           Handle optional v4l2 ioctls gracefully.
1332
1333 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1334
1335         * gst/rtp/Makefile.am:
1336         * gst/rtp/gstrtp.c: (plugin_init):
1337         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1338         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1339         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1340         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1341         (gst_rtp_h263_depay_get_property),
1342         (gst_rtp_h263_depay_change_state),
1343         (gst_rtp_h263_depay_plugin_init):
1344         * gst/rtp/gstrtph263depay.h:
1345         Added an H263 depayloader. Fixes #369392.
1346
1347         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1348         (gst_rtp_h263p_depay_process):
1349         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1350         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1351         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1352         payloads.
1353         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1354
1355 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1356
1357         * gst/audiofx/audiochebyshevfreqband.c:
1358         * gst/audiofx/audiochebyshevfreqlimit.c:
1359         Add small comparision with the windowed sinc filters in the docs.
1360
1361 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1362
1363         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1364         (audiochebyshevfreqband_suite):
1365         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1366         (audiochebyshevfreqlimit_suite):
1367         Also test 32 bit float mode and the type 2 variants of the filters.
1368
1369 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1370
1371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1372         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1373         (gst_rtspsrc_loop):
1374         Refactor the udp and interleaved loop function a bit.
1375
1376 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1377
1378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1379         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1380         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1381         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1382         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1383         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1384         * gst/rtsp/gstrtspsrc.h:
1385         Protect connection activity with a new lock, avoids deadlocks when going
1386         to PAUSED. Fixes #455808.
1387
1388 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1389
1390         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1391         Fix debug statement.
1392
1393 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1394
1395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1396         Fix stray %u in debug line as spotted by Saur on IRC.
1397
1398 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1399
1400         * gst/audiofx/audiochebyshevfreqband.c:
1401         (gst_audio_chebyshev_freq_band_class_init):
1402         * gst/audiofx/audiochebyshevfreqlimit.c:
1403         (gst_audio_chebyshev_freq_limit_class_init):
1404         Use generator macros for the process functions for the different
1405         sample types, add lower upper boundaries for the GObject properties
1406         so automatically generated UIs can use sliders and add a note about
1407         the number of poles as a too high number of poles combined with
1408         very low or very high frequencies will produce only noise.
1409         * docs/plugins/gst-plugins-good-plugins.args:
1410         Regenerated for the property changes.
1411
1412 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1413
1414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1415         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1416         (gst_rtspsrc_stream_configure_udp_sink),
1417         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1418         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1419         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1420         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1421         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1422         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1423         * gst/rtsp/gstrtspsrc.h:
1424         Improve timeout handling.
1425         Use the same socket for sending and receiving RTCP packets so that some
1426         servers can track clients better.
1427         Improve connection closed handling. Try to reconnect.
1428         Don't overwrite our content base with NULL.
1429         Improve debugging.
1430         Improve range parsing and handling.
1431         Remove flushing hack now that core does the right thing.
1432
1433 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1434
1435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1436         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1437         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1438         (gst_multiudpsink_close), (gst_multiudpsink_add):
1439         * gst/udp/gstmultiudpsink.h:
1440         Add support for getting and setting the socket to use.
1441
1442         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1443         (gst_udpsrc_create), (gst_udpsrc_get_property):
1444         Add support for getting the currently used socket.
1445
1446 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1449
1450         * gst/audiofx/Makefile.am:
1451         * gst/audiofx/audiochebyshevfreqband.c:
1452         (gst_audio_chebyshev_freq_band_mode_get_type),
1453         (gst_audio_chebyshev_freq_band_base_init),
1454         (gst_audio_chebyshev_freq_band_dispose),
1455         (gst_audio_chebyshev_freq_band_class_init),
1456         (gst_audio_chebyshev_freq_band_init),
1457         (generate_biquad_coefficients), (calculate_gain),
1458         (generate_coefficients),
1459         (gst_audio_chebyshev_freq_band_set_property),
1460         (gst_audio_chebyshev_freq_band_get_property),
1461         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1462         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1463         (gst_audio_chebyshev_freq_band_start):
1464         * gst/audiofx/audiochebyshevfreqband.h:
1465         * gst/audiofx/audiochebyshevfreqlimit.c:
1466         (gst_audio_chebyshev_freq_limit_mode_get_type),
1467         (gst_audio_chebyshev_freq_limit_base_init),
1468         (gst_audio_chebyshev_freq_limit_dispose),
1469         (gst_audio_chebyshev_freq_limit_class_init),
1470         (gst_audio_chebyshev_freq_limit_init),
1471         (generate_biquad_coefficients), (calculate_gain),
1472         (generate_coefficients),
1473         (gst_audio_chebyshev_freq_limit_set_property),
1474         (gst_audio_chebyshev_freq_limit_get_property),
1475         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1476         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1477         (gst_audio_chebyshev_freq_limit_start):
1478         * gst/audiofx/audiochebyshevfreqlimit.h:
1479         * gst/audiofx/audiofx.c: (plugin_init):
1480         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1481         Fixes #464800.
1482
1483         * tests/check/Makefile.am:
1484         * tests/check/elements/.cvsignore:
1485         * tests/check/elements/audiochebyshevfreqband.c:
1486         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1487         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1488         * tests/check/elements/audiochebyshevfreqlimit.c:
1489         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1490         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1491         Add unit tests for the chebyshev filters.
1492
1493         * docs/plugins/Makefile.am:
1494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1496         * docs/plugins/gst-plugins-good-plugins.args:
1497         * docs/plugins/inspect/plugin-1394.xml:
1498         * docs/plugins/inspect/plugin-audiofx.xml:
1499         * docs/plugins/inspect/plugin-dv.xml:
1500         * docs/plugins/inspect/plugin-flac.xml:
1501         * docs/plugins/inspect/plugin-jpeg.xml:
1502         * docs/plugins/inspect/plugin-png.xml:
1503         * docs/plugins/inspect/plugin-rtp.xml:
1504         * docs/plugins/inspect/plugin-shout2send.xml:
1505         * docs/plugins/inspect/plugin-wavpack.xml:
1506         And add docs for the chebyshev filters. While doing
1507         that also run make update in docs/plugins.
1508
1509 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * ext/annodex/gstcmmltag.c:
1512         * gst/rtp/gstrtpvorbispay.c:
1513           Make ro memory to share.
1514
1515 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1516
1517         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1518         Improve UDP performance by avoiding a select() when we have data
1519         available immediatly.
1520
1521 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1522
1523         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1524         (gst_rtp_dec_class_init):
1525         * gst/rtsp/gstrtpdec.h:
1526         Add (dummy) SSRC management signals.
1527
1528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1529         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1530         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1531         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1532         (on_timeout), (gst_rtspsrc_stream_configure_manager),
1533         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1534         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1535         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1536         * gst/rtsp/gstrtspsrc.h:
1537         Add connection-speed property.
1538         Add find_stream helper functions.
1539         Handle stream EOS based on BYE messages or SSRC timeout.
1540         Returns SUCCESS from the state change function as we hide our async
1541         elements from the parent.
1542
1543 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1544
1545         * gst/debug/rndbuffersize.c:
1546           Fix da leak.
1547
1548 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
1549
1550         * gst/debug/Makefile.am:
1551         * gst/debug/breakmydata.c:
1552         * gst/debug/gstdebug.c:
1553         * gst/debug/negotiation.c:
1554         * gst/debug/progressreport.c:
1555         * gst/debug/rndbuffersize.c:
1556         * gst/debug/testplugin.c:
1557           Add new test element and clean-up the others a little.
1558
1559 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1560
1561         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1562         Fix parsing of mp4a version 0 atoms. Fixes #465774.
1563
1564 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1565
1566         * gst/rtp/gstrtpilbcdepay.c:
1567           Include stdlib.
1568
1569 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
1570
1571         * gst/rtp/gstrtpmpvdepay.c:
1572         Set the mpegversion in the caps so that autoplugging does not get
1573         confused.
1574
1575 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1576
1577         * po/hu.po:
1578         * po/uk.po:
1579         * po/vi.po:
1580           Updated translations.
1581
1582 2007-08-08  Michael Smith <msmith@fluendo.com>
1583
1584         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1585           Render right border in the correct location.
1586
1587 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1588
1589         Patch by: Olivier Crete <tester at tester dot ca>
1590
1591         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1592         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1593         Make mode property a string. Fixes #464475.
1594
1595 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1596
1597         * ext/flac/gstflacenc.c:
1598           Widen caps to match decoder a bit and add more FIXMEs.
1599
1600 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1601
1602         patch by: Mark Nauwelaerts <manauw@skynet.be>
1603
1604         * gst/avi/gstavimux.c:
1605           Fix ODML index tag numbering. Fixes #463624.
1606
1607 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1608
1609         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1610         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1611         (gst_rtspsrc_stream_configure_tcp),
1612         (gst_rtspsrc_stream_configure_udp_sink):
1613         Fix default clock-rate for realmedia.
1614         Fix parsing of transport.
1615         Don't try to link NULL pads.
1616
1617 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * po/POTFILES.skip:
1620           Add POTFILES.skip with list of source files that aren't disted at the
1621           moment but contain translatable strings. Should hopefully pacify
1622           broken tools and make it clearer that these files are left out
1623           intentionally (#461600).
1624
1625 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1626
1627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1628         If the buffer was entirely clipped ... don't try sending it :)
1629
1630 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1631
1632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1633         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1634         (gst_rtspsrc_create_transports_string),
1635         (gst_rtspsrc_prepare_transports):
1636         If we don't hav a session manager, set the caps on outgoing buffers
1637         ourselves.
1638         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1639         Append final bit of the transport string even when it does not contain a
1640         placeholder.
1641
1642 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1643
1644         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1645         (gst_rtsp_ext_list_connect):
1646         * gst/rtsp/gstrtspext.h:
1647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1648         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1649         Clean up the interface list.
1650         Allow connecting to interface signals for the extensions.
1651         Remove old extension code.
1652         Free list on cleanup.
1653         Allow extensions to send additional RTSP messages.
1654
1655 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1656
1657         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1658         Handle a NULL gconf key gracefully by rendering the default element.
1659
1660 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1661
1662         * gst/rtsp/gstrtspext.h:
1663         Fix include path for extension interface.
1664
1665 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1666
1667         * gst/audiofx/audioamplify.h:
1668         Also remove a now unecessary variable here.
1669
1670 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1671
1672         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1673         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1674         * gst/audiofx/audiodynamic.c:
1675         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1676         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1677         * gst/audiofx/audiodynamic.h:
1678         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1679         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1680         * gst/audiofx/audioinvert.h:
1681         Don't save format information ourselves, this is already saved in
1682         GstAudioFilter.
1683
1684 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1685
1686         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1687         (gst_rtsp_ext_list_stream_select):
1688         * gst/rtsp/gstrtspext.h:
1689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1690         Use rank to filter out extensions.
1691         Add url to stream_select interface call.
1692
1693 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1694
1695         * gst/rtsp/Makefile.am:
1696         * gst/rtsp/base64.c:
1697         * gst/rtsp/base64.h:
1698         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1699         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1700         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1701         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1702         (gst_rtsp_ext_list_setup_media),
1703         (gst_rtsp_ext_list_configure_stream),
1704         (gst_rtsp_ext_list_get_transports),
1705         (gst_rtsp_ext_list_stream_select):
1706         * gst/rtsp/gstrtspext.h:
1707         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1708         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1709         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1710         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1711         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1712         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1713         (gst_rtspsrc_stream_configure_tcp),
1714         (gst_rtspsrc_stream_configure_mcast),
1715         (gst_rtspsrc_stream_configure_udp),
1716         (gst_rtspsrc_stream_configure_udp_sink),
1717         (gst_rtspsrc_stream_configure_transport),
1718         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1719         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1720         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1721         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1722         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1723         (gst_rtspsrc_parse_methods),
1724         (gst_rtspsrc_create_transports_string),
1725         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1726         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1727         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1728         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1729         * gst/rtsp/gstrtspsrc.h:
1730         * gst/rtsp/rtsp.h:
1731         * gst/rtsp/rtspconnection.c:
1732         * gst/rtsp/rtspconnection.h:
1733         * gst/rtsp/rtspdefs.c:
1734         * gst/rtsp/rtspdefs.h:
1735         * gst/rtsp/rtspext.h:
1736         * gst/rtsp/rtspextwms.c:
1737         * gst/rtsp/rtspextwms.h:
1738         * gst/rtsp/rtspmessage.c:
1739         * gst/rtsp/rtspmessage.h:
1740         * gst/rtsp/rtsprange.c:
1741         * gst/rtsp/rtsprange.h:
1742         * gst/rtsp/rtsptransport.c:
1743         * gst/rtsp/rtsptransport.h:
1744         * gst/rtsp/rtspurl.c:
1745         * gst/rtsp/rtspurl.h:
1746         * gst/rtsp/sdp.h:
1747         * gst/rtsp/sdpmessage.c:
1748         * gst/rtsp/sdpmessage.h:
1749         * gst/rtsp/test.c:
1750         Use shiny new RTSP and SDP library.
1751         Implement RTSP extensions using the new interface.
1752         Remove a lot of old code.
1753
1754 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1755
1756         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1757         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1758
1759 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1760
1761         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1762         Don't unref the outgoing buffer twice when dropping it because it's
1763         outside of the segment.
1764
1765 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1766
1767         * configure.ac:
1768         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1769         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1770         Use the new buffer clipping function from gstaudio here and
1771         require gst-plugins-base CVS.
1772         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1773         For framed Wavpack buffers we require a valid timestamp.
1774
1775 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1776
1777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1778         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1779         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1780         Clip raw audio and video when we can, keep track of current output
1781         segment.
1782         Don't leak buffers and events when there is no output pad.
1783         Improve debugging here and there.
1784
1785 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * configure.ac:
1788           Sync liboil check with plugins-base.
1789
1790 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1791
1792         * ext/annodex/Makefile.am:
1793           Fix CFLAGS/LIBS.
1794
1795         * ext/cdio/gstcdiocddasrc.c:
1796         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1797           Include stdlib
1798
1799         * ext/cairo/Makefile.am:
1800         * gst/videofilter/Makefile.am:
1801         * tests/examples/level/Makefile.am:
1802           Use $(LIBM) instead of -lm
1803
1804 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1805
1806         * sys/v4l2/gstv4l2src.c:
1807           Add another example pipeline.
1808
1809 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1810
1811         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1812
1813         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1814           Use define here.
1815
1816         * sys/v4l2/gstv4l2tuner.c:
1817         (gst_v4l2_tuner_set_frequency_and_notify):
1818           Don't touch the property - its still disabled.
1819
1820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1821         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1822         * sys/v4l2/v4l2src_calls.h:
1823           Improve fallback format negotionation. Fixes #451388
1824
1825 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1826
1827         * tests/check/elements/videocrop.c: (GST_START_TEST):
1828           Fix the test.
1829
1830 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1831
1832         * docs/plugins/Makefile.am:
1833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1835         * docs/plugins/inspect/plugin-jpeg.xml:
1836         * docs/plugins/inspect/plugin-png.xml:
1837         * ext/jpeg/gstjpegdec.c:
1838         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1839         (gst_pngdec_sink_setcaps):
1840           More docs. More logs in pngdec.
1841
1842 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1843
1844         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1845           Initialize num_buffers with minimum value.
1846
1847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1848         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1849           Handle frame-size query failure gracefully.
1850
1851 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1852
1853         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1854         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1855         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1856         of qt/aac files.
1857
1858 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1859
1860         * ext/wavpack/gstwavpackdec.c:
1861         (gst_wavpack_dec_clip_outgoing_buffer):
1862         Fix buffer clipping to correctly clip to the segment stop.
1863
1864 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1865
1866         * configure.ac:
1867         * tests/Makefile.am:
1868         Remove bogus check for libcheck, since we check for
1869         gstreamer-check and it pulls in the required info from there,
1870         and we weren't actually _using_ the information for libcheck
1871         ourselves anyway.
1872
1873 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1874
1875         * configure.ac:
1876           Use pkg-config to locate check.
1877
1878 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1881         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1882         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1883         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1884         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1885         * gst/effectv/gstaging.c: (gst_agingtv_transform):
1886         * gst/effectv/gstdice.c: (gst_dicetv_transform):
1887         * gst/effectv/gstedge.c: (gst_edgetv_transform):
1888         * gst/effectv/gstquark.c: (gst_quarktv_transform):
1889         * gst/effectv/gstrev.c: (gst_revtv_transform):
1890         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1891         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1892         * gst/effectv/gstwarp.c: (gst_warptv_transform):
1893         * gst/matroska/matroska-demux.c:
1894         (gst_matroska_demux_add_wvpk_header),
1895         (gst_matroska_demux_check_subtitle_buffer),
1896         (gst_matroska_decode_buffer):
1897         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1898           Fix build against core CVS.
1899
1900 2007-07-10  Edward Hervey  <bilboed@gmail.com>
1901
1902         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1903         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1904         don't have enough granularity to convert that boolean into a
1905         GstFlowReturn.
1906
1907 2007-07-06  Michael Smith <msmith@fluendo.com>
1908
1909         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1910         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1911         (gst_alawdec_change_state):
1912         * gst/law/alaw-decode.h:
1913         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1914         (gst_mulawdec_class_init), (gst_mulawdec_init),
1915         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1916         * gst/law/mulaw-decode.h:
1917           Fix capsnego bogosity in *law decoders. 
1918
1919 2007-07-06  Michael Smith <msmith@fluendo.com>
1920
1921         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1922         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1923         (gst_smokeenc_change_state):
1924         * ext/jpeg/gstsmokeenc.h:
1925           Remove stupidity in get/set caps functions.
1926           Fix some refcounting problems.
1927
1928 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1929
1930         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1931         Remove endianness-flipping hack that seems to have been required
1932         only because of a bug in ffmpegcolorspace.
1933         Partially Fixes: #451908
1934
1935 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1936
1937         * docs/plugins/Makefile.am:
1938           Simplify --extra-dir as gtkdoc scans recursively.
1939
1940 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
1941
1942         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1943
1944         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1945         Set the encoding-name in the rtp caps to all uppercase, as required by
1946         the caps spec.
1947         Some small cleanups in the error paths. Fixes #453037.
1948
1949 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1950
1951         * ext/wavpack/gstwavpackparse.c:
1952         (gst_wavpack_parse_index_get_last_entry),
1953         (gst_wavpack_parse_index_get_entry_from_sample),
1954         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1955         (gst_wavpack_parse_scan_to_find_sample):
1956         * ext/wavpack/gstwavpackparse.h:
1957         Use a GSList for the GArray that is used like a list anyway.
1958
1959 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
1960
1961         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
1962         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
1963         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
1964           Add state change function where we set 0/1 as default framerate in
1965           case our setcaps function isn't called, like it might not in a
1966           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
1967           gdkpixbufdec trying to create caps with a 0/0 framerate.
1968           Also post an error message on the bus if gst_pad_push() fails when
1969           called from our sink event handler (+1 for flow returns for event
1970           functions in 0.11) instead of failing silently.
1971
1972 2007-06-27  Wim Taymans  <wim@fluendo.com>
1973
1974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
1975         Cast stack args to the proper types. Fixes #451249.
1976
1977 2007-06-27  Wim Taymans  <wim@fluendo.com>
1978
1979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1980         (new_session_pad), (gst_rtspsrc_setup_streams):
1981         * gst/rtsp/gstrtspsrc.h:
1982         For container formats we only need to activate one of the streams so
1983         that we correctly signal no-more-pads. Fixes #451015.
1984
1985 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1986
1987         * docs/plugins/gst-plugins-good-plugins.args:
1988         * docs/plugins/inspect/plugin-aasink.xml:
1989         * docs/plugins/inspect/plugin-alaw.xml:
1990         * docs/plugins/inspect/plugin-alpha.xml:
1991         * docs/plugins/inspect/plugin-alphacolor.xml:
1992         * docs/plugins/inspect/plugin-annodex.xml:
1993         * docs/plugins/inspect/plugin-apetag.xml:
1994         * docs/plugins/inspect/plugin-audiofx.xml:
1995         * docs/plugins/inspect/plugin-auparse.xml:
1996         * docs/plugins/inspect/plugin-autodetect.xml:
1997         * docs/plugins/inspect/plugin-avi.xml:
1998         * docs/plugins/inspect/plugin-cacasink.xml:
1999         * docs/plugins/inspect/plugin-cairo.xml:
2000         * docs/plugins/inspect/plugin-cdio.xml:
2001         * docs/plugins/inspect/plugin-cutter.xml:
2002         * docs/plugins/inspect/plugin-debug.xml:
2003         * docs/plugins/inspect/plugin-efence.xml:
2004         * docs/plugins/inspect/plugin-effectv.xml:
2005         * docs/plugins/inspect/plugin-esdsink.xml:
2006         * docs/plugins/inspect/plugin-flac.xml:
2007         * docs/plugins/inspect/plugin-flxdec.xml:
2008         * docs/plugins/inspect/plugin-gconfelements.xml:
2009         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2010         * docs/plugins/inspect/plugin-goom.xml:
2011         * docs/plugins/inspect/plugin-halelements.xml:
2012         * docs/plugins/inspect/plugin-icydemux.xml:
2013         * docs/plugins/inspect/plugin-id3demux.xml:
2014         * docs/plugins/inspect/plugin-jpeg.xml:
2015         * docs/plugins/inspect/plugin-ladspa.xml:
2016         * docs/plugins/inspect/plugin-level.xml:
2017         * docs/plugins/inspect/plugin-matroska.xml:
2018         * docs/plugins/inspect/plugin-mulaw.xml:
2019         * docs/plugins/inspect/plugin-multipart.xml:
2020         * docs/plugins/inspect/plugin-navigationtest.xml:
2021         * docs/plugins/inspect/plugin-ossaudio.xml:
2022         * docs/plugins/inspect/plugin-png.xml:
2023         * docs/plugins/inspect/plugin-quicktime.xml:
2024         * docs/plugins/inspect/plugin-rtp.xml:
2025         * docs/plugins/inspect/plugin-rtsp.xml:
2026         * docs/plugins/inspect/plugin-smpte.xml:
2027         * docs/plugins/inspect/plugin-speex.xml:
2028         * docs/plugins/inspect/plugin-taglib.xml:
2029         * docs/plugins/inspect/plugin-udp.xml:
2030         * docs/plugins/inspect/plugin-videobalance.xml:
2031         * docs/plugins/inspect/plugin-videobox.xml:
2032         * docs/plugins/inspect/plugin-videocrop.xml:
2033         * docs/plugins/inspect/plugin-videoflip.xml:
2034         * docs/plugins/inspect/plugin-videomixer.xml:
2035         * docs/plugins/inspect/plugin-wavenc.xml:
2036         * docs/plugins/inspect/plugin-wavparse.xml:
2037         * docs/plugins/inspect/plugin-ximagesrc.xml:
2038           Update docs with caps info.
2039
2040 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * po/POTFILES.in:
2043           Add more files with translatable strings (#450878).
2044
2045 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2046
2047         * MAINTAINERS:
2048         Updating all the maintainers files
2049
2050 2007-06-22  Edward Hervey  <edward@fluendo.com>
2051
2052         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2053         * gst/interleave/deinterleave.c: (deinterleave_init),
2054         (deinterleave_sink_link):
2055         * gst/interleave/interleave.c: (interleave_init):
2056         * gst/median/gstmedian.c: (gst_median_init):
2057         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2058         Fix memory leaks.
2059         * tests/check/elements/id3demux.c: (pad_added_cb):
2060         Remove unused variable.
2061
2062 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2063
2064         * ext/gconf/gconf.h:
2065         Make the prototype of gst_gconf_get_key_for_sink_profile
2066         match the implementation.
2067         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2068         Fixes: #449747
2069
2070 2007-06-20  Michael Smith <msmith@fluendo.com>
2071
2072         * gst/rtp/gstrtpdepay.c:
2073           Fix description - rtpdepay is not a payloader.
2074
2075 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2076
2077         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2078         (qtdemux_video_caps):
2079         * gst/qtdemux/qtdemux_fourcc.h:
2080           Add MJPG to the variants of motion jpeg.
2081
2082 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2083
2084         * tests/check/Makefile.am:
2085         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2086         * tests/check/elements/videocrop.c: (GST_START_TEST):
2087         * tests/check/elements/videofilter.c:
2088         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2089         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2090           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2091           error flags are included and it errors out on compiler warnings
2092           for CVS builds; remove unused variables in various unit tests.
2093
2094 2007-06-19  Wim Taymans  <wim@fluendo.com>
2095
2096         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2097         (rtsp_connection_close), (rtsp_connection_free):
2098         Use threadsafe inet_ntop to convert an ip number to a string. 
2099         Fixes #447961.
2100         Don't leak fd (and ip) when freeing a connection without first closing
2101         it.
2102
2103 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2104
2105         * configure.ac:
2106         Back to CVS
2107
2108         * gst-plugins-good.doap:
2109         Add 0.10.6 to the doap file.
2110
2111 === release 0.10.6 ===
2112
2113 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2114
2115         * configure.ac:
2116           releasing 0.10.6, "Wobble Board"
2117
2118 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2121         (rtsp_connection_free):
2122           Revert previous commit again, since we are frozen (sorry).
2123
2124 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2125
2126         Patch by: Peter Kjellerstedt <pkj at axis com>
2127
2128         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2129         (rtsp_connection_free):
2130           inet_ntoa() uses a static buffer internally, so we need to copy the
2131           returned string if we want to store it for later (#447961).
2132
2133 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2134
2135         * win32/vs6/autogen.dsp:
2136         * win32/vs6/gst_plugins_good.dsw:
2137         * win32/vs6/libgstalaw.dsp:
2138         * win32/vs6/libgstalpha.dsp:
2139         * win32/vs6/libgstalphacolor.dsp:
2140         * win32/vs6/libgstapetag.dsp:
2141         * win32/vs6/libgstaudiofx.dsp:
2142         * win32/vs6/libgstauparse.dsp:
2143         * win32/vs6/libgstautodetect.dsp:
2144         * win32/vs6/libgstavi.dsp:
2145         * win32/vs6/libgstcutter.dsp:
2146         * win32/vs6/libgstdirectdraw.dsp:
2147         * win32/vs6/libgstdirectsound.dsp:
2148         * win32/vs6/libgsteffectv.dsp:
2149         * win32/vs6/libgstflx.dsp:
2150         * win32/vs6/libgstgoom.dsp:
2151         * win32/vs6/libgsticydemux.dsp:
2152         * win32/vs6/libgstid3demux.dsp:
2153         * win32/vs6/libgstinterleave.dsp:
2154         * win32/vs6/libgstjpeg.dsp:
2155         * win32/vs6/libgstlevel.dsp:
2156         * win32/vs6/libgstmatroska.dsp:
2157         * win32/vs6/libgstmedian.dsp:
2158         * win32/vs6/libgstmonoscope.dsp:
2159         * win32/vs6/libgstmulaw.dsp:
2160         * win32/vs6/libgstmultipart.dsp:
2161         * win32/vs6/libgstqtdemux.dsp:
2162         * win32/vs6/libgstrtp.dsp:
2163         * win32/vs6/libgstrtsp.dsp:
2164         * win32/vs6/libgstsmpte.dsp:
2165         * win32/vs6/libgstspeex.dsp:
2166         * win32/vs6/libgstudp.dsp:
2167         * win32/vs6/libgstvideobalance.dsp:
2168         * win32/vs6/libgstvideobox.dsp:
2169         * win32/vs6/libgstvideocrop.dsp:
2170         * win32/vs6/libgstvideoflip.dsp:
2171         * win32/vs6/libgstvideomixer.dsp:
2172         * win32/vs6/libgstwaveform.dsp:
2173         * win32/vs6/libgstwavenc.dsp:
2174         * win32/vs6/libgstwavparse.dsp:
2175         Mark *.dsp & *.dsw as binary files and convert to DOS line
2176         endings, as they don't load into VS6 correctly otherwise.
2177
2178 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2179
2180         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2181         (rtsp_connection_connect):
2182         Fix the MingW build. 
2183         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2184         Fixes: #446981
2185
2186 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2187
2188         * tests/check/elements/.cvsignore:
2189         * tests/icles/.cvsignore:
2190         Hush the buildbots up
2191
2192 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2193
2194         * configure.ac:
2195         * sys/Makefile.am:
2196         * sys/directdraw/Makefile.am:
2197         * sys/directsound/Makefile.am:
2198         * sys/waveform/Makefile.am:
2199         Make sure to dist everything needed for win32 builds.
2200
2201 2007-06-14  Edward Hervey  <edward@fluendo.com>
2202
2203         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2204         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2205         caps.
2206         Fixes #447458
2207
2208 2007-06-13  Wim Taymans  <wim@fluendo.com>
2209
2210         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2211         Make sure we allocate enough memory for the codec_data.
2212         Fixes #447210.
2213
2214 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2215
2216         * win32/MANIFEST:
2217         Add videocrop project file to the win32 manifest.
2218         * win32/vs6/gst_plugins_good.dsw:
2219         Add qtdemux,videocrop and waveform projects to the workspace.
2220         * win32/vs6/libgstqtdemux.dsp:
2221         Add zlib to the link list of qtdemux.
2222         * win32/vs6/libgstvideocrop.dsp:
2223         Add a project file for videocrop.
2224
2225 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2226
2227         * po/POTFILES.in:
2228         Add qtdemux for translation
2229
2230 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2231
2232         * configure.ac:
2233         * docs/plugins/Makefile.am:
2234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2236         * docs/plugins/inspect/plugin-videocrop.xml:
2237         * gst-plugins-good.spec.in:
2238         * sys/Makefile.am:
2239         * tests/check/Makefile.am:
2240         * tests/icles/Makefile.am:
2241         * tests/icles/videocrop-test.c:
2242         Move videocrop and osxvideo from -bad.
2243
2244 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2245
2246         * configure.ac:
2247         * docs/plugins/Makefile.am:
2248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2249         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2250         * docs/plugins/gst-plugins-good-plugins.args:
2251         * docs/plugins/inspect/plugin-qtdemux.xml:
2252         * docs/plugins/inspect/plugin-quicktime.xml:
2253         * win32/MANIFEST:
2254         Move qtdemux from -bad.
2255
2256         * gst-plugins-good.spec.in:
2257         Update spec file to reflect moving of qtdemux and wavpack
2258
2259 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2260         
2261         * win32/MANIFEST:
2262         * docs/plugins/Makefile.am:
2263         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2265         * docs/plugins/inspect/plugin-directdraw.xml:
2266         * docs/plugins/inspect/plugin-directsound.xml:
2267         * docs/plugins/inspect/plugin-waveform.xml:
2268         Move the waveform plugin from -bad too. Update the inspect xml
2269         files to mention Plugins Good instead of Plugins Bad.
2270
2271 2007-06-12  Andy Wingo  <wingo@pobox.com>
2272
2273         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2274         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2275         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2276         finalization and resuscitation. No longer public.
2277         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2278         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2279         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2280         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2281         miniobject semantics, and be threadsafe.
2282         (gst_v4l2src_queue_frame): Remove this function, as we just call
2283         the ioctls directly in the two places where we queue buffers.
2284         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2285         directly.
2286         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2287         to allocate the pool, which also preallocates the GstBuffers.
2288         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2289         queueing the frames directly.
2290         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2291         mmap buffers have been dequeued.
2292
2293         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2294         real MiniObject instead of rolling our own refcounting and
2295         finalizing. Give it a lock.
2296         (struct _GstV4l2Buffer): Remove one intermediary object, having
2297         the buffers hold the struct v4l2_buffer directly.
2298
2299         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2300         capture_init so that it can set them on the buffers that it will
2301         create.
2302         (gst_v4l2src_get_read): For better or for worse, include the
2303         timestamping and offsetting code here; really we should be using
2304         bufferalloc though.
2305         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2306         preallocated, mmap'd buffers.
2307
2308 2007-06-11  Wim Taymans  <wim@fluendo.com>
2309
2310         Patch by: daniel fischer <dan at f3c dot com>
2311
2312         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2313         (gst_ximage_src_get_caps):
2314         Actually use the display_name property so that we can dump any
2315         available X display. Fixes #445905.
2316
2317 2007-06-11  Wim Taymans  <wim@fluendo.com>
2318
2319         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2320
2321         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2322         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2323         Add missing rate fields to caps. Fixes #441118.
2324
2325 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2326
2327         * win32/vs6/gst_plugins_good.dsw:
2328         * win32/vs8/gst-plugins-good.sln:
2329         Add DirectSound and DirectDraw sinks project files to
2330         workspace and solution files.
2331
2332 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2333
2334         Patch by: Josh Coalson <xflac at yahoo dot com>,
2335         updated by Alexis Ballier <aballier at gentoo dot org>:
2336
2337         * configure.ac:
2338         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2339         (gst_flac_dec_setup_seekable_decoder),
2340         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2341         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2342         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2343         * ext/flac/gstflacdec.h:
2344         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2345         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2346         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2347         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2348         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2349         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2350         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2351         * ext/flac/gstflacenc.h:
2352         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2353         
2354 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2355
2356         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2357         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2358         not necessary anymore as we need at least that core version. 
2359
2360 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2361
2362         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2363         (gst_wavpack_dec_chain):
2364         * ext/wavpack/gstwavpackdec.h:
2365         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2366         (gst_wavpack_parse_push_buffer):
2367         * ext/wavpack/gstwavpackparse.h:
2368         Improve discont handling by checking if the next Wavpack block has
2369         the expected, following block index.
2370
2371 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2372
2373         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2374           Fix element description.
2375
2376 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2377
2378         * configure.ac:
2379         * docs/plugins/Makefile.am:
2380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2382         * docs/plugins/gst-plugins-good-plugins.args:
2383         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2384         * docs/plugins/gst-plugins-good-plugins.signals:
2385         * docs/plugins/inspect/plugin-autodetect.xml:
2386         * docs/plugins/inspect/plugin-gconfelements.xml:
2387         * docs/plugins/inspect/plugin-ladspa.xml:
2388         * docs/plugins/inspect/plugin-rtp.xml:
2389         * docs/plugins/inspect/plugin-wavpack.xml:
2390         * ext/Makefile.am:
2391         * tests/check/Makefile.am:
2392           move wavpack plugin.  See #352605.
2393
2394 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2395
2396         * configure.ac:
2397         * docs/plugins/Makefile.am:
2398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2400         * docs/plugins/gst-plugins-good-plugins.args:
2401         * sys/Makefile.am:
2402         * win32/MANIFEST:
2403         Add DirectDraw & DirectSound plugins to the build and docs.
2404
2405 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2408         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2409           When operating in pull mode, error out correct on not-linked.
2410
2411 2007-06-06  Andy Wingo  <wingo@pobox.com>
2412
2413         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2414         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2415         format and size if the ioctls are defined; should fix compilation
2416         on Linux < 2.16.19.
2417
2418 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2419
2420         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2421           Printf fixes in debug statements; use LOG level for debug statements
2422           that are printed for each and every frame; convert c++ comments to
2423           C-style comments; not much point using g_try_malloc() if we then not
2424           even check the return value.
2425
2426 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * configure.ac:
2429           Bump requirements to released versions (core and base 0.10.13).
2430
2431         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2432           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2433           own implementation.
2434
2435 2007-06-05  Andy Wingo  <wingo@pobox.com>
2436
2437         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2438         some useless comments.
2439
2440         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2441         frames before calling STREAMON, that might leave them in a state
2442         where they can't be dequeued if we go back to NULL without calling
2443         STREAMON, according to the docs.
2444         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2445         before we call STREAMON.
2446         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2447         failures. (For me this code hung.) The pool refcounting is still
2448         crack; added a note to that effect.
2449
2450 2007-06-05  Wim Taymans  <wim@fluendo.com>
2451
2452         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2453         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2454         Add support for mapping gst structure names to the MIME type equivalent.
2455         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2456
2457 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2460         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2461         (gst_wavenc_chain), (gst_wavenc_change_state):
2462         * gst/wavenc/gstwavenc.h:
2463         Properly write wav files with width!=depth by having the depth most
2464         significant bytes set and all others zero. Fixes #442535.
2465
2466 2007-06-01  Wim Taymans  <wim@fluendo.com>
2467
2468         * gst/rtsp/rtspconnection.c:
2469         Add include to make buildbot happy.
2470
2471 2007-06-01  Wim Taymans  <wim@fluendo.com>
2472
2473         Patch by: Peter Kjellerstedt  <pkj at axis com>
2474
2475         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2476         (rtsp_connection_connect), (add_date_header),
2477         (rtsp_connection_send), (parse_response_status),
2478         (parse_request_line), (parse_line), (rtsp_connection_receive):
2479         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2480         * gst/rtsp/rtspdefs.h:
2481         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2482         (rtsp_message_init_request), (rtsp_message_init_response),
2483         (rtsp_message_remove_header), (rtsp_message_append_headers),
2484         (rtsp_message_dump):
2485         * gst/rtsp/rtspmessage.h:
2486         Improves version checking, allowing an RTSP server to reply with "505
2487         RTSP Version not supported.
2488         Adds a Date header to all messages.
2489         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2490         want to be able to send a response even if something in the request was
2491         invalid. EINVAL is only used when passing wrong arguments to functions.
2492         Do not handle an invalid method in parse_request_line(). Defer this to
2493         the caller so it can respond with "405 Method Not Allowed".
2494         Improves parsing of the timeout parameter to the Session header,
2495         allowing whitespace after the semicolon. 
2496         Avoids a compiler warning due to variables shadowing a function argument.
2497
2498 2007-06-01  Wim Taymans  <wim@fluendo.com>
2499
2500         Based on Patch by: Daniel Charles <dcharles at ti dot com>
2501
2502         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2503         (gst_rtp_amr_depay_process):
2504         * gst/rtp/gstrtpamrdepay.h:
2505         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2506         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2507         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2508         * gst/rtp/gstrtpamrpay.h:
2509         Add support for AMR-WB.
2510         Small cleanups such as using BOILERPLATE.
2511
2512 2007-05-31  Wim Taymans  <wim@fluendo.com>
2513
2514         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2515         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2516
2517 2007-05-30  Andy Wingo  <wingo@pobox.com>
2518
2519         * sys/v4l2/gstv4l2object.h: 
2520         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2521         unintended changes.
2522
2523         * sys/v4l2/v4l2src_calls.h: 
2524         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2525         the format list in the order that the driver gives it to us.
2526         (gst_v4l2src_probe_caps_for_format_and_size)
2527         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2528         based on the capabilities of the device.
2529         (gst_v4l2src_grab_frame): Update for object variable renaming.
2530         (gst_v4l2src_set_capture): Update to be strict in its parameters,
2531         as in the set_caps below.
2532         (gst_v4l2src_capture_init): Update for object variable renaming,
2533         and reflow.
2534         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2535         (gst_v4l2src_capture_deinit): Update for object variable renaming.
2536         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2537         (gst_v4l2src_get_fps): Remove; these functions don't have much
2538         meaning outside of an atomic set_caps method.
2539         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2540         known.
2541
2542         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2543         call to update_fps; not sure about this change.
2544         (gst_v4l2_tuner_set_norm): Work around the fact that for the
2545         moment we don't have an update_fps_func.
2546
2547         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2548         structures in the object, just store what we need. Do store the
2549         probed caps of the device. Don't store the current frame rate.
2550
2551         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2552         update_fps_function, for now. Update for new object variable
2553         naming.
2554         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2555         new object variable naming.
2556         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2557         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2558         (gst_v4l2src_get_caps): Rework to probe the device for supported
2559         frame sizes and frame rates.
2560         (gst_v4l2src_set_caps): Rework to be strict in the given
2561         parameters: if someone asks us to have a certain size and rate,
2562         that is what we configure.
2563         (gst_v4l2src_get_read): Update for object variable naming. Don't
2564         leak buffers on short reads.
2565         (gst_v4l2src_get_mmap): Update for object variable naming, and add
2566         comments.
2567         (gst_v4l2src_create): Update for object variable naming.
2568
2569 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2570
2571         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2572         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2573         * gst/avi/gstavidemux.h:
2574           Parse subtitle text streams instead of erroring out (#442034). Still
2575           needs a parser for the subtitles to actually show up.
2576
2577 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2578
2579         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2580         (gst_avi_demux_loop):
2581           Make _push_event() return TRUE if the event could be pushed on at
2582           least one pad and not only if it could be pushed on all pads,
2583           otherwise we'll end up posting an error message on EOS if one or
2584           more source pads are not connected.
2585
2586 2007-05-28  Wim Taymans  <wim@fluendo.com>
2587
2588         * gst/rtsp/rtsptransport.c:
2589         Use renamed RTP bin.
2590
2591 2007-05-28  Wim Taymans  <wim@fluendo.com>
2592
2593         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2594
2595         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2596         (gst_video_box_set_property), (gst_video_box_transform_caps),
2597         (video_box_recalc_transform), (gst_video_box_set_caps),
2598         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2599         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2600         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2601         (gst_video_box_i420_i420), (gst_video_box_transform),
2602         (plugin_init):
2603         Add AYUV->AYUV and AYUV->I420 formats. 
2604         Fix negotiation and I420->AYUV conversion.
2605         Fixes #429329.
2606
2607 2007-05-26  Wim Taymans  <wim@fluendo.com>
2608
2609         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2610         Use different variables for nested for loops so that the outer loop
2611         functions properly and speex files with multiple frames per buffer work
2612         properly.
2613         Fixes #441408.
2614
2615 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2616
2617         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2618           Don't leak newsegment events.
2619
2620 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * gst/wavparse/Makefile.am:
2623           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2624           drags it in.
2625
2626 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2629         (notgst_value_array_append_buffer),
2630         (gst_flac_enc_process_stream_headers),
2631         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2632         (gst_flac_enc_change_state):
2633         * ext/flac/gstflacenc.h:
2634           Collect headers, add "streamheader" field to output caps and set
2635           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2636           produces output according to the official FLAC-to-Ogg mapping
2637           instead of completely broken files. Fixes #426044.
2638
2639 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2640
2641         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2642         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2643         (gst_id3demux_sink_event):
2644         * gst/id3demux/gstid3demux.h:
2645         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2646         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2647         (gst_tag_demux_send_new_segment):
2648         Handle and adjust new-segment events so that downstream really
2649         sees a stream with the tag pieces stripped off the front and back.
2650         Fixes strangeness in seeking when mp3 decoders use the new-segment
2651         byte position to estimate their current playback position timestamp
2652         and then the arriving buffers don't match up.
2653
2654 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2655
2656         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2657           Don't unnecessarily perform a READY->NULL->READY transition on the
2658           detected audio sink when starting up. Fixes: #440127
2659
2660 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2661
2662         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2663         (gst_flac_enc_chain):
2664           Don't crash in chain function if setcaps hasn't been called.
2665
2666 2007-05-24  Wim Taymans  <wim@fluendo.com>
2667
2668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2669         Init value to avoid infinte loops.
2670
2671 2007-05-24  Wim Taymans  <wim@fluendo.com>
2672
2673         Patch by: Peter Kjellerstedt  <pkj at axis com>
2674
2675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2676         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2677         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2678         (gst_rtspsrc_play):
2679         (rtsp_connection_send), (rtsp_connection_receive):
2680         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2681         Fix for new API.
2682
2683         * gst/rtsp/rtspconnection.c: (add_auth_header),
2684         Only add authorisation and session headers when sending messages.
2685
2686         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2687         (rtsp_message_init_request), (rtsp_message_init_response),
2688         (rtsp_message_unset), (rtsp_message_add_header),
2689         (rtsp_message_remove_header), (rtsp_message_get_header),
2690         (rtsp_message_append_headers), (dump_key_value),
2691         (rtsp_message_dump):
2692         * gst/rtsp/rtspmessage.h:
2693         Add support for multiple headers of the same type by storing the parsed
2694         headers in a GArray instaed of a hashtable.
2695
2696 2007-05-21  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2699         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2700         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2701         safer shutdown.
2702
2703 2007-05-21  Wim Taymans  <wim@fluendo.com>
2704
2705         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2706         * gst/rtsp/gstrtpdec.h:
2707         Added signal for backwards compat.
2708
2709 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2710         
2711         Patch by: René Stadler <mail at renestadler dot de>
2712
2713         * configure.ac:
2714         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2715         (gst_au_parse_parse_header), (gst_au_parse_chain):
2716         * gst/auparse/gstauparse.h:
2717         Use audioconvert for converting from non-native endianness floats
2718         in auparse instead of doing it ourself. Fixes #424527.
2719         This needs the audioconvert from plugins-base CVS.
2720         
2721 2007-05-21  Wim Taymans  <wim@fluendo.com>
2722
2723         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2724         (gst_rtp_h263p_pay_flush):
2725         Fix enum registration.
2726
2727 2007-05-21  Wim Taymans  <wim@fluendo.com>
2728
2729         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2730
2731         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2732         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2733         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2734         (gst_rtp_h263p_pay_flush):
2735         * gst/rtp/gstrtph263ppay.h:
2736         Add new fragmentation mode base on GOB headers. Fixes #438940.
2737
2738 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2739
2740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2741           Printf format fix.
2742
2743 2007-05-18  Wim Taymans  <wim@fluendo.com>
2744
2745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2746         Don't crash when an unsupported transport error was returned by the
2747         server, just try to configure the next stream. Fixes #439255.
2748
2749 2007-05-18  Wim Taymans  <wim@fluendo.com>
2750
2751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2752         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2753         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2754         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2755         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2756         * gst/rtsp/gstrtspsrc.h:
2757         Add TCP timeout property and use it for all TCP connection.
2758
2759         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2760         (rtsp_connection_write), (rtsp_connection_next_timeout),
2761         (rtsp_connection_reset_timeout):
2762         Make connect and writes cancelable and make them use the timeout.
2763
2764 2007-05-18  Wim Taymans  <wim@fluendo.com>
2765
2766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2767         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2768         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2769         (gst_rtspsrc_setup_streams):
2770         Refactor timeout handling.
2771         Also send keep-alive when dealing with TCP transport.
2772
2773         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2774         (rtsp_connection_free), (rtsp_connection_next_timeout),
2775         (rtsp_connection_reset_timeout):
2776         * gst/rtsp/rtspconnection.h:
2777         Use a timer to handle the session timeouts, add some methods to deal
2778         with timeouts.
2779
2780 2007-05-17  Wim Taymans  <wim@fluendo.com>
2781
2782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2783         (gst_rtspsrc_setup_streams):
2784         Ignore streams that fail the setup command, we will retry with a
2785         different transport later on.
2786
2787         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2788         (rtsp_ext_wms_configure_stream):
2789         Fix encoding name case.
2790
2791 2007-05-16  Edward Hervey  <edward@fluendo.com>
2792
2793         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2794         Fix build on macosx.
2795
2796 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2799         Replace direct comparison of a string with the string literal "" with
2800         a comparison of the first character with '\0'. Fixes #438926.
2801
2802 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2803
2804         * gst/debug/breakmydata.c (gst_break_my_data_init):
2805           One more try. This should be the proper fix now.
2806
2807 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2808
2809         * gst/debug/breakmydata.c:
2810           Ooops, no // comments please.
2811
2812 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2813
2814         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2815         (gst_break_my_data_init):
2816           Fix gst_buffer_is_writable() assertion.
2817
2818 2007-05-14  David Schleef  <ds@schleef.org>
2819
2820         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2821           video/x-raw-bayer.  Fixes #314160.
2822
2823 2007-05-14  Wim Taymans  <wim@fluendo.com>
2824
2825         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2826         (gst_rtp_theora_depay_parse_configuration):
2827         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2828         (gst_rtp_theora_pay_finish_headers),
2829         (gst_rtp_theora_pay_handle_buffer):
2830         Update theora pay/depayloader in a similar to vorbis.
2831
2832         * gst/rtp/gstrtpvorbisdepay.c:
2833         (gst_rtp_vorbis_depay_parse_configuration):
2834         Update docs.
2835
2836 2007-05-14  Wim Taymans  <wim@fluendo.com>
2837
2838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2839         When we try to execute a method that is not supported by the server,
2840         don't error out but remove the method from the accepted methods so that
2841         we never try to perform this method again.
2842
2843 2007-05-14  Wim Taymans  <wim@fluendo.com>
2844
2845         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2846         Remove annoying _dump_mem.
2847
2848 2007-05-14  Wim Taymans  <wim@fluendo.com>
2849
2850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2851         Parse range correctly.
2852
2853         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2854         The baseurl now always has a '/' at the start.
2855
2856 2007-05-14  Wim Taymans  <wim@fluendo.com>
2857
2858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2859         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2860         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2861         Factor out caps configuration and configure more stuff such as the time
2862         ranges and speed/scale values.
2863
2864         * gst/rtsp/rtsptransport.c:
2865         Add Copyright after non-trival fixes.
2866
2867 2007-05-12  Wim Taymans  <wim@fluendo.com>
2868
2869         Patch by: Peter Kjellerstedt  <pkj at axis com>
2870
2871         * gst/rtsp/gstrtspsrc.h:
2872         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2873         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2874         (rtsp_message_get_header):
2875         * gst/rtsp/rtspmessage.h:
2876         Make channel guint8 where possible.
2877         Make rtsp_message_init_data() take the channel as a guint8.
2878
2879         * gst/rtsp/rtspdefs.c:
2880         Fixed a typo: Timout -> Timeout
2881
2882         * gst/rtsp/rtspdefs.h:
2883         Make RTSP_CHECK() behave as a statement.
2884
2885         * gst/rtsp/sdpmessage.c:
2886         Avoid a compiler warning in INIT_ARRAY().
2887         Fixes #437692.
2888
2889 2007-05-12  Wim Taymans  <wim@fluendo.com>
2890
2891         Patch by: Peter Kjellerstedt  <pkj at axis com>
2892
2893         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2894         (rtsp_url_get_request_uri):
2895         * gst/rtsp/rtspurl.h:
2896         Add support for query parameters to RTSP URLs.
2897
2898 2007-05-12  Wim Taymans  <wim@fluendo.com>
2899
2900         Patch by: Peter Kjellerstedt  <pkj at axis com>
2901
2902         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2903         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2904         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2905         (rtsp_transport_parse), (rtsp_transport_as_text):
2906         * gst/rtsp/rtsptransport.h:
2907         Add validation to rtsp_transport_parse().
2908         Add rtsp_transport_as_text() to generate an RTSP header from an
2909         RTSPTransport.
2910         Change ssrc to guint (was a string) since that is what it is, even
2911         though it is sent as a hex string.
2912         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2913         incorrect, which can be seen when looking at the examples in the RFC).
2914         Fixes #437670.
2915
2916 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2917
2918         Patch by: Eric Anholt
2919
2920         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2921           gst_ximage_src_ximage_get):
2922         Use union of all damage between frames to make it faster.
2923         Fixes bug #342463.
2924         Also fix crasher when cursor is at bottom right of window.
2925
2926 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2927
2928         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2929           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2930           streaming mode regression for file from #343837 with 'bext' chunk
2931           before the 'fmt' chunk.
2932
2933 2007-05-11  Wim Taymans  <wim@fluendo.com>
2934
2935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2936         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2937         (gst_rtspsrc_handle_src_event),
2938         (gst_rtspsrc_stream_configure_manager),
2939         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2940         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2941         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2942         * gst/rtsp/gstrtspsrc.h:
2943         * gst/rtsp/rtspdefs.h:
2944         Preliminary seek support.
2945         Activate internal pads so that we can receive events on them.
2946         Don't try to parse a range string when it's NULL.
2947
2948 2007-05-11  Wim Taymans  <wim@fluendo.com>
2949
2950         * gst/rtp/README:
2951         Update README with new RTP variables that will be used for
2952         synchronisation.
2953
2954         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
2955         (gst_rtp_vorbis_depay_parse_configuration),
2956         (gst_rtp_vorbis_depay_process):
2957         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
2958         (gst_rtp_vorbis_pay_finish_headers),
2959         (gst_rtp_vorbis_pay_handle_buffer):
2960         Update vorbis pay and depayloader to draft-04.
2961
2962 2007-05-11  Wim Taymans  <wim@fluendo.com>
2963
2964         * gst/rtsp/rtsptransport.c:
2965         UDP MCAST is actually the default for RTP/AVP.
2966 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
2967
2968         * gst/level/gstlevel.c: (gst_level_transform_ip):
2969         Use guint8 * instead of gpointer then vs6 can build 
2970         in_data += (filter->width / 8).
2971
2972 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2973
2974         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
2975           gst_ximage_src_ximage_get):
2976         * sys/ximage/gstximagesrc.h (last_ximage):
2977         When using Damage actually keep the last frame, and not assume
2978         that the buffer we get already has the last frame on it.
2979         Copy the cursor over if we specify a non-zero start x and
2980         start y.
2981
2982 2007-05-11  Wim Taymans  <wim@fluendo.com>
2983
2984         * gst/rtsp/rtsptransport.c:
2985         Make UDP the default transport when not specified.
2986
2987 2007-05-09  David Schleef  <ds@schleef.org>
2988
2989         * gst/level/gstlevel.c:
2990           Revert last change.
2991
2992 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2993
2994         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
2995         (gst_level_transform_ip):
2996         Use guint8 * instead of gpointer then vs6 know the size of data
2997         pointed when moving the pointer.
2998         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2999         Move instructions after variables declaration.
3000         * win32/vs6/autogen.dsp:
3001         * win32/vs6/libgstrtp.dsp:
3002         * win32/vs6/libgstrtsp.dsp:
3003         Update vs6 project files.
3004
3005 2007-05-09  Wim Taymans  <wim@fluendo.com>
3006
3007         * gst/rtsp/Makefile.am:
3008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3009         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3010         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3011         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3012         (rtsp_range_free):
3013         * gst/rtsp/rtsprange.h:
3014         Add code to parse time ranges.
3015         Report DURATION on the stream when possible.
3016
3017 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3020         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3021         (gst_videomixer_collected):
3022           Fix strides calculation for AYUV (it's just width*4) (#436910).
3023
3024 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3027         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3028         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3029         Sync the GObject properties before each processing step to properly
3030         work with the controller.
3031
3032 2007-05-04  Wim Taymans  <wim@fluendo.com>
3033
3034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3035         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3036         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3037         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3038         (gst_rtspsrc_change_state):
3039         Let more error state trickle down so that we can catch more error
3040         cases.
3041         Handle keep-alive a little smarter by selecting a method the server
3042         actually supports.
3043         Fix a race in UDP streaming shutdown.
3044
3045 2007-05-04  Wim Taymans  <wim@fluendo.com>
3046
3047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3048         Ignore errors when trying to use the keep-alive messages.
3049
3050 2007-05-04  Wim Taymans  <wim@fluendo.com>
3051
3052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3053         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3054         (gst_rtspsrc_stream_configure_manager),
3055         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3056         (gst_rtspsrc_stream_configure_mcast),
3057         (gst_rtspsrc_stream_configure_udp),
3058         (gst_rtspsrc_stream_configure_udp_sink),
3059         (gst_rtspsrc_stream_configure_transport):
3060         Send RTCP messages back to the server over the TCP connection.
3061
3062         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3063         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3064         (rtsp_connection_receive):
3065         * gst/rtsp/rtspconnection.h:
3066         Factor out and expose lowlevel _write and _read methods.
3067         Implement sending data messages to the server.
3068
3069 2007-05-03  Wim Taymans  <wim@fluendo.com>
3070
3071         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3072         (gst_multipart_mux_collected):
3073         Fix timestamps on outgoing buffers.
3074
3075 2007-05-03  Wim Taymans  <wim@fluendo.com>
3076
3077         * gst/multipart/multipartmux.c:
3078         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3079         (gst_multipart_mux_change_state):
3080         Emit NEWSEGMENT events before pushing the first buffer.
3081
3082 2007-05-03  Wim Taymans  <wim@fluendo.com>
3083
3084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3085         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3086         (gst_rtspsrc_handle_src_query),
3087         (gst_rtspsrc_stream_configure_manager),
3088         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3089         (gst_rtspsrc_stream_configure_mcast),
3090         (gst_rtspsrc_stream_configure_udp),
3091         (gst_rtspsrc_stream_configure_udp_sink),
3092         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3093         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3094         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3095         (gst_rtspsrc_pause):
3096         Refactor transport configuration code.
3097         Create internal pads for TCP transport so that we can implement events
3098         and queries.
3099         Handle events and queries.
3100         Parse range from the SDP.
3101         Fix race in pause handler where the connection could still be flushing.
3102
3103 2007-05-02  Wim Taymans  <wim@fluendo.com>
3104
3105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3106         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3107         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3108         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3109         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3110         (gst_rtspsrc_change_state):
3111         * gst/rtsp/gstrtspsrc.h:
3112         Fix race when multiple udp sources post timeouts, just act on the first
3113         received timeout.
3114         Protect stream list with a recursive lock to fix some races.
3115         Flush connection when we need to do a reconnect or stop.
3116         Make state lock recursive.
3117
3118         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3119         (rtsp_connection_close):
3120         Some small cleanups.
3121
3122 2007-05-02  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3125         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3126         Only set DISCONT when there actually is a discont or when we just
3127         started.
3128
3129 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         * ext/flac/gstflac.c: (plugin_init):
3132         Call bindtextdomain() to get localized strings.
3133
3134 2007-05-02  Wim Taymans  <wim@fluendo.com>
3135
3136         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3137         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3138         (gst_wavparse_stream_data):
3139         * gst/wavparse/gstwavparse.h:
3140         Be a bit more clever when dealing with VBR files with FACT tags, we
3141         don't want to timestamp buffers in that case but the estimated BPS can
3142         be used for seeking.
3143         Only send close segment in the streaming thread.
3144
3145 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3146
3147         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3148         Correctly post an error on the bus if something went wrong in the loop
3149         function. This fixes a few cases where the task was paused and nothing
3150         happened anymore.
3151
3152 2007-05-02  Wim Taymans  <wim@fluendo.com>
3153
3154         * gst/rtsp/test.c: (main):
3155         Fix compilation of deprecated test just because I'm too lazy to delete
3156         it.
3157
3158 2007-05-02  Wim Taymans  <wim@fluendo.com>
3159
3160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3161         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3162         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3163         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3164         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3165         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3166         * gst/rtsp/gstrtspsrc.h:
3167         Fix sending RTCP to the right place.
3168         Fix bug in reffing the wrong UDP element.
3169         Use new pad names for the session manager.
3170         Implement handling server requests in interleaved and UDP modes.
3171         Handle session keep-alive in UDP modes.
3172         Remove GCond for handling UDP timeouts.
3173
3174         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3175         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3176         (rtsp_connection_receive), (rtsp_connection_close):
3177         * gst/rtsp/rtspconnection.h:
3178         Store connection IP address for later.
3179         Add timeout args to all operations that might block forever.
3180         Parse session timeout.
3181         Only close sockets when not already closed.
3182
3183         * gst/rtsp/rtspdefs.c:
3184         * gst/rtsp/rtspdefs.h:
3185         Add timeout return value and error string.
3186
3187         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3188         Add small comment.
3189
3190 2007-05-01  Wim Taymans  <wim@fluendo.com>
3191
3192         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3193
3194         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3195         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3196         * gst/rtp/gstrtpmp4vpay.h:
3197         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3198
3199 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3200
3201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3202           Remove v4l2src from docs, since it breaks the docs build, and the
3203           plugin is only built if --enable-experimental is used anyway.
3204
3205         * docs/plugins/Makefile.am:
3206           Spaces => tab.
3207
3208 2007-04-29  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3211         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3212         Add code to drop membership of a multicast group.
3213
3214         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3215         (gst_udpsink_set_uri):
3216         Implement URI handler.
3217
3218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3219         (gst_rtspsrc_parse_rtpinfo):
3220         Use URI handler to make udpsink instace.
3221         Improve code to configure port and destination.
3222
3223 2007-04-29  Wim Taymans  <wim@fluendo.com>
3224
3225         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3226         Fix multicast detection.
3227         Don't try to join a multicast group if the address is not multicast.
3228
3229         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3230         Small debug improvement.
3231
3232 2007-04-27  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3235         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3236         (gst_rtspsrc_handle_message):
3237         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3238         parent.
3239
3240 2007-04-27  Wim Taymans  <wim@fluendo.com>
3241
3242         * gst/rtp/gstrtpilbcdepay.h:
3243         Fix mode property when specified as an arg.
3244
3245 2007-04-26  Edward Hervey  <edward@fluendo.com>
3246
3247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3249         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3250         * docs/plugins/inspect/plugin-osxaudio.xml:
3251         Add documentation for osxaudio plugin.
3252
3253 2007-04-26  Wim Taymans  <wim@fluendo.com>
3254
3255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3256         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3257         (gst_rtspsrc_open), (gst_rtspsrc_close),
3258         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3259         (gst_rtspsrc_pause):
3260         * gst/rtsp/gstrtspsrc.h:
3261         Protect state changes with a lock.
3262
3263         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3264         (parse_line):
3265         * gst/rtsp/rtspconnection.h:
3266         Remove some unused stuff.
3267
3268 2007-04-26  Wim Taymans  <wim@fluendo.com>
3269
3270         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3271         Handle the case where there are exactly 0 bytes to read and the ioctl
3272         did not report an error. Fixes #433530.
3273
3274 2007-04-26  Wim Taymans  <wim@fluendo.com>
3275
3276         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3277         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3278         * gst/wavparse/gstwavparse.h:
3279         Apply DISCONT to buffers.
3280         Only apply timestamp to the first sample after a DISCONT, too many VBR
3281         files cause random jitter in the timestamps. Fixes #433119.
3282
3283 2007-04-25  Wim Taymans  <wim@fluendo.com>
3284
3285         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3286         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3287         (gst_rtp_dec_get_property):
3288         * gst/rtsp/gstrtpdec.h:
3289         Add dummy latency property to be backwards compat with rtpbin.
3290
3291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3292         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3293         (gst_rtspsrc_stream_configure_transport),
3294         (gst_rtspsrc_parse_rtpinfo):
3295         * gst/rtsp/gstrtspsrc.h:
3296         Add latency property and configure in the session manager.
3297         Don't set invalid clock-base and seqnum-base on caps, some servers
3298         sometimes don't send them.
3299
3300 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3303         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3304           Double-check that RGB input caps are really RGBA caps (apparently
3305           the core doesn't always catch it if those caps aren't a subset of
3306           our template caps, also see #421543). Fixes #429319 in a way.
3307           Also, don't leak the pad template in the transform_caps function.
3308
3309         * tests/check/Makefile.am:
3310         * tests/check/elements/.cvsignore:
3311         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3312         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3313         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3314         (GST_START_TEST), (alphacolor_suite):
3315           Add some basic unit tests for alphacolor.
3316
3317 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3320           If we get a fatal flow return in the loop function, first post the
3321           error message and only then send the EOS event downstream, otherwise
3322           applications might get an eos message before the error message and
3323           think everything was ok (related to #429319).
3324
3325 2007-04-25  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3328         Read the channel byte as an unsigned byte.
3329
3330 2007-04-25  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3333         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3334         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3335         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3336         (gst_rtp_gsm_depay_setcaps):
3337         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3338         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3339         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3340         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3341         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3342         (gst_ilbc_depay_get_property):
3343         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3344         * gst/rtp/gstrtpmp4adepay.c:
3345         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3346         (gst_rtp_pcma_depay_setcaps):
3347         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3348         (gst_rtp_pcmu_depay_setcaps):
3349         Make sure we configure the clock_rate in the baseclass in the setcaps
3350         function. Fixes #431282.
3351
3352 2007-04-25  Wim Taymans  <wim@fluendo.com>
3353
3354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3355         (gst_rtspsrc_stream_free), (request_pt_map),
3356         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3357         * gst/rtsp/gstrtspsrc.h:
3358         Parse server address from SDP.
3359         Hook up a udpsink to send RTCP back to the server.
3360
3361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3362         * gst/rtsp/rtsptransport.h:
3363         Add some docs.
3364
3365 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3366
3367         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3368           Make header field check conditional. Fixes #433135
3369
3370 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * docs/plugins/Makefile.am:
3373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3375         * docs/plugins/inspect/plugin-alphacolor.xml:
3376         * gst/alpha/Makefile.am:
3377         * gst/alpha/gstalphacolor.c:
3378         * gst/alpha/gstalphacolor.h:
3379           Add minimal docs blurb to alphacolor; split out headers into
3380           separate header file for gtk-doc.
3381
3382 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * gst/debug/progressreport.c: (gst_progress_report_report):
3385           Don't try to post NULL message (in case we can't query upstream
3386           position or duration).
3387
3388 2007-04-18  Michael Smith  <msmith@fluendo.com>
3389
3390         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3391         (gst_cutter_get_caps):
3392         * gst/cutter/gstcutter.h:
3393           Fix some of the most obvious bugs in cutter. Now doesn't leak
3394           everything if input is silent.
3395
3396 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3399         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3400         * gst/wavenc/gstwavenc.h:
3401         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3402         else results in a invalid block align and invalid files.
3403
3404 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         Patch by: Snaik <snaik32 gmail com>
3407
3408         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3409           Add missing break statement for BOX_HORIZONTAL case.
3410
3411 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3412
3413         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3414
3415         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3416         Use correct format strings for integer types.
3417
3418 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3421         (gst_wavparse_create_sourcepad):
3422         Use gst_riff_create_audio_template_caps () instead of the local caps.
3423         This makes updates of the local caps unecessary whenever libgstriff
3424         gets support for new formats.
3425
3426 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3429
3430         * sys/sunaudio/gstsunaudio.c:
3431         * sys/sunaudio/gstsunaudiomixer.c:
3432         * sys/sunaudio/gstsunaudiomixer.h:
3433         * sys/sunaudio/gstsunaudiomixerctrl.c:
3434         * sys/sunaudio/gstsunaudiomixerctrl.h:
3435         * sys/sunaudio/gstsunaudiomixertrack.h:
3436         * sys/sunaudio/gstsunaudiosink.c:
3437         * sys/sunaudio/gstsunaudiosink.h:
3438         * sys/sunaudio/gstsunaudiosrc.c:
3439         * sys/sunaudio/gstsunaudiosrc.h:
3440           Fix and/or update copyright attributions (#430228).
3441
3442 2007-04-13  Wim Taymans  <wim@fluendo.com>
3443
3444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3445         Fix docs.
3446
3447         * gst/rtsp/URLS:
3448         Add some more example urls.
3449
3450         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3451         (gst_rtp_dec_chain_rtp):
3452         Better debugging.
3453
3454         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3455         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3456         (gst_rtspsrc_parse_rtpinfo):
3457         Remove unused code.
3458
3459 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3460
3461         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3462         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3463         (gst_wavparse_stream_data):
3464           Relax the audio/mpeg caps again and add FIXME: comment.
3465
3466 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3467
3468         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3469         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3470         (gst_wavparse_stream_data):
3471         * gst/wavparse/gstwavparse.h:
3472           More sanity check for the header fields. Fix type for 'rate' header
3473           field.
3474
3475 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3476
3477         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3478         (gst_icydemux_unicodify):
3479           If the metadata strings we get in the stream are not UTF-8, try to
3480           interpret them according to the character encodings specified in the
3481           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3482           only fall back to locale/ISO-8859-1 if those aren't set or don't
3483           work. Should fix #428901.
3484
3485 2007-04-12  Wim Taymans  <wim@fluendo.com>
3486
3487         * gst/rtp/gstrtph264depay.c:
3488         Use the proper sync word for SPS and PPS.
3489
3490 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3491
3492         * gst/rtp/Makefile.am:
3493         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3494           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3495         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3496           Add a simple hashing implementation that we can use to generate
3497           a 24-bit ident value based on the codebooks for vorbis and theora.
3498         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3499           gst_rtp_theora_pay_handle_buffer):
3500         * gst/rtp/gstrtpvorbisdepay.c
3501           (gst_rtp_vorbis_depay_parse_configuration,
3502           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3503         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3504           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3505           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3506           Use the hashing function, ensuring that the same codebooks result
3507           in the same ident and thus the same SDP description.
3508           Various log fixes/changes.
3509
3510 2007-04-12  Wim Taymans  <wim@fluendo.com>
3511
3512         Patch by: jerry tan <jerry dot tan at sun dot com>
3513
3514         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3515         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3516         application's responsibility to make sure it open the device once.
3517         Remove a careless error if AUDIODEV is set. Fixes #392620.
3518
3519 2007-04-12  Wim Taymans  <wim@fluendo.com>
3520
3521         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3522         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3523         * gst/rtsp/gstrtpdec.h:
3524         Make backward compat with rtpbin by adding the request-pt-map signals.
3525
3526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3527         (new_session_pad), (request_pt_map),
3528         (gst_rtspsrc_stream_configure_transport),
3529         (gst_rtspsrc_stream_configure_caps),
3530         (gst_rtspsrc_activate_streams):
3531         * gst/rtsp/gstrtspsrc.h:
3532         Implement request-pt-map signals instead of setting caps on the buffers
3533         for the session manager.
3534
3535 2007-04-11  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/udp/gstudp.c: (plugin_init):
3538         Register GstNetBuffer in plugin_init so that the type can be used from
3539         multiple threads without races.
3540
3541 2007-04-10  Wim Taymans  <wim@fluendo.com>
3542
3543         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3544         (gst_rtp_amr_depay_process):
3545         Fix depayloader clock_rate and some cleanups.
3546
3547         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3548         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3549         * gst/rtp/gstrtph264depay.h:
3550         Don't push codec_data in the adapter because it might get flushed when
3551         we get a discont.
3552
3553         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3554         Handle multiple AU per packet.
3555
3556         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3557         (gst_rtp_sv3v_depay_plugin_init):
3558         Disable rank, this one does not work.
3559         Remove timestamping, base class does that.
3560
3561 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
3562
3563         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3564           limit caps to the formats we announce in the template
3565
3566         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3567         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3568         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3569           fix some crashers/asserts when dealing with broken files
3570
3571 2007-04-10  Wim Taymans  <wim@fluendo.com>
3572
3573         Patch by: Peter Kjellerstedt  <pkj at axis com>
3574
3575         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3576         * gst/rtp/gstrtpL16depay.c:
3577         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3578         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3579         (gst_rtp_speex_depay_setcaps):
3580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3581         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3582         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3583         Fix some compiler warnings. Fixes #428182.
3584
3585 2007-04-06  Wim Taymans  <wim@fluendo.com>
3586
3587         * gst/rtsp/Makefile.am:
3588         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3589         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3590         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3591         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3592         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3593         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3594         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3595         (create_rtcp), (gst_rtp_dec_request_new_pad),
3596         (gst_rtp_dec_release_pad):
3597         * gst/rtsp/gstrtpdec.h:
3598         * gst/rtsp/gstrtsp.c: (plugin_init):
3599         Morph RTPDec into something compatible with RTPBin as a fallback.
3600         Various other style fixes.
3601
3602         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3603         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3604         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3605         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3606         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3607         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3608         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3609         * gst/rtsp/gstrtspsrc.h:
3610         Implement RTPBin session manager handling.
3611         Don't try to add empty properties to caps.
3612         Implement fallback session manager, handling.
3613         Don't combine errors from RTCP streams, just ignore them.
3614
3615         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3616         * gst/rtsp/rtsptransport.h:
3617         Implement fallback session manager.
3618         Make RTPBin the default one when available.
3619
3620 2007-04-05  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3623         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3624         This element is ready to be autoplugged.
3625
3626 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3627
3628         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3629         Don't leave the offsets defined by upstream element on the
3630         compressed data buffer we are pushing downstream. Make them
3631         GST_BUFFER_OFFSET_NONE.
3632
3633 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3634
3635         * gst/avi/README:
3636         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3637         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3638         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3639         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3640         (gst_avi_demux_calculate_durations_from_index),
3641         (gst_avi_demux_stream_header_push),
3642         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3643         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3644           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3645
3646 2007-04-03  Wim Taymans  <wim@fluendo.com>
3647
3648         * gst/smpte/barboxwipes.c:
3649         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3650
3651 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3652
3653         * gst/wavparse/gstwavparse.c:
3654         Support audio/x-raw-float in wav files. This only works with
3655         plugins-base CVS, using an older version doesn't have any
3656         disadvantages though.
3657
3658 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * configure.ac:
3661         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3662         (gst_au_parse_parse_header), (gst_au_parse_chain):
3663         * gst/auparse/gstauparse.h:
3664         Revert last change as we don't want plugins-good to depend on
3665         plugins-base CVS now.
3666
3667 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * configure.ac:
3670         Require gst-plugins-base CVS for audioconvert with non-native
3671         float support and width/depth fix in libgstriff.
3672
3673         Patch by: René Stadler <mail at renestadler dot de>
3674
3675         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3676         (gst_au_parse_parse_header), (gst_au_parse_chain):
3677         * gst/auparse/gstauparse.h:
3678         Don't swap the floats ourself if they're not in native endianness.
3679         Instead let audioconvert handle this. Fixes #339838.
3680
3681 2007-03-29  Wim Taymans  <wim@fluendo.com>
3682
3683         * gst/rtp/gstasteriskh263.h:
3684         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3685         (gst_rtp_h263p_depay_change_state):
3686         * gst/rtp/gstrtph263pdepay.h:
3687         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3688         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3689         (gst_rtp_h264_depay_change_state):
3690         * gst/rtp/gstrtph264depay.h:
3691         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3692         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3693         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3694         Flush adapter on disconts.
3695
3696 2007-03-29  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3699         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3700         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3701         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3702         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3703         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3704         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3705         (gst_rtp_mp4v_depay_process):
3706         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3707         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3708         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3709         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3710         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3711         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3712         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3713         Use more efficient adapter and rtpbuffer methods when possible.
3714
3715 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3716
3717         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3718         (gst_wavenc_sink_setcaps):
3719         Correctly handle width!=depth input.
3720         * gst/wavparse/gstwavparse.c:
3721         Already export in the caps that width==8 uses unsigned samples and
3722         everything else uses signed samples.
3723
3724 2007-03-29  Wim Taymans  <wim@fluendo.com>
3725
3726         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3727
3728         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3729         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3730         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3731         (gst_dynudpsink_close):
3732         * gst/udp/gstdynudpsink.h:
3733         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3734         (gst_udpsrc_create), (gst_udpsrc_set_property),
3735         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3736         * gst/udp/gstudpsrc.h:
3737         Rework the socket allocation a bit based on the sockfd argument so that
3738         it becomes usable.
3739         Add a closefd property to instruct the udp elements to close the custom
3740         file descriptors when going to READY. Fixes #423304.
3741         API:GstUDPSrc::closefd property
3742         API:GstDynUDPSink::closefd property
3743
3744 2007-03-29  Wim Taymans  <wim@fluendo.com>
3745
3746         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3747
3748         * gst/rtp/Makefile.am:
3749         * gst/rtp/gstrtp.c: (plugin_init):
3750         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3751         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3752         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3753         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3754         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3755         (gst_rtp_h264_pay_plugin_init):
3756         * gst/rtp/gstrtph264pay.h:
3757         Added H264 payloader. Fixes #423782.
3758
3759         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3760         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3761         Small fixes.
3762
3763 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3764
3765         * gst/wavparse/gstwavparse.c:
3766         Actually support depths from 1 to 32, not only 8 to 32.
3767
3768 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * gst/wavparse/gstwavparse.c:
3771         Add support for wav files containing audio/x-raw-int with random
3772         depths between 1 and 32 bits.
3773
3774 2007-03-28  Wim Taymans  <wim@fluendo.com>
3775
3776         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3777
3778         * gst/rtp/Makefile.am:
3779         * gst/rtp/gstrtp.c: (plugin_init):
3780         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3781         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3782         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3783         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3784         (gst_rtp_mp4a_depay_get_property),
3785         (gst_rtp_mp4a_depay_change_state),
3786         (gst_rtp_mp4a_depay_plugin_init):
3787         * gst/rtp/gstrtpmp4adepay.h:
3788         Added MP4A-LATM depayloader. Fixes #417792.
3789
3790         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3791         (gst_rtp_mp4v_depay_process):
3792         Fixup depayloader, setting codec_data, using more efficient adaptor and
3793         rtpbuffer handling.
3794
3795         * gst/rtsp/URLS:
3796         Add url to test above.
3797
3798 2007-03-25  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3801         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3802         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3803         (gst_rtspsrc_media_to_caps),
3804         (gst_rtspsrc_stream_configure_transport),
3805         (gst_rtspsrc_stream_configure_caps),
3806         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3807         * gst/rtsp/gstrtspsrc.h:
3808         Handle default clock-rates for static payload types, rearrange stuff so
3809         that the rtpmap field in the sdp can override the defaults.
3810         Parse RTP-Info field to get the seqnum and timebase fields that should
3811         go in the caps.
3812         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3813         the server. 
3814
3815 2007-03-22  Wim Taymans  <wim@fluendo.com>
3816
3817         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3818
3819         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3820         Accept complex pipeline descriptions as an audio profile instead of just
3821         a single element. Fixes #420658.
3822
3823 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3826           Rename registered type in preparation of GstTagDemux moving to
3827           -base at some point in the future.
3828
3829 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3832           Streaming mode fixes: don't unref buffer we don't own any longer;
3833           remove bogus adapter flush. Fixes #419338.
3834
3835 2007-03-17  David Schleef  <ds@schleef.org>
3836
3837         * REQUIREMENTS: Change the format to key/value, add a bunch of
3838           information, remove a bunch of requirements that are for
3839           other GStreamer packages.
3840
3841 2007-03-17  David Schleef  <ds@schleef.org>
3842
3843         * REQUIREMENTS: Fix a few things.  This file really needs a
3844         good once-over.
3845
3846 2007-03-15  Edward Hervey  <edward@fluendo.com>
3847
3848         * sys/Makefile.am:
3849         Don't forget to distribute the sys/osxaudio/ directory.
3850
3851 2007-03-15  Edward Hervey  <edward@fluendo.com>
3852
3853         * configure.ac:
3854         * sys/Makefile.am:
3855         * sys/osxaudio/Makefile.am:
3856         * sys/osxaudio/gstosxaudio.c:
3857         * sys/osxaudio/gstosxaudiosink.c:
3858         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3859         (gst_osx_audio_sink_getcaps),
3860         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3861         * sys/osxaudio/gstosxaudiosrc.c:
3862         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3863         (gst_osx_audio_src_create_ringbuffer):
3864         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3865         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3866         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3867         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3868         * sys/osxaudio/gstosxringbuffer.h:
3869         Activate osxaudio in gst-plugins-good with proper build setup.
3870         Add inlined documentation.
3871         Fix debug statements
3872         Fix ringbuffer when pausing.
3873         Fixes #323471
3874
3875 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3876         * gst/rtp/gstrtppcmapay.c:
3877         * gst/rtp/gstrtppcmapay.h:
3878         * gst/rtp/gstrtppcmupay.c:
3879         * gst/rtp/gstrtppcmupay.h:
3880         Ported mulaw and alaw payloaders to use new base class
3881
3882 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3883
3884         * po/af.po:
3885         * po/az.po:
3886         * po/cs.po:
3887         * po/en_GB.po:
3888         * po/it.po:
3889         * po/nl.po:
3890         * po/or.po:
3891         * po/sq.po:
3892         * po/sr.po:
3893         * po/sv.po:
3894         * po/uk.po:
3895         * po/vi.po:
3896           Update translations.
3897
3898 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3899
3900         * configure.ac:
3901           Fix string replace error (AG_AG_GST_* => AG_GST_*).
3902
3903 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3906           Fix handling of -1 values for start and stop values when seeking,
3907           and SEEK_CUR+SEEK_END here as well.
3908
3909 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
3910
3911         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3912           Fix handling of -1 values for start and stop values when seeking, 
3913           and SEEK_CUR+SEEK_END.
3914
3915 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3918           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3919           the image format a variable-length NUL-terminated string; in
3920           versions before that the image format is a fixed-length string of
3921           3 characters (see #348644 for a sample tag).
3922           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3923
3924 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3925
3926         * win32/MANIFEST:
3927         Add new project files to MANIFEST.
3928         * win32/vs6/libgstaudiofx.dsp:
3929         * win32/vs6/libgstrtp.dsp:
3930         * win32/vs6/libgstrtsp.dsp:
3931         Update project files.
3932         
3933 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3936         (gst_avi_demux_parse_index):
3937         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3939           Printf format fixes; also add some missing quotes in translated
3940           strings. Fixes #416728 and #416727.
3941
3942 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3943
3944         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3945           Tim and I can't think of any reason the child audio sink needs to 
3946           be set back to NULL after successfully determining that it can 
3947           reach READY - it gets immediately set back to READY by the caller
3948           anyway, causing an unnecessary close/open of any audio devices
3949           involved.
3950
3951 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * po/LINGUAS:
3954         * po/ja.po:
3955           Add ja.po file from #377306.
3956
3957 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         * sys/sunaudio/gstsunaudio.c: (plugin_init):
3960         * sys/sunaudio/gstsunaudiomixertrack.c:
3961         (gst_sunaudiomixer_track_new):
3962           Actually translate sunaudio mixer track labels instead of just
3963           marking the strings as translatable (#377306); clean up weird
3964           label string mapping code that serves no apparent purpose. Also
3965           set the 'untranslated-label' property when creating mixer tracks
3966           if the GstMixerTrack base class supports this.
3967
3968         * tests/check/Makefile.am:
3969         * tests/check/elements/.cvsignore:
3970         * tests/check/elements/sunaudio.c: (GST_START_TEST),
3971         (sunaudio_suite):
3972           Very minimalistic unit test for sunaudiomixer element (compiles, but not
3973           actually tested on a system where sunaudiomixer is available).
3974
3975 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3976
3977         * tests/check/Makefile.am:
3978         Re-enable the states test and see if it works on the buildbots.
3979
3980 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3981
3982         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
3983         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
3984         (gst_dvdec_change_state):
3985         * ext/dv/gstdvdec.h:
3986         Infer pixel-aspect-ratio from the video frame format if it isn't
3987         provided by the container, as happens when playing DV from AVI
3988         or Quicktime containers.
3989
3990         Patch by: Wim Taymans <wim@fluendo.com>
3991         Fixes #380944
3992
3993 2007-03-09  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3996         When activated, remove the udpsrc timeout, we have dataflow and timeouts
3997         will later be handled by the jitterbuffer.
3998
3999 2007-03-09  Wim Taymans  <wim@fluendo.com>
4000
4001         * ext/taglib/gstid3v2mux.cc:
4002         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4003         Fixes #414496.
4004         
4005         Patch by: Alex Lancaster <alexl at users sourceforge net>
4006
4007 2007-03-09  Wim Taymans  <wim@fluendo.com>
4008
4009         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4010         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4011         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4012         (gst_avi_demux_chain):
4013         Fix stream position reporting after a seek. Fixes #416445.
4014
4015 2007-03-08  Wim Taymans  <wim@fluendo.com>
4016
4017         Patch by: René Stadler <mail at renestadler dot de>
4018
4019         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4020         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4021         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4022         Make avidemux accept optional header chunks in any order.
4023         Fixes #415446.
4024
4025 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4026
4027         * tests/check/Makefile.am:
4028         Disable the states check until the remaining Valgrind errors
4029         are fixed or suppressed.
4030
4031 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4032
4033         * tests/check/elements/.cvsignore:
4034           Add audiodynamic check to .cvsignore
4035
4036 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4037
4038         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4039
4040         * gst/audiofx/Makefile.am:
4041         * gst/audiofx/audiodynamic.c:
4042         (gst_audio_dynamic_characteristics_get_type),
4043         (gst_audio_dynamic_mode_get_type),
4044         (gst_audio_dynamic_set_process_function),
4045         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4046         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4047         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4048         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4049         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4050         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4051         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4052         (gst_audio_dynamic_transform_hard_knee_expander_int),
4053         (gst_audio_dynamic_transform_hard_knee_expander_float),
4054         (gst_audio_dynamic_transform_soft_knee_expander_int),
4055         (gst_audio_dynamic_transform_soft_knee_expander_float),
4056         (gst_audio_dynamic_transform_ip):
4057         * gst/audiofx/audiodynamic.h:
4058         * gst/audiofx/audiofx.c: (plugin_init):
4059         Add new audiodynamic element which can act as a compressor or
4060         expander. Supported are hard-knee and soft-knee operation modes with
4061         user-specified ratio and threshold.
4062         Attack and release parameters are not yet implemented but will follow.
4063         * docs/plugins/Makefile.am:
4064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4066         * docs/plugins/gst-plugins-good-plugins.args:
4067         * docs/plugins/inspect/plugin-audiofx.xml:
4068         Integrate audiodynamic into the docs.
4069         * tests/check/Makefile.am:
4070         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4071         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4072         Add unit test for audiodynamic.
4073
4074 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4075
4076         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4077         Free handles that we allocated when exiting via the error paths.
4078
4079 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4080
4081         * gst/level/gstlevel.c: (gst_level_class_init),
4082         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4083         (gst_level_transform_ip):
4084         * gst/level/gstlevel.h:
4085           Resolve message timestamps against the playback segment.
4086
4087 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4090         (gst_id3demux_sink_activate):
4091           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4092           caps passed to it (previously one code path assumed it took ownership
4093           while another one assumed it didn't, while in fact it sometimes did and
4094           sometimes didn't ...).
4095
4096         * configure.ac:
4097         * tests/files/Makefile.am:
4098         * tests/files/id3-407349-1.tag:
4099         * tests/files/id3-407349-2.tag:
4100           Add directory where data for unit tests can be stored.
4101
4102         * tests/Makefile.am:
4103         * tests/check/Makefile.am:
4104         * tests/check/elements/.cvsignore:
4105         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4106         (read_tags_from_file), (run_check_for_file),
4107         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4108           Add unit test for id3demux, and in particular for bug #407349. Only
4109           testing pull-mode for now; push mode doesn't work yet because the test
4110           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4111
4112 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * tests/check/Makefile.am:
4115           Add missing backslash at end of line.
4116
4117 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4118
4119         Trigger rebuild.
4120
4121 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4124         * gst/id3demux/id3tags.h:
4125         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4126         (parse_obsolete_tdat_frame):
4127           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4128           the four-digit number will be interpreted as a year, whereas it is
4129           month and day in DDMM format. Instead, parse TDAT frames and fix up
4130           the date in the GST_TAG_DATE tag later if we also extracted a year.
4131           Fixes #407349.
4132
4133 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4134
4135         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4136         (gst_switch_commit_new_kid):
4137         Fix up the dispose logic so it doesn't leak, and fix setting of 
4138         the child state so that we don't set a child to our current state 
4139         just as we are changing it to something else.
4140
4141 2007-03-06  Wim Taymans  <wim@fluendo.com>
4142
4143         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4144         (gst_goom_chain):
4145         * gst/goom/gstgoom.h:
4146         Document, fix and improve goom adapter behaviour.
4147         Fixes #407006.
4148
4149 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4150
4151         * ext/esd/esdsink.c: (gst_esdsink_open):
4152         Unref static pad template after using it.
4153
4154 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4155
4156         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4157         (gst_switch_commit_new_kid):
4158         Fix up the reference counting of the child elements.
4159
4160 2007-03-05  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4163         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4164         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4165         Fix encoding-name case.
4166
4167 2007-03-05  Wim Taymans  <wim@fluendo.com>
4168
4169         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4170         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4171         (gst_rtp_speex_depay_process):
4172         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4173         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4174         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4175         (gst_rtp_speex_pay_change_state):
4176         * gst/rtp/gstrtpspeexpay.h:
4177         Fix speex (de)payloader. Fixes #358040.
4178
4179 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4180
4181         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4182         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4183         Install fakesink in NULL by fixing some broken logic. This obviates
4184         the need to manually set _IS_SINK.
4185         Add some comments and remove a little cruft while I'm at it.
4186
4187 2007-03-05  Wim Taymans  <wim@fluendo.com>
4188
4189         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4190         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4191
4192 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * po/POTFILES.in:
4195           Update.
4196
4197 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4198
4199         * tests/check/Makefile.am:
4200         Gah! Also disable gconfvideosink from the tests, otherwise
4201         it will instantiate autovideosink, and dfbvideosink and
4202         leak on the buildbots.
4203
4204 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4205
4206         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4207         (gst_cdio_cdda_src_finalize):
4208         Make sure we always destroy our libcdio handle.
4209
4210 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4211
4212         * tests/check/Makefile.am:
4213         Disable autovideosink so the buildbots don't barf over memory
4214         leaked in the directfb sink.
4215
4216 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4217
4218         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4219         Chain up in dispose
4220
4221 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4222
4223         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4224         (gst_multipart_find_pad_by_mime):
4225         Use gst_pad_new_from_static_template instead of
4226         static_pad_template_get+pad_new.
4227
4228 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4229
4230         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4231         Catch the case where no clock has been set.
4232
4233 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4234
4235         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4236         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4237         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4238         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4239         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4240         (gst_gconf_audio_src_finalize), (do_toggle_element):
4241         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4242         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4243         (do_toggle_element):
4244         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4245         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4246         (gst_gconf_video_src_finalize), (do_toggle_element):
4247         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4248         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4249         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4250         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4251         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4252         (gst_shout2send_init), (gst_shout2send_finalize):
4253         * gst/debug/testplugin.c: (gst_test_class_init),
4254         (gst_test_finalize):
4255         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4256         (gst_flxdec_dispose):
4257         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4258         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4260         (gst_rtspsrc_finalize):
4261         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4262         * gst/rtsp/rtspextwms.h:
4263         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4264         (gst_smpte_finalize):
4265         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4266         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4267         (gst_udpsink_finalize):
4268         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4269         (gst_wavparse_sink_activate):
4270         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4271         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4272         (gst_oss_src_finalize):
4273         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4274         * sys/v4l2/gstv4l2object.h:
4275         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4276         (gst_v4l2src_finalize):
4277         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4278
4279         Fix a bunch of leaks shown by the newly-added states test.
4280
4281 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4282
4283         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4284         Use gst_pad_new_from_static_template instead of 
4285         static_pad_template_get+pad_new.
4286
4287 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4290
4291         * ext/libcaca/Makefile.am:
4292         * gst/debug/Makefile.am:
4293           Don't mix tabs and spaces (#414168).
4294
4295 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4296
4297         * tests/check/generic/.cvsignore:
4298           Ignore files to please buildbot.
4299
4300 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4301
4302         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4303         (gst_wavparse_stream_data):
4304           Unbreak my previous commit (swapped nominator & denominator). Tim,
4305           thanks for spotting.
4306
4307 2007-03-02  Wim Taymans  <wim@fluendo.com>
4308
4309         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4310         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4311         (gst_cdio_cdda_src_finalize):
4312         Small code cleanups.
4313         Don't use pad_alloc as the base class cannot deal with the error codes.
4314
4315 2007-03-02  Wim Taymans  <wim@fluendo.com>
4316
4317         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4318         (gst_udpsrc_create):
4319         Fix doc.
4320
4321 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4322
4323         Patch by: René Stadler <mail@renestadler.de>
4324
4325         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4326         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4327         (gst_wavparse_stream_data):
4328           Handle rounding better to not drop last sample frame. Fixes #356692
4329
4330 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4331
4332         * tests/check/Makefile.am:
4333         Disable cacasink from the states check too - it also calls exit(1)
4334         on us when it can't find a terminal to talk to.
4335
4336 2007-03-02  Wim Taymans  <wim@fluendo.com>
4337
4338         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4339
4340         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4341         (gst_udpsrc_create), (gst_udpsrc_set_property),
4342         (gst_udpsrc_get_property):
4343         * gst/udp/gstudpsrc.h:
4344         Add support to strip proprietary headers. Fixes #350296.
4345
4346 2007-03-02  Wim Taymans  <wim@fluendo.com>
4347
4348         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4349         Fix compilation.
4350
4351 2007-03-02  Wim Taymans  <wim@fluendo.com>
4352
4353         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4354
4355         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4356         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4357         (gst_rtp_mp2t_depay_set_property),
4358         (gst_rtp_mp2t_depay_get_property):
4359         * gst/rtp/gstrtpmp2tdepay.h:
4360         Add support to strip off proprietary headers. Fixes #350278.
4361
4362 2007-03-02  Wim Taymans  <wim@fluendo.com>
4363
4364         * ext/hal/hal.c:
4365         Fix compilation.
4366
4367 2007-03-02  Wim Taymans  <wim@fluendo.com>
4368
4369         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4370         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4371         (gst_sunaudiosrc_open):
4372         * sys/sunaudio/gstsunaudiosrc.h:
4373         Remove device-name from GstSunAudioSrc. Fixes #412597.
4374
4375 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4376
4377         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4378         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4379         Having NULL as UDI previously selected the default sink/src. Change
4380         this back but mention it in the debug output.
4381         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4382         (gst_hal_get_oss_element), (gst_hal_get_string),
4383         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4384         (gst_hal_get_audio_src):
4385         * ext/hal/hal.h:
4386         Refactor a bit, check all error conditions, greatly improve debugging
4387         and fix some possible memory leaks. Also implement OSS support
4388         and allow specifying an UDI that points to a real device. For this the
4389         child device which supports ALSA (preferred) or OSS is used.
4390         As a side effect this makes it impossible now to get a alsasink in
4391         halaudiosrc and a alsasrc in halaudiosink.
4392
4393 2007-03-01  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4396         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4397         Errors from the udp sources are not fatal unless all of them are in
4398         error.
4399
4400 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4401
4402         * tests/check/Makefile.am:
4403         Disable aasink in the states test. I suspect this is the element that
4404         is calling exit(1) when it can't proceed.
4405
4406 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4407
4408         * tests/check/Makefile.am:
4409         Draw plugins in from the build tree sys/ dir, rather than picking
4410         up the already installed versions.
4411
4412 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4413
4414         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4415         Error out correctly when getting xcontext fails.
4416
4417 2007-03-01  Wim Taymans  <wim@fluendo.com>
4418
4419         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4420         Make state change to PAUSED NO_PREROLL because that's what it will be in
4421         the future and rtspsrc relies on it.
4422
4423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4424         (gst_rtspsrc_change_state):
4425         Don't error out when we don't get an error from the state change
4426         function.
4427
4428 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4429
4430         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4431         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4432           Check if the device UDI is set before trying to query HAL
4433           about it and give a useful error message if it wasn't set.
4434         * ext/hal/hal.c: (gst_hal_get_string):
4435           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4436           gives an assertion failure in D-Bus when running with
4437           DBUS_FATAL_WARNINGS=1.
4438
4439 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4440
4441         * configure.ac:
4442           Convert to new AG_GST style.
4443
4444 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4445
4446         * tests/check/Makefile.am:
4447         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4448           add test for states
4449
4450 2007-02-28  Wim Taymans  <wim@fluendo.com>
4451
4452         * tests/check/elements/.cvsignore:
4453         Add new videofilter check to .cvsignore.
4454
4455 2007-02-28  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4458         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4459         (gst_avi_demux_loop), (gst_avi_demux_chain):
4460         Fix combined flow return. Fixes #412608.
4461
4462 2007-02-28  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst/videofilter/Makefile.am:
4465         Dist header..
4466
4467 2007-02-28  Wim Taymans  <wim@fluendo.com>
4468
4469         * gst/videofilter/gstgamma.h:
4470         Add header too.
4471
4472 2007-02-28  Wim Taymans  <wim@fluendo.com>
4473
4474         Patch by: Mark Nauwelaerts <manauw at skynet be>
4475
4476         * gst/videofilter/Makefile.am:
4477         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4478         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4479         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4480         (oil_tablelookup_u8), (gst_gamma_set_caps),
4481         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4482         Port gamma filter to 0.10. Fixes #412704.
4483
4484         * tests/check/Makefile.am:
4485         * tests/check/elements/videofilter.c: (setup_filter),
4486         (cleanup_filter), (check_filter), (GST_START_TEST),
4487         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4488         Add unit tests for videofilters.
4489
4490 2007-02-28  Wim Taymans  <wim@fluendo.com>
4491
4492         * gst/rtsp/URLS:
4493         Add another interesting test url.
4494
4495         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4496         Don't allow getting header fields from data packets.
4497
4498 2007-02-28  Michael Smith  <msmith@fluendo.com>
4499
4500         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4501         (gst_shout2send_init), (gst_shout2send_start),
4502         (gst_shout2send_set_property), (gst_shout2send_get_property):
4503         * ext/shout2/gstshout2.h:
4504           Add a property for username.
4505
4506 2007-02-27  Christian Schallerr <christian@fluendo.com>
4507
4508         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4509
4510 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4511
4512         * gst/rtsp/Makefile.am:
4513         Fix make check too.
4514
4515 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4516
4517         * gst/rtsp/base64.c: (util_base64_encode):
4518         * gst/rtsp/base64.h:
4519         Commit missing files for base64 encoding.
4520
4521 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4524
4525         * configure.ac:
4526         * ext/annodex/Makefile.am:
4527         * ext/jpeg/Makefile.am:
4528         * ext/speex/Makefile.am:
4529         * gst/alpha/Makefile.am:
4530         * gst/cutter/Makefile.am:
4531         * gst/debug/Makefile.am:
4532         * gst/effectv/Makefile.am:
4533         * gst/goom/Makefile.am:
4534         * gst/level/Makefile.am:
4535         * gst/smpte/Makefile.am:
4536         * gst/videofilter/Makefile.am:
4537           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4538
4539 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4540
4541         * gst/rtsp/Makefile.am:
4542         * gst/rtsp/rtspconnection.c: (append_auth_header),
4543         (rtsp_connection_send), (rtsp_connection_set_auth):
4544         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4545         from icecast to replace it. Relicensed from GPL courtesy of Mike
4546         Smith.
4547
4548 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4549
4550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4551         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4552         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4553         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4554         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4555         (gst_rtspsrc_uri_set_uri):
4556         * gst/rtsp/gstrtspsrc.h:
4557         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4558         (append_auth_header), (rtsp_connection_send),
4559         (rtsp_connection_free), (rtsp_connection_set_auth):
4560         * gst/rtsp/rtspconnection.h:
4561         * gst/rtsp/rtspdefs.h:
4562         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4563         * gst/rtsp/rtspurl.h:
4564
4565         Implement simple Basic Authentication support so that urls like
4566         rtsp://user:pass@hostname/rtspstream work on hosts that require
4567         authentication.
4568
4569 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
4570
4571         * sys/v4l2/gstv4l2object.c:
4572         * sys/v4l2/gstv4l2tuner.c:
4573         * sys/v4l2/v4l2_calls.c:
4574         Fix segfault when oppening a radio device.
4575         
4576 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4577
4578         * gst/level/gstlevel.c: (gst_level_set_caps),
4579         (gst_level_transform_ip):
4580         * sys/v4l2/README:
4581         * tests/check/elements/level.c: (GST_START_TEST):
4582           Fix level for multi-channel case.
4583
4584 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4585
4586         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4587         (gst_level_transform_ip):
4588         * gst/level/gstlevel.h:
4589           Use function pointer for process function and add process functions
4590           for float audio.
4591
4592 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
4593
4594         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4595         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4596         (gst_v4l2src_capture_init):
4597           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4598           fixes #407369
4599
4600 2007-02-18  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/rtp/Makefile.am:
4603         * gst/rtp/gstrtp.c: (plugin_init):
4604         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4605         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4606         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4607         (gst_rtp_mp2t_pay_plugin_init):
4608         * gst/rtp/gstrtpmp2tpay.h:
4609         Added simple mpeg transport stream payloader.
4610
4611 2007-02-16  Wim Taymans  <wim@fluendo.com>
4612
4613         * gst/rtsp/URLS:
4614         Add example H264 rtsp url.
4615
4616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4617         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4618         Don't convert values to lowercase or we might mess up base64 encoded
4619         properties.
4620
4621 2007-02-16  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst/rtp/README:
4624         Fix case of string params.
4625
4626         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4627         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4628         Fix depayloader, support more packet types.
4629         Add sync codes to make sure the packetizer can do its job.
4630
4631         * gst/rtp/gstrtpmp4gdepay.c:
4632         * gst/rtp/gstrtpmp4gpay.c:
4633         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4634         Fix caps case again.
4635
4636 2007-02-15  Wim Taymans  <wim@fluendo.com>
4637
4638         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4639         Set right caps on output buffers.
4640
4641 2007-02-14  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4644         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4645         Clear stack allocated SDPMedia struct before calling _init() on it.
4646         Clarify this in the docs as well.
4647
4648 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4649
4650         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4651         (do_change_child):
4652         Don't reset the profile when going switching states, as it makes
4653         the element non-reusable.
4654
4655 2007-02-14  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4658         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4659         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4660         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4661         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4662         (sdp_parse_line):
4663         * gst/rtsp/sdpmessage.h:
4664         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4665         Fix memory management of SDP messages. Fixes #407793.
4666
4667 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4668
4669         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4670
4671         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4672         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4673
4674 2007-02-14  Wim Taymans  <wim@fluendo.com>
4675
4676         Patch by: jp.liu <jp_liu at astrocom dot cn>
4677
4678         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4679         Fix parsing of password field in url. Fixes #407797.
4680
4681 2007-02-14  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4684         (gst_wavparse_reset), (gst_wavparse_init),
4685         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4686         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4687         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4688         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4689         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4690         (gst_wavparse_loop), (gst_wavparse_chain),
4691         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4692         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4693         (plugin_init):
4694         * gst/wavparse/gstwavparse.h:
4695         Update docs.
4696         Use boilerplate.
4697         Various code cleanups.
4698         When the bitrate is not known (bps == 0 or compressed formats) let
4699         downstream element guestimate the duration and position and don't
4700         generate timestamps or durations. Fixes #405213.
4701         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4702         error flowreturn upstream.
4703
4704 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4705
4706         * ext/gconf/Makefile.am:
4707         * ext/gconf/gconf.c: (gst_gconf_get_string),
4708         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4709         (gst_gconf_render_bin_with_default):
4710         * ext/gconf/gconf.h:
4711         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4712         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4713         (gst_gconf_audio_sink_dispose), (do_change_child),
4714         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4715         (cb_change_child), (gst_gconf_audio_sink_change_state):
4716         * ext/gconf/gstgconfaudiosink.h:
4717         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4718         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4719         (gst_switch_sink_init), (gst_switch_sink_dispose),
4720         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4721         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4722         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4723         * ext/gconf/gstswitchsink.h:
4724         * gst/autodetect/gstautoaudiosink.c:
4725         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4726         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4727         (gst_auto_audio_sink_detect):
4728         * gst/autodetect/gstautovideosink.c:
4729         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4730         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4731         (gst_auto_video_sink_detect):
4732         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4733         and a child that implements the GConf key monitoring. The end goal of
4734         this is an audio sink that can be changed on the fly, but at the 
4735         moment it still only changes on the next READY transition.
4736
4737 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4738
4739         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4740         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4741         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4742         (gst_avi_demux_calculate_durations_from_index),
4743         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4744         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4745         (gst_avi_demux_loop):
4746           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4747
4748 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4749
4750         * configure.ac:
4751         * docs/plugins/Makefile.am:
4752           Add crossreferences to glib/gobject/gstream docs.
4753
4754 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * gst/monoscope/Makefile.am:
4757         * gst/monoscope/gstmonoscope.c:
4758           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4759           (but no LIBS, since we only use defines from the headers).
4760
4761 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4764
4765         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4766         (gst_wavparse_stream_data):
4767           Fix massive memory leak when operating in streaming mode due to
4768           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4769           Fixes #407057.
4770
4771 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4772
4773         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4774         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4775         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4776         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4777         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4778         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4779         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4780         (gst_avi_demux_calculate_durations_from_index),
4781         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4782         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4783         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4784         * gst/avi/gstavidemux.h:
4785           Save some memory (8%) by repacking the index entry structure (more to
4786           come). Add more FIXMEs to questionable parts.
4787
4788 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4789
4790         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4791         (gst_v4l2src_get_caps):
4792         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4793         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4794         (gst_v4l2src_capture_init):
4795           More FIXME comments and messaging changes.
4796
4797 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4798
4799         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4800         (gst_goom_change_state):
4801         * gst/goom/gstgoom.h:
4802           Improved docs and use GST_DEBUG_FUNCPTR.
4803
4804         * gst/level/gstlevel.c: (gst_level_class_init):
4805           Use GST_DEBUG_FUNCPTR.
4806
4807         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4808         (gst_monoscope_chain), (gst_monoscope_change_state):
4809           Improved docs source cleanups.
4810
4811 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst/debug/Makefile.am:
4814         * gst/debug/gstdebug.c: (plugin_init):
4815         * gst/debug/gstpushfilesrc.c:
4816         * gst/debug/gstpushfilesrc.h:
4817           Add code for a pushfilesrc element that implements a pushfile:// URI
4818           handler, to make debugging push-mode operation of demuxer/decoders
4819           that support both easier in connection with seek/playbin/etc.
4820           The element isn't registered at the moment.
4821
4822 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4823
4824         * gst/avi/gstavimux.c:
4825           Comment a #if 0 in caps template definition as VS6 seems to 
4826         do not support it.
4827         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4828           Use gst_guint64_to_gdouble for conversion.
4829         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4830           Move variables declaration before the first instruction.
4831         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4832           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4833           And don't include netdb.h for G_OS_WIN32
4834         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4835           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4836           by VS6 then use an other way to initialize SDPMedia structure.
4837         * gst/udp/gstdynudpsink.h:
4838         * gst/udp/gstdynudpnetutils.h:
4839           Do not include <sys/time.h> for G_OS_WIN32
4840         * gst/udp/gstudpsrc.c:
4841           Define socklen_t as int for G_OS_WIN32
4842         * win/common/config.h.in:
4843           Undef HAVE_NETINET_IN_H
4844         * win32/vs6/gst_plugins_good.dsw:
4845         * win32/vs6/libgstrtp.dsp:
4846         * win32/vs6/libgstrtsp.dsp:
4847         * win32/vs6/libgstautogen.dsp:
4848         * win32/vs6/libgstaudiofx.dsp:
4849         * win32/vs6/libgstudp.dsp:
4850           Add and update project files.
4851         * win32/common/gstudp-enumtypes.c:
4852         * win32/common/gstudp-enumtypes.h:
4853           Add a copy of udp enumtypes to win32/common as in core 
4854           and base.
4855         
4856 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4857
4858         * configure.ac:
4859           Activate monoscope when building with --enable-experimental. Fix
4860           --enable-external configure switch description.
4861
4862         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4863         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4864           Help gst-indent.
4865
4866 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4869           Explicitly cast result of pointer arithmetic to integer in order to
4870           avoid compiler warnings on some 64-bit systems. Should fix #406018.
4871
4872 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * gst/debug/progressreport.c:
4875           Some more docs.
4876
4877 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * docs/plugins/inspect/plugin-rtp.xml:
4880           Update for new elements.
4881
4882         * gst/debug/progressreport.h:
4883           Commit newly-created header file as well.
4884
4885 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * docs/plugins/Makefile.am:
4888         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4889         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4890         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4891         * gst/debug/Makefile.am:
4892         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4893         (gst_progress_report_do_query), (gst_progress_report_report):
4894           Make progressreport element post messages with the current progress
4895           on the bus. Also add some basic docs for it.
4896
4897 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4898
4899         * ext/hal/hal.c: (gst_hal_get_string):
4900         * ext/hal/hal.h:
4901           Some small cleanups; deal with errors when parsing the HAL ALSA
4902           capabilities a bit better.
4903
4904 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4907           Let's try this again and use the right cast this time.
4908
4909 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4912           Add cast to avoid compiler warnings with older GLib versions
4913           where the nick/name members in GEnumValue are not declared as
4914           constant strings.
4915
4916 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4919         (gst_gconf_render_bin_from_key),
4920         (gst_gconf_get_default_audio_sink):
4921         * ext/gconf/gconf.h:
4922         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4923         (do_toggle_element), (gst_gconf_audio_sink_set_property),
4924         (gst_gconf_audio_sink_get_property):
4925           In gconfaudiosink, get the right key as the old key in do_toggle
4926           (ie. one dependent on the profile selected). Log some more stuff so
4927           we can see what's actually going on.
4928
4929 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
4930
4931         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4932         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4933         (gst_audio_amplify_set_process_function),
4934         (gst_audio_amplify_setup):
4935         * gst/audiofx/audioamplify.h:
4936         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4937         (gst_audio_invert_class_init), (gst_audio_invert_setup):
4938         * gst/audiofx/audioinvert.h:
4939         Some small cleanups and port both elements to the new GstAudioFilter
4940         base class to save a few lines of common code.
4941         * gst/audiofx/Makefile.am:
4942         Link against libgstaudio for the above changes
4943
4944 2007-01-29  Wim Taymans  <wim@fluendo.com>
4945
4946         * tests/check/elements/.cvsignore:
4947         Some more ignores.
4948
4949 2007-01-26  Wim Taymans  <wim@fluendo.com>
4950
4951         Patch by: charles <charlesg3 at gmail dot com>
4952
4953         * ext/shout2/gstshout2.c: (gst_shout2send_init),
4954         (set_shout_metadata), (gst_shout2send_event):
4955         * ext/shout2/gstshout2.h:
4956         Properly handle tags in shout2send. Fixes #399825.
4957
4958 2007-01-25  Wim Taymans  <wim@fluendo.com>
4959
4960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4961         (gst_rtspsrc_activate_streams):
4962         Convert SDP fields to upper/lowercase following the rules in the SDP to
4963         caps document. 
4964
4965 2007-01-25  Wim Taymans  <wim@fluendo.com>
4966
4967         * gst/rtp/README:
4968         * gst/rtp/gstrtpilbcdepay.c:
4969         * gst/rtp/gstrtpilbcpay.c:
4970         * gst/rtp/gstrtpmp4gdepay.c:
4971         * gst/rtp/gstrtpmp4gpay.c:
4972         * gst/rtp/gstrtpspeexdepay.c:
4973         * gst/rtp/gstrtpspeexpay.c:
4974         * gst/rtp/gstrtpsv3vdepay.c:
4975         * gst/rtp/gstrtptheoradepay.c:
4976         * gst/rtp/gstrtptheorapay.c:
4977         * gst/rtp/gstrtpvorbisdepay.c:
4978         * gst/rtp/gstrtpvorbispay.c:
4979         Fix case of encoding-name and key/value pairs to match the document.
4980         This is to make interoperation with SDP case-insensitive as required by
4981         the relevant RFCs.
4982
4983 2007-01-25  Wim Taymans  <wim@fluendo.com>
4984
4985         * configure.ac:
4986         Bump required -core/-base to CVS
4987
4988 2007-01-25  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
4991         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
4992         * gst/rtp/gstrtpL16pay.h:
4993         Fill up to MTU using adapter.
4994         Timestamp rtp packets.
4995
4996 2007-01-25  Edward Hervey  <edward@fluendo.com>
4997
4998         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4999         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5000         Use G_GSIZE_FORMAT in print statements for portability.
5001         Fixes build on macosx.
5002
5003 2007-01-24  Wim Taymans  <wim@fluendo.com>
5004
5005         * gst/rtp/Makefile.am:
5006         * gst/rtp/gstrtp.c: (plugin_init):
5007         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5008         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5009         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5010         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5011         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5012         (gst_rtp_L16_depay_plugin_init):
5013         * gst/rtp/gstrtpL16depay.h:
5014         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5015         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5016         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5017         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5018         (gst_rtp_L16_pay_plugin_init):
5019         * gst/rtp/gstrtpL16pay.h:
5020         Port and enable raw audio payloader/depayloader. Needs a bit more work
5021         on the payloader side.
5022
5023 2007-01-24  Wim Taymans  <wim@fluendo.com>
5024
5025         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5026         (gst_rtspsrc_stream_configure_transport),
5027         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5028         * gst/rtsp/gstrtspsrc.h:
5029         Only unblock the udp pads when we linked and activated them all.
5030         Fixes #395688.
5031
5032 2007-01-24  Wim Taymans  <wim@fluendo.com>
5033
5034         * gst/rtp/Makefile.am:
5035         * gst/rtp/gstrtp.c: (plugin_init):
5036         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5037         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5038         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5039         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5040         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5041         * gst/rtp/gstrtpac3depay.h:
5042         Added simple AC3 depayloader (RFC 4184).
5043
5044         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5045         Fix a leak.
5046
5047 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5048
5049         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5050
5051         * gst/audiofx/Makefile.am:
5052         * gst/audiofx/audioamplify.c:
5053         (gst_audio_amplify_clipping_method_get_type),
5054         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5055         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5056         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5057         (gst_audio_amplify_set_caps),
5058         (gst_audio_amplify_transform_int_clip),
5059         (gst_audio_amplify_transform_int_wrap_negative),
5060         (gst_audio_amplify_transform_int_wrap_positive),
5061         (gst_audio_amplify_transform_float_clip),
5062         (gst_audio_amplify_transform_float_wrap_negative),
5063         (gst_audio_amplify_transform_float_wrap_positive),
5064         (gst_audio_amplify_transform_ip):
5065         * gst/audiofx/audioamplify.h:
5066         * gst/audiofx/audiofx.c: (plugin_init):
5067         Add new element "audioamplify". This allows scaling of raw audio
5068         samples, similar to the "volume" element, but provides different modes
5069         for clipping and allows unlimited amplification. It's mainly targeted
5070         for creative sound design and not as a replacement of the "volume"
5071         element. Fixes #397162
5072         * docs/plugins/Makefile.am:
5073         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5074         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5075         * docs/plugins/gst-plugins-good-plugins.args:
5076         * docs/plugins/inspect/plugin-audiofx.xml:
5077         Add docs for audioamplify and integrate them into the build system
5078         * tests/check/Makefile.am:
5079         * tests/check/elements/audioamplify.c: (setup_amplify),
5080         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5081         Add fairly extensive unit test suite for audioamplify
5082
5083 2007-01-24  Wim Taymans  <wim@fluendo.com>
5084
5085         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5086         Unblock pads after adding the pads to the element so that autopluggers
5087         get a change to link something. Possibly fixes #395688.
5088
5089 2007-01-24  Wim Taymans  <wim@fluendo.com>
5090
5091         * gst/rtp/gstrtpamrdepay.c:
5092         * gst/rtp/gstrtpgsmdepay.c:
5093         * gst/rtp/gstrtph263pdepay.c:
5094         * gst/rtp/gstrtph263ppay.c:
5095         * gst/rtp/gstrtph264depay.c:
5096         * gst/rtp/gstrtpilbcdepay.c:
5097         * gst/rtp/gstrtpmp2tdepay.c:
5098         * gst/rtp/gstrtpmp4gdepay.c:
5099         * gst/rtp/gstrtpmp4gpay.c:
5100         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5101         * gst/rtp/gstrtpmp4vpay.c:
5102         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5103         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5104         (gst_rtp_mpa_depay_process):
5105         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5106         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5107         * gst/rtp/gstrtppcmadepay.c:
5108         * gst/rtp/gstrtppcmudepay.c:
5109         * gst/rtp/gstrtpspeexdepay.c:
5110         * gst/rtp/gstrtpspeexpay.c:
5111         * gst/rtp/gstrtpsv3vdepay.c:
5112         * gst/rtp/gstrtptheoradepay.c:
5113         * gst/rtp/gstrtptheorapay.c:
5114         * gst/rtp/gstrtpvorbisdepay.c:
5115         * gst/rtp/gstrtpvorbispay.c:
5116         Fix caps with payload numbers.
5117         Add some fixed payload numbers to caps when possible.
5118
5119 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5122
5123         * gst/audiofx/Makefile.am:
5124         * gst/audiofx/audiofx.c: (plugin_init):
5125         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5126         (gst_audio_invert_class_init), (gst_audio_invert_init),
5127         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5128         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5129         (gst_audio_invert_transform_float),
5130         (gst_audio_invert_transform_ip):
5131         * gst/audiofx/audioinvert.h:
5132         Add new audiofx element "audioinvert". This element swaps the upper
5133         and lower half of samples and can be used for example for a
5134         wide-stereo effect. Fixes #396057
5135         * docs/plugins/Makefile.am:
5136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5138         * docs/plugins/gst-plugins-good-plugins.args:
5139         * docs/plugins/inspect/plugin-audiofx.xml:
5140         Add docs for the audioinvert element and add them to the build system.
5141         * tests/check/Makefile.am:
5142         * tests/check/elements/audioinvert.c: (setup_invert),
5143         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5144         Add unit test suite for the audioinvert element.
5145
5146 2007-01-23  Wim Taymans  <wim@fluendo.com>
5147
5148         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5149         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5150         Parse config params as string and int.
5151         Parse and use AU header length
5152
5153 2007-01-23  Wim Taymans  <wim@fluendo.com>
5154
5155         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5156         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5157         * gst/smpte/gstmask.c: (_gst_mask_register):
5158         * gst/smpte/gstmask.h:
5159         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5160         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5161         (gst_smpte_paint_triangle_clock):
5162         constify some static structs.
5163         Don't update the mask if nothing changed to the params.
5164         Make sure we never draw outside of the picture. Fixes #398325.
5165
5166 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5169           Error out properly when pull_range fails while we're reading the
5170           headers, instead of just pausing the task silently. Fixes #399338.
5171
5172 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5175           Some more sanity checks to make sure the input formats match and the
5176           input pads are actually negotiated, in case someone tries to feed
5177           buffers from fakesrc or filesrc. Fixes #398299.
5178           Also const-ify an array, just because we can.
5179
5180 2007-01-19  Edward Hervey  <edward@fluendo.com>
5181
5182         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5183         Ignore previous commit, that was only valid for widths and heights
5184         that are multiples of 4.
5185         Copy over size/stride macros from jpegdec. This allows the element
5186         to work with any width,height...
5187         ... but puts in evidence that the actual transformations only work
5188         with width/height that are multiples of 4.
5189
5190 2007-01-19  Edward Hervey  <edward@fluendo.com>
5191
5192         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5193         Allocate buffers of the right size.
5194         The proper size of a I420 buffer in bytes is:
5195         
5196             width * height * 3
5197             ------------------
5198                     2
5199
5200 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5203           Proxy getcaps on sink pads too, so that we either end up with the
5204           same dimensions on all pads or error out if that's not possible
5205           (seems to work even!). Fixes #398086, I think.
5206
5207 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5210         * docs/plugins/gst-plugins-good-plugins.args:
5211         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5212           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5213           fix integer properties with -1 as minimum value.
5214
5215         * docs/plugins/inspect/plugin-1394.xml:
5216         * docs/plugins/inspect/plugin-aasink.xml:
5217         * docs/plugins/inspect/plugin-alaw.xml:
5218         * docs/plugins/inspect/plugin-alpha.xml:
5219         * docs/plugins/inspect/plugin-alphacolor.xml:
5220         * docs/plugins/inspect/plugin-annodex.xml:
5221         * docs/plugins/inspect/plugin-apetag.xml:
5222         * docs/plugins/inspect/plugin-audiofx.xml:
5223         * docs/plugins/inspect/plugin-auparse.xml:
5224         * docs/plugins/inspect/plugin-autodetect.xml:
5225         * docs/plugins/inspect/plugin-avi.xml:
5226         * docs/plugins/inspect/plugin-cacasink.xml:
5227         * docs/plugins/inspect/plugin-cairo.xml:
5228         * docs/plugins/inspect/plugin-cdio.xml:
5229         * docs/plugins/inspect/plugin-cutter.xml:
5230         * docs/plugins/inspect/plugin-debug.xml:
5231         * docs/plugins/inspect/plugin-dv.xml:
5232         * docs/plugins/inspect/plugin-efence.xml:
5233         * docs/plugins/inspect/plugin-effectv.xml:
5234         * docs/plugins/inspect/plugin-esdsink.xml:
5235         * docs/plugins/inspect/plugin-flac.xml:
5236         * docs/plugins/inspect/plugin-flxdec.xml:
5237         * docs/plugins/inspect/plugin-gconfelements.xml:
5238         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5239         * docs/plugins/inspect/plugin-goom.xml:
5240         * docs/plugins/inspect/plugin-halelements.xml:
5241         * docs/plugins/inspect/plugin-icydemux.xml:
5242         * docs/plugins/inspect/plugin-id3demux.xml:
5243         * docs/plugins/inspect/plugin-jpeg.xml:
5244         * docs/plugins/inspect/plugin-level.xml:
5245         * docs/plugins/inspect/plugin-matroska.xml:
5246         * docs/plugins/inspect/plugin-mulaw.xml:
5247         * docs/plugins/inspect/plugin-multipart.xml:
5248         * docs/plugins/inspect/plugin-navigationtest.xml:
5249         * docs/plugins/inspect/plugin-ossaudio.xml:
5250         * docs/plugins/inspect/plugin-png.xml:
5251         * docs/plugins/inspect/plugin-rtp.xml:
5252         * docs/plugins/inspect/plugin-rtsp.xml:
5253         * docs/plugins/inspect/plugin-shout2send.xml:
5254         * docs/plugins/inspect/plugin-smpte.xml:
5255         * docs/plugins/inspect/plugin-speex.xml:
5256         * docs/plugins/inspect/plugin-taglib.xml:
5257         * docs/plugins/inspect/plugin-udp.xml:
5258         * docs/plugins/inspect/plugin-videobalance.xml:
5259         * docs/plugins/inspect/plugin-videobox.xml:
5260         * docs/plugins/inspect/plugin-videoflip.xml:
5261         * docs/plugins/inspect/plugin-videomixer.xml:
5262         * docs/plugins/inspect/plugin-wavenc.xml:
5263         * docs/plugins/inspect/plugin-wavparse.xml:
5264         * docs/plugins/inspect/plugin-ximagesrc.xml:
5265           Update to CVS.
5266
5267 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5268
5269         Patch by: Sebastian Dröge <slomo circular-chaos org>
5270
5271         * gst/audiofx/audiopanorama.c:
5272           Fix doc section name (Fixes #397946)
5273
5274 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5275
5276         * sys/v4l2/gstv4l2object.c:
5277         (gst_v4l2_object_install_properties_helper),
5278         (gst_v4l2_object_set_property_helper),
5279         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5280         * sys/v4l2/gstv4l2object.h:
5281         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5282         (gst_v4l2src_init), (gst_v4l2src_set_property),
5283         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5284         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5285         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5286         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5287         (gst_v4l2src_capture_deinit):
5288           Fix EIO handing when capturing. Add new property to specify the number of
5289           buffers to enque (and remove the borked num-buffers usage).
5290
5291 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5292
5293         Patch by: Sebastian Dröge <slomo circular-chaos org>
5294
5295         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5296         (gst_audio_panorama_set_process_function):
5297           Use a function array for process methods, add more docs and define the
5298           startindex of enums.
5299
5300 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         Patch by: Mark Nauwelaerts <manauw at skynet be>
5303
5304         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5305         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5306         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5307         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5308         (gst_avi_mux_riff_get_avi_header),
5309         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5310         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5311         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5312         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5313         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5314         (gst_avi_mux_change_state):
5315         * gst/avi/gstavimux.h:
5316         * tests/check/elements/avimux.c: (teardown_src_pad):
5317           Add support for more than one audio stream; write better AVIX
5318           header; refactor code a bit; don't announce vorbis caps on our audio
5319           sink pads since we don't support it anyway. Closes #379298.
5320
5321 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5322
5323         Patch by: Sebastian Dröge <slomo circular-chaos org>
5324
5325         * gst/audiofx/audiopanorama.c:
5326         (gst_audio_panorama_method_get_type),
5327         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5328         (gst_audio_panorama_set_process_function),
5329         (gst_audio_panorama_set_property),
5330         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5331         (gst_audio_panorama_transform_m2s_int_simple),
5332         (gst_audio_panorama_transform_s2s_int_simple),
5333         (gst_audio_panorama_transform_m2s_float_simple),
5334         (gst_audio_panorama_transform_s2s_float_simple):
5335         * gst/audiofx/audiopanorama.h:
5336           Add 'method' property and provide a simple (non-psychoacustic)
5337           processing method (#394859).
5338
5339         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5340         (panorama_suite):
5341           Tests for new method.
5342
5343 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5346         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5347           Set correct caps on outgoing pulled buffers, or things blow up
5348           after recent core changes.
5349
5350 2007-01-11  Wim Taymans  <wim@fluendo.com>
5351
5352         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5353
5354         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5355         (gst_multipart_mux_request_new_pad),
5356         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5357         (gst_multipart_mux_change_state):
5358         Return FLOW errors ASAP. Fixes #394977.
5359         Misc cleanups.
5360
5361 2007-01-11  Wim Taymans  <wim@fluendo.com>
5362
5363         Patch by: Lutz Mueller <lutz at topfrose dot de>
5364
5365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5366         Check for stream pad before activating. 
5367
5368 2007-01-10  Wim Taymans  <wim@fluendo.com>
5369
5370         Patch by: Peter Kjellerstedt  <pkj at axis com>
5371
5372         * gst/rtsp/COPYING.MIT:
5373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5374         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5375         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5376         (gst_rtspsrc_stream_configure_transport),
5377         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5378         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5379         (gst_rtspsrc_parse_methods),
5380         (gst_rtspsrc_create_transports_string),
5381         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5382         (gst_rtspsrc_open), (gst_rtspsrc_close):
5383         * gst/rtsp/gstrtspsrc.h:
5384         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5385         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5386         (parse_request_line), (parse_line), (rtsp_connection_read),
5387         (rtsp_connection_close):
5388         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5389         (rtsp_method_as_text), (rtsp_header_as_text),
5390         (rtsp_status_as_text), (rtsp_find_header_field),
5391         (rtsp_find_method):
5392         * gst/rtsp/rtspdefs.h:
5393         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5394         (rtsp_ext_wms_configure_stream):
5395         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5396         (rtsp_message_new_request), (rtsp_message_init_request),
5397         (rtsp_message_new_response), (rtsp_message_init_response),
5398         (rtsp_message_init_data), (rtsp_message_unset),
5399         (rtsp_message_free), (rtsp_message_add_header),
5400         (rtsp_message_get_header), (rtsp_message_set_body),
5401         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5402         * gst/rtsp/rtspmessage.h:
5403         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5404         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5405         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5406         (sdp_message_dump):
5407         Allow url to be NULL to be able to use it for server connections.
5408         Can now send responses as well as requests.
5409         No longer hangs in an endless loop if EOF is received.
5410         Can now convert a status code to a text string.
5411         Return RTSP_HDR_INVALID for unknown headers.
5412         Return RTSP_INVALID for unknown methods.
5413         Copy CSeq and Session headers from the request.
5414         Only free memory corresponding to the currently set message type.
5415         Added const to function arguments as appropriate.
5416         Avoid a compiler warning when initializing nmedia.
5417         Use guint rather than gint to avoid compiler warnings.
5418         Fix crasher in wms extension.
5419         Factor out stream setup from open_connection.
5420         Delay activation of streams when actual data is received from the
5421         server, this prepares us to do proper protocol switching.
5422         Added new license.
5423         Fixes #380895.
5424
5425
5426 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         Patch by: Sebastian Dröge <slomo ubuntu com>
5429
5430         * docs/plugins/Makefile.am:
5431         * gst/audiofx/audiopanorama.c:
5432           Some small docs fixes (#394851).
5433
5434 2007-01-09  Wim Taymans  <wim@fluendo.com>
5435
5436         * gst/avi/gstavidemux.c:
5437         Fix docs.
5438
5439 2007-01-09  Wim Taymans  <wim@fluendo.com>
5440
5441         * gst/rtp/Makefile.am:
5442         * gst/rtp/gstrtp.c: (plugin_init):
5443         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5444         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5445         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5446         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5447         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5448         * gst/rtp/gstrtpmpvdepay.h:
5449           Added RFC 2250 MPEG Video Depayloader.
5450
5451         * gst/rtp/gstrtpL16depay.h:
5452         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5453         (gst_rtp_h263p_depay_process):
5454         Fix Header file. Small cleanups.
5455
5456         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5457         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5458         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5459         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5460         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5461         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5462         (gst_rtp_mp4v_depay_change_state):
5463         Remove usused code. Remove Adapter from state Change. Added debug.
5464
5465         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5466         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5467         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5468         * gst/rtp/gstrtpmpadepay.h:
5469         Subclass base depayloader.
5470         Added debug.
5471         Support static payload type assignment as well.
5472
5473         * gst/rtp/gstrtpmpapay.c:
5474         Fix caps.
5475
5476 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5477
5478         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5479
5480         * ext/jpeg/gstjpegdec.c:
5481         * ext/jpeg/gstjpegenc.c:
5482         * ext/jpeg/smokecodec.c:
5483           These libjpeg callbacks should return a 'boolean' (unsigned char
5484           apparently) and not a 'gboolean' (which maps to gint). Fixes
5485           warnings when compiling with MingW (#393427).
5486
5487         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5488           Use ioctlsocket on win32.
5489
5490         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5491           Some printf format fixes for win32.
5492
5493 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5494
5495         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5496           Use gst_guint64_to_gdouble for conversion.
5497         * win32/vs6/libgstmatroska.dsp:
5498           Add zlib to the link.
5499         * win32/vs6/libgstvideobox.dsp:
5500           Update liboil library name (project is linked to 
5501           liboil-0.3-0.lib now).
5502           
5503 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst/matroska/Makefile.am:
5506           If zlib is available and used, we must link it explicitly for
5507           things to work on MingW (fixes #392855).
5508
5509 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * ext/esd/esdsink.c: (gst_esdsink_delay):
5512           Don't return bogus values when esd_get_delay() fails for some
5513           reason (#392189).
5514
5515 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * sys/ximage/gstximagesrc.c: (composite_pixel):
5518           Fix presumably copy'n'pasto for 16bpp depth.
5519
5520 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst/matroska/matroska-mux.c:
5523         (gst_matroska_mux_audio_pad_setcaps):
5524           The "signed" field in audio caps is of boolean type, trying to use
5525           gst_structure_get_int() to extract it will fail. Fixing this makes
5526           matroskamux accept raw audio input (#387121) (use at your own risk
5527           though, due to the matroska spec being not entirely useful in this
5528           respect).
5529           Also fix up raw audio structures in template caps so that they
5530           represent what our setcaps function will actually accept, so that
5531           converters know what to convert to.
5532           Finally, don't fail if there isn't an "endianness" field in 8-bit
5533           PCM caps.
5534
5535 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5538         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5539         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5540         (teardown_cmmldec):
5541         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5542         (teardown_cmmlenc):
5543         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5544           reapply consistent pad (de)activation
5545
5546 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
5547
5548         * configure.ac:
5549         Back to CVS
5550
5551         * gst-plugins-good.doap:
5552         Add 0.10.5 doap entry
5553
5554 === release 0.10.5 ===
5555
5556 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
5557
5558         * configure.ac:
5559           releasing 0.10.5, "The Path of Thorns"
5560
5561 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5564         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5565         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5566         (teardown_cmmldec):
5567         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5568         (teardown_cmmlenc):
5569         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5570           revert my freeze breakage
5571
5572 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5573
5574         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5575         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5576         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5577         (teardown_cmmldec):
5578         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5579         (teardown_cmmlenc):
5580         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5581           consistent pad (de)activation
5582
5583 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5584
5585         * configure.ac:
5586         * ext/Makefile.am:
5587         Disable LADPSA, as it has moved to the -bad module for the duration.
5588
5589 2006-12-18  Wim Taymans  <wim@fluendo.com>
5590
5591         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5592         (gst_signal_processor_event):
5593         Reset flow_state back to _OK after a flush stop so that we exit our
5594         error state after the flush. Fixes #374213
5595
5596 2006-12-16  David Schleef  <ds@schleef.org>
5597
5598         * sys/osxvideo/osxvideosink.h:
5599         * sys/osxvideo/osxvideosink.m:
5600           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
5601
5602 2006-12-16  David Schleef  <ds@schleef.org>
5603
5604         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5605
5606         * sys/osxvideo/Makefile.am:
5607         * sys/osxvideo/osxvideosink.h:
5608         * sys/osxvideo/osxvideosink.m:
5609           Preliminary patch for porting osxvideosink
5610
5611 2006-12-16  Wim Taymans  <wim@fluendo.com>
5612
5613         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5614
5615         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5616         (gst_videomixer_set_master_geometry),
5617         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5618         (gst_videomixer_reset), (gst_videomixer_init),
5619         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5620         (gst_videomixer_release_pad), (gst_videomixer_collected),
5621         (gst_videomixer_change_state):
5622         Introduce some locking around the videomixer state so that it does not
5623         crash when adding/removing pads. Fixes #383043.
5624
5625 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * configure.ac:
5628           Make sure libcaca can actually be used instead of just checking for
5629           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5630           cross-compiling (fixes #384587).
5631
5632 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5633
5634         * Makefile.am:
5635         * gst-plugins-good.doap:
5636         * gst-plugins-good.spec.in:
5637           adding doap file
5638
5639 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5640
5641         * configure.ac:
5642           libflac-1.1.3 changed API again, but we can't build against it yet,
5643           so make sure our check doesn't use libflac-1.1.3 and add a comment
5644           to this effect.
5645
5646 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5649         (gst_quarktv_planetable_clear):
5650           Add some NULL pointer checks (possibly related to #385623).
5651
5652 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5655         (gst_tag_demux_chain):
5656         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5657           In streaming mode, if the first buffer we get doesn't have an
5658           offset, fix it up to be 0, otherwise trimming won't work later on
5659           and we'll be typefinding application/x-id3, which may result in
5660           decodebin plugging an endless number of id3demux elements as a
5661           consequence. Fixes #385031.
5662           
5663 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5664
5665         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5666           Ignore the buffer_time the sound device reports. Turns out it is 
5667           sometimes completely bogus and we're better off without it.
5668
5669 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5670
5671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5672         (gst_matroska_demux_video_caps):
5673         * gst/matroska/matroska-ids.c:
5674         (gst_matroska_track_init_video_context):
5675         * gst/matroska/matroska-ids.h:
5676           Try harder to extract the framerate for video tracks correctly and
5677           save it directly instead of converting it back and forth a few
5678           times. Mostly makes a difference for very small framerates (<1).
5679           Fixes #380199.
5680
5681 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5684         (gst_gconf_audio_src_dispose), (do_toggle_element):
5685         * ext/gconf/gstgconfaudiosrc.h:
5686           Remove gconf notify hook when the gconfaudiosrc element is
5687           destroyed, otherwise the callback may be called on an
5688           already-destroyed instance and bad things happen. Should fix
5689           #378184.
5690           Also ignore gconf key changes when the source is already running.
5691
5692 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         Patch by: Sebastian Dröge  <mail at slomosnail de>
5695
5696         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5697           We need to be able to read and parse any possible floating point string
5698           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5699           will parse the former only in certain locales though, so we really need
5700           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5701           make sure we can parse either version at all times.
5702           Fixes #382982 for real.
5703
5704 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5705
5706         * sys/sunaudio/gstsunaudiomixerctrl.c:
5707         * sys/sunaudio/gstsunaudiosrc.c:
5708
5709         Use the sunaudio debug category.
5710
5711         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5712         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5713         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5714         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5715         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5716         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5717         (gst_sunaudiosink_reset):
5718         * sys/sunaudio/gstsunaudiosink.h:
5719
5720         Uses the sunaudio debug category for all debug output
5721         Implements the _delay() callback to synchronise video playback better
5722         Change the segtotal and segsize values back to the parent class 
5723           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5724           respectively)
5725         Measure the samples written to the device vs. played.
5726         Keep track of segments in the device by writing empty eof frames, and
5727         sleep using a GCond when we get too far ahead and risk overrunning the
5728         sink's ringbuffer.
5729
5730         Fixes: #360673
5731
5732 2006-12-08  Wim Taymans  <wim@fluendo.com>
5733
5734         Patch by: Sebastian Dröge  <mail at slomosnail de >
5735
5736         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5737         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5738         * gst/audiofx/audiopanorama.h:
5739         Fix audiopanorame with float samples. Fixes #383726.
5740
5741 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5742
5743         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5744         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5745         (gst_sunaudiosrc_reset):
5746
5747         Implement reset functions to unblock the src/sink more quickly on 
5748         state change requests.
5749         Patch by: Brian Cameron <brian dot cameron at sun com>
5750
5751 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5752
5753         * sys/sunaudio/gstsunaudiomixer.c:
5754         (gst_sunaudiomixer_change_state):
5755         Construct the correct mixer device name when the AUDIODEV env var
5756         is set.
5757
5758         Patch by: Jerry Tan <jerry.tan at sun dot com>
5759         Fixes: #383596
5760
5761 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5762
5763         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5764         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5765         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5766         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5767         Patch by: Jerry Tan <jerry.tan at sun dot com>
5768         Fixes: #349015
5769
5770 2006-12-07  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/smpte/gstmask.h:
5773         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5774         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5775         (gst_smpte_collected), (gst_smpte_set_property),
5776         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5777         * gst/smpte/gstsmpte.h:
5778         Port to 0.10 some more. 
5779         Added duration property to specify the duration of the transition.
5780         Make framerate a fraction.
5781         Deprecate fps property, we only use negotiated fps.
5782         Added docs.
5783         Fix collectpad usage.
5784         Reset state in READY.
5785         Send NEWSEGMENT event.
5786         Fix racy updates of object properties.
5787         Added debug category.
5788         Fixes #383323.
5789
5790 2006-12-06  Wim Taymans  <wim@fluendo.com>
5791
5792         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5793
5794         * gst/videomixer/videomixer.c:
5795         (gst_videomixer_set_master_geometry),
5796         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5797         Don't reset xpos and ypos in the setcaps function because causes
5798         unexpected behaviour.
5799         Fixes #382179.
5800
5801 2006-12-06  Wim Taymans  <wim@fluendo.com>
5802
5803         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5804         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5805         Keep track of the buffer timestamp in the collectdata member instead
5806         of modifying the buffer without making the metadata writable first.
5807         Fixes #382277.
5808
5809 2006-12-06  Wim Taymans  <wim@fluendo.com>
5810
5811         Patch by: Rob Taylor <robtaylor at floopily dot org>
5812
5813         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5814         If using multicast in udpsrc, bind to the multicast address rather than
5815         IN_ADDR_ANY.
5816         This allows the simultanous use of multiple udpsrcs listening on
5817         different multicat addresses. Without this all udpsrcs will receive all
5818         packets from all subscribed multicast addresses.
5819         Fixes #383001.
5820
5821 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5822
5823         * ext/taglib/gstid3v2mux.cc:
5824         Don't attempt to write a NULL frame into the ID3 tag set when the 
5825         createFrame method returned NULL.
5826         Fixes: #381857
5827         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5828
5829 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5830
5831         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5832         Use g_strtod() instead of sscanf to parse doubles, so that it will
5833         try parsing in the C locale if the current locale fails.
5834         Fixes: #382982
5835         Patch by: Sebastian Dröge  <mail at slomosnail de >
5836
5837 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5838
5839         * win32/MANIFEST:
5840         Fix compilation on win32 under VS8
5841         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5842         Partially fixes #381175
5843
5844 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5845
5846         * gst/avi/gstavimux.c:
5847           accept all mpegversions,fixes #380825
5848           spotted by: Jerome Alet  
5849
5850 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5851
5852         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5853         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5854         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5855         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5856           cleanup the error message a bit more
5857
5858 2006-11-28  Wim Taymans  <wim@fluendo.com>
5859
5860         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5861         Fix width and height properties.
5862
5863         * ext/libcaca/gstcacasink.h:
5864         Fix compilation on newer libcaca that require us to include a new
5865         header. Fixes #379918.
5866
5867 2006-11-28  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5870         * gst/rtsp/gstrtspsrc.h:
5871         * gst/rtsp/rtspext.h:
5872         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5873         (rtsp_ext_wms_get_context):
5874         Add method so that extensions can choose to disable the setup of
5875         a stream.
5876         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5877
5878 2006-11-27  Wim Taymans  <wim@fluendo.com>
5879
5880         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5881
5882         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5883         Push header in a separate buffer instead of memcpy:ing all data.
5884         Change LF => CRLF in headers.
5885         Move trailing LF to header. Fixes #379792.
5886
5887 2006-11-27  Wim Taymans  <wim@fluendo.com>
5888
5889         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5890         Small buffer overflow fix and improve debugging.
5891
5892 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * ext/esd/esdmon.h:
5895         * ext/esd/esdsink.h:
5896           remove obsolete _factory_init protos
5897
5898 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5899
5900         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5901         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5902         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5903         (gst_avi_demux_read_subindexes_push),
5904         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5905         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5906         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5907         (gst_avi_demux_massage_index),
5908         (gst_avi_demux_calculate_durations_from_index),
5909         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5910         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5911         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5912           remove dead code, tweak debugs statements, add comments, use
5913           _uint64_scale instead _uint64_scale_int when using guint64 values,
5914           small optimizations, reflow some error handling
5915
5916 2006-11-22  Edward Hervey  <edward@fluendo.com>
5917
5918         * po/.cvsignore:
5919         We never put .pot files in cvs. Let's ignore them all.
5920
5921 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * po/POTFILES.in:
5924           ... but better exclude files that aren't disted.
5925
5926 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * po/POTFILES.in:
5929           Add v4l2 source files to list of files with translations, so the
5930           strings are actually extracted (however bad they still may be).
5931
5932 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5935           Minor clean-ups: const-ify static array, remove trailing comma from
5936           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5937
5938 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
5939
5940         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5941         Make sure that g_free always gets called on the same pointer that was 
5942         returned by g_malloc.  Fixes #376594.
5943         Do not leak memory if decompressed size is wrong.
5944         Remove unneeded check of return value of g_malloc.
5945         Patch by: René Stadler <mail@renestadler.de>
5946
5947 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
5950           Add missing curly brackets.
5951
5952 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
5953
5954         * sys/v4l2/v4l2src_calls.c:
5955         Fix capture_deinit.
5956
5957 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5958
5959         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
5960         (gst_matroska_mux_request_new_pad):
5961           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
5962
5963         * tests/check/elements/matroskamux.c: (setup_src_pad),
5964         (setup_sink_pad), (GST_START_TEST):
5965         Activate pads before using them.
5966
5967 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
5970           Initialise variable to get rid of bogus compiler warning.
5971
5972 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
5973
5974         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
5975
5976         * gst/rtp/gstrtph263pay.c:
5977         * gst/rtp/gstrtph263pdepay.c:
5978         * gst/rtp/gstrtph263ppay.c:
5979           Specify H.263 variant and version in the caps (fixes #361637)
5980
5981 2006-11-15  Wim Taymans  <wim@fluendo.com>
5982
5983         * gst/rtsp/rtspconnection.c: (read_body):
5984         Don't set a data pointer to NULL and a size > 0 when we deal
5985         with empty packets.
5986
5987         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
5988         (rtsp_message_init_response), (rtsp_message_init_data),
5989         (rtsp_message_unset), (rtsp_message_free),
5990         (rtsp_message_take_body):
5991         Check that we can't create invalid empty packets. 
5992
5993 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5996
5997         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
5998         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
5999         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6000         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6001         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6002         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6003         * gst/matroska/matroska-mux.h:
6004           Add basic tag writing support; implement releasing pads (#374658).
6005
6006 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6009         (gst_matroska_demux_audio_caps):
6010           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6011
6012 2006-11-14  David Schleef  <ds@schleef.org>
6013
6014         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6015
6016 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6019
6020         * win32/vs8/gst-plugins-good.sln:
6021         * win32/vs8/libgst1394.vcproj:
6022         * win32/vs8/libgstaasink.vcproj:
6023         * win32/vs8/libgstalaw.vcproj:
6024         * win32/vs8/libgstalpha.vcproj:
6025         * win32/vs8/libgstalphacolor.vcproj:
6026         * win32/vs8/libgstannodex.vcproj:
6027         * win32/vs8/libgstapetag.vcproj:
6028         * win32/vs8/libgstaudiofx.vcproj:
6029         * win32/vs8/libgstauparse.vcproj:
6030         * win32/vs8/libgstautodetect.vcproj:
6031         * win32/vs8/libgstavi.vcproj:
6032         * win32/vs8/libgstcacasink.vcproj:
6033         * win32/vs8/libgstcdio.vcproj:
6034         * win32/vs8/libgstcutter.vcproj:
6035         * win32/vs8/libgstdv.vcproj:
6036         * win32/vs8/libgsteffectv.vcproj:
6037         * win32/vs8/libgstflac.vcproj:
6038         * win32/vs8/libgstflxdec.vcproj:
6039         * win32/vs8/libgstgoom.vcproj:
6040         * win32/vs8/libgsticydemux.vcproj:
6041         * win32/vs8/libgstid3demux.vcproj:
6042         * win32/vs8/libgstjpeg.vcproj:
6043         * win32/vs8/libgstladspa.vcproj:
6044         * win32/vs8/libgstlevel.vcproj:
6045         * win32/vs8/libgstmatroska.vcproj:
6046         * win32/vs8/libgstmikmod.vcproj:
6047         * win32/vs8/libgstmng.vcproj:
6048         * win32/vs8/libgstmonoscope.vcproj:
6049         * win32/vs8/libgstmulaw.vcproj:
6050         * win32/vs8/libgstmultipart.vcproj:
6051         * win32/vs8/libgstpng.vcproj:
6052         * win32/vs8/libgstrtp.vcproj:
6053         * win32/vs8/libgstrtsp.vcproj:
6054         * win32/vs8/libgstshout2.vcproj:
6055         * win32/vs8/libgstsmpte.vcproj:
6056         * win32/vs8/libgstspeex.vcproj:
6057         * win32/vs8/libgsttaglib.vcproj:
6058         * win32/vs8/libgstudp.vcproj:
6059         * win32/vs8/libgstvideobalance.vcproj:
6060         * win32/vs8/libgstvideobox.vcproj:
6061         * win32/vs8/libgstvideoflip.vcproj:
6062         * win32/vs8/libgstvideomixer.vcproj:
6063         * win32/vs8/libgstwavenc.vcproj:
6064         * win32/vs8/libgstwavparse.vcproj:
6065           Make end-of-line returns unixy, so that when the files are checked
6066           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6067           Hopefully fixes #366492.
6068
6069 2006-11-14  Wim Taymans  <wim@fluendo.com>
6070
6071         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6072         Disable init_frames delay timestamp adjustment, it does not
6073         seem to be needed at all. Fixes #369621.
6074
6075 2006-11-13  Wim Taymans  <wim@fluendo.com>
6076
6077         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6078
6079         * gst/videomixer/videomixer.c:
6080         (gst_videomixer_set_master_geometry),
6081         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6082         (gst_videomixer_collect_free), (gst_videomixer_reset),
6083         (gst_videomixer_init), (gst_videomixer_finalize),
6084         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6085         (gst_videomixer_collected), (gst_videomixer_change_state):
6086         Fix memleak by unref'ing collectpads instance (when finalizing)
6087         Implement releasing a request pad. Fixes #374479.
6088
6089 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6092
6093         * win32/vs8/gst-plugins-good.sln:
6094         * win32/vs8/libgst1394.vcproj:
6095         * win32/vs8/libgstaasink.vcproj:
6096         * win32/vs8/libgstalaw.vcproj:
6097         * win32/vs8/libgstalpha.vcproj:
6098         * win32/vs8/libgstalphacolor.vcproj:
6099         * win32/vs8/libgstannodex.vcproj:
6100         * win32/vs8/libgstapetag.vcproj:
6101         * win32/vs8/libgstaudiofx.vcproj:
6102         * win32/vs8/libgstauparse.vcproj:
6103         * win32/vs8/libgstautodetect.vcproj:
6104         * win32/vs8/libgstavi.vcproj:
6105         * win32/vs8/libgstcacasink.vcproj:
6106         * win32/vs8/libgstcdio.vcproj:
6107         * win32/vs8/libgstcutter.vcproj:
6108         * win32/vs8/libgstdv.vcproj:
6109         * win32/vs8/libgsteffectv.vcproj:
6110         * win32/vs8/libgstflac.vcproj:
6111         * win32/vs8/libgstflxdec.vcproj:
6112         * win32/vs8/libgstgoom.vcproj:
6113         * win32/vs8/libgsticydemux.vcproj:
6114         * win32/vs8/libgstid3demux.vcproj:
6115         * win32/vs8/libgstjpeg.vcproj:
6116         * win32/vs8/libgstladspa.vcproj:
6117         * win32/vs8/libgstlevel.vcproj:
6118         * win32/vs8/libgstmatroska.vcproj:
6119         * win32/vs8/libgstmikmod.vcproj:
6120         * win32/vs8/libgstmng.vcproj:
6121         * win32/vs8/libgstmonoscope.vcproj:
6122         * win32/vs8/libgstmulaw.vcproj:
6123         * win32/vs8/libgstmultipart.vcproj:
6124         * win32/vs8/libgstpng.vcproj:
6125         * win32/vs8/libgstrtp.vcproj:
6126         * win32/vs8/libgstrtsp.vcproj:
6127         * win32/vs8/libgstshout2.vcproj:
6128         * win32/vs8/libgstsmpte.vcproj:
6129         * win32/vs8/libgstspeex.vcproj:
6130         * win32/vs8/libgsttaglib.vcproj:
6131         * win32/vs8/libgstudp.vcproj:
6132         * win32/vs8/libgstvideobalance.vcproj:
6133         * win32/vs8/libgstvideobox.vcproj:
6134         * win32/vs8/libgstvideoflip.vcproj:
6135         * win32/vs8/libgstvideomixer.vcproj:
6136         * win32/vs8/libgstwavenc.vcproj:
6137         * win32/vs8/libgstwavparse.vcproj:
6138           Add VS8 project files (note that many of the plugins in ext are
6139           disabled by default). Fixes #366492.
6140
6141 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6144           we do not translate debug messages
6145
6146 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6149           fix categorisation, make short desc more explicit, remove unused code
6150           Fixes #372021
6151
6152 2006-11-08  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/rtp/gstrtpL16depay.c:
6155         * gst/rtp/gstrtpamrdepay.c:
6156         * gst/rtp/gstrtpamrpay.c:
6157         * gst/rtp/gstrtpgsmdepay.c:
6158         * gst/rtp/gstrtph263pay.c:
6159         * gst/rtp/gstrtph263pdepay.c:
6160         * gst/rtp/gstrtph263ppay.c:
6161         * gst/rtp/gstrtph264depay.c:
6162         * gst/rtp/gstrtpmp2tdepay.c:
6163         * gst/rtp/gstrtpmp4gdepay.c:
6164         * gst/rtp/gstrtpmp4gpay.c:
6165         * gst/rtp/gstrtpmp4vdepay.c:
6166         * gst/rtp/gstrtpmp4vpay.c:
6167         * gst/rtp/gstrtpmpadepay.c:
6168         * gst/rtp/gstrtpmpapay.c:
6169         * gst/rtp/gstrtppcmadepay.c:
6170         * gst/rtp/gstrtppcmapay.c:
6171         * gst/rtp/gstrtppcmudepay.c:
6172         * gst/rtp/gstrtppcmupay.c:
6173         * gst/rtp/gstrtpspeexdepay.c:
6174         * gst/rtp/gstrtpspeexpay.c:
6175         * gst/rtp/gstrtpsv3vdepay.c:
6176         Fix element descriptions.
6177
6178 2006-11-08  Wim Taymans  <wim@fluendo.com>
6179
6180         * gst/rtp/gstrtpvorbisdepay.c:
6181         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6182         Fix description.
6183         Small cleanup in the payloader.
6184
6185 2006-11-08  Wim Taymans  <wim@fluendo.com>
6186
6187         * gst/rtp/Makefile.am:
6188         * gst/rtp/gstrtp.c: (plugin_init):
6189         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6190         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6191         (gst_rtp_theora_depay_finalize),
6192         (gst_rtp_theora_depay_parse_configuration),
6193         (gst_rtp_theora_depay_setcaps),
6194         (gst_rtp_theora_depay_switch_codebook),
6195         (gst_rtp_theora_depay_process),
6196         (gst_rtp_theora_depay_set_property),
6197         (gst_rtp_theora_depay_get_property),
6198         (gst_rtp_theora_depay_change_state),
6199         (gst_rtp_theora_depay_plugin_init):
6200         * gst/rtp/gstrtptheoradepay.h:
6201         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6202         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6203         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6204         (gst_rtp_theora_pay_init_packet),
6205         (gst_rtp_theora_pay_flush_packet),
6206         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6207         (gst_rtp_theora_pay_handle_buffer),
6208         (gst_rtp_theora_pay_plugin_init):
6209         * gst/rtp/gstrtptheorapay.h:
6210         Add theora pay/depayloaders.
6211
6212 2006-11-06  Wim Taymans  <wim@fluendo.com>
6213
6214         * gst/rtp/Makefile.am:
6215         We depend on gsttag to generate the vorbis comments.
6216
6217         * gst/rtp/gstrtpvorbisdepay.c:
6218         (gst_rtp_vorbis_depay_parse_configuration),
6219         (gst_rtp_vorbis_depay_setcaps),
6220         (gst_rtp_vorbis_depay_switch_codebook),
6221         (gst_rtp_vorbis_depay_process):
6222         * gst/rtp/gstrtpvorbisdepay.h:
6223         Parse configuration string in the depayloader.
6224         Implement selecting and switching to a new codebook.
6225         Receiving vorbis over RTP now works.
6226
6227         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6228         (gst_rtp_vorbis_pay_init_packet),
6229         (gst_rtp_vorbis_pay_finish_headers),
6230         (gst_rtp_vorbis_pay_handle_buffer):
6231         * gst/rtp/gstrtpvorbispay.h:
6232         Set timestamps on outgoing buffers and RTP packets.
6233         Fix configuration string, prepend number of Packet headers.
6234         Fix encoding of ident string.
6235         Add delivery-method to caps.
6236         Streaming vorbis over RTP now works.
6237
6238 2006-11-06  Wim Taymans  <wim@fluendo.com>
6239
6240         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6241         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6242         (gst_rtp_vorbis_pay_handle_buffer):
6243         * gst/rtp/gstrtpvorbispay.h:
6244         Generate a valid configuration string in the caps based on the
6245         vorbis headers.
6246
6247 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6250         * ext/cdio/gstcdio.h:
6251         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6252           Move CD-TEXT utility function into common file so it can also be
6253           used by a future cdioparanoiasrc.
6254
6255 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6256         
6257         * sys/v4l2/Makefile.am:
6258         * sys/v4l2/gstv4l2object.c:
6259         * sys/v4l2/gstv4l2src.c:
6260         * sys/v4l2/gstv4l2xoverlay.c:
6261         * sys/v4l2/v4l2_calls.c:
6262         * sys/v4l2/v4l2src_calls.c:
6263         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6264         xoverlay code that is still not implemented.
6265
6266 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6269           We require a -base more recent than 0.10.9, so it's safe to use
6270           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6271
6272         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6273         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6274           Use _newsegment_full() now that we depend on a recent enough core.
6275
6276         * gst/wavparse/gstwavparse.c:
6277           Remove cruft that we don't need any longer now that we depend on
6278           a recent enough -base.
6279
6280 2006-10-31  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/rtp/Makefile.am:
6283         * gst/rtp/gstrtp.c: (plugin_init):
6284         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6285         (gst_rtpilbcpay_setcaps):
6286         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6287
6288 2006-10-31  Wim Taymans  <wim@fluendo.com>
6289
6290         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6291         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6292         Some small cleanups, use _scale.
6293
6294 2006-10-31  Wim Taymans  <wim@fluendo.com>
6295
6296         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6297         Use higher precision scale function.
6298
6299 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         Patch by: Michal Benes  <michal dot benes at itonis tv>
6302
6303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6304         (gst_matroska_demux_read_track_encodings),
6305         (gst_matroska_decode_buffer):
6306           Fix several issues with encoded/compressed/encrypted/signed tracks;
6307           also, remove superfluous newline characters from some debug
6308           statements. (#366155)
6309
6310 2006-10-30  Wim Taymans  <wim@fluendo.com>
6311
6312         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6313         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6314         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6315         (gst_smokedec_change_state):
6316         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6317         (gst_smokeenc_init), (gst_smokeenc_finalize),
6318         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6319         (gst_smokeenc_resync), (gst_smokeenc_chain),
6320         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6321         (gst_smokeenc_change_state):
6322         Various cleanups, capsnego and leak fixes.
6323
6324 2006-10-30  Wim Taymans  <wim@fluendo.com>
6325
6326         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6327
6328         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6329         Fix videomixer so that it can handle any combination of framerates.
6330         Fixes #367221.
6331
6332 2006-10-28  Wim Taymans  <wim@fluendo.com>
6333
6334         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6335         (gst_avi_demux_parse_file_header),
6336         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6337         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6338         (gst_avi_demux_chain):
6339         Fix position query for audio. also fixes timestamps in streaming
6340         mode and bug #364958.
6341         Small cleanups.
6342
6343 2006-10-27  Wim Taymans  <wim@fluendo.com>
6344
6345         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6346         * ext/libpng/gstpngenc.h:
6347         Fix strides. Fixes #364856.
6348         Cleanup capsnego.
6349         Set caps on outgoing buffers.
6350
6351 2006-10-18  Wim Taymans  <wim@fluendo.com>
6352
6353         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6354
6355         * gst/rtp/gstrtpgsmpay.c:
6356         * gst/rtp/gstrtph263pay.c:
6357         * gst/rtp/gstrtpmpapay.c:
6358         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6359         (gst_rtp_pcma_pay_handle_buffer):
6360         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6361         Add static payload numbers in addition to the dynamic ones.
6362         Fixes #361639.
6363
6364 2006-10-18  Wim Taymans  <wim@fluendo.com>
6365
6366         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6367         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6368         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6369         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6370         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6371         * gst/rtsp/rtspdefs.h:
6372         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6373         * gst/rtsp/rtspurl.h:
6374         Reuse already existing enum for lower transport.
6375         Add rtspt and rtspu protocols.
6376         Send redirect to rtspt when udp times out.
6377
6378 2006-10-18  Wim Taymans  <wim@fluendo.com>
6379
6380         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6381         (gst_wavparse_stream_data):
6382         Fix seeking some more, mostly for speed changes.
6383
6384 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         Patch by: Fredrik Persson  <frepe at bredband net>
6387
6388         * sys/v4l2/gstv4l2tuner.c:
6389         * sys/v4l2/gstv4l2tuner.h:
6390           Fix _set_channel(): remove useless g_object_notify() for "channel"
6391           property that doesn't exist any longer and therefore now also
6392           useless redirect (#338818).
6393
6394 2006-10-17  Wim Taymans  <wim@fluendo.com>
6395
6396         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6397         Some drivers do not support unsetting the non-blocking flag once the
6398         device is opened. In those cases, close/open the device in
6399         non-blocking mode. Fixes #362673.
6400
6401 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6402
6403         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6404         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6405         (gst_v4l2src_get_fps):
6406           dear stefan, framespersecond is not frameperiod, reverting but adding
6407           comment
6408
6409 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6413         (gst_v4l2src_get_fps):
6414           Numerator is numerator and denominator is denominator. Say that aloud
6415           5 times and retry after next beer.
6416
6417 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         Patch by: Josep Torra Valles  <josep at fluendo com>
6420
6421         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6422         * ext/esd/esdsink.c: (gst_esdsink_write):
6423         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6424         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6425         (gst_flac_dec_send_newsegment):
6426         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6427         (gst_flac_enc_tell_callback):
6428         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6429         (smokecodec_parse_header), (smokecodec_decode):
6430         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6431         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6432         * gst/goom/Makefile.am:
6433         * gst/goom/gstgoom.c:
6434         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6435         * gst/rtsp/gstrtspsrc.c:
6436         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6437         * gst/udp/gstudpsink.c:
6438         * gst/udp/gstudpsrc.c:
6439         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6440         * sys/sunaudio/gstsunaudiomixertrack.h:
6441           Fix a bunch of problems discovered by the Forte compiler, mostly type
6442           mixups and pointer arithmetics with void pointers. Fixes #362603.
6443
6444 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * ext/speex/gstspeex.c: (plugin_init):
6447         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6448         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6449         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6450         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6451         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6452         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6453         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6454         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6455         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6456         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6457         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6458         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6459         * ext/speex/gstspeexenc.h:
6460           Miscellaneous clean-ups, among other things: speexenc => enc to
6461           enhance code readability; change speexenc => speex_enc; in chain
6462           function unref input buffer in case of error; take reference in
6463           event function; use boilerplate macro; use gst_pad_query_peer_*
6464           convenience functions.
6465
6466 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6469         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6470         (gst_speexenc_set_header_on_caps):
6471           Fix some mem leaks.
6472
6473 2006-10-11  Wim Taymans  <wim@fluendo.com>
6474
6475         * gst/rtsp/URLS:
6476         Added some other URL.
6477
6478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6479         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6480         (gst_rtspsrc_open), (gst_rtspsrc_play),
6481         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6482         * gst/rtsp/gstrtspsrc.h:
6483         Work on fallback to TCP connection when the UDP socket times out.
6484         Handler server requests, just reply with OK for now.
6485
6486         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6487         * gst/rtsp/rtspdefs.h:
6488         Added some more Real extension headers.
6489
6490         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6491         Fix parsing of urls with a ':' that is not part of the hostname:port
6492         part of the url.
6493
6494 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6497         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6498         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6499           Activate pad before adding it to the already-running element.
6500
6501         * tests/check/elements/icydemux.c: (icydemux_found_pad):
6502           Activate newly-created pad too.
6503
6504 2006-10-11  Wim Taymans  <wim@fluendo.com>
6505
6506         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6507
6508         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6509         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6510         (gst_udpsrc_start):
6511         Fix some leaks in caps and uris. Fixes #361252.
6512
6513 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * gst/wavparse/Makefile.am:
6516           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6517
6518 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
6519
6520         * sys/v4l2/gstv4l2xoverlay.c:
6521         * sys/v4l2/gstv4l2xoverlay.h:
6522         Fix build as per the patch in #338818 comment 36.
6523
6524 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6527           Activate pads before adding them to the source.
6528
6529 2006-10-06  Wim Taymans  <wim@fluendo.com>
6530
6531         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6532         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6533         Activate pads before adding.
6534
6535 2006-10-06  Wim Taymans  <wim@fluendo.com>
6536
6537         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6538         (gst_multipart_find_pad_by_mime):
6539         Activate pads before adding.
6540
6541         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6542         BOILERPLATE sets parent_class for us.
6543
6544 2006-10-06  Wim Taymans  <wim@fluendo.com>
6545
6546         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6547         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6548         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6549         (gst_rtspsrc_alloc_udp_ports),
6550         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6551         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6552         (gst_rtspsrc_create_transports_string),
6553         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6554         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6555         * gst/rtsp/gstrtspsrc.h:
6556         Rework how the transport string is constructed, try to share channels
6557         and udp ports.
6558         Make most of the stuff less dependant on RTP as we are also going to use
6559         it for RDT.
6560         Add support for transport specific session managers.
6561
6562         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6563         Implement _flush().
6564
6565         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6566         * gst/rtsp/rtspdefs.h:
6567         Add generic error return code.
6568
6569         * gst/rtsp/rtspext.h:
6570         Add support for pluggable tranport strings.
6571
6572         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6573         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6574         (rtsp_ext_wms_get_context):
6575         Detect WMServer and activate the extension.
6576
6577         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6578         (rtsp_transport_get_manager), (rtsp_transport_parse):
6579         * gst/rtsp/rtsptransport.h:
6580         Added methods to get mime/manager for certain transports.
6581
6582 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         * ext/cairo/gsttimeoverlay.c:
6585         (gst_cairo_time_overlay_update_font_height):
6586         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6587         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6588         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6589         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6591         * ext/libpng/gstpngdec.c: (user_endrow_callback):
6592         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6593         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6594         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6595         (gst_avi_demux_stream_data):
6596         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6597         * gst/debug/efence.c: (gst_efence_buffer_alloc),
6598         (gst_fenced_buffer_copy):
6599         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6601         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6603         (gst_rtspsrc_handle_message):
6604         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6605         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6606           Printf format fixes.
6607
6608 2006-10-04  Wim Taymans  <wim@fluendo.com>
6609
6610         * gst/rtsp/Makefile.am:
6611         Dist new .h file too.
6612
6613 2006-10-04  Wim Taymans  <wim@fluendo.com>
6614
6615         * gst/rtsp/Makefile.am:
6616         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6617         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6619         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6620         (gst_rtspsrc_parse_rtpmap),
6621         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6622         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6623         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6624         * gst/rtsp/gstrtspsrc.h:
6625         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6626         * gst/rtsp/rtspdefs.h:
6627         * gst/rtsp/rtspext.h:
6628         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6629         (rtsp_ext_wms_get_context):
6630         * gst/rtsp/rtspextwms.h:
6631         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6632         (rtsp_transport_parse):
6633         * gst/rtsp/rtsptransport.h:
6634         Factor out extension in separate module.
6635         Fix getcaps to filter against the padtemplate.
6636         Use Content-Base if the server gives one.
6637         Rework the transport parsing a bit for future extensions.
6638         Added some Real Header field definitions.
6639
6640 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6641
6642         * docs/plugins/Makefile.am:
6643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6645           added v4l2 stubs
6646         * gst-plugins-good.spec.in:
6647           add v4l2
6648
6649 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6652           Extract disc/album/medium number and count and try harder
6653           to extract track number/count.
6654
6655 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6656
6657         * configure.ac:
6658         * sys/Makefile.am:
6659           add build stuff for v4l2, needs --enable-experimental until
6660           the last bits are resolved
6661
6662 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * tests/check/Makefile.am:
6665           Disable autodetect test temporarily, so that the build bots
6666           update -bad and the ranks of unreliable video sinks in there.
6667
6668         * tests/check/elements/autodetect.c: (GST_START_TEST):
6669           Skip test if no usable videosink is found.
6670
6671 2006-09-29  Wim Taymans  <wim@fluendo.com>
6672
6673         * gst/rtsp/URLS:
6674         Add some more URLs.
6675
6676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6677         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6678         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6679         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6680         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6681         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6682         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6683         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6684         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6685         * gst/rtsp/gstrtspsrc.h:
6686         Add timeout property to control UDP timeouts.
6687         Fix error messages.
6688         Also start a loop function when operating in UDP mode so that we can
6689         do some more stuff async.
6690         Handle element messages from udpsrc to detect timeouts. If a timeout
6691         happens we currently generate an error.
6692         API: rtspsrc::timeout property.
6693
6694         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6695         (gst_udpsrc_create):
6696         Really implement the timeout in microseconds and not milliseconds.
6697
6698 2006-09-29  Wim Taymans  <wim@fluendo.com>
6699
6700         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6701         (gst_udpsrc_create), (gst_udpsrc_set_property),
6702         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6703         * gst/udp/gstudpsrc.h:
6704         Added property to post a message on timeout.
6705         Updated docs.
6706         When restarting the select, initialize the fdsets again.
6707         Init control sockets so we don't accidentally close a random socket.
6708         API: GstUDPSrc::timeout property
6709
6710 2006-09-29  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6713         Fix flag registration.
6714
6715         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6716         Reading 0 also means 'no more commands'
6717
6718 2006-09-29  Wim Taymans  <wim@fluendo.com>
6719
6720         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6721
6722         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6723         Fix possible infinite loop when shutting down, a read can also return
6724         0 to indicate no more messages are available. Fixes #358156.
6725
6726 2006-09-25  Wim Taymans  <wim@fluendo.com>
6727
6728         * gst/autodetect/gstautoaudiosink.c:
6729         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6730         (gst_auto_audio_sink_find_best):
6731         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6732         Small cleanups.
6733         don't try to set "sync" property when it is not available.
6734
6735 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         Patch by: Peter Kjellerstedt  <pkj at axis com>
6738
6739         * gst/alpha/gstalpha.c:
6740         * gst/rtp/gstrtpamrdepay.c:
6741         * gst/rtsp/gstrtspsrc.c:
6742         * gst/udp/gstudpsrc.c:
6743         * gst/videomixer/videomixer.c:
6744           Include stdlib.h in some more places, makes things compile
6745           with uClibc and -Werror (#357592).
6746
6747 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * ext/jpeg/gstjpegdec.c:
6750           Set minimum height to 8 (from 16), our code should handle
6751           that fine. Some of the buttons on the apple trailer site
6752           are apparently only 15 pixels high (see #357470).
6753
6754 2006-09-23  Wim Taymans  <wim@fluendo.com>
6755
6756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6757         (gst_rtspsrc_open):
6758         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6759         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6760         (rtsp_connection_receive):
6761         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6762         * gst/rtsp/rtspdefs.h:
6763         Improve error reporting.
6764
6765 2006-09-23  Wim Taymans  <wim@fluendo.com>
6766
6767         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6768         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6769         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6770         * gst/rtp/gstrtpdepay.c:
6771         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6772         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6773         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6774         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6775         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6776         (gst_rtp_mp2t_depay_plugin_init):
6777         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6778         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6779         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6780         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6781         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6782         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6783         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6784         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6785         Fix klass typos.
6786         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6787
6788 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6789
6790         * configure.ac:
6791           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6792
6793 2006-09-22  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6796         Don't check for a tag that is never there and check if we read the
6797         correct tag. Fixes seeking again.
6798         We must post an error when all pads are unlinked.
6799
6800 2006-09-22  Wim Taymans  <wim@fluendo.com>
6801
6802         * gst/rtp/Makefile.am:
6803         * gst/rtp/gstrtp.c: (plugin_init):
6804         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6805         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6806         (gst_rtp_vorbis_pay_reset_packet),
6807         (gst_rtp_vorbis_pay_init_packet),
6808         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6809         (gst_rtp_vorbis_pay_handle_buffer):
6810         More fixage, set endoder-params correctly in the payloader.
6811
6812 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * gst/autodetect/gstautoaudiosink.c:
6815         (gst_auto_audio_sink_base_init):
6816         * gst/autodetect/gstautovideosink.c:
6817         (gst_auto_video_sink_base_init):
6818           Make static pad templates static to appease valgrind's leak
6819           detector.
6820
6821         * tests/check/Makefile.am:
6822         * tests/check/elements/.cvsignore:
6823         * tests/check/elements/autodetect.c: (GST_START_TEST),
6824         (autodetect_suite):
6825           Add simple test for the ghostpad lockup on shutdown fixed in core
6826           CVS (audio bit disabled because it would need dozens of alsa
6827           suppressions and I'm too lazy to add those now).
6828
6829 2006-09-22  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6832         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6833         Small cleanups.
6834
6835         * gst/rtp/Makefile.am:
6836         * gst/rtp/gstrtp.c: (plugin_init):
6837         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6838         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6839         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6840         (gst_rtp_vorbis_depay_process),
6841         (gst_rtp_vorbis_depay_set_property),
6842         (gst_rtp_vorbis_depay_get_property),
6843         (gst_rtp_vorbis_depay_change_state),
6844         (gst_rtp_vorbis_depay_plugin_init):
6845         * gst/rtp/gstrtpvorbisdepay.h:
6846         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6847         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6848         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6849         (gst_rtp_vorbis_pay_flush_packet),
6850         (gst_rtp_vorbis_pay_append_buffer),
6851         (gst_rtp_vorbis_pay_handle_buffer),
6852         (gst_rtp_vorbis_pay_plugin_init):
6853         * gst/rtp/gstrtpvorbispay.h:
6854         Add experimental vorbis pay and depayloaders.
6855
6856 2006-09-21  Wim Taymans  <wim@fluendo.com>
6857
6858         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6859         Fix profile-level-id parsing and setup.
6860
6861 2006-09-21  Wim Taymans  <wim@fluendo.com>
6862
6863         * gst/udp/README:
6864         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6865         Update README, simple cleanup.
6866
6867 2006-09-21  Wim Taymans  <wim@fluendo.com>
6868
6869         * gst/rtp/README:
6870         Update README with some examples.
6871
6872         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6873         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6874         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6875         (gst_rtp_mp4g_pay_setcaps):
6876         * gst/rtp/gstrtpmp4gpay.h:
6877         Make optional RTP parameters of type STRING, as required by the
6878         application/x-rtp caps specification.
6879
6880 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6881
6882         * gst/rtp/gstrtph263pdepay.c:
6883         * gst/rtp/gstrtph263ppay.c:
6884         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6885         RTP header.
6886
6887 2006-09-20  Wim Taymans  <wim@fluendo.com>
6888
6889         * gst/rtp/Makefile.am:
6890         And makefile too.
6891
6892 2006-09-20  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst/rtp/gstrtp.c: (plugin_init):
6895         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6896         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6897         (decode_base64), (gst_rtp_asf_depay_setcaps),
6898         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6899         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6900         (gst_rtp_asf_depay_plugin_init):
6901         * gst/rtp/gstrtpasfdepay.h:
6902         Added preliminary ASF depayloader.
6903
6904         * gst/rtp/gstrtph264depay.c: (decode_base64):
6905         Fix base64 decoding.
6906
6907 2006-09-20  Wim Taymans  <wim@fluendo.com>
6908
6909         * gst/rtsp/URLS:
6910         Added some test URLS.
6911
6912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6913         (gst_rtspsrc_loop), (gst_rtspsrc_open):
6914         * gst/rtsp/gstrtspsrc.h:
6915         When creating streams, give access to the complete SDP.
6916         Fix some leaks.
6917         Collect and merge global stream properties in stream caps.
6918         Preliminary support for WMServer.
6919
6920         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6921         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6922         (rtsp_connection_receive):
6923         * gst/rtsp/rtspconnection.h:
6924         Make connection interruptable.
6925         Refactor to make it reconnectable.
6926         Don't fail on short reads when reading data packets.
6927
6928         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6929         (rtsp_url_get_port):
6930         * gst/rtsp/rtspurl.h:
6931         Add methods for getting/setting the port.
6932
6933         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6934         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6935         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6936         (sdp_media_get_format), (sdp_parse_line),
6937         (sdp_message_parse_buffer):
6938         Fix headers. 
6939         Add methods for getting multiple attributes with the same name.
6940         Increase buffer size when parsing.
6941         Fix parsing of a=foo fields.
6942
6943         * gst/rtsp/test.c: (main):
6944         Update to new connection API.
6945
6946         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6947         (rtsp_message_init_response), (rtsp_message_init_data),
6948         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
6949         * gst/rtsp/rtspmessage.h:
6950         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
6951         * gst/rtsp/rtsptransport.h:
6952         * gst/rtsp/sdp.h:
6953         * gst/rtsp/sdpmessage.h:
6954         * gst/rtsp/gstrtsp.c:
6955         * gst/rtsp/gstrtsp.h:
6956         * gst/rtsp/gstrtpdec.c:
6957         * gst/rtsp/gstrtpdec.h:
6958         * gst/rtsp/rtsp.h:
6959         * gst/rtsp/rtspdefs.c:
6960         * gst/rtsp/rtspdefs.h:
6961         Dual licensed under MIT and LGPL now.
6962
6963 2006-09-19  Wim Taymans  <wim@fluendo.com>
6964
6965         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
6966         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
6967         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
6968         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6969         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
6970         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6971         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
6972         * gst/rtsp/gstrtspsrc.h:
6973         Reorganize stream parsing and creation.
6974         Detect container formats in interleaved mode.
6975         Keep more state about the streams.
6976         Assume a server also supports PLAY if it does not say.
6977         Add unicast and interleaved properties to TCP transport requests to make
6978         some servers happy (WMServer).
6979
6980         * gst/rtsp/sdpmessage.h:
6981         Add some defines for the standard Bandwidth types.
6982
6983 2006-09-19  Wim Taymans  <wim@fluendo.com>
6984
6985         * gst/rtsp/test.c: (main):
6986         Fix build.
6987
6988 2006-09-19  Wim Taymans  <wim@fluendo.com>
6989
6990         * gst/wavparse/gstwavparse.c:
6991         Add ms-gsm to the src template.
6992
6993 2006-09-18  Wim Taymans  <wim@fluendo.com>
6994
6995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6996         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
6997         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
6998         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
6999         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7000         * gst/rtsp/gstrtspsrc.h:
7001         Small cleanups, added documentation.
7002         Try to clean up the requests and responses.
7003         Refactor parsing the supported methods.
7004
7005         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7006         (rtsp_connection_create), (rtsp_connection_send),
7007         (parse_response_status), (parse_request_line),
7008         (rtsp_connection_receive), (rtsp_connection_close),
7009         (rtsp_connection_free):
7010         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7011         (rtsp_transport_init), (rtsp_transport_parse),
7012         (rtsp_transport_free):
7013         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7014         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7015         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7016         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7017         Use g_return_val some more.
7018
7019         * gst/rtsp/rtspdefs.h:
7020         Add more enum values to track initial states.
7021
7022         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7023         (rtsp_message_init_request), (rtsp_message_new_response),
7024         (rtsp_message_init_response), (rtsp_message_init_data),
7025         (rtsp_message_unset), (rtsp_message_free),
7026         (rtsp_message_add_header), (rtsp_message_remove_header),
7027         (rtsp_message_get_header), (rtsp_message_set_body),
7028         (rtsp_message_take_body), (rtsp_message_get_body),
7029         (rtsp_message_steal_body), (rtsp_message_dump):
7030         * gst/rtsp/rtspmessage.h:
7031         Reorder arguments, object goes as the first one.
7032         Use g_return_val some more.
7033
7034 2006-09-18  Wim Taymans  <wim@fluendo.com>
7035
7036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7037         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7038         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7039         * gst/rtsp/gstrtspsrc.h:
7040         Export sometimes source pad with correct caps on the template, create
7041         the ghostpad from the template.
7042         Remove RTCP template as we never expose RTCP.
7043         Protect against invalid body size.
7044         Avoid memcpy when creating the output buffer.
7045         Properly post an error and send EOS when the loop function is shut down.
7046
7047 2006-09-18  Wim Taymans  <wim@fluendo.com>
7048
7049         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7050
7051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7052         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7053         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7054         * gst/rtsp/gstrtspsrc.h:
7055         Make sure we can never set an invalid location.
7056
7057         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7058         * gst/rtsp/rtspmessage.h:
7059         Added _steal_body method for future use.
7060
7061         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7062         Make freeing of NULL url return immediatly.
7063
7064 2006-09-18  Wim Taymans  <wim@fluendo.com>
7065
7066         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7067
7068         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7069         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7070         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7071         (gst_rtspsrc_change_state):
7072         * gst/rtsp/gstrtspsrc.h:
7073         Use boilerplate.
7074         Make rtspsrc subclass GstBin to make state changes easier.
7075         Add Range header field on the PLAY request.
7076
7077 2006-09-18  Wim Taymans  <wim@fluendo.com>
7078
7079         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7080
7081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7082         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7083         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7084         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7085         * gst/rtsp/rtspconnection.c: (inet_aton):
7086         Small cleanups.
7087         when multicast is selected as the transport, create UDP sources and
7088         connect to the multicast group.
7089         Move parsing and setting of caps to a common place.
7090         Fixes #349894.
7091
7092 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7093
7094         * ext/flac/gstflactag.c:
7095         * gst/alpha/gstalpha.c:
7096         * gst/debug/breakmydata.c:
7097         * gst/debug/negotiation.c:
7098         * gst/debug/testplugin.c:
7099         * gst/effectv/gstaging.c:
7100         * gst/effectv/gstdice.c:
7101         * gst/effectv/gstedge.c:
7102         * gst/effectv/gstquark.c:
7103         * gst/effectv/gstrev.c:
7104         * gst/effectv/gstshagadelic.c:
7105         * gst/effectv/gstvertigo.c:
7106         * gst/effectv/gstwarp.c:
7107         * gst/multipart/multipartdemux.c:
7108         * gst/multipart/multipartmux.c:
7109         * gst/videobox/gstvideobox.c:
7110         * gst/videofilter/gstgamma.c:
7111         * gst/videofilter/gstvideotemplate.c:
7112         * gst/videomixer/videomixer.c:
7113         * sys/sunaudio/gstsunaudiosrc.h:
7114         More G_OBJECT macro fixing.
7115
7116 2006-09-16  Wim Taymans  <wim@fluendo.com>
7117
7118         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7119
7120         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7121         Correctly set the dwLength in strh.
7122         With this patch, the file duration is now displayed correctly in window
7123         media player and the AVI plays completely. Fixes #356147
7124
7125 2006-09-15  Wim Taymans  <wim@fluendo.com>
7126
7127         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7128
7129         * sys/sunaudio/gstsunaudiomixerctrl.c:
7130         (gst_sunaudiomixer_ctrl_build_list):
7131         Set the output track as the MASTER so that the gnome-settings-daemon
7132         keybindings for changing the volume using the keyboard works.
7133         Fixes #356142.
7134
7135 2006-09-15  Wim Taymans  <wim@fluendo.com>
7136
7137         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7138         Fix documentation, it is not possible to control the framerate of jpegdec
7139         using filtered caps yet. Fixes #355210.
7140         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7141         stop when there is an error.
7142
7143 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7146         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7147           Don't interpret a first buffer with an offset of NONE as
7148           'from the middle of the stream', but only a first buffer
7149           that has a valid buffer offset that's non-zero (see #345449).
7150
7151 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7154         (gst_icydemux_typefind_or_forward):
7155         * gst/icydemux/gsticydemux.h:
7156           When we merge/collect multiple incoming buffers for typefinding
7157           purposes, keep an initial 0 offset on the first outgoing buffer
7158           as well (otherwise id3demux won't work right). Fixes #345449.
7159           Also Make buffer metadata writable before setting buffer caps.
7160
7161         * tests/check/elements/icydemux.c: (typefind_succeed),
7162         (cleanup_icydemux), (push_data), (GST_START_TEST),
7163         (icydemux_suite):
7164           Small test case for the above.
7165
7166 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7167
7168         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7169         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7170         (gst_avi_demux_stream_header_push),
7171         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7172         (gst_avi_demux_loop):
7173           More code reuse and better logging in _peek_chunk(). Reintroduce check
7174           for chunk sizes before reading them (avoid oom). Better handling for 
7175           invalid chunksizes when streaming.
7176
7177 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7178
7179         * gst/level/gstlevel.c: (gst_level_set_property):
7180         * gst/level/gstlevel.h:
7181           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7182           René Stadler
7183
7184 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7185
7186         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7187         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7188         (gst_avi_demux_stream_data):
7189           Revert one change to fix streaming avi (adapter size != data size).
7190
7191 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7194
7195         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7196         (gst_matroska_demux_reset),
7197         (gst_matroska_demux_read_track_encodings),
7198         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7199         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7200         (gst_matroska_demux_subtitle_caps):
7201         * gst/matroska/matroska-ids.h:
7202           Add support for VOBSUB subtitle tracks and zlib-compressed
7203           tracks. Make sure we start on a keyframe after a seek. (#343348)
7204
7205 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7208         (gst_matroska_demux_push_flac_codec_priv_data),
7209         (gst_matroska_demux_push_xiph_codec_priv_data),
7210         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7211         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7212         * gst/matroska/matroska-ids.h:
7213           Add basic FLAC support (#311586), not perfect yet though, needs some
7214           tweaking in flacdec; also, seeking could be better.
7215           Do better bounds checking when deserialising vorbis stream headers
7216           to make sure we don't read beyond the end of the buffer on bad input.
7217
7218 2006-09-04  Wim Taymans  <wim@fluendo.com>
7219
7220         Patch by: Alessandro Decina <alessandro at nnva dot org>
7221
7222         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7223         Seeking back in a file containing a CMML stream errors out if the seek
7224         goes back up to the CMML headers. This is because after the seek the xml
7225         processing instruction <?xml ...?> is submitted to the xml parser again, 
7226         which results in an error. The attached patch fixes the problem. 
7227         Fixes #353908.
7228
7229         * ext/annodex/gstcmmlenc.h:
7230         Fix authors name.
7231
7232
7233 2006-08-28  Andy Wingo  <wingo@pobox.com>
7234
7235         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7236         New helper function to lessen the ifdefs.
7237         (GST_INFO_OBJECT): 
7238         (gst_dv1394src_iso_receive): Use it.
7239         (gst_dv1394src_create): Also use the control sockets in iec61883
7240         mode.
7241         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7242         handle for AVC operations; fixes #348233.
7243
7244 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7245
7246         * configure.ac:
7247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7248         * docs/plugins/inspect/plugin-audiofx.xml:
7249         * docs/plugins/inspect/plugin-audiofxgood.xml:
7250         * gst/audiofx/Makefile.am:
7251         * gst/audiofx/audiofx.c:
7252         * gst/audiofxgood/.cvsignore:
7253         * gst/audiofxgood/Makefile.am:
7254         * gst/audiofxgood/audiofx.c:
7255         * gst/audiofxgood/audiopanorama.c:
7256         * gst/audiofxgood/audiopanorama.h:
7257           Rename again (audiofxgood -> audiofx).
7258
7259 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7260
7261         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7262         (gst_avi_demux_stream_scan):
7263           Initialze variables.
7264
7265 2006-08-25  Wim Taymans  <wim@fluendo.com>
7266
7267         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7268         (gst_avi_demux_init), (gst_avi_demux_finalize),
7269         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7270         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7271         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7272         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7273         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7274         (gst_avi_demux_massage_index),
7275         (gst_avi_demux_calculate_durations_from_index),
7276         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7277         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7278         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7279         (gst_avi_demux_change_state):
7280         * gst/avi/gstavidemux.h:
7281         More attempts to turn this into readable code.
7282         Don't leak adapters.
7283         Calculate duration according to index more efficiently.
7284         Don't try to act like we drive the pipeline in chain mode.
7285
7286 2006-08-25  Wim Taymans  <wim@fluendo.com>
7287
7288         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7289         Fix build.
7290
7291 2006-08-25  Wim Taymans  <wim@fluendo.com>
7292
7293         Patch by: Alessandro Decina <alessandro at nnva dot org>
7294
7295         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7296         Do some extra sanity checks.
7297         Fixes #350340.
7298
7299         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7300         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7301         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7302         Check if clip->start_time is valid before adding the clip to the
7303         track list.
7304         Reset enc->preamble going from PAUSED to READY.
7305         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7306         only used for EOS.
7307         Only post an error message if we were the one that created the fatal
7308         GstFlowReturn value.
7309
7310         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7311         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7312         Parse the seconds field of the npt-sec time format using %llu rather than
7313         %d and check that the value scaled by GST_SECOND doesn't overflow.
7314         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7315         Lookup a clip's track with clip->track rather than clip->id which
7316         makes no sense.
7317         Identify a clip by its track and start time and not its xml id.
7318         do some more input checking and make sure we don't do undefined shifts.
7319
7320         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7321         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7322         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7323         (push_clip), (push_empty_clip), (check_output_clip),
7324         (GST_START_TEST), (cmmldec_suite):
7325         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7326         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7327         (check_headers), (push_clip), (check_clip_times), (check_clip),
7328         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7329         Added some more checks.
7330
7331 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7332
7333         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7334         (gst_audio_panorama_set_property),
7335         (gst_audio_panorama_get_property),
7336         (gst_audio_panorama_transform_m2s_int),
7337         (gst_audio_panorama_transform_s2s_int),
7338         (gst_audio_panorama_transform_m2s_float),
7339         (gst_audio_panorama_transform_s2s_float):
7340         * gst/audiofxgood/audiopanorama.h:
7341         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7342           Make also the pan-property float (saves scaling and yields better
7343           resolution)
7344
7345 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7348         (gst_audio_panorama_transform_m2s_float),
7349         (gst_audio_panorama_transform_s2s_float):
7350           ChangeLog surgery to add cymax's real name
7351
7352
7353 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7354
7355         Patch by: René Stadler <mail@renestadler.de>
7356
7357         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7358         (gst_audio_panorama_transform_m2s_int),
7359         (gst_audio_panorama_transform_s2s_int),
7360         (gst_audio_panorama_transform_m2s_float),
7361         (gst_audio_panorama_transform_s2s_float),
7362         (gst_audio_panorama_transform):
7363         * gst/audiofxgood/audiopanorama.h:
7364           Added float support
7365
7366 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7367
7368         * gst/audiofxgood/audiopanorama.c:
7369         (gst_audio_panorama_transform_m2s):
7370           Fix docs & debug category. Add Fixme for volume pan levels.
7371
7372 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7373
7374         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7375         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7376         (gst_avi_demux_stream_header_pull),
7377         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7378         (gst_avi_demux_chain):
7379           unbreak AVI index handling, some more debug, remove an obsolete
7380           adapter_flush that caused streaming to wander off in the wild
7381
7382 2006-08-24  Wim Taymans  <wim@fluendo.com>
7383
7384         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7385         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7386         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7387         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7388         (gst_avi_demux_calculate_durations_from_index),
7389         (gst_avi_demux_stream_header_push),
7390         (gst_avi_demux_stream_header_pull):
7391         * gst/avi/gstavidemux.h:
7392         Some more cleanups. 
7393         Fix totalFrames parsing in ODML.
7394         Disable use of index for length calculation in case of ODML as this is
7395         broken now.
7396
7397 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7400           Use libgsttag helper function here too.
7401
7402 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7405         (gst_avi_demux_init), (gst_avi_demux_dispose),
7406         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7407         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7408         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7409         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7410         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7411         (gst_avi_demux_parse_subindex),
7412         (gst_avi_demux_read_subindexes_push),
7413         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7414         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7415         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7416         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7417         (gst_avi_demux_stream_header_pull),
7418         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7419         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7420         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7421         (gst_avi_demux_change_state):
7422         * gst/avi/gstavidemux.h:
7423           Initial streaming support for avidemux (fixes #336465)
7424
7425 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7428           There is no taglibmux element ...
7429
7430         * gst/rtsp/gstrtspsrc.c:
7431           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7432           was complaining about unknown entity here.
7433
7434 2006-08-22  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7437         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7438         (gst_avi_demux_process_next_entry):
7439         * gst/avi/gstavidemux.h:
7440         Mark DISCONT.
7441         Remove old unused fields and reorder the struct a bit.
7442
7443 2006-08-22  Wim Taymans  <wim@fluendo.com>
7444
7445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7446         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7447         (gst_rtspsrc_pause):
7448         * gst/rtsp/gstrtspsrc.h:
7449         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7450         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7451         Small documentation updates.
7452
7453 2006-08-22  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7456         (gst_avi_demux_index_entry_for_time),
7457         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7458         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7459         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7460         (gst_avi_demux_next_data_buffer),
7461         (gst_avi_demux_calculate_durations_from_index),
7462         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7463         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7464         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7465         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7466         * gst/avi/gstavidemux.h:
7467         Precalc most of the duration query for each stream.
7468         Make seeking more correct.
7469         Use GstSegment to track position and duration.
7470         Code cleanups and leak fixes.
7471         Calculate correct total duration based on index length.
7472
7473 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7474
7475         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7476         (parse_insert_string_field):
7477           If strings in text fields are marked ISO8859-1, but contain
7478           valid UTF-8 already, then handle them as UTF-8 and ignore
7479           the encoding. (#351794)
7480
7481 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7484         (gst_flac_dec_write), (gst_flac_dec_loop),
7485         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7486         (gst_flac_dec_src_query):
7487         * ext/flac/gstflacdec.h:
7488           Make flac-in-ogg work (#352100).
7489
7490 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7493           Don't unref buffers of which we've already given away
7494           ownership to the adapter.
7495
7496 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7499           Make metadata extraction actually work.
7500
7501         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7502         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7503         (gst_speexenc_chain):
7504           Fix metadata writing: replace old code which wrote completely
7505           broken tags with libgsttag-based code. Plus miscellaneous
7506           code cleanups (use static pad templates etc.) and a bunch
7507           of leak fixes.
7508
7509 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7510
7511         * gst/audiopanorama/.cvsignore:
7512         * gst/audiopanorama/Makefile.am:
7513         * gst/audiopanorama/audiofx.c:
7514         * gst/audiopanorama/audiopanorama.c:
7515         * gst/audiopanorama/audiopanorama.h:
7516           die! die! die! you should never have been there
7517
7518 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7519
7520         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7521         Fix invalid memory access in audiopanorama test suite.
7522
7523 2006-08-21  Edward Hervey  <edward@fluendo.com>
7524
7525         * tests/check/elements/.cvsignore:
7526         ignore built file
7527
7528 2006-08-21  Wim Taymans  <wim@fluendo.com>
7529
7530         * gst/rtp/Makefile.am:
7531         Fix the build again.
7532
7533 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7534
7535         * gst/audiofxgood/.cvsignore:
7536         * gst/audiofxgood/Makefile.am:
7537         * gst/audiofxgood/audiofx.c: (plugin_init):
7538         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7539         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7540         (gst_audio_panorama_set_property),
7541         (gst_audio_panorama_get_property),
7542         (gst_audio_panorama_get_unit_size),
7543         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7544         (gst_audio_panorama_transform_m2s),
7545         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7546         * gst/audiofxgood/audiopanorama.h:
7547           resubmit with the desired name *again*
7548
7549 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7550
7551         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7552         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7553           use g_assert in _get_unit_size
7554
7555 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7556
7557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7559         * docs/plugins/inspect/plugin-audiofxgood.xml:
7560           cleanup -unused.txt to make it useful, add previously missing docs
7561
7562         * ext/Makefile.am:
7563           Quietly (accidentally) enable LADSPA for building by default, 
7564           despite the fact that it doesn't meet the plugin checklist.
7565             -- Added by Jan Schmidt 18 Dec 2006
7566
7567         * ext/esd/esdmon.c:
7568         * ext/esd/esdsink.c:
7569         * ext/esd/gstesd.c: (plugin_init):
7570           reflow to get rid of two external symbols
7571
7572         * gst/audiofxgood/audiofx.c: (plugin_init):
7573           re-add
7574
7575 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7576
7577         * configure.ac:
7578         * gst/audiofxgood/.cvsignore:
7579         * gst/audiofxgood/Makefile.am:
7580         * gst/audiofxgood/audiofx.c
7581         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7582         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7583         (gst_audio_panorama_set_property),
7584         (gst_audio_panorama_get_property),
7585         (gst_audio_panorama_get_unit_size),
7586         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7587         (gst_audio_panorama_transform_m2s),
7588         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7589         * gst/audiofxgood/audiopanorama.h:
7590         * tests/check/Makefile.am:
7591         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7592         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7593         (panorama_suite), (main):
7594         Add audiofxgood plugin with audiopanorama element
7595
7596 2006-08-18  Wim Taymans  <wim@fluendo.com>
7597
7598         * docs/plugins/Makefile.am:
7599         More Oss docs fixage. 
7600
7601 2006-08-18  Wim Taymans  <wim@fluendo.com>
7602
7603         * gst/rtp/Makefile.am:
7604         * gst/rtp/gstrtp.c: (plugin_init):
7605         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7606         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7607         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7608         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7609         (gst_rtp_sv3v_depay_get_property),
7610         (gst_rtp_sv3v_depay_change_state),
7611         (gst_rtp_sv3v_depay_plugin_init):
7612         * gst/rtp/gstrtpsv3vdepay.h:
7613         Added experimental SVQ3 depayloader.
7614
7615 2006-08-18  Edward Hervey  <edward@fluendo.com>
7616
7617         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7618         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7619         * ext/dv/gstdvdemux.h:
7620         When handling seek requests, don't send the newsegment event from the
7621         calling thread. Instead save it so it can be sent from the streaming
7622         thread.
7623
7624 2006-08-17  Wim Taymans  <wim@fluendo.com>
7625
7626         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7627
7628         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7629         Accept leading whitespace before the boundary
7630         This patch makes the demuxer allow some whitespace before the actual
7631         boundary. This makes the demuxer work with the ``old'' gstreamer
7632         multipartmuxer again (which placed an extra \n before the start
7633         of the stream) Fixes #349068.
7634
7635 2006-08-17  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7638         Error out on non-implemented stuff.
7639
7640 2006-08-16  Wim Taymans  <wim@fluendo.com>
7641
7642         Patch by: Andy Wingo <wingo at pobox dot com>
7643
7644         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7645         (gst_signal_processor_start), (gst_signal_processor_stop),
7646         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7647         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7648         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7649         (gst_signal_processor_change_state):
7650         Make ladspa elements reusable. Fixes #350006.
7651
7652 2006-08-16  Wim Taymans  <wim@fluendo.com>
7653
7654         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7655         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7656         names as possible. Fixes #349901.
7657
7658 2006-08-16  Wim Taymans  <wim@fluendo.com>
7659
7660         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7661         (gst_signal_processor_do_pushes):
7662         A push() gives away our refcount so we should not use the buffer on the
7663         pen anymore.
7664
7665 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7668         (gst_oss_mixer_element_finalize):
7669           Don't leak device string.
7670
7671 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * configure.ac:
7674           Require CVS of GStreamer core and -base (for
7675           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7676
7677         * ext/taglib/gstid3v2mux.cc:
7678           Write extended comment tags properly (#348762).
7679
7680         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7681         (parse_comment_frame):
7682           Extract COMM frames into extended comments, which makes it
7683           easier to properly retain the description bit of the tag
7684           and maintain this information when re-tagging (#348762).
7685
7686 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * tests/check/Makefile.am:
7689           Don't try to run annodex unit tests if the annodex
7690           plugin has not been built (Fixes #351116).
7691
7692 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7693
7694         * gst/autodetect/gstautoaudiosink.c:
7695         (gst_auto_audio_sink_find_best):
7696           When we can't find a usable audiosink, don't error out,
7697           but use a fake sink instead and post a warning message
7698           on the bus (#341278).
7699
7700 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7703         * sys/oss/gstosssink.c:
7704         * sys/oss/gstosssrc.c:
7705           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7706           ossmixer's new device property.
7707
7708         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7710           Add docs for OSS elements.
7711
7712         * docs/plugins/inspect/plugin-aasink.xml:
7713         * docs/plugins/inspect/plugin-alaw.xml:
7714         * docs/plugins/inspect/plugin-alpha.xml:
7715         * docs/plugins/inspect/plugin-alphacolor.xml:
7716         * docs/plugins/inspect/plugin-annodex.xml:
7717         * docs/plugins/inspect/plugin-apetag.xml:
7718         * docs/plugins/inspect/plugin-auparse.xml:
7719         * docs/plugins/inspect/plugin-autodetect.xml:
7720         * docs/plugins/inspect/plugin-avi.xml:
7721         * docs/plugins/inspect/plugin-cacasink.xml:
7722         * docs/plugins/inspect/plugin-cairo.xml:
7723         * docs/plugins/inspect/plugin-cdio.xml:
7724         * docs/plugins/inspect/plugin-cutter.xml:
7725         * docs/plugins/inspect/plugin-debug.xml:
7726         * docs/plugins/inspect/plugin-dv.xml:
7727         * docs/plugins/inspect/plugin-efence.xml:
7728         * docs/plugins/inspect/plugin-effectv.xml:
7729         * docs/plugins/inspect/plugin-esdsink.xml:
7730         * docs/plugins/inspect/plugin-flac.xml:
7731         * docs/plugins/inspect/plugin-flxdec.xml:
7732         * docs/plugins/inspect/plugin-gconfelements.xml:
7733         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7734         * docs/plugins/inspect/plugin-goom.xml:
7735         * docs/plugins/inspect/plugin-halelements.xml:
7736         * docs/plugins/inspect/plugin-icydemux.xml:
7737         * docs/plugins/inspect/plugin-id3demux.xml:
7738         * docs/plugins/inspect/plugin-jpeg.xml:
7739         * docs/plugins/inspect/plugin-level.xml:
7740         * docs/plugins/inspect/plugin-matroska.xml:
7741         * docs/plugins/inspect/plugin-mulaw.xml:
7742         * docs/plugins/inspect/plugin-multipart.xml:
7743         * docs/plugins/inspect/plugin-navigationtest.xml:
7744         * docs/plugins/inspect/plugin-ossaudio.xml:
7745         * docs/plugins/inspect/plugin-png.xml:
7746         * docs/plugins/inspect/plugin-rtp.xml:
7747         * docs/plugins/inspect/plugin-rtsp.xml:
7748         * docs/plugins/inspect/plugin-shout2send.xml:
7749         * docs/plugins/inspect/plugin-smpte.xml:
7750         * docs/plugins/inspect/plugin-speex.xml:
7751         * docs/plugins/inspect/plugin-taglib.xml:
7752         * docs/plugins/inspect/plugin-udp.xml:
7753         * docs/plugins/inspect/plugin-videobalance.xml:
7754         * docs/plugins/inspect/plugin-videobox.xml:
7755         * docs/plugins/inspect/plugin-videoflip.xml:
7756         * docs/plugins/inspect/plugin-videomixer.xml:
7757         * docs/plugins/inspect/plugin-wavenc.xml:
7758         * docs/plugins/inspect/plugin-wavparse.xml:
7759         * docs/plugins/inspect/plugin-ximagesrc.xml:
7760           Update to CVS version.
7761           
7762 2006-08-16  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst/rtp/gstrtpamrdepay.c:
7765         * gst/rtp/gstrtpmp4gdepay.c:
7766         Caps extra properties must be defined as strings for
7767         depayloaders because they are generated from an SDP.
7768
7769         * gst/rtp/Makefile.am:
7770         * gst/rtp/gstrtp.c: (plugin_init):
7771         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7772         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7773         (gst_rtp_h264_depay_finalize), (decode_base64),
7774         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7775         (gst_rtp_h264_depay_set_property),
7776         (gst_rtp_h264_depay_get_property),
7777         (gst_rtp_h264_depay_change_state),
7778         (gst_rtp_h264_depay_plugin_init):
7779         * gst/rtp/gstrtph264depay.h:
7780         Added basic, not completely functional RFC 3984 H264 depayloader.
7781
7782 2006-08-16  Wim Taymans  <wim@fluendo.com>
7783
7784         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7785         Add pads after setting them up.
7786
7787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7788         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7789         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7790         (gst_rtspsrc_stream_setup_rtp),
7791         (gst_rtspsrc_stream_configure_transport),
7792         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7793         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7794         (gst_rtspsrc_pause):
7795         * gst/rtsp/gstrtspsrc.h:
7796         Fix interleaved mode.
7797          - Protect streaming with lock.
7798          - Combine flows
7799          - set caps on outgoing buffers.
7800          - strip trailing \0 from data packets.
7801          - Configure RTP/RTCP in stream.
7802         Use DEBUG_OBJECT more.
7803
7804 2006-08-16  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7807         Turn a g_print into a DEBUG line.
7808
7809 2006-08-13  Wim Taymans  <wim@fluendo.com>
7810
7811         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7812         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7813         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7814         (gst_oss_mixer_element_get_property),
7815         (gst_oss_mixer_element_change_state):
7816         * sys/oss/gstossmixerelement.h:
7817         Small cleanups. Better error reporting.
7818         Add device property for the mixer instead of the hardcoded
7819         /dev/mixer. Fixes #350785.
7820         API: GstOssMixerElement::device property
7821
7822 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         Patch by: Jens Granseuer <jensgr at gmx net>
7825
7826         * gconf/Makefile.am:
7827           Make --disable-schemas work right (they still need
7828           to be copied to the installation directory, just not
7829           applied). Fixes #351347 (also #344100).
7830           
7831 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7832
7833         * configure.ac: back to HEAD
7834
7835 === release 0.10.4 ===
7836
7837 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7838
7839         * configure.ac:
7840           releasing 0.10.4, "Dear Leader"
7841
7842 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7843
7844         Patch by: Edward Hervey <edward@fluendo.com>
7845
7846         * configure.ac:
7847         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7848         (gst_wavparse_stream_data):
7849         Send the newsegment event in the streaming thread.
7850         Fixes #347529
7851
7852 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7855         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7856         (gst_smokeenc_resync), (gst_smokeenc_chain):
7857           Refuse sink caps in the encoder if width or height is not a
7858           multiple of 16, the encoder does not support that yet (#349939);
7859           along the same lines, check the return value of the encoder
7860           setup function; also remove some debug log clutter.
7861
7862 2006-08-04  Andy Wingo  <wingo@pobox.com>
7863
7864         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7865         whether a processor can work in place or not, and for keeping
7866         track of its state. Change the FlowReturn instance variable from
7867         "state" to "flow_state", all callers changed.
7868
7869         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7870         (gst_signal_processor_start, gst_signal_processor_stop)
7871         (gst_signal_processor_cleanup): New functions to manage the
7872         processor's state.
7873         (gst_signal_processor_setcaps): start() as well as setup() here.
7874         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7875         (gst_signal_processor_change_state): Stop and cleanup the
7876         processor as we go to NULL.
7877
7878         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7879         INPLACE_BROKEN is not set.
7880
7881         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7882         Do the alloc_buffer in bytes, not frames.
7883         
7884 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7885
7886         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7887         Fix rgb masks when recording in < 24bpp.
7888
7889 2006-08-04  Andy Wingo  <wingo@pobox.com>
7890
7891         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7892         (gst_signal_processor_prepare)
7893         (gst_signal_processor_update_inputs)
7894         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7895         (gst_signal_processor_flush)
7896         (gst_signal_processor_sink_activate_push)
7897         (gst_signal_processor_src_activate_pull)
7898         (gst_signal_processor_change_state): Remove the last of the code
7899         that assumes that we process whole buffers at a time. Fix some
7900         debugging. Seems to work now in some cases.
7901         (gst_signal_processor_src_activate_pull): BPB
7902
7903 2006-08-01  Andy Wingo  <wingo@pobox.com>
7904
7905         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7906         Fix nframes-choosing.
7907         (gst_signal_processor_init): Init pending_in and pending_out.
7908
7909         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7910         more default sample rate, although we never check that the sample
7911         rate actually gets set. Something for the future.
7912         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7913         (gst_signal_processor_event): Refcount fixen.
7914         (gst_signal_processor_process): Pull the number of frames to
7915         process from the sizes of the buffers in the input pens.
7916         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7917         (gst_signal_processor_do_pulls): Add an nframes argument, and use
7918         it instead of buffer_frames.
7919         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7920         to do_pulls.
7921         (gst_signal_processor_chain)
7922         (gst_signal_processor_sink_activate_push)
7923         (gst_signal_processor_src_activate_pull):  Refcount fixen.
7924
7925         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7926
7927 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
7928
7929         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7930         (gst_signal_processor_process):
7931           don't query buffer-frames from caps, add lots of debug-log,
7932           try fix for assert (#349189)
7933
7934 2006-07-31  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/udp/gstudpsrc.c:
7937         Fix docs.
7938
7939 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
7940
7941         * ext/ladspa/gstsignalprocessor.c:
7942         (gst_signal_processor_add_pad_from_template),
7943         (gst_signal_processor_init), (gst_signal_processor_setcaps),
7944         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7945         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7946         (gst_signal_processor_sink_activate_push),
7947         (gst_signal_processor_src_activate_pull),
7948         (gst_signal_processor_change_state):
7949          Add debugs logs here and there, add more error handling, add some
7950          FIXME comments, filed #349189
7951
7952 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7953
7954         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7955         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
7956         Set caps on buffer correctly.  Fixes bug #349155.
7957
7958 2006-07-28  Wim Taymans  <wim@fluendo.com>
7959
7960         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7961
7962         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7963         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7964         (gst_multipart_demux_finalize), (get_line_end),
7965         (multipart_parse_header), (multipart_find_boundary),
7966         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7967         (gst_multipart_set_property), (gst_multipart_get_property):
7968         Uses GstAdapter instead of own buffering.
7969         Actually parses the mime-type correctly (In tests the mime-type was
7970         always "" with the old version).
7971         Uses the Content-length header if available to speed up things.
7972         Reliably autoscans the boundary name by default.
7973         Fixes #349068.
7974
7975         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7976         Don't start the stream with a \n.
7977
7978 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7979
7980         Patch by: Brian Cameron <brian dot cameron at sun com>
7981
7982         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7983           Open source with O_NONBLOCK (#349015).
7984
7985 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
7986
7987         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7988         (gst_avi_demux_massage_index):
7989         * gst/avi/gstavidemux.h:
7990           Whitespace fixes and more debug
7991
7992 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7993
7994         * gst/autodetect/gstautoaudiosink.c:
7995         (gst_auto_audio_sink_create_element_with_pretty_name),
7996         (gst_auto_audio_sink_find_best),
7997         (gst_auto_audio_sink_change_state):
7998           Get rid of old and unused magic sound-server properties stuff.
7999           Add suffix to child sink's name that makes it easy to see from
8000           the name alone which type it actually is (alsa, oss, esd, etc.).
8001
8002 2006-07-27  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8005         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8006         (gst_udpsrc_start):
8007         * gst/udp/gstudpsrc.h:
8008         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8009         not some sort of feature we enable.
8010
8011 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8014           Use CLOSE_SOCKET() here instead of close() to maintain
8015           win32 workiness.
8016
8017 2006-07-27  Wim Taymans  <wim@fluendo.com>
8018
8019         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8020
8021         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8022         (gst_udpsrc_create), (gst_udpsrc_set_property),
8023         (gst_udpsrc_get_property), (gst_udpsrc_start):
8024         * gst/udp/gstudpsrc.h:
8025         Added "buffer-size" property to control the kernel receive buffer size.
8026         Update documentation.
8027         Small cleanups. Fixes #348752.
8028         API: buffer-size property
8029
8030 2006-07-26  Wim Taymans  <wim@fluendo.com>
8031
8032         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8033
8034         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8035         (gst_rtp_pcma_pay_handle_buffer):
8036         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8037         (gst_rtp_pcmu_pay_handle_buffer):
8038         Fix timestamp calculation on outgoing RTP packets.
8039         Fixes #348675.
8040
8041 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8042
8043         * ext/taglib/gstid3v2mux.cc:
8044           Fix writing of comment frames (should be COMM not TCOM),
8045           is still sub-optimal though, since we don't retain or
8046           extract the comment descriptions properly (#334375,
8047           also see #334375).
8048
8049 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * gst/wavparse/gstwavparse.c:
8052           #define 'fact' RIFF chunk if we are not compiling against
8053           -base CVS (we don't want to depend on -base CVS for this
8054           one define only, and also not for release order reasons).
8055
8056 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * ext/taglib/gstid3v2mux.cc:
8059           Handle multiple tags of the same type properly. Re-inject
8060           unparsed ID3v2 frames that we get as binary blobs from
8061           id3demux into the tag again so we don't lose information
8062           when retagging (#334375).
8063
8064 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8067           Document newly-added properties properly, so that there is a
8068           'Since: 0.10.4' in the plugin docs. Convert some property
8069           names into canonical GObject style (GObject will do that
8070           internally anyway).
8071
8072 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * gst/id3demux/id3tags.c:
8075         (id3demux_add_id3v2_frame_blob_to_taglist):
8076           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8077           well, and add the version to the blob's buffer caps, since that
8078           information will be needed for deserialisation later on (#348644).
8079
8080 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8081
8082         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8083         (gst_avi_demux_parse_stream):
8084          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8085          indentation and spacing.
8086
8087 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8088
8089         * docs/plugins/Makefile.am:
8090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8092         * docs/plugins/gst-plugins-good-plugins.args:
8093         * docs/plugins/inspect/plugin-1394.xml:
8094         * docs/plugins/inspect/plugin-aasink.xml:
8095         * docs/plugins/inspect/plugin-alaw.xml:
8096         * docs/plugins/inspect/plugin-alpha.xml:
8097         * docs/plugins/inspect/plugin-alphacolor.xml:
8098         * docs/plugins/inspect/plugin-annodex.xml:
8099         * docs/plugins/inspect/plugin-apetag.xml:
8100         * docs/plugins/inspect/plugin-auparse.xml:
8101         * docs/plugins/inspect/plugin-autodetect.xml:
8102         * docs/plugins/inspect/plugin-avi.xml:
8103         * docs/plugins/inspect/plugin-cacasink.xml:
8104         * docs/plugins/inspect/plugin-cairo.xml:
8105         * docs/plugins/inspect/plugin-cdio.xml:
8106         * docs/plugins/inspect/plugin-cutter.xml:
8107         * docs/plugins/inspect/plugin-debug.xml:
8108         * docs/plugins/inspect/plugin-dv.xml:
8109         * docs/plugins/inspect/plugin-efence.xml:
8110         * docs/plugins/inspect/plugin-effectv.xml:
8111         * docs/plugins/inspect/plugin-esdsink.xml:
8112         * docs/plugins/inspect/plugin-flac.xml:
8113         * docs/plugins/inspect/plugin-flxdec.xml:
8114         * docs/plugins/inspect/plugin-gconfelements.xml:
8115         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8116         * docs/plugins/inspect/plugin-goom.xml:
8117         * docs/plugins/inspect/plugin-halelements.xml:
8118         * docs/plugins/inspect/plugin-icydemux.xml:
8119         * docs/plugins/inspect/plugin-id3demux.xml:
8120         * docs/plugins/inspect/plugin-jpeg.xml:
8121         * docs/plugins/inspect/plugin-level.xml:
8122         * docs/plugins/inspect/plugin-matroska.xml:
8123         * docs/plugins/inspect/plugin-mulaw.xml:
8124         * docs/plugins/inspect/plugin-multipart.xml:
8125         * docs/plugins/inspect/plugin-navigationtest.xml:
8126         * docs/plugins/inspect/plugin-ossaudio.xml:
8127         * docs/plugins/inspect/plugin-png.xml:
8128         * docs/plugins/inspect/plugin-rtp.xml:
8129         * docs/plugins/inspect/plugin-rtsp.xml:
8130         * docs/plugins/inspect/plugin-shout2send.xml:
8131         * docs/plugins/inspect/plugin-smpte.xml:
8132         * docs/plugins/inspect/plugin-speex.xml:
8133         * docs/plugins/inspect/plugin-udp.xml:
8134         * docs/plugins/inspect/plugin-videobalance.xml:
8135         * docs/plugins/inspect/plugin-videobox.xml:
8136         * docs/plugins/inspect/plugin-videoflip.xml:
8137         * docs/plugins/inspect/plugin-videomixer.xml:
8138         * docs/plugins/inspect/plugin-wavenc.xml:
8139         * docs/plugins/inspect/plugin-wavparse.xml:
8140         * docs/plugins/inspect/plugin-ximagesrc.xml:
8141           Update files to CVS/Prerelease version, add esdsink docs.
8142
8143         * ext/esd/esdsink.c:
8144           Add gtk-doc blurb.
8145
8146         * gst/rtp/gstrtpmp4vpay.c:
8147           Fix typo in element description.
8148
8149 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8150
8151         * ext/esd/esdsink.c: (gst_esdsink_open),
8152         (gst_esdsink_factory_init):
8153           Prevent libesd from auto-spawning a sound daemon if it
8154           is not already running. Now that we don't do evil stuff
8155           like that any longer we can give esdsink a rank so that
8156           autoaudiosink will try it as well if all other audio
8157           sinks fail (#343051).
8158
8159 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8160
8161         * ext/esd/Makefile.am:
8162           Oops, need to remove README from EXTRA_DIST as well.
8163
8164 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8165
8166         * ext/esd/README:
8167           Remove, it contains nothing useful anyway.
8168
8169         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8170         (gst_esdsink_delay):
8171           Some small clean-ups; use GST_BOILERPLATE etc.
8172
8173 2006-07-24  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst/law/alaw-decode.c: (alawdec_getcaps):
8176         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8177         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8178         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8179         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8180
8181 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8182
8183         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8184         (gst_wavparse_other), (gst_wavparse_perform_seek),
8185         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8186         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8187         (gst_wavparse_pad_query):
8188         * gst/wavparse/gstwavparse.h:
8189           Use information from 'fact' chunk for length calculation of compressed
8190           samples. Calculate bps if bogus value is found in wav header (embeded
8191           mp2/mp3).
8192           
8193
8194 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8195
8196         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8197
8198         * configure.ac:
8199         * gst/udp/Makefile.am:
8200         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8201         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8202         * gst/udp/gstdynudpsink.h:
8203         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8204         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8205         * gst/udp/gstmultiudpsink.h:
8206         * gst/udp/gstudp.c: (plugin_init):
8207         * gst/udp/gstudpsink.h:
8208         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8209         (gst_udpsrc_start), (gst_udpsrc_stop):
8210         * gst/udp/gstudpsrc.h:
8211         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8212         (gst_udp_net_utils_win32_wsa_startup):
8213         * gst/udp/gstudpnetutils.h:
8214           Port udp plugin to win32 (#345288).
8215
8216 2006-07-24  Wim Taymans  <wim@fluendo.com>
8217
8218         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8219         Remove unwanted DEBUG line.
8220
8221 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * gst/id3demux/gstid3demux.c: (plugin_init):
8224         * gst/id3demux/id3tags.c:
8225         (id3demux_add_id3v2_frame_blob_to_taglist):
8226         * gst/id3demux/id3tags.h:
8227           On second thought, it might be wiser and more efficient
8228           not to do tag registration from a streaming thread.
8229
8230 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * gst/id3demux/id3tags.c:
8233         (id3demux_add_id3v2_frame_blob_to_taglist),
8234         (id3demux_id3v2_frames_to_tag_list):
8235           Put ID3v2 frames we can't parse as binary blobs into private
8236           tags, so that they are not lost when retagging, at least once
8237           id3v2mux has been taught to re-inject those frames again.
8238           See bug #334375.
8239
8240 2006-07-21  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8243         (gst_avi_demux_process_next_entry):
8244         Fix some leaks.
8245
8246         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8247         Don't use \n in debug lines.
8248
8249 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8250
8251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8253           Add annodex and icydemux, cleanup the sections a bit
8254
8255 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         Patch by: Alex Lancaster <alexl at users sourceforge net>
8258
8259         * ext/taglib/gstid3v2mux.cc:
8260           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8261           ID3v2 TSSE frames (#347898).
8262
8263 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8264
8265         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8266           Respect mpegversion for "video/mpeg" and give message in case of
8267           unhandled versions.
8268
8269 2006-07-17  Wim Taymans  <wim@fluendo.com>
8270
8271         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8272         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8273         (gst_pngdec_chain), (gst_pngdec_sink_event),
8274         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8275         (gst_pngdec_sink_activate_push):
8276         * ext/libpng/gstpngdec.h:
8277         Use statically allocated segment instead of leaking.
8278         Various cleanups.
8279         Fix flush and seek handling.
8280
8281 2006-07-16  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/rtp/Makefile.am:
8284         * gst/rtp/gstrtp.c: (plugin_init):
8285         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8286         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8287         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8288         (gst_rtp_mp4g_depay_set_property),
8289         (gst_rtp_mp4g_depay_get_property),
8290         (gst_rtp_mp4g_depay_change_state),
8291         (gst_rtp_mp4g_depay_plugin_init):
8292         * gst/rtp/gstrtpmp4gdepay.h:
8293         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8294         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8295         (gst_rtp_mp4g_pay_flush):
8296         Added simple generic mpeg4 depayloader.
8297         Fix generic mpeg4 payloader.
8298
8299 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8302           Don't try doing state changes on a NULL pointer.
8303
8304 2006-07-14  Wim Taymans  <wim@fluendo.com>
8305
8306         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8307
8308         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8309         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8310         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8311         * gst/rtp/gstrtpamrdepay.h:
8312         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8313         Fixes #321191
8314
8315 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8316
8317         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8318         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8319         Fix segfault when moving mouse pointer to the bottom right corner.
8320
8321 2006-07-12  Wim Taymans  <wim@fluendo.com>
8322
8323         * gst/rtp/Makefile.am:
8324         * gst/rtp/gstrtp.c: (plugin_init):
8325         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8326         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8327         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8328         (gst_rtp_mp2t_depay_set_property),
8329         (gst_rtp_mp2t_depay_get_property),
8330         (gst_rtp_mp2t_depay_change_state),
8331         (gst_rtp_mp2t_depay_plugin_init):
8332         * gst/rtp/gstrtpmp2tdepay.h:
8333         Added mpeg2 TS depayloader. Closing #347234.
8334
8335 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8338           Remove g_assert that shouldn't be there and was triggered
8339           after trying to open a device that doesn't exist or can't
8340           be opened for some other reason (#347972).
8341
8342 2006-07-10  Edward Hervey  <edward@fluendo.com>
8343
8344         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8345         (gst_avi_demux_stream_header), (push_tag_lists):
8346         * gst/avi/gstavidemux.h:
8347         Don't push tag events found by gst_riff_parse_info() before outputting
8348         GST_EVENT_NEWSEGMENT.
8349
8350 2006-07-10  Wim Taymans  <wim@fluendo.com>
8351
8352         * gst/rtsp/Makefile.am:
8353         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8354         (rtsp_connection_close):
8355         * gst/rtsp/rtspdefs.h:
8356         replaced closesocket and close in code with one CLOSE_SOCKET. 
8357         Some more cleanups. Fixes #345301.
8358
8359 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst/autodetect/gstautoaudiosink.c:
8362           Fix example pipeline in docs.
8363
8364 2006-07-10  Wim Taymans  <wim@fluendo.com>
8365
8366         Patch by: Rob Taylor <robtaylor at floopily dot org>
8367
8368         * gst/udp/gstmultiudpsink.c: (join_multicast),
8369         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8370         If a destination is added before the stream is set to PAUSED, the
8371         multicast group is not joined as the socket is not created yet. 
8372         Also TTL and LOOP should also be set. Fixes #346921.
8373
8374 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8375
8376         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8377         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8378         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8379         (gst_ximage_src_init):
8380         * sys/ximage/gstximagesrc.h:
8381         Fix use-damage property to actually work :)
8382         Add startx, starty, endx, endy properties so screencasts other than full
8383         screen ones can work.
8384
8385 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8386
8387         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8388         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8389         (gst_ximage_src_class_init), (gst_ximage_src_init):
8390         * sys/ximage/gstximagesrc.h:
8391         Add use_damage property to offer ability to choose whether to use
8392         XDamage or not.
8393
8394 2006-07-07  Wim Taymans  <wim@fluendo.com>
8395
8396         * gst/goom/filters.c: (zoomFilterSetResolution):
8397         Avoid goom coredumping by clearing memory. 
8398         Fixes 345679.
8399
8400 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8401
8402         * win32/vs6/libgstid3demux.dsp:
8403         Add a link to libgsttag-0.10.lib.
8404
8405 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8406
8407         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8408         (gst_tag_demux_read_range):
8409         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8410         (gst_id3demux_read_range):
8411           Don't return FLOW_UNEXPECTED when a buffer is before
8412           the start of the stream (which might happen with
8413           large ID3v2 tags if the tag reading was done pullrange
8414           based and we then switched to push mode later on).
8415           Fixes regression introduced by commit from June 29th.
8416
8417 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8418
8419         * ext/taglib/gstid3v2mux.cc:
8420           Make UTF-8 the default encoding when writing string
8421           tags (before, our UTF-8 strings would automatically
8422           be converted to ISO-8859-1 by taglib and written as
8423           ISO-8859-1 fields if that was possible).
8424
8425         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8426         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8427         (test_taglib_id3mux_with_tags):
8428           Add test case that makes sure our UTF-8 strings have
8429           actually been written into the tag as UTF-8.
8430
8431 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8432
8433         * configure.ac:
8434           Let's try that again.
8435
8436 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * configure.ac:
8439           Disable monoscope plugin for now until it fulfills
8440           all the requirements.
8441
8442 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         * configure.ac:
8445         * gst/monoscope/Makefile.am:
8446         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8447         (gst_monoscope_class_init), (gst_monoscope_init),
8448         (gst_monoscope_finalize), (gst_monoscope_reset),
8449         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8450         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8451         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8452         (gst_monoscope_change_state), (plugin_init):
8453         * gst/monoscope/gstmonoscope.h:
8454           Port monoscope visualisation to 0.10.
8455
8456 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8457
8458         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8459         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8460           Return FLOW_UNEXPECTED when at the end of the file, not
8461           FLOW_ERROR. Fixes 'internal stream error' errors that
8462           would sometimes occur in totem when scrubbing to the
8463           end of an ID3v1 tagged mp3 file.
8464
8465 2006-07-03  Edward Hervey  <edward@fluendo.com>
8466
8467         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8468         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8469         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8470         * ext/libpng/gstpngdec.h:
8471         Implement buffer clipping/dropping using GstSegment.
8472         This provides accurate seeking.
8473
8474 2006-07-03  Edward Hervey  <edward@fluendo.com>
8475
8476         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8477         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8478         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8479         (gst_avi_demux_process_next_entry), (push_tag_lists),
8480         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8481         * gst/avi/gstavidemux.h:
8482         Proper aggregation of each stream's GstFlowReturn in order to figure out
8483         whether the task should stop or not.
8484         Don't send inline events before pushing out a NEW_SEGMENT, more
8485         specifically for GST_TAG_EVENT.
8486         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8487         sub-indexes.
8488
8489 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8492
8493         * sys/sunaudio/gstsunaudiomixerctrl.c:
8494         (gst_sunaudiomixer_ctrl_build_list):
8495           Move "Monitor" slider to input tab so it works more like
8496           sdtaudiocontrol, which is what people on Solaris are used
8497           to using for their mixer program (#346259).
8498
8499 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8500
8501         * tests/check/elements/level.c: (GST_START_TEST):
8502           fix a leak, clean up at the end
8503
8504 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8507         (gst_matroska_demux_send_event),
8508         (gst_matroska_demux_loop_stream_parse_id):
8509         * gst/matroska/matroska-ids.h:
8510           Send tag event after newsegment event.
8511
8512 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8515         (gst_id3demux_read_range):
8516           Make sure we don't return GST_FLOW_OK with a NULL buffer in
8517           certain cases where a read beyond the end of the file is
8518           requested. Fixes #345930.
8519
8520         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8521         (gst_tag_demux_read_range):
8522           Fix same issue here as well.
8523
8524 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8525
8526         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8527         
8528         Fix hypothetical crash.
8529
8530 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8533
8534         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8535           Do not modify the ports value. If the user has turned off the
8536           built-in speakers, then we should not reset it in the prepare
8537           function, since this causes the built-in speakers to turn
8538           back on anytime the user changes a track in totem, rhythmbox,
8539           etc. (#346066).
8540
8541 2006-06-23  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8544         Fix double caps unref when negotiation fails.
8545
8546 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * ext/annodex/gstcmmldec.c:
8549         * ext/annodex/gstcmmlenc.c:
8550         * ext/annodex/gstcmmlparser.c:
8551         * ext/dv/gstdvdec.c:
8552         * ext/dv/gstdvdemux.c:
8553         * ext/gdk_pixbuf/pixbufscale.c:
8554         * ext/jpeg/gstjpegenc.c:
8555         * ext/jpeg/gstsmokedec.c:
8556         * ext/jpeg/gstsmokeenc.c:
8557         * ext/libpng/gstpngdec.c:
8558         * ext/libpng/gstpngenc.c:
8559         * ext/speex/gstspeexenc.c:
8560         * gst/alpha/gstalphacolor.c:
8561         * gst/cutter/gstcutter.c:
8562         * gst/debug/gstnavigationtest.c:
8563         * gst/icydemux/gsticydemux.c:
8564         * gst/level/gstlevel.c:
8565         * gst/multipart/multipart.c:
8566         * gst/rtp/gstrtpamrpay.c:
8567         * gst/rtp/gstrtpdepay.c:
8568         * gst/rtp/gstrtpilbcpay.c:
8569         * gst/rtp/gstrtpmp4gpay.c:
8570         * gst/rtp/gstrtpmp4vpay.c:
8571         * gst/rtsp/gstrtpdec.c:
8572         * gst/rtsp/gstrtspsrc.c:
8573         * gst/udp/gstdynudpsink.c:
8574         * gst/udp/gstmultiudpsink.c:
8575         * gst/udp/gstudpsrc.c:
8576         * gst/videobox/gstvideobox.c:
8577         * gst/videofilter/gstvideoflip.c:
8578           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8579           plus two minor macro fixes.
8580
8581 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8582
8583         * gst/matroska/matroska-demux.c:
8584         (gst_matroska_demux_check_subtitle_buffer),
8585         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8586         (gst_matroska_demux_subtitle_caps):
8587         * gst/matroska/matroska-ids.c:
8588         (gst_matroska_track_init_subtitle_context):
8589         * gst/matroska/matroska-ids.h:
8590           Try to fix up broken matroska files containing subtitle
8591           streams with non-UTF8 character encodings (courtesy of
8592           mkvmerge) using either the encoding specified in the
8593           GST_SUBTITLE_ENCODING environment variable or the
8594           current locale's character set if it is non-UTF8.
8595           Fixes #337076.
8596
8597 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8600           Set image type from APIC frame as "image-type" field
8601           of GST_TAG_IMAGE buffer caps (#344605).
8602
8603 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * ext/flac/Makefile.am:
8606         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8607         (gst_flac_dec_reset_decoders),
8608         (gst_flac_dec_setup_seekable_decoder),
8609         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8610         (gst_flac_dec_metadata_callback),
8611         (gst_flac_dec_metadata_callback_seekable),
8612         (gst_flac_dec_metadata_callback_stream),
8613         (gst_flac_dec_error_callback),
8614         (gst_flac_dec_error_callback_seekable),
8615         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8616         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8617         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8618         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8619         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8620         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8621         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8622         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8623         (gst_flac_dec_sink_activate_push),
8624         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8625         * ext/flac/gstflacdec.h:
8626           Support chain-based operation, should make flac-over-DAAP
8627           work (#340492).
8628
8629 2006-06-20  Wim Taymans  <wim@fluendo.com>
8630
8631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8632         Doc updates, merge some unused symbols.
8633
8634 2006-06-20  Wim Taymans  <wim@fluendo.com>
8635
8636         * docs/plugins/Makefile.am:
8637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8639         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8640         * gst/rtsp/gstrtspsrc.c:
8641         * gst/rtsp/gstrtspsrc.h:
8642         Added documentation for the rtsp plugin. Fixes #345393.
8643
8644 2006-06-20  Wim Taymans  <wim@fluendo.com>
8645
8646         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8647         (rtsp_connection_close), (rtsp_connection_free):
8648         Use better G_OS_* macros. Fixes #345301 some more.
8649
8650 2006-06-20  Wim Taymans  <wim@fluendo.com>
8651
8652         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8653
8654         * sys/sunaudio/Makefile.am:
8655         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8656         * sys/sunaudio/gstsunaudiomixerctrl.c:
8657         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8658         (gst_sunaudiomixer_ctrl_list_tracks),
8659         (gst_sunaudiomixer_ctrl_get_volume),
8660         (gst_sunaudiomixer_ctrl_set_volume),
8661         (gst_sunaudiomixer_ctrl_set_mute),
8662         (gst_sunaudiomixer_ctrl_set_record):
8663         * sys/sunaudio/gstsunaudiomixerctrl.h:
8664         * sys/sunaudio/gstsunaudiomixertrack.c:
8665         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8666         * sys/sunaudio/gstsunaudiomixertrack.h:
8667         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8668         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8669         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8670         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8671         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8672         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8673         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8674         (gst_sunaudiosrc_reset):
8675         * sys/sunaudio/gstsunaudiosrc.h:
8676         Add a SunAudio source plugin.
8677         Support stereo and right/left channel gain in the mixer plugin.
8678         Support the RECORD flag so that you can switch between line-input and
8679         microphone in gnome-volume-control.
8680         Code cleanups like using an enumerator for track number instead of an 
8681         integer. Fixes #344923.
8682
8683 2006-06-20  Wim Taymans  <wim@fluendo.com>
8684
8685         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8686
8687         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8688         (rtsp_connection_close):
8689         Make RTSP plugin compile on windows. Fixes #345301.
8690         Some changes to original patch to catch errors better.
8691         use ifdef WIN32 instead of ifndef.
8692
8693 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8694
8695         * configure.ac:
8696         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8697
8698 2006-06-18  Edward Hervey  <edward@fluendo.com>
8699
8700         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8701         After a failed buffer alloc, we need to abort the jpeg decoding (it
8702         started when parsing headers to figure out how many bytes we need
8703         to request downstream).
8704
8705 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8708
8709         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8710           Make sure we don't read beyond the end of the file (#345232).
8711
8712 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         * configure.ac:
8715           Fix --disable-external (can't set conditionals conditionally,
8716           #343602).
8717
8718 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * autogen.sh:
8721         * configure.ac:
8722         * docs/Makefile.am:
8723           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8724
8725         * docs/plugins/Makefile.am:
8726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8727         * docs/plugins/inspect/plugin-taglib.xml:
8728           Add/fix apev2mux docs.
8729
8730 2006-06-14  Wim Taymans  <wim@fluendo.com>
8731
8732         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8733         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8734         (gst_dvdec_change_state):
8735         Reset segment info on flush.
8736         Alloc segment in _init, free in _finalize.
8737
8738         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8739         Don't send segments twice.
8740
8741 2006-06-14  Wim Taymans  <wim@fluendo.com>
8742
8743         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8744         Respect segment.stop. Fixes #342592.
8745
8746 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8747
8748         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8749           No language specified means the implied language is English
8750           according to the matroska spec (partially fixes #344708);
8751           add some more debug output.
8752
8753 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8756         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8757         (gst_wavparse_chain):
8758           When operating chain-based, don't make any assumptions about the
8759           chunking of the incoming data and make streaming work on days other
8760           than the second Thursday after a full moon. Also fix up debug
8761           messages here and there and make use of the most excellent new
8762           gst_pad_query_peer_duration() utility function.
8763           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8764
8765         * gst/wavparse/gstwavparse.h:
8766           Remove trailing comma after last enum value, some compilers don't
8767           like that.
8768
8769 2006-06-13  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8772         Handle premature EOS gracefully.
8773
8774 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8775
8776         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8777           Prevent out of bounds array access when scrubbing towards
8778           the end of the file between the last index entry and the
8779           end. Fixes occasional 'start <= stop' newsegment event
8780           assertions when scrubbing in MJPEG files.
8781
8782 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8783
8784         * tests/check/elements/.cvsignore:
8785           And another one.
8786
8787 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8788
8789         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8790         (scan_encoded_string), (parse_picture_frame):
8791           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8792
8793         * configure.ac:
8794           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8795           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8796
8797 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8798
8799         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8800           gratuitous comment changes
8801         * tests/check/elements/level.c: (GST_START_TEST):
8802           fix level test leaks
8803
8804 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8807         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8808           Use gst_pad_query_peer_duration() utility function here.
8809
8810 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8811
8812         * autogen.sh:
8813           require am17
8814         * configure.ac:
8815         * ext/annodex/Makefile.am:
8816         * ext/cdio/Makefile.am:
8817         * ext/dv/Makefile.am:
8818         * ext/esd/Makefile.am:
8819         * ext/flac/Makefile.am:
8820         * ext/gdk_pixbuf/Makefile.am:
8821         * ext/ladspa/Makefile.am:
8822         * ext/libcaca/Makefile.am:
8823         * ext/speex/Makefile.am:
8824         * ext/taglib/Makefile.am:
8825         * sys/oss/Makefile.am:
8826         * sys/sunaudio/Makefile.am:
8827         * sys/ximage/Makefile.am:
8828           clean up build further
8829
8830 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         * gconf/Makefile.am:
8833           Honour --disable-schemas-install configure option. Fixes #344100.
8834
8835 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * tests/examples/level/Makefile.am:
8838           Add -lm to LIBS for pow() function, don't assume one of our
8839           dependencies (such as libxml-2.0) drags it in automatically
8840           (#343603).
8841
8842 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8843
8844         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8845
8846         * configure.ac:
8847           We should use $SED and not $(SED) in configure.ac (#343678).
8848
8849 2006-06-09  Wim Taymans  <wim@fluendo.com>
8850
8851         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8852
8853         * sys/sunaudio/gstsunaudiomixerctrl.c:
8854         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8855         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8856         (gst_sunaudiomixer_ctrl_set_mute):
8857         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8858         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8859         (gst_sunaudiosink_write):
8860         Attached find a patch that fixes a number of bugs with the SunAudio
8861         mixer plugin and fixes #344101:
8862         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8863            tracks onto the tracklist causing gnome-volume-control's preferences
8864            dialog to be messed up and would core dump if you checked/unchecked
8865            any item.
8866         2. We weren't previously setting the MUTE flag properly.  Fixing this
8867            makes gnome-volume-control work better.
8868         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8869            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8870            gnome-volume-control look better.
8871         Also some minor cleanup in gstsunaudiosink.c.
8872
8873 2006-06-09  Wim Taymans  <wim@fluendo.com>
8874
8875         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8876         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8877         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8878         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8879         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8880         * ext/jpeg/gstjpegdec.h:
8881         API: Added IDCT method property
8882         Small cleanups.
8883         Avoid dynamic allocation of trivial fixed structure.
8884         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8885
8886 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8887
8888         * configure.ac:
8889         We now require libraw1394 >= 1.1.0 and that version onwards all
8890         have .pc files.
8891
8892 2006-06-02  Edward Hervey  <edward@fluendo.com>
8893
8894         * gst/law/alaw-decode.c: (alawdec_getcaps): 
8895         Trying to get items from an ANY or EMPTY caps is ... stupid.
8896
8897 2006-06-02  Edward Hervey  <edward@fluendo.com>
8898
8899         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8900         (gst_dvdec_chain), (gst_dvdec_change_state):
8901         * ext/dv/gstdvdec.h:
8902         Added GstSegment handling, now implements dropping/clipping.
8903
8904 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8905
8906         * ext/aalib/gstaasink.h:
8907         * ext/annodex/gstcmmldec.h:
8908         * ext/cairo/gsttimeoverlay.h:
8909         * ext/dv/gstdvdec.h:
8910         * ext/dv/gstdvdemux.h:
8911         * ext/esd/esdmon.h:
8912         * ext/esd/esdsink.h:
8913         * ext/flac/gstflacenc.h:
8914         * ext/gconf/gstgconfaudiosink.h:
8915         * ext/gconf/gstgconfaudiosrc.h:
8916         * ext/gconf/gstgconfvideosink.h:
8917         * ext/gconf/gstgconfvideosrc.h:
8918         * ext/gdk_pixbuf/gstgdkanimation.h:
8919         * ext/gdk_pixbuf/pixbufscale.h:
8920         * ext/hal/gsthalaudiosink.h:
8921         * ext/hal/gsthalaudiosrc.h:
8922         * ext/jpeg/gstjpegenc.h:
8923         * ext/jpeg/gstsmokedec.h:
8924         * ext/jpeg/gstsmokeenc.h:
8925         * ext/libcaca/gstcacasink.h:
8926         * ext/libmng/gstmngdec.h:
8927         * ext/libmng/gstmngenc.h:
8928         * ext/libpng/gstpngdec.h:
8929         * ext/libpng/gstpngenc.h:
8930         * ext/raw1394/gstdv1394src.h:
8931         * ext/speex/gstspeexenc.h:
8932         * gst/autodetect/gstautoaudiosink.h:
8933         * gst/autodetect/gstautovideosink.h:
8934         * gst/avi/gstavidemux.h:
8935         * gst/cutter/gstcutter.h:
8936         * gst/debug/efence.h:
8937         * gst/debug/gstnavigationtest.h:
8938         * gst/debug/gstnavseek.h:
8939         * gst/flx/gstflxdec.h:
8940         * gst/goom/gstgoom.h:
8941         * gst/icydemux/gsticydemux.h:
8942         * gst/id3demux/gstid3demux.h:
8943         * gst/law/alaw-decode.h:
8944         * gst/law/alaw-encode.h:
8945         * gst/law/mulaw-decode.h:
8946         * gst/law/mulaw-encode.h:
8947         * gst/matroska/matroska-mux.h:
8948         * gst/median/gstmedian.h:
8949         * gst/oldcore/gstaggregator.h:
8950         * gst/oldcore/gstfdsink.h:
8951         * gst/oldcore/gstmd5sink.h:
8952         * gst/oldcore/gstmultifilesrc.h:
8953         * gst/oldcore/gstpipefilter.h:
8954         * gst/oldcore/gstshaper.h:
8955         * gst/oldcore/gststatistics.h:
8956         * gst/rtp/gstasteriskh263.h:
8957         * gst/rtp/gstrtpL16depay.h:
8958         * gst/rtp/gstrtpL16pay.h:
8959         * gst/rtp/gstrtpamrdepay.h:
8960         * gst/rtp/gstrtpamrpay.h:
8961         * gst/rtp/gstrtpdepay.h:
8962         * gst/rtp/gstrtpgsmdepay.h:
8963         * gst/rtp/gstrtpgsmpay.h:
8964         * gst/rtp/gstrtph263pay.h:
8965         * gst/rtp/gstrtph263pdepay.h:
8966         * gst/rtp/gstrtph263ppay.h:
8967         * gst/rtp/gstrtpmp4gpay.h:
8968         * gst/rtp/gstrtpmp4vdepay.h:
8969         * gst/rtp/gstrtpmp4vpay.h:
8970         * gst/rtp/gstrtpmpadepay.h:
8971         * gst/rtp/gstrtpmpapay.h:
8972         * gst/rtp/gstrtppcmadepay.h:
8973         * gst/rtp/gstrtppcmapay.h:
8974         * gst/rtp/gstrtppcmudepay.h:
8975         * gst/rtp/gstrtppcmupay.h:
8976         * gst/rtp/gstrtpspeexdepay.h:
8977         * gst/rtp/gstrtpspeexpay.h:
8978         * gst/rtsp/gstrtpdec.h:
8979         * gst/rtsp/gstrtspsrc.h:
8980         * gst/smpte/gstsmpte.h:
8981         * gst/udp/gstdynudpsink.h:
8982         * gst/udp/gstmultiudpsink.h:
8983         * gst/udp/gstudpsink.h:
8984         * gst/udp/gstudpsrc.h:
8985         * gst/videofilter/gstvideobalance.h:
8986         * gst/videofilter/gstvideoflip.h:
8987         * sys/oss/gstossdmabuffer.h:
8988         * sys/oss/gstossmixerelement.h:
8989         * sys/oss/gstosssink.h:
8990         * sys/oss/gstosssrc.h:
8991         * sys/osxvideo/osxvideosink.h:
8992         * sys/sunaudio/gstsunaudiomixer.h:
8993         * sys/sunaudio/gstsunaudiosink.h:
8994         * sys/ximage/gstximagesrc.h:
8995         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8996
8997 2006-05-31  Wim Taymans  <wim@fluendo.com>
8998
8999         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9000         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9001         (gst_goom_src_setcaps), (gst_goom_src_event),
9002         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9003         (gst_goom_change_state):
9004         * gst/goom/gstgoom.h:
9005         Handle QoS.
9006         Handle flushing, discont and events.
9007         Fix timestamps and various other cleanups.
9008
9009 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9010
9011         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9012         Fix bus reset when using libiec61883
9013
9014 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9015
9016         * configure.ac:
9017         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9018         * ext/raw1394/Makefile.am:
9019         Add CFLAGS.
9020         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9021         New method, to receive using libiec61883.
9022         (gst_dv1394src_iso_receive),
9023         #ifdef'd out if libiec61883 is present.
9024         (gst_dv1394src_bus_reset),
9025         Get userdata correctly if using libiec61883. 
9026         (gst_dv1394src_create),
9027         When using libiec61883, only poll one fd and no need to read.
9028         (gst_dv1394src_discover_avc_node),
9029         Replace g_warnings.
9030         (gst_dv1394src_start),
9031         Create new handle when we know which dv port.  More reliable
9032         than setting port on an existing handle.  Initialise libiec61883.
9033         (gst_dv1394src_stop):
9034         If using libiec61883, then cleanup its handle properly.
9035         * ext/raw1394/gstdv1394src.h:
9036         Add libiec61883 handle.
9037
9038 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9039
9040         * gst/avi/gstavidemux.c:
9041           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9042         * win32/MANIFEST:
9043           sort file listing
9044         * win32/vs6/libgstavi.dsp:
9045           add gstavimux.c to the project
9046         * win32/vs6/libgstid3demux.dsp:
9047           add link to zlib library
9048         * win32/vs6/libgstmatroska.dsp:
9049           add matroska-ids.c to the project
9050
9051 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         Patch by: Sebastian Dröge  <mail at slomosnail de >
9054
9055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9057         * ext/taglib/Makefile.am:
9058         * ext/taglib/gstapev2mux.cc:
9059         * ext/taglib/gstapev2mux.h:
9060         * ext/taglib/gstid3v2mux.cc:
9061         * ext/taglib/gsttaglibmux.c: (plugin_init):
9062         * ext/taglib/gsttaglibmux.h:
9063           Add apev2mux element (#343122).
9064         
9065         * tests/check/Makefile.am:
9066         * tests/check/elements/apev2mux.c:
9067         (test_taglib_apev2mux_create_tags),
9068         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9069         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9070         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9071         (apev2mux_suite), (main):
9072           Add unit test for apev2mux element.
9073
9074 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9075
9076         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9077         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9078         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9079           GST_PTR_FORMAT should be used to print caps in debug statements.
9080
9081 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9084
9085         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9086         (ape_demux_parse_tags):
9087           Some clean-ups and additions: map APE 'file' tag to
9088           GST_TAG_LOCATION (#343123); add support for extracting
9089           the track count and clean up parsing a bit (#343127).
9090
9091 2006-05-28  Edward Hervey  <edward@fluendo.com>
9092
9093         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9094         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9095
9096 2006-05-28  Edward Hervey  <edward@fluendo.com>
9097
9098         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9099         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9100         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9101         * ext/jpeg/gstjpegdec.h:
9102         Clip outgoing buffers according to currently configured segment.
9103
9104 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * ext/taglib/gstid3v2mux.cc:
9107           Handle  writing of track-count or album-volume-count without
9108           track-number or albume-volume-number (in this case the number
9109           will just be set to 0).
9110
9111         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9112           It would be nice if we actually checked the values received for
9113           track/album-volume number/count in  _check_tags(), rather than
9114           setting them again ...
9115
9116 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9117
9118         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9119           A track/volume number or count of 0 does not make sense,
9120           just ignore it along with negative numbers (a tag might
9121           only contain a track count without a track number).
9122
9123 2006-05-27  Edward Hervey  <edward@fluendo.com>
9124
9125         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9126         (gst_jpeg_dec_sink_event):
9127         Abort decompression when receiving FLUSH_STOP. This should avoid
9128         issues when interrupting decoding with flushes.
9129
9130 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * ext/flac/gstflac.c:
9133           Don't #include file we don't dist any longer.
9134
9135 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * README:
9138           Replace current README (containing the release notes from
9139           some 0.9.x version) with a proper README taken from the core.
9140
9141 2006-05-24  Wim Taymans  <wim@fluendo.com>
9142
9143         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9144         Implement EOS correctly by either posting
9145         SEGMENT_DONE or pushing an EOS message depending
9146         on the seek type. Fixes #342592
9147
9148 2006-05-24  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9151         * gst/law/alaw-decode.h:
9152         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9153         * gst/law/alaw-encode.h:
9154         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9155         * gst/law/mulaw-decode.h:
9156         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9157         * gst/law/mulaw-encode.h:
9158         Some cleanups in the chain functions.
9159         Remove some GStreamer 0.0.2 bits.
9160
9161 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9164
9165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9166           gst_collect_pads_stop() needs to be called before chaining up
9167           to the parent class (#342734).
9168
9169 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * ext/flac/Makefile.am:
9172         * ext/flac/flac_compat.h:
9173         * ext/flac/gstflac.c:
9174         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9175         * ext/flac/gstflacenc.c:
9176           Remove backwards compatibility cruft for dealing with FLAC API
9177           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9178
9179 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9182         (gst_matroska_demux_push_xiph_codec_priv_data),
9183         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9184         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9185         * gst/matroska/matroska-ids.h:
9186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9187         (gst_matroska_mux_video_pad_setcaps),
9188         (xiph3_streamheader_to_codecdata),
9189         (vorbis_streamheader_to_codecdata),
9190         (theora_streamheader_to_codecdata),
9191         (gst_matroska_mux_audio_pad_setcaps),
9192         (gst_matroska_mux_write_data):
9193           Add support for muxing/demuxing theora video (#342448; too bad
9194           none of the usual linux players can actually play this). Playback
9195           in GStreamer will require additional changes to theoradec in -base.
9196           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9197           cleanups.
9198
9199 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9202         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9203           Fix crashes when the horizontal subsampling is 1.
9204           Fixes #342097.
9205
9206 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9207
9208         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9209
9210         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9211         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9212         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9213         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9214         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9215         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9216         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9217         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9218         (gst_avi_mux_change_state):
9219         * gst/avi/gstavimux.h:
9220           Some enhancements for avimux (#342526):
9221            - add odml (large file) index support
9222            - store codec init data (e.g. huffyuv)
9223            - miscellaneous other fixes/cleanups
9224
9225 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9226
9227         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9228         Don't output any tag when we encounter a negative track number - the
9229         tag type is uint, so we end up outputting huge positive numbers
9230         instead. (Fixes: #342029)
9231
9232 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9233
9234         * configure.ac:
9235           update for new GSTPB_PLUGINS_DIR
9236
9237 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9238
9239         * rtp/gst/gstrtph263pay.c:
9240         Properly set static caps for H263 at 34.
9241
9242 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9245
9246         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9247           Merge event tags and tag setter tags correctly (#339918). Also,
9248           don't leak taglist in case of an error.
9249           
9250 2006-05-17  Edward Hervey  <edward@fluendo.com>
9251
9252         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9253         We can only do caps intersection if the othercaps are non-empty and not
9254         ANY. Else we return the pad template (base_caps).
9255
9256 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9259           Fix crash when outputting debugging information for certain
9260           pictures (always good to use the right struct member for
9261           the number of records in an array).
9262
9263 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9266
9267         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9268         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9269         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9270         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9271         (gst_ebml_read_float), (gst_ebml_read_ascii),
9272         (gst_ebml_read_binary):
9273           Don't create unnecessary sub-buffers all the time. Dramatically
9274           improves performance with multiple concurrently running
9275           matroskademux instances (#341818) (and avoids doing
9276           unnecessarily inefficient things in the general case).
9277
9278 2006-05-16  Edward Hervey  <edward@fluendo.com>
9279
9280         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9281         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9282         return value of gst_pad_push_event().
9283
9284 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9285
9286         * gst/autodetect/gstautoaudiosink.c:
9287         (gst_auto_audio_sink_find_best):
9288         * gst/autodetect/gstautovideosink.c:
9289         (gst_auto_video_sink_find_best):
9290         Make the name of the child element be based on the name of the
9291         parent, so that debug output is more useful.
9292         
9293         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9294         (parse_insert_string_field), (parse_split_strings):
9295         Rework string parsing to always walk over BOM markers in UTF16
9296         strings, using the endianness indicated by the innermost one,
9297         then trying the opposite endianness if that fails to convert
9298         to valid UTF-8. Fixes #341774
9299
9300 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9301
9302         Patch from: Matthieu <matthieu at fluendo dot com>
9303
9304         * ext/libpng/Makefile.am:
9305         Add LIBPNG_CFLAGS.
9306
9307 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * ext/taglib/gstid3v2mux.cc:
9310           Add support for writing images (APIC frames) into ID3v2
9311           tags (picture type always set to 'other' for now though).
9312
9313 2006-05-14  Michael Smith  <msmith@fluendo.com>
9314
9315         * gst/wavparse/gstwavparse.c:
9316           Update docs; wavparse implements push and pull modes.
9317
9318 2006-05-12  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9321         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9322         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9323         Ooops, bitten by the copy-and-paste design paradigm, fixes
9324         seek again.
9325
9326 2006-05-12  Wim Taymans  <wim@fluendo.com>
9327
9328         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9329         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9330         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9331         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9332         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9333         (gst_avi_demux_massage_index),
9334         (gst_avi_demux_calculate_durations_from_index),
9335         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9336         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9337         (gst_avi_demux_loop):
9338         * gst/avi/gstavidemux.h:
9339         Some cleanups, prepare to use GstSegment.
9340         Fix error in entry walking code.
9341         Fix VBR detection.
9342         Smarter timestamp calculation code.
9343         Uniform error/eos handling.
9344
9345 2006-05-12  Michael Smith  <msmith@fluendo.com>
9346
9347         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9348         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9349           Fix use of uninitialised values if we're NOT seeking in ready.
9350           Fix typos.
9351
9352 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/wavparse/Makefile.am:
9355           Add CFLAGS and LIBS for libgstbase, fixes build on
9356           Cygwin (#341489).
9357
9358 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9361           Some more debug info. No need to check whether the string
9362           returned by g_convert() is really UTF-8 - either it is or
9363           we get NULL returned.
9364
9365 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9366
9367         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9368           Fix parsing of numeric genre strings some more, by ensuring that
9369           we only try and parse strings that a) Start with '(' and b) Consist
9370           only of digits.
9371           Also, when finding an escaping '((' sequence, bust it back to '(' by
9372           swallowing the first parenthesis
9373
9374 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9377         (gst_esdsink_open), (gst_esdsink_close):
9378         * ext/esd/esdsink.h:
9379           Move the esd_get_server_info() into gst_esdsink_open() and fail
9380           with a decent error message on errors.
9381
9382 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9385         (gst_esdmon_channels_get_type):
9386         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9387         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9388         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9389         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9390         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9391         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9392         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9393         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9394         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9395         * gst/videomixer/videomixer.c:
9396         (gst_video_mixer_background_get_type):
9397           Const-ify GEnumValue arrays.
9398
9399 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9402
9403         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9404         (gst_avi_mux_do_video_buffer):
9405           Work around gst_buffer_make_metadata_writable() bug that
9406           results in avimux marking all frames in the index as
9407           keyframes (#340859).
9408           
9409 2006-05-08  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9412         Make parsing of urls suck slightly less.
9413
9414 2006-05-08  Edward Hervey  <edward@fluendo.com>
9415
9416         * autogen.sh: (CONFIGURE_DEF_OPT): 
9417         libtoolize on Darwin/MacOSX is called glibtoolize.
9418
9419 2006-05-08  Wim Taymans  <wim@fluendo.com>
9420
9421         Patch by: Jens Granseuer <jensgr at gmx dot net>
9422
9423         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9424         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9425         C89 compliance fixes. Fixes #340980
9426
9427 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9430         * ext/flac/gstflacdec.h:
9431           Handle segment seeks that include the end of the file as stop point
9432           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9433           message instead of an EOS event in case we're in segment seek
9434           mode (fixes #340699).
9435           
9436 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9437
9438         * ext/cairo/gsttextoverlay.c:
9439         * ext/flac/gstflacdec.c:
9440         * ext/gdk_pixbuf/pixbufscale.c:
9441         * gst/apetag/gstapedemux.c:
9442         * gst/debug/breakmydata.c:
9443         * gst/debug/testplugin.c:
9444         * gst/matroska/ebml-write.c:
9445         * gst/multipart/multipartdemux.c:
9446         * sys/osxaudio/gstosxaudiosink.c:
9447         * sys/osxaudio/gstosxaudiosrc.c:
9448         Add semicolons after GST_BOILERPLATE[_FULL] so that
9449         indent doesn't mess up following lines.
9450
9451 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9454
9455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9456           Don't leak caps when freeing the stream context (#340623).
9457
9458 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9459
9460         * configure.ac:
9461           Back to CVS
9462
9463 === release 0.10.3 ===
9464
9465 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9466
9467         * configure.ac:
9468           releasing 0.10.3, "Desplazado"
9469
9470 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * gst/matroska/matroska-mux.c:
9473         (gst_matroska_mux_stream_is_vorbis_header),
9474         (gst_matroska_mux_write_data):
9475           Don't strcmp() NULL strings.
9476           Only start new clusters on video keyframes, not on any
9477           random audio buffer that doesn't have the DELTA_UNIT
9478           flag set (fixes 'make check' again).
9479
9480 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9481
9482         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9483
9484         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9485         (gst_matroska_mux_stream_is_vorbis_header),
9486         (gst_matroska_mux_write_data):
9487           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9488           value and then dead-lock when muxing vorbis audio streams
9489           (the three vorbis header buffers carry no timestamp, and it
9490           would try to mux these after all video buffers). Fixes #340346.
9491
9492           Improve clustering: start a new cluster also whenever we get
9493           a keyframe.     
9494
9495 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9496
9497         * win32/common/config.h:
9498         * win32/MANIFEST
9499           add the generated file as well
9500
9501 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * Makefile.am:
9504         * configure.ac:
9505         * win32/common/config.h.in:
9506           add win32 stuff
9507
9508 2006-05-03  Michael Smith  <msmith@fluendo.com>
9509
9510         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9511           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9512           SUCKS.
9513
9514 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9515
9516         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9517         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9518         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9519           don't leak caps-string
9520
9521 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9524         (gst_id3demux_sink_activate):
9525           Let core insert default error message for TYPE_NOT_FOUND
9526           errors, it's just as good as our own and has the added
9527           bonus of being translated.
9528
9529 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9532         (gst_tag_demux_sink_event):
9533         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9534         (gst_id3demux_sink_event):
9535           Post an error message when we get an EOS event and were not
9536           able to find out the type of stream.
9537
9538         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9539         (test_taglib_id3mux_with_tags):
9540           Decrease num-buffers to 16 per iteration again, otherwise the
9541           many memcpy()s and reallocations in the test will hammer slow
9542           CPUs completely and make the test timeout.
9543
9544 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9545
9546         * configure.ac:
9547           figure out where plugins-base plugins are
9548         * tests/check/Makefile.am:
9549           use plugins-base plugins, so we have typefind functions
9550         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9551           increase num-buffers, this makes sure the test errors out instead
9552           of timing out when no typefind functions are present
9553
9554 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9555
9556         * docs/plugins/Makefile.am:
9557           also check .cc files for gtk-doc markup
9558         * configure.ac:
9559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9561         * tests/check/Makefile.am:
9562         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9563         * ext/Makefile.am:
9564         * ext/taglib/Makefile.am:
9565         * ext/taglib/gstid3v2mux.h:
9566         * ext/taglib/gsttaglibmux.c:
9567         * ext/taglib/gsttaglibmux.h:
9568           move taglib-based id3v2muxer to -good.  Fixes #336110.
9569
9570 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9573           ... and fix multichannel/WAVFORMATEX support again.
9574
9575 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
9576
9577         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9578         (gst_wavparse_class_init), (gst_wavparse_dispose),
9579         (gst_wavparse_reset), (gst_wavparse_init),
9580         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9581         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9582         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9583         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9584         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9585         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9586         (gst_wavparse_stream_data), (gst_wavparse_loop),
9587         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9588         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9589         (gst_wavparse_change_state), (plugin_init):
9590         * gst/wavparse/gstwavparse.h:
9591           Add push (streaming) mode to wavparse (fixes #337625)
9592
9593 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9594
9595         * configure.ac:
9596         * tests/Makefile.am:
9597           add ximagesrc icles test
9598
9599 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9600
9601         * configure.ac:
9602         * docs/plugins/Makefile.am:
9603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9605         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9606         (gst_cmml_enc_push_clip):
9607         * sys/Makefile.am:
9608         * sys/ximage/Makefile.am:
9609         * sys/ximage/gstximagesrc.c:
9610           Move ximagesrc plug-in to good after review.  Fixes #336756.
9611
9612 2006-04-28  Michael Smith  <msmith@fluendo.com>
9613
9614         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9615         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9616         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9617         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9618         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9619         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9620         * gst/icydemux/gsticydemux.h:
9621           Fix event handling: cache events when typefinding and forward later.
9622
9623 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9624
9625         * sys/osxaudio/gstosxaudiosink.c:
9626         (plugin_init):
9627          Register osxaudiosrc to the plugin.
9628         * sys/osxaudio/gstosxaudiosrc.c:
9629         (gst_osx_audio_src_osxelement_do_init),
9630         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9631         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9632         (gst_osx_audio_src_get_property),
9633         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9634         (gst_osx_audio_src_osxelement_init):
9635         * sys/osxaudio/gstosxaudiosrc.h:
9636           Port of osxaudiosrc to 0.10.
9637         * sys/osxaudio/Makefile.am:
9638           Add osxaudiosrc
9639
9640 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9641
9642         * sys/osxaudio/gstosxringbuffer.c:
9643         * sys/osxaudio/gstosxringbuffer.h:
9644           Forgot to commit earlier, part of the OSX audio plugin port
9645
9646 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9647
9648         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9649         (parse_split_strings):
9650           Recognise and skip any byte order marker (BOM) in
9651           UTF-16 strings.
9652
9653 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9654
9655         * docs/plugins/Makefile.am:
9656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9658         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9659         * docs/plugins/inspect/plugin-avi.xml:
9660         * gst/avi/gstavidemux.c:
9661         * gst/avi/gstavimux.c:
9662           Add docs for both avidemux and avimux.
9663
9664 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9667
9668         * gst/avi/Makefile.am:
9669         * gst/avi/gstavi.c: (plugin_init):
9670         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9671         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9672         (gst_avi_mux_class_init), (gst_avi_mux_init),
9673         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9674         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9675         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9676         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9677         (gst_avi_mux_riff_get_avix_header),
9678         (gst_avi_mux_riff_get_video_header),
9679         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9680         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9681         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9682         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9683         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9684         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9685         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9686         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9687         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9688         (gst_avi_mux_change_state):
9689         * gst/avi/gstavimux.h:
9690           Port AVI muxer to GStreamer-0.10 (#332031).
9691
9692         * tests/check/Makefile.am:
9693         * tests/check/elements/avimux.c:
9694         * tests/check/elements/.cvsignore:
9695           Add unit test for AVI muxer.
9696
9697 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9698
9699         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9700         (gst_wavparse_class_init), (gst_wavparse_reset),
9701         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9702         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9703         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9704         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9705         (gst_wavparse_stream_data), (gst_wavparse_loop),
9706         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9707         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9708         (plugin_init):
9709         * gst/wavparse/gstwavparse.h:
9710           reverted patch #337625 for the price of 1 hour sleep
9711
9712 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9713
9714         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9715         (gst_wavparse_class_init), (gst_wavparse_reset),
9716         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9717         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9718         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9719         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9720         (gst_wavparse_stream_data), (gst_wavparse_loop),
9721         (gst_wavparse_chain), (plugin_init):
9722         * gst/wavparse/gstwavparse.h:
9723           correct partial implementation of push mode
9724           (from my last commit)
9725
9726 2006-04-26  Wim Taymans  <wim@fluendo.com>
9727
9728         * ext/esd/esdsink.c:
9729         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9730         it is not in esd.h
9731
9732 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9735         (gst_au_parse_class_init), (gst_au_parse_init),
9736         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9737         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9738         (gst_au_parse_chain), (gst_au_parse_src_convert),
9739         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9740         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9741         (gst_au_parse_change_state):
9742         * gst/auparse/gstauparse.h:
9743           Rewrite auparse to suck a little bit less: make source pad
9744           dynamic, so decodebin/playbin work with non-raw formats
9745           like alaw/mulaw; add query function for duration/position
9746           queries; check whether we have enough data before attempting
9747           to parse the header (instead of crashing when that is not the
9748           case); work around audioconvert sucking by swapping endianness
9749           to the native endianness ourselves for float formats; send
9750           initial newsegment event. Fixes #161712.
9751
9752 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9753
9754         * sys/osxaudio/Makefile.am:
9755         * sys/osxaudio/gstosxaudioelement.c:
9756         (gst_osx_audio_element_get_type),
9757         (gst_osx_audio_element_class_init):
9758         * sys/osxaudio/gstosxaudioelement.h:
9759         * sys/osxaudio/gstosxaudiosink.c:
9760         (gst_osx_audio_sink_osxelement_do_init),
9761         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9762         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9763         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9764         (gst_osx_audio_sink_create_ringbuffer),
9765         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9766         (plugin_init):
9767         * sys/osxaudio/gstosxaudiosink.h:
9768         Port of osxaudiosink to 0.10
9769
9770 2006-04-26  Wim Taymans  <wim@fluendo.com>
9771
9772         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9773         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9774         the size of the ringbuffer. This should fix hangs with older 
9775         esd sound servers.
9776
9777 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9778
9779         * ext/aalib/gstaasink.c:
9780         * ext/annodex/gstcmmldec.c:
9781         * ext/annodex/gstcmmlenc.c:
9782         * ext/cairo/gsttextoverlay.c:
9783         * ext/cairo/gsttimeoverlay.c:
9784         * ext/cdio/gstcdiocddasrc.c:
9785         * ext/dv/gstdvdec.c:
9786         * ext/dv/gstdvdemux.c:
9787         * ext/esd/esdmon.c:
9788         * ext/esd/esdsink.c:
9789         * ext/flac/gstflacenc.c:
9790         * ext/flac/gstflactag.c:
9791         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9792         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9793         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9794         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9795         * ext/gdk_pixbuf/pixbufscale.c:
9796         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9797         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9798         * ext/jpeg/gstjpegdec.c:
9799         * ext/jpeg/gstjpegenc.c:
9800         * ext/jpeg/gstsmokedec.c:
9801         * ext/jpeg/gstsmokeenc.c:
9802         * ext/libcaca/gstcacasink.c:
9803         * ext/libmng/gstmngdec.c:
9804         * ext/libmng/gstmngenc.c:
9805         * ext/libpng/gstpngdec.c:
9806         * ext/libpng/gstpngenc.c:
9807         * ext/mikmod/gstmikmod.c:
9808         * ext/raw1394/gstdv1394src.c:
9809         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9810         * ext/shout2/gstshout2.h:
9811         * ext/speex/gstspeexdec.c:
9812         * ext/speex/gstspeexenc.c:
9813         * gst/alpha/gstalpha.c:
9814         * gst/alpha/gstalphacolor.c:
9815         * gst/apetag/gstapedemux.c:
9816         * gst/auparse/gstauparse.c:
9817         * gst/autodetect/gstautoaudiosink.c:
9818         (gst_auto_audio_sink_base_init):
9819         * gst/autodetect/gstautovideosink.c:
9820         (gst_auto_video_sink_base_init):
9821         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9822         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9823         * gst/cutter/gstcutter.c:
9824         * gst/debug/breakmydata.c:
9825         * gst/debug/efence.c:
9826         * gst/debug/gstnavigationtest.c:
9827         * gst/debug/gstnavseek.c:
9828         * gst/debug/negotiation.c:
9829         * gst/debug/progressreport.c:
9830         * gst/debug/testplugin.c:
9831         * gst/effectv/gstaging.c:
9832         * gst/effectv/gstdice.c:
9833         * gst/effectv/gstedge.c:
9834         * gst/effectv/gstquark.c:
9835         * gst/effectv/gstrev.c:
9836         * gst/effectv/gstshagadelic.c:
9837         * gst/effectv/gstvertigo.c:
9838         * gst/effectv/gstwarp.c:
9839         * gst/flx/gstflxdec.c:
9840         * gst/goom/gstgoom.c:
9841         * gst/icydemux/gsticydemux.c:
9842         * gst/id3demux/gstid3demux.c:
9843         * gst/interleave/deinterleave.c:
9844         * gst/interleave/interleave.c:
9845         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9846         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9847         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9848         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9849         * gst/level/gstlevel.c:
9850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9852         * gst/median/gstmedian.c:
9853         * gst/monoscope/gstmonoscope.c:
9854         * gst/multipart/multipartdemux.c:
9855         * gst/multipart/multipartmux.c:
9856         * gst/oldcore/gstaggregator.c:
9857         * gst/oldcore/gstfdsink.c:
9858         * gst/oldcore/gstmd5sink.c:
9859         * gst/oldcore/gstmultifilesrc.c:
9860         * gst/oldcore/gstpipefilter.c:
9861         * gst/oldcore/gstshaper.c:
9862         * gst/oldcore/gststatistics.c:
9863         * gst/rtp/gstasteriskh263.c:
9864         * gst/rtp/gstrtpL16depay.c:
9865         * gst/rtp/gstrtpL16pay.c:
9866         * gst/rtp/gstrtpamrdepay.c:
9867         * gst/rtp/gstrtpamrpay.c:
9868         * gst/rtp/gstrtpdepay.c:
9869         * gst/rtp/gstrtpgsmpay.c:
9870         * gst/rtp/gstrtph263pay.c:
9871         * gst/rtp/gstrtph263pdepay.c:
9872         * gst/rtp/gstrtph263ppay.c:
9873         * gst/rtp/gstrtpilbcdepay.c:
9874         * gst/rtp/gstrtpmp4gpay.c:
9875         * gst/rtp/gstrtpmp4vdepay.c:
9876         * gst/rtp/gstrtpmp4vpay.c:
9877         * gst/rtp/gstrtpmpadepay.c:
9878         * gst/rtp/gstrtpmpapay.c:
9879         * gst/rtp/gstrtppcmadepay.c:
9880         * gst/rtp/gstrtppcmapay.c:
9881         * gst/rtp/gstrtppcmudepay.c:
9882         * gst/rtp/gstrtppcmupay.c:
9883         * gst/rtp/gstrtpspeexdepay.c:
9884         * gst/rtp/gstrtpspeexpay.c:
9885         * gst/rtsp/gstrtpdec.c:
9886         * gst/rtsp/gstrtspsrc.c:
9887         * gst/smpte/gstsmpte.c:
9888         * gst/udp/gstdynudpsink.c:
9889         * gst/udp/gstmultiudpsink.c:
9890         * gst/udp/gstudpsink.c:
9891         * gst/udp/gstudpsrc.c:
9892         * gst/videobox/gstvideobox.c:
9893         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9894         * gst/videofilter/gstvideobalance.c:
9895         * gst/videofilter/gstvideoflip.c:
9896         * gst/videofilter/gstvideotemplate.c:
9897         (gst_videotemplate_base_init):
9898         * gst/videomixer/videomixer.c:
9899         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9900         (gst_wavparse_class_init), (gst_wavparse_dispose),
9901         (gst_wavparse_reset), (gst_wavparse_init),
9902         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9903         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9904         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9905         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9906         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9907         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9908         (gst_wavparse_change_state):
9909         * gst/wavparse/gstwavparse.h:
9910         * sys/oss/gstossmixerelement.c:
9911         * sys/oss/gstosssink.c:
9912         * sys/oss/gstosssrc.c:
9913         * sys/osxaudio/gstosxaudioelement.c:
9914         * sys/osxaudio/gstosxaudiosink.c:
9915         * sys/osxaudio/gstosxaudiosrc.c:
9916         * sys/sunaudio/gstsunaudiomixer.c:
9917         * sys/sunaudio/gstsunaudiosink.c:
9918           Define GstElementDetails as const and also static (when defined as
9919           global)
9920
9921 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9924           Source pad has fixed caps. If we don't set this, bad
9925           things happen when the window is resized.
9926
9927 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst/matroska/Makefile.am:
9930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9931         (gst_matroska_demux_handle_src_event):
9932         * gst/matroska/matroska-ids.c:
9933         (gst_matroska_track_init_video_context),
9934         (gst_matroska_track_init_audio_context),
9935         (gst_matroska_track_init_subtitle_context),
9936         (gst_matroska_track_init_complex_context):
9937         * gst/matroska/matroska-ids.h:
9938           Handle case where the TrackType ebml chunk does not come before the
9939           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9940           events.
9941
9942 2006-04-25  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9945         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9946         It's codec_data, not codec_info.
9947
9948 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9951
9952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9953           Handle codec_data for VfW compatibility codec IDs (#339451)
9954
9955         * gst/matroska/matroska-mux.c:
9956         (gst_matroska_mux_video_pad_setcaps):
9957           Same here, handle codec_data and add additional caps we can handle
9958           now to the pad template (huffyuv, dv and h263 video) (#339451)
9959
9960 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
9963
9964         * gst/matroska/matroska-mux.c:
9965         (gst_matroska_mux_create_buffer_header),
9966         (gst_matroska_mux_write_data):
9967           Fix timestamping of B-frames, use signed integers, do
9968           some rounding (#339678).
9969
9970 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
9971
9972         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
9973         just make it compile with --disable-gst-debug.
9974
9975 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
9976
9977         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9978         Fix a bad conversion using gst_guint64_to_gdouble.
9979         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
9980         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
9981         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
9982     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
9983         mistake.
9984
9985 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
9986
9987         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9988         Use gst_guint64_to_gdouble for conversions
9989         * win32/vs6/gst_plugins_good.dsw:
9990         * win32/vs6/libgsticydemux.dsp:
9991         Add a project file for icydemux
9992
9993 2006-04-21  Wim Taymans  <wim@fluendo.com>
9994
9995         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9996
9997         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9998         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
9999         When splitting audio chunks, the block alignment is not taken in
10000         consideration, so the smaller chunks could be of size which is 
10001         not a multiple of the block alignment. Fixes #336904
10002
10003 2006-04-21  Wim Taymans  <wim@fluendo.com>
10004
10005         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10006         Use scale functions
10007
10008 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         * ext/dv/gstdv.c: (plugin_init):
10011           Fix build.
10012
10013 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10014
10015         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10016         (gst_progress_report_class_init), (gst_progress_report_init),
10017         (gst_progress_report_do_query), (gst_progress_report_report),
10018         (gst_progress_report_set_property),
10019         (gst_progress_report_get_property):
10020           Add 'format' property to force querying to a particular format.
10021
10022 2006-04-21  Andy Wingo  <wingo@pobox.com>
10023
10024         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10025         best, on big endian systems. Drop its rank in that case. OTOH on
10026         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10027
10028 2006-04-21  Michael Smith  <msmith@fluendo.com>
10029
10030         * configure.ac:
10031         * gst/icydemux/Makefile.am:
10032         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10033         (gst_icydemux_base_init), (gst_icydemux_class_init),
10034         (gst_icydemux_reset), (gst_icydemux_init),
10035         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10036         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10037         (unicodify), (gst_icydemux_unicodify),
10038         (gst_icydemux_parse_and_send_tags),
10039         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10040         (gst_icydemux_chain), (gst_icydemux_change_state),
10041         (gst_icydemux_send_tag_event), (plugin_init):
10042         * gst/icydemux/gsticydemux.h:
10043         * tests/check/Makefile.am:
10044         * tests/check/elements/icydemux.c: (typefind_succeed),
10045         (plugin_init), (icydemux_found_pad), (create_icydemux),
10046         (cleanup_icydemux), (push_data), (GST_START_TEST),
10047         (icydemux_suite), (main):
10048           Add icydemux, and tests.
10049
10050 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10053           Post SEGMENT_DONE message in TIME format.
10054
10055 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10058
10059         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10060         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10061           Fix index creation when we have to scan the file to create
10062           an index. There may be other types of RIFF 'LIST' chunks than
10063           'movi' and we need to skip them properly as well or we'll end up
10064           reading garbage (#336889). Some other cosmetic changes.
10065           
10066 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10069         (gst_flac_dec_handle_seek_event):
10070           Add support for segment seeks (fixes #338290). Also demote
10071           some recurring debug message from DEBUG to LOG level.
10072
10073 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10076         (gst_matroskademux_do_index_seek),
10077         (gst_matroska_demux_handle_seek_event),
10078         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10079         * gst/matroska/matroska-ids.h:
10080           Set DISCONT flag on first buffer after a discontinuity.
10081           Fix newsegment events sent when seeking and honour KEY_UNIT
10082           seek flag. Create pad with bogus caps if we don't recognise
10083           the stream codec id.
10084
10085         * gst/matroska/matroska-demux.h:
10086           Fix GObject macros.
10087
10088 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10091
10092         * gst/matroska/matroska-demux.c:
10093         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10094           Handle end of segment properly when set; don't dead-lock when
10095           posting start of segment message when doing a segment seek.
10096           Fixes #338810.
10097
10098 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10101         (gst_matroska_demux_plugin_init):
10102           Make mpeg2 aac audio work: create artificial private codec data
10103           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10104           Also call gst_riff_init(). Partially fixes #338767.
10105
10106 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10109         (gst_wavenc_class_init), (gst_wavenc_init),
10110         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10111         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10112         (gst_wavenc_chain), (gst_wavenc_change_state):
10113         * gst/wavenc/gstwavenc.h:
10114           Set caps on first outgoing buffer, so that it doesn't error out
10115           immediately with a non-negotiated error (#338716). Rewrite and
10116           clean up a bit; fix setcaps function to parse things properly;
10117           fix sink caps (8bit audio is unsigned and doesn't have depth);
10118           use boilerplate macros; remove unused properties stuff.
10119
10120 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10123           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10124           handle MJPEG streams and might be autoplugged for those if the
10125           user doesn't have jpegdec installed (resulting in a cryptic error
10126           message about huffman tables). Better to disable JPEG decoding here
10127           and let the user figure out that she needs to install jpegdec.
10128
10129 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10132         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10133         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10134         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10135           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10136           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10137           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10138           debug messages. Fix boilerplate macros.
10139
10140 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10143         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10144           No need to special-case for Gdk-2.0 any longer, we require
10145           Gdk 2.2 or newer; minor clean-ups.
10146
10147 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10150         (gst_shout2send_class_init), (gst_shout2send_init),
10151         (set_shout_metadata), (gst_shout2send_set_metadata),
10152         (gst_shout2send_event), (gst_shout2send_start),
10153         (gst_shout2send_connect), (gst_shout2send_stop),
10154         (gst_shout2send_render), (gst_shout2send_set_property),
10155         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10156         (plugin_init):
10157         * ext/shout2/gstshout2.h:
10158         * po/POTFILES.in:
10159           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10160           change function; use GST_ELEMENT_ERROR for error reporting, not
10161           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10162           will cause crashes or assertion failures; remove (unused) "sync"
10163           property, basesink already has such a property; misc. other
10164           minor fixes and cleanups.
10165
10166 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10169         * ext/esd/gstesd.c: (plugin_init):
10170         * po/POTFILES.in:
10171           Add translatable error message for when we cannot
10172           connect to the sound server, as "Cannot open resource
10173           for writing" isn't really an acceptable message to show
10174           to the user in this case.
10175
10176 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * sys/oss/gst-i18n-plugin.h:
10179           Remove bogus file that doesn't belong here.
10180
10181 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         Patch by: Philippe Valembois
10184
10185         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10186         (gst_shout2send_set_metadata), (gst_shout2send_event),
10187         (gst_shout2send_render), (gst_shout2send_change_state):
10188         * ext/shout2/gstshout2.h:
10189           Handle tags being received before the connection to
10190           the server is established properly (see #338636).
10191
10192 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10195           Don't crash in case the connection to the server fails:
10196           don't set pointer to NULL by assigning FALSE; error out
10197           properly by using GST_ELEMENT_ERROR and returning
10198           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10199           before resetting the pointer.
10200
10201 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10202
10203         * gst/id3demux/id3tags.c:
10204         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10205         (Fixes #338713)
10206
10207 2006-04-12  Wim Taymans  <wim@fluendo.com>
10208
10209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10210         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10211         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10212         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10213         (gst_gdk_pixbuf_chain):
10214         Some cleanups.
10215         Added RGBA as a possible output format.
10216         Correctly free the supported mimetypes.
10217         deprecate silent arg, it's not used.
10218         Return result from _alloc_buffer to peer.
10219
10220 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10223           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10224           overwriting GST_BUFFER_MALLOCDATA.
10225
10226 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10229         (user_endrow_callback), (user_end_callback),
10230         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10231         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10232         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10233         * ext/libpng/gstpngdec.h:
10234           Handle more than one frame if the content is framed,
10235           like with png-in-quicktime (#331917).
10236
10237 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10238
10239         * sys/oss/Makefile.am:
10240         * sys/oss/common.h:
10241         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10242         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10243         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10244         (gst_oss_src_unprepare):
10245           - the user-visible error strings were in the wrong category
10246           - and the messages were not marked for translation
10247           - which is actually a good thing, because they were exactly
10248             the kind of message you would never want anyone to see
10249           - the macros were using variables that didn't exist in the macro
10250             arguments
10251           - and they were obviously copied from each other and then modified
10252           - so a common header makes sense
10253
10254 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10257           Don't try to modify read-only data.
10258
10259         * gst/matroska/matroska-demux.c:
10260         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10261           Fix comment (won't crash any longer now).
10262
10263 2006-04-10  Michael Smith  <msmith@fluendo.com>
10264
10265         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10266           Use copies of header buffers for caps to avoid circular refcounting
10267           problems (as in theoradec, vorbisdec).
10268
10269         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10270           Fix a typo in test that meant it was testing the wrong thing.
10271
10272         * tests/check/elements/cmmlenc.c: (check_headers):
10273           Fix refcount checks now that we use buffer-copies for caps.
10274
10275 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10278         (gst_matroska_demux_handle_seek_event),
10279         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10280         (gst_matroska_demux_subtitle_caps),
10281         (gst_matroska_demux_plugin_init):
10282           Use static pad templates with ANY caps for audio and video
10283           source pads and get rid of a lot of unnecessary (and partially
10284           broken) code for the template caps. Clean up caps finding
10285           functions. Fixes playback of audio files/streams that do not
10286           contain the sample rate and/or number of channels in the audio
10287           context (happens a lot with vorbis/mp3 .mka files it seems).
10288           Fixes #337183.
10289           Also add myself to copyright holders.
10290
10291 2006-04-10  Michael Smith  <msmith@fluendo.com>
10292
10293         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10294           Use g_list_delete_link () instead of g_list_remove_link () so that
10295           we free the link as well as the contained data.
10296
10297 2006-04-10  Wim Taymans  <wim@fluendo.com>
10298
10299         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10300
10301         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10302         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10303         (gst_avi_demux_stream_header):
10304         Fix some crashers with empty chunks. (Fixes #337749)
10305
10306 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10307
10308         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10309           use G_GINT64_CONSTANT for INT64 constants
10310         * gst/videofilter/gstvideobalance.c:
10311           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10312         * win32/vs6/libgstavi.dsp:
10313          add missing libraries for the link and remove avimux.c from
10314          the project as it isn't ported to 0.10 yet
10315         
10316 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10319           Even better would be if we actually did the right thing
10320           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10321
10322 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10325           Can't just replace 1LL with 1L here just because MSVC doesn't
10326           support it, as it might lead to incorrect results when doing the
10327           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10328           force a 64-bit constant in a way that all compilers are happy with.
10329
10330 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10331
10332         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10333         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10334         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10337         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10338         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10339         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10340         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10341         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10342         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10343         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10344         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10345         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10346         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10347         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10348         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10349         * gst/debug/efence.c: (gst_efence_class_init):
10350         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10351         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10352         * gst/goom/gstgoom.c: (gst_goom_class_init):
10353         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10354         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10355         * gst/interleave/interleave.c: (interleave_class_init):
10356         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10357         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10358         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10359         * gst/median/gstmedian.c: (gst_median_class_init):
10360         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10361         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10362         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10363         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10364         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10365         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10366         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10367         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10368         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10369         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10370         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10371         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10372         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10373         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10374         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10375         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10376         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10377         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10378         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10379         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10380         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10381         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10382         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10383         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10384         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10386         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10387         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10388         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10389         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10390         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10391         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10392         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10393         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10394         * sys/osxaudio/gstosxaudioelement.c:
10395         (gst_osxaudioelement_class_init):
10396         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10397         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10398         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10399         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10400
10401 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10402
10403         * ext/mikmod/gstmikmod.h:
10404         * gst/level/gstlevel.h:
10405         Fix more broken GObject macros
10406
10407 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10408
10409         * ext/annodex/gstcmmldec.h:
10410         * ext/annodex/gstcmmlenc.h:
10411         * ext/annodex/gstcmmltag.h:
10412         * ext/cairo/gsttextoverlay.h:
10413         * ext/ladspa/gstsignalprocessor.h:
10414         * gst/matroska/ebml-read.h:
10415         * gst/matroska/ebml-write.h:
10416         * sys/osxaudio/gstosxaudioelement.h:
10417         Fix broken GObject macros
10418
10419 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10422           Don't try to seek beyond the end of the file (would
10423           occasionally display error dialogs in totem when seeking
10424           to the end) (#335869). Will still throw an error though
10425           if the file is truncated and the total_samples value in
10426           the stream header is wrong.
10427
10428 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10429
10430         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10431         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10432         (gst_flac_dec_metadata_callback):
10433         * ext/flac/gstflacdec.h:
10434           If the stream header doesn't contain the total number of samples,
10435           search for the last flac frame at the end of the file and calculate
10436           the total duration from that frame's offset (fixes #337609).
10437
10438 2006-04-07  Edward Hervey  <edward@fluendo.com>
10439
10440         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10441         Don't unref the GstPadTemplate returned by
10442         gst_element_class_get_pad_template().
10443
10444 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10447
10448         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10449         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10450         * sys/sunaudio/gstsunaudiosink.h:
10451           Use spec->segsize and spec->segtotal in the prepare function
10452           to initialise the ring buffer instead of using the buffer-time
10453           property (#337421).
10454
10455 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         * configure.ac:
10458           Bump core requirements to CVS for gst_pad_query_peer_duration()
10459           which is used by speexdec.
10460
10461 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10462
10463         * ext/speex/gstspeex.c: (plugin_init):
10464         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10465         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10466         (speex_get_sink_query_types), (speex_dec_sink_query),
10467         (speex_get_src_query_types), (speex_dec_src_query),
10468         (speex_dec_src_event), (speex_dec_sink_event),
10469         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10470         (speex_dec_chain_parse_data), (speex_dec_chain),
10471         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10472         (speex_dec_change_state):
10473         * ext/speex/gstspeexdec.h:
10474           Fix seeking and duration queries (#337033); clean up and
10475           refactor a bit.
10476
10477 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10478
10479         * ext/raw1394/gstdv1394src.c:
10480           distinguish between device not found and could not open for
10481           reading
10482
10483 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10484
10485         * Makefile.am:
10486         * configure.ac:
10487         * pkgconfig/.cvsignore:
10488         * pkgconfig/Makefile.am:
10489         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10490           add a .pc file so other modules can use good plugins in tests
10491
10492 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * configure.ac:
10495           clean up, use AS_VERSION and AS_NANO
10496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10497           use PACKAGE_VERSION define
10498         * po/af.po:
10499         * po/az.po:
10500         * po/cs.po:
10501         * po/en_GB.po:
10502         * po/hu.po:
10503         * po/it.po:
10504         * po/nb.po:
10505         * po/nl.po:
10506         * po/or.po:
10507         * po/sq.po:
10508         * po/sr.po:
10509         * po/sv.po:
10510         * po/uk.po:
10511         * po/vi.po:
10512           updated
10513
10514 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
10515
10516         * ext\jpeg\smokecodec.c:
10517           use of GST_DEBUG instead of DEBUG(a...) for WIN32
10518         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10519           move first instruction after all variables declarations
10520         * gst\alpha\gstalpha.c:
10521         * gst\effectv\gstshagadelic.c:
10522         * gst\smpte\paint.c:
10523         * gst\videofilter\gstvideobalance.c:
10524           define M_PI if it's not defined (it's not defined on WIN32)
10525         * gst\cutter\gstcutter.c: (gst_cutter_chain):
10526         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10527         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10528         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
10529         (gst_matroska_demux_video_caps):
10530         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10531         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10532           use gst_guint64_to_gdouble for conversions
10533         * gst\goom\filters.c: (setPixelRGB_):
10534           fix a debug which was using undefined variable
10535         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10536         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10537           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10538         * win32/vs6:
10539           add vs6 projects files for most of plugins-good
10540         
10541 2006-03-30  j^  <j@bootlab.org>
10542
10543         * ext/aalib/gstaasink.c:
10544         * ext/annodex/gstcmmldec.c:
10545         * ext/annodex/gstcmmlenc.c:
10546         * ext/cairo/gsttextoverlay.c:
10547         * ext/cairo/gsttimeoverlay.c:
10548         * ext/cdio/gstcdiocddasrc.c:
10549         * ext/dv/gstdvdec.c:
10550         * ext/esd/esdmon.c:
10551         * ext/esd/esdsink.c:
10552         * ext/flac/gstflacdec.c:
10553         * ext/flac/gstflacenc.c:
10554         * ext/flac/gstflactag.c:
10555         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10556         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10557         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10558         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10559         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10560         * ext/gdk_pixbuf/pixbufscale.c:
10561         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10562         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10563         * ext/jpeg/gstjpegdec.c:
10564         * ext/jpeg/gstjpegenc.c:
10565         * ext/jpeg/gstsmokedec.c:
10566         * ext/jpeg/gstsmokeenc.c:
10567         * ext/libcaca/gstcacasink.c:
10568         * ext/libmng/gstmngdec.c:
10569         * ext/libmng/gstmngenc.c:
10570         * ext/libpng/gstpngdec.c:
10571         * ext/libpng/gstpngenc.c:
10572         * ext/mikmod/gstmikmod.c:
10573         * ext/raw1394/gstdv1394src.c:
10574         * ext/shout2/gstshout2.c:
10575         * ext/speex/gstspeexdec.c:
10576         * ext/speex/gstspeexenc.c:
10577         * gst/alpha/gstalpha.c:
10578         * gst/alpha/gstalphacolor.c:
10579         * gst/auparse/gstauparse.c:
10580         * gst/autodetect/gstautoaudiosink.c:
10581         (gst_auto_audio_sink_base_init):
10582         * gst/autodetect/gstautovideosink.c:
10583         (gst_auto_video_sink_base_init):
10584         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10585         * gst/cutter/gstcutter.c:
10586         * gst/debug/breakmydata.c:
10587         * gst/debug/efence.c:
10588         * gst/debug/gstnavigationtest.c:
10589         * gst/debug/negotiation.c:
10590         * gst/debug/progressreport.c:
10591         * gst/debug/testplugin.c:
10592         * gst/effectv/gstaging.c:
10593         * gst/effectv/gstdice.c:
10594         * gst/effectv/gstedge.c:
10595         * gst/effectv/gstquark.c:
10596         * gst/effectv/gstrev.c:
10597         * gst/effectv/gstvertigo.c:
10598         * gst/effectv/gstwarp.c:
10599         * gst/flx/gstflxdec.c:
10600         * gst/goom/gstgoom.c:
10601         * gst/interleave/deinterleave.c:
10602         * gst/interleave/interleave.c:
10603         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10604         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10605         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10606         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10607         * gst/level/gstlevel.c:
10608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10609         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10610         * gst/median/gstmedian.c:
10611         * gst/monoscope/gstmonoscope.c:
10612         * gst/multipart/multipartdemux.c:
10613         * gst/multipart/multipartmux.c:
10614         * gst/oldcore/gstmd5sink.c:
10615         * gst/oldcore/gstmultifilesrc.c:
10616         * gst/oldcore/gstpipefilter.c:
10617         * gst/oldcore/gstshaper.c:
10618         * gst/oldcore/gststatistics.c:
10619         * gst/rtp/gstasteriskh263.c:
10620         * gst/rtp/gstrtpL16depay.c:
10621         * gst/rtp/gstrtpL16pay.c:
10622         * gst/rtp/gstrtpamrdepay.c:
10623         * gst/rtp/gstrtpamrpay.c:
10624         * gst/rtp/gstrtpdepay.c:
10625         * gst/rtp/gstrtpgsmpay.c:
10626         * gst/rtp/gstrtph263pay.c:
10627         * gst/rtp/gstrtph263pdepay.c:
10628         * gst/rtp/gstrtph263ppay.c:
10629         * gst/rtp/gstrtpmp4gpay.c:
10630         * gst/rtp/gstrtpmp4vdepay.c:
10631         * gst/rtp/gstrtpmp4vpay.c:
10632         * gst/rtp/gstrtpmpadepay.c:
10633         * gst/rtp/gstrtpmpapay.c:
10634         * gst/rtp/gstrtppcmadepay.c:
10635         * gst/rtp/gstrtppcmapay.c:
10636         * gst/rtp/gstrtppcmudepay.c:
10637         * gst/rtp/gstrtppcmupay.c:
10638         * gst/rtp/gstrtpspeexdepay.c:
10639         * gst/rtp/gstrtpspeexpay.c:
10640         * gst/rtsp/gstrtpdec.c:
10641         * gst/smpte/gstsmpte.c:
10642         * gst/videobox/gstvideobox.c:
10643         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10644         * gst/videofilter/gstvideobalance.c:
10645         * gst/videofilter/gstvideoflip.c:
10646         * gst/videofilter/gstvideotemplate.c:
10647         (gst_videotemplate_base_init):
10648         * gst/videomixer/videomixer.c:
10649         * gst/wavenc/gstwavenc.c:
10650         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10651          better/unified long descriptions
10652          Fixed #336602
10653          Some cleanups to auparse, don't send multiple newsegments.
10654
10655 2006-03-29  Wim Taymans  <wim@fluendo.com>
10656
10657         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10658
10659         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10660         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10661         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10662         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10663         * ext/dv/gstdvdemux.h:
10664         Seek in READY patch. Only works for pull based mode.
10665         Fixes #323880
10666
10667 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10670         (gst_gdk_pixbuf_event):
10671           Fix two crashers: don't unref the same caps twice, and
10672           set pixbuf loader to NULL after freeing it.
10673
10674 2006-03-27  Wim Taymans  <wim@fluendo.com>
10675
10676         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10677         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10678         (gst_speexenc_chain):
10679         * ext/speex/gstspeexenc.h:
10680         Don't leak adapter.
10681         A push *always* takes ownership of the buffer, even on
10682         errors.
10683         Small cleanups.
10684
10685 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10688           Create source pad without leaking.
10689
10690 2006-03-24  Wim Taymans  <wim@fluendo.com>
10691
10692         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10693         * ext/flac/gstflacdec.h:
10694         * ext/flac/gstflacenc.h:
10695         Spifify a bit.
10696         Fix deadly lock order error in seeking code, STREAM_LOCK
10697         cannot be taken within LOCK and the streaming variables are
10698         protected with the STREAM_LOCK anyway.
10699
10700 2006-03-24  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10703         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10704         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10705         this patch combines the global init_frames with the stream
10706         init_frames. Rationale being that the global delay should 
10707         be subtracted from any stream delay.
10708         Fixes #335858.
10709
10710 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10711
10712         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10713         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10714         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10715         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10716         use DEBUG_FUNCPTR for collectpads
10717
10718 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10721           Don't crash when encoding images where the number of rows isn't
10722           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10723
10724 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10727         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10728         * gst/interleave/interleave.c: (interleave_change_state):
10729         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10730           More state change function fixes.
10731
10732 2006-03-23  Wim Taymans  <wim@fluendo.com>
10733
10734         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10735         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10736         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10737         (gst_esdsink_delay), (gst_esdsink_reset):
10738         * ext/esd/esdsink.h:
10739         Fix esd choppy playback by configuring audiosink
10740         correctly. Fixes #325191
10741
10742 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10745           Make state change function thread-safe.
10746
10747 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10750         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10751           Don't try to read beyond the end of the file just because
10752           the header claims a bigger size (like with truncated files).
10753
10754 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10757         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10758         (gst_wavparse_stream_data), (gst_wavparse_loop):
10759         * gst/wavparse/gstwavparse.h:
10760           Delay source pad creation until we have the first chunk of
10761           media data, so the we can examine the data and adjust the
10762           caps accordingly if required. This makes playback of .wav
10763           files with DTS-declared-as-PCM content work (#313266).
10764
10765 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10766
10767         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10768         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10769         Don't attempt typefinding on too-short buffers that have been
10770         completely trimmed away. (Fixes #330239)
10771
10772         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10773         Improve the debug output
10774
10775 2006-03-21  Wim Taymans  <wim@fluendo.com>
10776
10777         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10778         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10779         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10780         (gst_esdsink_set_property), (gst_esdsink_get_property):
10781         Some cleanups.
10782         Reset fd to -1 when we close them.
10783
10784 2006-03-21  Wim Taymans  <wim@fluendo.com>
10785
10786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10787         the OPTIONS request result is optional so don't
10788         fail on it.
10789
10790 2006-03-21  Edward Hervey  <edward@fluendo.com>
10791
10792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10793         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10794         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10795         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10796         (gst_wavparse_change_state):
10797         gcc 4.1 unreferenced pointer fixes.
10798
10799 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10802
10803         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10804           Fix block alignment calculation. Alignment should be done before
10805           adding the byte offset where the data starts (#335231).
10806
10807 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10808
10809         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10810           Ensure that we set correct caps on buffers that are transferred
10811           direct from the input.
10812
10813 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10814
10815         * gst/goom/filters.c: (zoomFilterDestroy):
10816         * gst/goom/goom_core.c: (goom_close):
10817           Free filter data when cleaning up. (Fixes: #334995)
10818
10819 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         * configure.ac:
10822           Don't compile udp and rtsp plugins on win32 (mingw) or other
10823           systems that don't have <sys/socket.h> for some reason (#316203).
10824
10825 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10826
10827         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10828         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10829         * ext/raw1394/gstdv1394src.h:
10830           Change bus reset handler so it reports useful information such as
10831           whether the device being used connected or disconnected
10832
10833 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/id3demux/id3v2frames.c:
10836         (parse_relative_volume_adjustment_two):
10837           We only care about gain and peak data for the master volume.
10838
10839 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10842         (parse_id_string), (parse_unique_file_identifier),
10843         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10844           Read replay gain tags (#323721).
10845
10846 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * configure.ac:
10849           Bump requirements to gst-plugins-base CVS because
10850           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10851
10852 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10853
10854         * rtp/gst/gstrtppcmadepay.c:
10855         Fixed one of the caps in the code from mulaw to alaw.
10856
10857 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10858
10859         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10860           Ensure that we set caps on the buffers we pass.
10861
10862         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10863         (gst_id3demux_sink_activate):
10864           Ensure that we set caps on the buffers we pass.
10865
10866           Use STREAM, TYPE_NOT_FOUND as the error class when
10867           typefinding fails.
10868
10869 2006-03-15  Edward Hervey  <edward@fluendo.com>
10870
10871         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10872         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10874         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10875         (gst_jpeg_dec_setcaps):
10876         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10877         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10878         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10879         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10880         (gst_mngdec_src_getcaps):
10881         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10882         (gst_pngdec_caps_create_and_set):
10883         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10884         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10885         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10886         * gst/alpha/gstalpha.c: (gst_alpha_init):
10887         * gst/auparse/gstauparse.c: (gst_au_parse_init):
10888         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10889         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10890         * gst/cutter/gstcutter.c: (gst_cutter_init):
10891         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10892         (gst_efence_checkgetrange):
10893         * gst/debug/negotiation.c: (gst_negotiation_init):
10894         * gst/flx/gstflxdec.c: (gst_flxdec_init):
10895         * gst/goom/gstgoom.c: (gst_goom_init):
10896         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10897         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10898         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10899         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10900         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10901         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10902         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10903         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10904         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10905         (gst_wavparse_create_sourcepad):
10906         Fix memleak with gst_static_pad_template_get().
10907         This uses gst_pad_new_from_static_template() instead.
10908         Fixes #333512
10909
10910 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * configure.ac:
10913           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10914           used by id3demux.
10915
10916         * gst/id3demux/gstid3demux.c: (plugin_init):
10917         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10918         (parse_user_text_identification_frame),
10919         (parse_unique_file_identifier):
10920           Add support for UFID and TXXX frames and extract musicbrainz tags.
10921
10922 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10925           Catch short reads, like they might happen with truncated
10926           files (see #305279); remove unnecessary indentation.
10927
10928 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10931           Fix DIB image inversion for pictures with a
10932           depth != 8 (#305279).
10933
10934 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10937         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10938         * ext/jpeg/gstjpegdec.h:
10939           Fix durations on outgoing buffers after seeking
10940           in MJPEG files (#334083); some minor clean-ups.
10941
10942 2006-03-13  Wim Taymans  <wim@fluendo.com>
10943
10944         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10945         (gst_wavparse_change_state):
10946         Implement seek in READY (re-fixes #327658)
10947
10948 2006-03-13  Wim Taymans  <wim@fluendo.com>
10949
10950         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
10951         * ext/esd/esdmon.c: (gst_esdmon_get):
10952         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10953         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10954         (gst_gdk_pixbuf_sink_getcaps):
10955         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
10956         (gst_jpegenc_setcaps):
10957         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10958         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10959         (gst_smokeenc_setcaps):
10960         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
10961         (gst_mngdec_src_getcaps):
10962         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
10963         (gst_mngenc_chain):
10964         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10965         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
10966         * ext/speex/gstspeexdec.c: (speex_dec_convert),
10967         (speex_dec_src_event), (speex_dec_chain):
10968         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
10969         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
10970         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
10971         (gst_negotiation_pad_link), (gst_negotiation_chain):
10972         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
10973         (gst_flxdec_chain):
10974         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
10975         (deinterleave_chain):
10976         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
10977         * gst/median/gstmedian.c: (gst_median_link):
10978         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
10979         (gst_monoscope_chain):
10980         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
10981         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
10982         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
10983         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
10984         close #333784 unref the result of gst_pad_get_parent()
10985         by: Christophe Fergeau.
10986
10987 2006-03-09  Wim Taymans  <wim@fluendo.com>
10988
10989         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
10990         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
10991         Handle events in push mode better, can now do non-flushing
10992         seeks in push mode as well.
10993
10994 2006-03-07  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10997         Applied patch from Kai Vehmanen, fixes #333624.
10998
10999 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11000
11001         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11002         Implement paletted and grayscale png files handling.
11003         (#150363).
11004
11005 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11006
11007         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11008         (gst_speexenc_chain):
11009           fix a tag list assert
11010           follow gst-plugins-base/ext/ogg/README; set OFFSET
11011           and OFFSET_END.  Muxes correctly with gst-plugins-base
11012           > 0.9.3
11013
11014 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst/id3demux/Makefile.am:
11017         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11018         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11019           Use new typefind helper functions here as well, and
11020           do typefinding in pull-mode if upstream supports that.
11021
11022 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * sys/sunaudio/gstsunaudiomixerctrl.c:
11025         (gst_sunaudiomixer_ctrl_get_volume),
11026         (gst_sunaudiomixer_ctrl_set_volume):
11027         * sys/sunaudio/gstsunaudiomixertrack.c:
11028         (gst_sunaudiomixer_track_new):
11029           Remove unused variables, breaks build from CVS
11030           with -Werror (#333392, patch by: Benjamin Pineau)
11031
11032 2006-03-03  Wim Taymans  <wim@fluendo.com>
11033
11034         * docs/plugins/Makefile.am:
11035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11037         Added wavparse docs.
11038
11039         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11040         (gst_wavparse_reset), (gst_wavparse_init),
11041         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11042         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11043         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11044         (gst_wavparse_stream_data), (gst_wavparse_loop),
11045         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11046         (gst_wavparse_change_state):
11047         * gst/wavparse/gstwavparse.h:
11048         Implement seek in READY (fixes #327658)
11049         Added docs and did some cleanups.
11050
11051 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11054         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11055         (gst_avi_demux_calculate_durations_from_index),
11056         (gst_avi_demux_stream_header):
11057         * gst/avi/gstavidemux.h:
11058           If we have an index, use a duration based on the index instead
11059           of blindly trusting the information in the stream headers
11060           (fixes #331817).
11061
11062 2006-03-03  Wim Taymans  <wim@fluendo.com>
11063
11064         * docs/plugins/Makefile.am:
11065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11066         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11067         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11068         Added smoke and jpeg to the docs.
11069
11070         * ext/jpeg/Makefile.am:
11071         * ext/jpeg/gstjpeg.c: (plugin_init):
11072         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11073         * ext/jpeg/gstjpegenc.h:
11074         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11075         (gst_smokedec_chain):
11076         * ext/jpeg/gstsmokedec.h:
11077         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11078         * ext/jpeg/gstsmokeenc.h:
11079         * ext/jpeg/smokecodec.h:
11080         Port smokedec (fixes #331905).
11081         Added some docs.
11082         Some cleanups.
11083
11084 2006-03-03  Wim Taymans  <wim@fluendo.com>
11085
11086         * docs/plugins/Makefile.am:
11087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11089         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11090         Added videobalance and videoflip to the docs.
11091
11092         * gst/videofilter/Makefile.am:
11093         * gst/videofilter/gstvideobalance.c:
11094         (gst_video_balance_update_tables_planar411),
11095         (gst_video_balance_is_passthrough),
11096         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11097         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11098         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11099         (gst_video_balance_finalize), (gst_video_balance_class_init),
11100         (gst_video_balance_init), (gst_video_balance_interface_supported),
11101         (gst_video_balance_interface_init),
11102         (gst_video_balance_colorbalance_list_channels),
11103         (gst_video_balance_colorbalance_set_value),
11104         (gst_video_balance_colorbalance_get_value),
11105         (gst_video_balance_colorbalance_init),
11106         (gst_video_balance_set_property), (gst_video_balance_get_property),
11107         (gst_video_balance_get_type), (plugin_init):
11108         * gst/videofilter/gstvideobalance.h:
11109         Ported to 0.10. (Fixes #326160)
11110         Added docs.
11111
11112         * gst/videofilter/gstvideoflip.c:
11113         * gst/videofilter/gstvideoflip.h:
11114         Added docs.
11115
11116 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         * configure.ac:
11119           Bump requirements to current core and -base CVS
11120           (core for new typefind helper API, and -base for the
11121           WAVFORMATEX support that was added to libgstriff and
11122           is needed by wavparse).
11123         
11124         * gst/apetag/Makefile.am:
11125         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11126         (gst_tag_demux_sink_activate):
11127           Use new typefind helpers for typefinding instead of our
11128           home-grown stuff; also, do typefinding in pull-mode if
11129           upstream supports that.
11130
11131 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11132
11133         Reviewed by: Christian Schaller <christian@fluendo.com>
11134
11135         This patch fixes bug: 329107
11136
11137         This Changelog entry is for a commit done on February 17
11138
11139         * ext/gconf/gconf.c
11140         * ext/gconf/gconf.h
11141         * ext/gconf/gstgconfaudiosink.c
11142         * ext/gconf/gstgconfaudiosink.h
11143         * gconf/gstreamer.schemas.in
11144
11145 2006-02-28  Wim Taymans  <wim@fluendo.com>
11146
11147         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11148         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11149         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11150         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11151         Use DEBUG_OBJECT more.
11152
11153 2006-02-28  Wim Taymans  <wim@fluendo.com>
11154
11155         * docs/plugins/Makefile.am:
11156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11158         Added dvdec and dvdemux to docs.
11159
11160         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11161         Added docs.
11162         Check frame sizes so we don't crash when don't have enough
11163         data.
11164         Send nice error messages on error.
11165
11166         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11167         (gst_dvdemux_class_init), (gst_dvdemux_init),
11168         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11169         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11170         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11171         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11172         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11173         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11174         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11175         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11176         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11177         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11178         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11179         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11180         * ext/dv/gstdvdemux.h:
11181         Added docs.
11182         Implement pull mode.
11183         Fix memleaks.
11184         Reduce memcpy for the video demuxing.
11185
11186 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11187
11188         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11189         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11190         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11191         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11192           Add a little extra debug. Make the decoder not return NOT_LINKED,
11193           as we want to continue decoding all CMML and emitting tags.
11194
11195 2006-02-27  Michael Smith  <msmith@fluendo.com>
11196
11197         * ext/annodex/gstskeltag.c:
11198         * ext/annodex/gstskeltag.h:
11199           Deleted; these files aren't used any more either.
11200
11201 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11202
11203         * ext/Makefile.am: Fix dist-check.
11204
11205 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11206
11207         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11208         memleak.
11209
11210 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11211
11212         * ext/annodex/Makefile.am:
11213         * ext/annodex/gstannodex.c:
11214         * ext/annodex/gstcmmldec.c:
11215         * ext/annodex/gstcmmlenc.c:
11216         * ext/annodex/gstcmmlparser.c:
11217         * ext/annodex/gstcmmlparser.h:
11218         * ext/annodex/gstcmmlutils.c:
11219         * tests/check/elements/cmmldec.c:
11220         * tests/check/elements/cmmlenc.c:
11221           Fix a memleak in gst_cmml_track_list_add_clip.
11222           Handle overflows in clip's start and end times.
11223           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11224           Do not parse junk at the end of a CMML preamble buffer.
11225           Register a libxml error handler to not print stuff on stderr.
11226           Check for bad clip start and end times in the testsuites.
11227
11228 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11229
11230         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11231         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11232         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11233         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11234         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11235         possible memleaks.
11236
11237 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11238
11239         * tests/check/Makefile.am:
11240         * tests/check/elements/cmmldec.c:
11241         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11242         the plugins-base tags.
11243
11244 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11245
11246         * ext/Makefile.am: Re-enable module.
11247
11248 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11249
11250         * tests/check/Makefile.am: Forgot to remove that test.
11251
11252 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11253
11254         * ext/annodex/Makefile.am:
11255         * ext/annodex/gstannodex.c: (plugin_init):
11256         * ext/annodex/gstcmmldec.c:
11257         * ext/annodex/gstskeldec.c:
11258         * ext/annodex/gstskeldec.h:
11259         * tests/check/Makefile.am:
11260         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11261
11262 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11263
11264         * tests/check/Makefile.am: Disable those checks as well.
11265
11266 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11267
11268         * ext/Makefile.am: Disable annodex for now until we figure out
11269         how to make it build.
11270         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11271         Add a rule to your checklist : "please try to at least build 
11272         what you are going to commit into -good, or if you are too lazy
11273         to do that, please check that the buildbots are not crying because
11274         of your commit."
11275
11276 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11277
11278         * configure.ac:
11279         * ext/Makefile.am:
11280         * ext/gdk_pixbuf/Makefile.am:
11281         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11282         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11283         * ext/gdk_pixbuf/pixbufscale.c:
11284         * ext/gdk_pixbuf/pixbufscale.h:
11285           Gdkpixbuf ported from 0.8 to 0.10 by
11286           Renato Filho <renato.filho@indt.org.br>.
11287           gst_loader and gdkpixbufanimation still need port.
11288
11289 2006-02-24  Michael Smith  <msmith@fluendo.com>
11290
11291         * configure.ac:
11292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11293         * ext/Makefile.am:
11294         * ext/annodex/Makefile.am:
11295         * ext/annodex/gstannodex.c:
11296         * ext/annodex/gstannodex.h:
11297         * ext/annodex/gstcmmldec.c:
11298         * ext/annodex/gstcmmldec.h:
11299         * ext/annodex/gstcmmlenc.c:
11300         * ext/annodex/gstcmmlenc.h:
11301         * ext/annodex/gstcmmlparser.c:
11302         * ext/annodex/gstcmmlparser.h:
11303         * ext/annodex/gstcmmltag.c:
11304         * ext/annodex/gstcmmltag.h:
11305         * ext/annodex/gstcmmlutils.c:
11306         * ext/annodex/gstcmmlutils.h:
11307         * ext/annodex/gstskeldec.c:
11308         * ext/annodex/gstskeldec.h:
11309         * ext/annodex/gstskeltag.c:
11310         * ext/annodex/gstskeltag.h:
11311         * tests/check/Makefile.am:
11312         * tests/check/elements/cmmldec.c:
11313         * tests/check/elements/cmmlenc.c:
11314         * tests/check/elements/skeldec.c:
11315           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11316           Includes tests & docs, oh my! Passes Thomas's -good checklist
11317           entirely. Wow.
11318
11319 2006-02-24  Michael Smith  <msmith@fluendo.com>
11320
11321         * autogen.sh:
11322           Check for automake 1.9 as well.
11323
11324 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * ext/flac/gstflacenc.c:
11327           Change min. sample rate to 8kHz to match flacdec's.
11328           
11329 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * ext/cdio/Makefile.am:
11332           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11333           required for Cygwin, see #317048)
11334
11335         * gst/rtp/gstasteriskh263.c:
11336           Cygwin has includes for both the unix network socket API
11337           and the windows API, but only one can be included, so fix
11338           includes to only use one or the other, prefering the unxi
11339           one (#317048).
11340
11341 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11342
11343         * rtp/gst/gstrtppcmadepay.c:
11344         * rtp/gst/gstrtppcmadepay.h:
11345         * rtp/gst/gstgstrtppcmapay.c:
11346         * rtp/gst/gstgstrtppcmapay.h:
11347         * rtp/gst/gstrtppcmudepay.c:
11348         * rtp/gst/gstrtppcmudepay.h:
11349         * rtp/gst/gstrtppcmupay.c:
11350         * rtp/gst/gstrtppcmupay.h:
11351         * rtp/gst/Makefile.am:
11352         * rtp/gst/gstrtp.c:
11353         * rtp/gst/README:
11354         Separated the G711 payloaders/depayloaders into separate elements for
11355         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11356
11357 2006-02-22  Wim Taymans  <wim@fluendo.com>
11358
11359         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11360         (gst_dvdec_change_state):
11361         * ext/dv/gstdvdec.h:
11362         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11363         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11364         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11365         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11366         (gst_dvdemux_flush), (gst_dvdemux_chain),
11367         (gst_dvdemux_change_state):
11368         * ext/dv/gstdvdemux.h:
11369         Ueber spiffify some more, added debug category.
11370         Use _scale.
11371         Use segments, respect playback rate from newsegment.
11372         Fix refcount issue.
11373
11374 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11375
11376         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11377         (gst_signal_processor_process):
11378         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11379         enabled for the build, but it helps me win the feature-count
11380         competitions ooh yeah.
11381
11382 2006-02-19  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11385         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11386         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11387         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11388         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11389         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11390         Use scaling code for added precission and more correct stop
11391         position in case scale==0.
11392
11393 2006-02-19  Wim Taymans  <wim@fluendo.com>
11394
11395         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11396         (gst_flxdec_chain):
11397         * gst/flx/gstflxdec.h:
11398         Implement DURATION query.
11399
11400 2006-02-19  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst/flx/flx_color.h:
11403         * gst/flx/flx_fmt.h:
11404         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11405         (gst_flxdec_src_query_handler), (flx_decode_color),
11406         (gst_flxdec_chain):
11407         * gst/flx/gstflxdec.h:
11408         Set MALLOCDATA for the temp buffers so we don't leak.
11409         Some debug cleanups.
11410         Consume all data in the adapter before leaving the chain
11411         function. Fixes #330678.
11412
11413 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11414
11415         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11416         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11417          Handle 0 data size in otherwise valid frames.
11418          Handle numeric strings in 2.4.0 even when not in parentheses 
11419
11420 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11421
11422         * gst/matroska/matroska-demux.c:
11423         (gst_matroska_demux_subtitle_caps),
11424         (gst_matroska_demux_plugin_init):
11425         * gst/matroska/matroska-ids.h:
11426           Recognise SSA/ASS and USF subtitle formats and
11427           set proper caps when they are found.
11428
11429 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11432         (gst_jpeg_dec_chain):
11433           Fix invalid memory access for some odd-sized images
11434           (see image contained in quicktime stream in #327083);
11435           use g_malloc() instead of g_alloca().
11436
11437 2006-02-17  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11440         Patch from Sebastien Cote, fixes #319884
11441
11442 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * ext/cdio/gstcdio.c: (plugin_init):
11445           Init debug category (#331253).
11446
11447 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11450           Pass extra_data to gst_riff_create_audio_caps(), so that
11451           WAVEFORMATEX stuff works. Post audio codec name and post
11452           it as taglist on the bus. Allow up to 8 channesl for raw
11453           PCM in the source pad template caps.
11454
11455 2006-02-16  Wim Taymans  <wim@fluendo.com>
11456
11457         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11458         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11459         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11460         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11461         (gst_multipart_set_property), (gst_multipart_get_property):
11462         Applied #318663. Gives quite a few false positives in
11463         autoscan mode, but it's better than nothing. Not closing yet.
11464
11465 2006-02-16  Wim Taymans  <wim@fluendo.com>
11466
11467         * docs/plugins/Makefile.am:
11468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11470         * docs/plugins/gst-plugins-good-plugins.args:
11471         * docs/plugins/inspect/plugin-udp.xml:
11472         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11473         (gst_udpsrc_start):
11474         Update documentation.
11475         Fix args.
11476
11477 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11478
11479         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11480         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11481         frame size. (Fixes #331368)
11482
11483 2006-02-16  Wim Taymans  <wim@fluendo.com>
11484
11485         * gst/rtsp/README:
11486         Updated README.
11487
11488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11489         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11490         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11491         * gst/rtsp/gstrtspsrc.h:
11492         Make sure the RTP port is an even port an try to allocate 
11493         another if not.
11494         Added retry property to control max retries for port allocation.
11495         Make sure RTCP port is RTP port+1.
11496         Cleanup when port allocation fails.
11497         Fixes #319183.
11498         
11499 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11502           Don't ignore return value of the parent class's state
11503           change function (#331385, patch by: Wouter Paesen).
11504
11505 2006-02-15  Wim Taymans  <wim@fluendo.com>
11506
11507         * configure.ac:
11508         * docs/plugins/Makefile.am:
11509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11511         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11512         * ext/Makefile.am:
11513         * ext/hal/Makefile.am:
11514         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11515         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11516         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11517         (do_toggle_element), (gst_hal_audio_sink_set_property),
11518         (gst_hal_audio_sink_get_property),
11519         (gst_hal_audio_sink_change_state):
11520         * ext/hal/gsthalaudiosink.h:
11521         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11522         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11523         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11524         (do_toggle_element), (gst_hal_audio_src_set_property),
11525         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11526         * ext/hal/gsthalaudiosrc.h:
11527         * ext/hal/gsthalelements.c: (plugin_init):
11528         * ext/hal/gsthalelements.h:
11529         * ext/hal/hal.c: (gst_hal_get_string),
11530         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11531         (gst_hal_get_audio_src):
11532         * ext/hal/hal.h:
11533         Add HAL sound device wrapper plugins. Closes #329106
11534
11535 2006-02-15  Wim Taymans  <wim@fluendo.com>
11536
11537         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11538         Add comment in a fultile attempt to stop the copy-and-paste 
11539         paradigm leading to duplication of bad code.
11540
11541         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11542         Mime parameters have to be checked case insensitive
11543
11544 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11545
11546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11547           Advance stream time for lagging subtitle streams by sending
11548           newsegment events with the update flag set.
11549
11550 2006-02-14  Edward Hervey  <edward@fluendo.com>
11551
11552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11553         There can be bogus data before the hdrl LIST tag in the RIFF header.
11554         It's hard to say if it's not respecting the AVI specifications or not,
11555         but since Google Video is producing AVIs like that and the other player
11556         don't seem to complain, I guess we should do the same.
11557
11558 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11559
11560         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11561         (parse_split_strings):
11562         Add more validation to ensure that a char encoding conversion
11563         produced a valid UTF-8 string.
11564
11565 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
11566
11567         Reviewed by: Edward Hervey  <edward@fluendo.com>
11568
11569         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11570         Properly handle end of segment. Closes #330885.
11571
11572 2006-02-13  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst/rtp/gstrtpmp4gpay.h:
11575         For got to commit this one.
11576
11577 2006-02-12  Wim Taymans  <wim@fluendo.com>
11578
11579         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11580         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11581         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11582         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11583         * gst/rtp/gstrtpmp4gpay.h:
11584         Make more things work.
11585         Handle ACC config strings.
11586
11587 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11590           set timestamps if no incoming timestamps set
11591
11592 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11595         (gst_tag_demux_do_typefind):
11596           ... and fix the very same leaks in GstTagDemux.
11597
11598 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
11599
11600         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11601         (gst_id3demux_do_typefind):
11602         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11603         <jonathan at kaolin dot wh9 dot net>)
11604
11605 2006-02-10  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11608         First set options, then set caps or else the baseclass
11609         will not know about the options, duh.
11610
11611 2006-02-10  Wim Taymans  <wim@fluendo.com>
11612
11613         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11614         (gst_rtp_mp4v_pay_setcaps):
11615         Don't waste time looking for a config string if we have codec_info
11616         on the incomming caps.
11617
11618 2006-02-10  Wim Taymans  <wim@fluendo.com>
11619
11620         * gst/rtp/README:
11621         Say something about case-sensitivity of caps vs mime-attributes.
11622
11623         * gst/rtp/Makefile.am:
11624         * gst/rtp/gstrtp.c: (plugin_init):
11625         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11626         (gst_rtp_amr_pay_handle_buffer):
11627         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11628         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11629         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11630         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11631         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11632         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11633         (gst_rtp_mp4g_pay_plugin_init):
11634         * gst/rtp/gstrtpmp4gpay.h:
11635         Added beginnings of mpeg4-generic payloader (RFC 3640)
11636
11637 2006-02-09  Wim Taymans  <wim@fluendo.com>
11638
11639         * gst/rtsp/Makefile.am:
11640         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11641         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11642         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11643         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11644         (gst_rtpdec_change_state):
11645         * gst/rtsp/gstrtpdec.h:
11646         * gst/rtsp/gstrtsp.c: (plugin_init):
11647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11648         * gst/rtsp/rtspconnection.c: (read_body),
11649         (rtsp_connection_receive):
11650         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11651         Resurected rtpdec to make rtspsrc happy again.
11652         Skip attributes from the session id.
11653         Don't crash when dumping a message with an empty body.
11654
11655
11656 2006-02-09  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11659         Added more meaningfull warnings when something goes wrong.
11660         Clear F bit on outgoing AMR packets.
11661
11662         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11663         (gst_rtp_amr_pay_handle_buffer):
11664         Added debugging category
11665         Support payloading of multiple AMR frames.
11666
11667         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11668         Added some debugging.
11669
11670 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11671
11672         * configure.ac:
11673           Back to CVS
11674
11675 === release 0.10.2 ===
11676
11677 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11678
11679         * configure.ac:
11680           releasing 0.10.2, "Papa was a rolling stone"
11681
11682 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11683
11684         * configure.ac:
11685           Bump core and plugins-base requirement to 0.10.2.2
11686           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11687
11688 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         * ext/flac/gstflac.c: (plugin_init):
11691         * ext/speex/gstspeex.c: (plugin_init):
11692           Register musicbrainz tags.
11693
11694 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * ext/gconf/gconf.h:
11697           Remove declaration of function that no longer exists.
11698
11699 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11700
11701         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11702         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11703         Make shout2 work for non ogg streams
11704
11705 2006-02-06  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11708         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11709         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11710         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11711         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11712         * gst/udp/gstmultiudpsink.h:
11713         Updated docs.
11714         Added properties bytes-served, bytes_to_serve.
11715         Post proper error messages,
11716         Emit client added signal too.
11717
11718 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11719
11720         * docs/plugins/Makefile.am:
11721         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11722         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11723         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11724         (gst_multiudpsink_get_stats):
11725           adding docs for multiudpsink
11726
11727 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11728
11729         * gst/level/gstlevel.c: (gst_level_transform_ip):
11730           peak below decay is not necessarily an error, so don't ERROR log
11731
11732 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11733
11734         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11735         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11736         (gst_ebml_write_seek):
11737         * gst/matroska/ebml-write.h:
11738           Make sure we send a newsegment event in BYTES format
11739           before sending buffers (#328531).
11740
11741 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11744         (gst_dvdemux_sink_query):
11745         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11746         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11747         (speex_dec_src_query):
11748         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11749         (gst_speexenc_sink_query):
11750         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11751         * gst/matroska/matroska-demux.c:
11752         (gst_matroska_demux_get_src_query_types),
11753         (gst_matroska_demux_handle_src_query):
11754         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11755         (gst_wavparse_pad_query):
11756           Pass unhandled queries upstream instead of just dropping
11757           them (#326446). Update query type arrays here and there.
11758
11759 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * tests/check/elements/matroskamux.c: (setup_src_pad):
11762           Collectpads in core got changed and now also holds a
11763           reference to any pad that is part of it. Fix refcount
11764           checks in test case accordingly.
11765
11766 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         * gst/apetag/gstapedemux.h:
11769           Fix include, for now GstTagDemux is in the apetag dir.
11770
11771 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * docs/plugins/Makefile.am:
11774         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11776         * docs/plugins/inspect/plugin-cdio.xml:
11777           Add cdio plugin to docs.
11778
11779         * ext/cdio/gstcdiocddasrc.c:
11780           Add gtk-doc blurb.
11781
11782         * ext/cdio/gstcdio.c:
11783           The plugin is called 'cdio' not 'cddio'.
11784
11785 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * configure.ac:
11788         * docs/plugins/Makefile.am:
11789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11791         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11792         * docs/plugins/inspect/plugin-apetag.xml:
11793         * gst/apetag/Makefile.am:
11794         * gst/apetag/gstapedemux.c:
11795         * gst/apetag/gstapedemux.h:
11796         * gst/apetag/gsttagdemux.c:
11797         * gst/apetag/gsttagdemux.h:
11798           Add APE tag demuxer (#325649).
11799
11800 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11801
11802         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11803         (gst_gconf_get_default_video_sink),
11804         (gst_gconf_get_default_audio_src),
11805         (gst_gconf_get_default_video_src):
11806         * ext/gconf/gconf.h:
11807         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11808         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11809         (do_toggle_element):
11810         * ext/gconf/gstgconfaudiosink.h:
11811         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11812         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11813         (do_toggle_element):
11814         * ext/gconf/gstgconfaudiosrc.h:
11815         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11816         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11817         (do_toggle_element):
11818         * ext/gconf/gstgconfvideosink.h:
11819         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11820         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11821         (do_toggle_element):
11822         * ext/gconf/gstgconfvideosrc.h:
11823           Ignore changing the GConf key to "". Ignore GConf key updates
11824           that don't actually change the string.
11825           For now, ignore the GConf key when the state is > READY, as
11826           it breaks streaming. Sometime it will be nice to bring the
11827           new sink online even mid-stream, by sending NEWSEGMENT info
11828           and possibly prerolling.
11829           (Fixes #326736)
11830
11831 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11832
11833         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11834         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11835         (zoomFilterSetResolution), (zoomFilterDestroy),
11836         (zoomFilterFastRGB), (pointFilter):
11837         * gst/goom/filters.h:
11838         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11839         (goom_update), (goom_close):
11840         * gst/goom/goom_core.h:
11841         * gst/goom/goom_tools.h:
11842         * gst/goom/graphic.c:
11843         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11844         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11845         * gst/goom/gstgoom.h:
11846         * gst/goom/lines.c: (goom_lines):
11847         * gst/goom/lines.h:
11848           Make goom reentrant by moving all important static variables
11849           into instance structures.
11850           (Fixes #329181)
11851
11852 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11853
11854         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11855         (gst_avi_demux_all_source_pads_unlinked),
11856         (gst_avi_demux_process_next_entry):
11857         * gst/avi/gstavidemux.h:
11858           Third attempt, use gst_pad_is_linked() this time.
11859
11860 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11861
11862         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11863         (parse_split_strings):
11864         Adjust for data length indicators when parsing (Fixes #329810)
11865         Fix stupid bug parsing UTF-8 tag text.
11866         Output tag strings with multiple fields as multiple tags, so the
11867         app gets all the data.
11868
11869 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11870
11871         * ext/flac/gstflacenc.c:
11872         Fixed a bug add in last commit, where no event is send. Thanks Tim to
11873         show me.
11874         
11875 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11876
11877         * ext/flac/gstflacenc.c:
11878         * gst/matroska/ebml-read.c:
11879         Just make it compile with --disable-gst-debug.
11880
11881 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
11882
11883         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11884         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11885         (id3v2_genre_fields_to_taglist):
11886           Never output a tag with a null contents string.
11887
11888 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11891           Only pause if all pads are unlinked AND we've tried to send data
11892           on all of them at least once.
11893
11894 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11895
11896         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11897         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11898           Make loop function/task pause itself when all source pads are
11899           unlinked.
11900
11901 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * configure.ac:
11904         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11905           Use new functions from core to render a bin from a
11906           string. Fixes build. Up requirements to core CVS.
11907
11908 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11911           Don't push buffers into the adapter that we are going to
11912           push downstream again without framing anyway. Also, the
11913           adaptor takes ownership of buffers put into it (fixes
11914           auparse pushing invalid buffers for .au files with
11915           ADPCM contents). Finally, set caps on all outgoing buffers.
11916
11917 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11918
11919         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11920         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11921         (gst_id3demux_send_tag_event):
11922         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11923         Someone should kick my butt. Remove ID3v1 tags from the end of the
11924         file.
11925
11926         Improve error messages. Send the TAG message as soon as we complete
11927         typefinding, instead of waiting until we send the first buffer.
11928         Downstream tag event is still sent before the first buffer.
11929
11930 2006-01-27  Jan Gerber  <j@bootlab.org>
11931
11932         Reviewed by: Andy Wingo <wingo@pobox.com>
11933
11934         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11935         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11936         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11937         to not have warings flooding stderr. this is the suggested way
11938         also used in dvgrab and kino. (#328336)
11939
11940 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11941
11942         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11943         (gst_oss_sink_init), (gst_oss_sink_finalise):
11944           Free the device name string when finalised.
11945
11946 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
11949           Don't put function calls in g_return_if_fail() statements,
11950           or they'll be replaced with NOOPs if someone compiles with
11951           G_DISABLE_CHECKS defined.
11952           
11953 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
11954
11955         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11956         Never trust ANY information encoded in a media file, especially
11957         when it's giving you sizes. (Fixes #328452)
11958
11959 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
11960
11961         * gst/rtp/gstrtpg711pay.c:
11962         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
11963         bug #325148.
11964
11965 2006-01-23  Edward Hervey  <edward@fluendo.com>
11966
11967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
11968         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
11969         * gst/matroska/matroska-ids.h:
11970         Added recognition of Real Audio and Video streams in matroska demuxer.
11971
11972 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11973
11974         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11975           Remove errant break statement, and fix compilation with
11976           older GCC.
11977
11978 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
11979
11980         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * sys/sunaudio/gstsunaudiomixerctrl.c:
11983         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
11984           Export functions that are needed in other parts of the code,
11985           makes the mixer actually work; adjust magic minimum buffer-time
11986           value from 3ms to 5ms to work around stuttering during mp3
11987           playback (#327765).
11988
11989 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
11990
11991         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11992
11993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11994         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
11995           Fix possible deadlock in matroska muxer (#327825).
11996
11997 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12000         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12001         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12002         * gst/rtsp/sdpmessage.h:
12003         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12004         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12005           C89 fixes: declare variables at the beginning of a block and
12006           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12007           <jensgr at gmx dot net>).
12008
12009 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12010
12011         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12012         * gst/id3demux/id3tags.h:
12013         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12014         (parse_comment_frame), (parse_text_identification_frame),
12015         (id3v2_tag_to_taglist), (id3v2_are_digits),
12016         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12017         (parse_split_strings), (free_tag_strings):
12018           Rewrite parsing of text tags to handle multiple NULL terminated
12019           strings. Parse numeric genre strings and ID3v2 type
12020           "(3)(6)Alternative" style genre strings.
12021           Parse dates that are only YYYY or YYYY-mm format.
12022           (Fixes #328241 and #322154)
12023
12024 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12027           Don't forget to initialize liboil, otherwise our oil functions
12028           will crash (fixes #327871; patch by: Christoph Burghardt
12029           <hawkes at web dot de>).
12030
12031 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12032
12033         * configure.ac:
12034           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12035           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12036           patch by: Brian Cameron <brian dot cameron at sun dot com>
12037
12038 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12041         * ext/cdio/gstcdio.h:
12042         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12043           Fix build for libcdio versions >= 76; give slightly lower rank
12044           than cdparanoia.
12045
12046 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * configure.ac:
12049         * ext/Makefile.am:
12050         * ext/cdio/Makefile.am:
12051         * ext/cdio/gstcdio.c:
12052         * ext/cdio/gstcdio.h:
12053         * ext/cdio/gstcdiocddasrc.c:
12054         * ext/cdio/gstcdiocddasrc.h:
12055           Port libcdio cdda source, formerly known as cddasrc, now known as
12056           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12057           but that's not tested (fixes #317658).
12058
12059 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12062           Fix conversion from TIME to BYTES format (fixes #326864;
12063           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12064
12065 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12066
12067         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12068           Fix compilation of id3demux when zlib is not present.
12069           (Fixes #326602; patch by: Sergey Scobich)
12070
12071 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12072
12073         * ext/esd/Makefile.am:
12074           Add $(ESD_CFLAGS), otherwise build will fail for folks
12075           with libesd in a non-standard prefix (#327009).
12076
12077 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * configure.ac:
12080           back to HEAD
12081
12082 === release 0.10.1 ===
12083
12084 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12085
12086         * configure.ac:
12087           releasing 0.10.1, "Li"
12088
12089 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12090
12091           patch by: Wim Taymans
12092
12093         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12094           fix memleak.  Fixes #326618
12095
12096 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12097
12098           patch by: Mike Smith
12099
12100         * gst/level/gstlevel.c: (gst_level_message_new),
12101         (gst_level_message_append_channel):
12102           Fix memleak.  Fixes #326612
12103
12104 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * configure.ac:
12107           prereleasing
12108         * po/af.po:
12109         * po/az.po:
12110         * po/cs.po:
12111         * po/en_GB.po:
12112         * po/hu.po:
12113         * po/it.po:
12114         * po/nb.po:
12115         * po/nl.po:
12116         * po/or.po:
12117         * po/sq.po:
12118         * po/sr.po:
12119         * po/sv.po:
12120         * po/uk.po:
12121         * po/vi.po:
12122           update translations
12123
12124 2006-01-10  Michael Smith  <msmith@fluendo.com>
12125
12126         * gst/level/gstlevel.c: (gst_level_class_init),
12127         (gst_level_dispose):
12128           Don't leak filter arrays.
12129
12130 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12131
12132         reviewed by: Christian Schaller <uraeus@gnome.org>
12133         
12134         * configure.ac:
12135         * gst-plugins-good.spec.in:
12136         * sys/Makefile.am:
12137         * sys/sunaudio/Makefile.am:
12138         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12139         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12140         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12141         (gst_sunaudiomixer_change_state):
12142         * sys/sunaudio/gstsunaudiomixer.h:
12143         * sys/sunaudio/gstsunaudiomixerctrl.c:
12144         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12145         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12146         (gst_sunaudiomixer_ctrl_list_tracks),
12147         (gst_sunaudiomixer_ctrl_get_volume),
12148         (gst_sunaudiomixer_ctrl_set_volume),
12149         (gst_sunaudiomixer_ctrl_set_mute),
12150         (gst_sunaudiomixer_ctrl_set_record):
12151         * sys/sunaudio/gstsunaudiomixerctrl.h:
12152         * sys/sunaudio/gstsunaudiomixertrack.c:
12153         (gst_sunaudiomixer_track_class_init),
12154         (gst_sunaudiomixer_track_init), (fill_labels),
12155         (gst_sunaudiomixer_track_new):
12156         * sys/sunaudio/gstsunaudiomixertrack.h:
12157         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12158         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12159         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12160         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12161         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12162         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12163         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12164         * sys/sunaudio/gstsunaudiosink.h:
12165
12166         Add SunAudio plugin - tested to make sure it doesn't break
12167         the build under GNU/Linux.      
12168
12169 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12170
12171         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12172         * gst-plugins-good/gst/udp/gstudpsrc.c:
12173         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12174         overrides the port or multicast parameters. Fixes bugs #323021.
12175         API addition: adds GstUDPSrc::sockfd property   
12176
12177 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * ext/gconf/Makefile.am:
12180         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12181         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12182         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12183         (do_toggle_element), (cb_toggle_element),
12184         (gst_gconf_audio_src_change_state):
12185         * ext/gconf/gstgconfaudiosrc.h:
12186         * ext/gconf/gstgconfelements.c: (plugin_init):
12187         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12188         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12189         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12190         (do_toggle_element), (cb_toggle_element),
12191         (gst_gconf_video_src_change_state):
12192         * ext/gconf/gstgconfvideosrc.h:
12193           Add new gconfaudiosrc and gconfvideosrc elements
12194           (needed for gnome-sound-recorder).
12195
12196 2006-01-06  Edward Hervey  <edward@fluendo.com>
12197
12198         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12199         Add gst_element_no_more_pads() for proper decodebin behaviour.
12200         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12201         (parse_text_identification_frame), (parse_split_strings):
12202         Failure to decode some tags is not a GST_ERROR() but a
12203         GST_WARNING()
12204         When iterating over a chunk of text, check that we haven't gone too
12205         far.
12206
12207 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12208
12209         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12210         (plugin_init):
12211           call oil_init() when using liboil
12212
12213 2006-01-04  Wim Taymans  <wim@fluendo.com>
12214
12215         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12216         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12217         Fix leaks.
12218
12219 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12220
12221         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12224         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12225         (gst_flac_dec_change_state):
12226           Don't g_assert() where we should just return FALSE; remove
12227           unnecessary g_assert(); initialize some fields properly in
12228           state change function (fixes #325504). Also, use
12229           GST_DEBUG_OBJECT in two more places.
12230
12231 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12232
12233         * configure.ac:
12234           also remove smoothwave's Makefile.am
12235         * docs/plugins/Makefile.am:
12236           fix plugin docs
12237
12238 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * tests/examples/Makefile.am:
12241           added missing Makefile.am
12242
12243 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12244
12245         * configure.ac:
12246         * gst/level/Makefile.am:
12247         * gst/level/level-example.c:
12248         * tests/Makefile.am:
12249         * tests/examples/level/Makefile.am:
12250         * tests/examples/level/level-example.c: (message_handler), (main):
12251           moved level-example to tests/examples/level-example
12252         * tests/old/examples/level/demo.c: (main):
12253         * tests/old/examples/level/plot.c: (main):
12254           some initial fixes
12255
12256 2005-12-29  Michael Smith  <msmith@fluendo.com>
12257
12258         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12259         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12260         * gst/udp/gstmultiudpsink.h:
12261           Track packets sent per client in addition to bytes sent; provide
12262           this info through get-stats signal
12263
12264 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12265
12266         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12267           Can't use gst_object_unref() on a GstAdapter (#325191).
12268
12269 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12270
12271         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12272         If a broken tag has 0 bytes payload, at least still skip
12273         the 10 byte header
12274
12275 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12276
12277         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12278         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12279         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12280         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12281           Making these depayloaders (H263+ and mpeg4 video) inherit from
12282           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12283
12284 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12285
12286         * docs/plugins/gst-plugins-good-plugins.args:
12287         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12288         Regenerate the plugin hiearchy.
12289
12290 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12291
12292         * docs/plugins/Makefile.am:
12293         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12294         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12295         * docs/plugins/gst-plugins-good-plugins.args:
12296         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12297         (gst_id3demux_base_init), (gst_id3demux_class_init),
12298         (gst_id3demux_chain):
12299         * gst/id3demux/gstid3demux.h:
12300           Add documentation for id3demux.
12301           Don't fail if the first buffer is not at offset 0, just
12302           attempt to typefind and do pass through
12303           Rename the gst_type function from gst_gst_id3demux..
12304
12305 2005-12-20  Michael Smith  <msmith@fluendo.com>
12306
12307         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12308         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12309         (gst_multiudpsink_get_stats):
12310         * gst/udp/gstmultiudpsink.h:
12311           Collect statistics; return them from get_stats.
12312
12313 2005-12-19  Edward Hervey  <edward@fluendo.com>
12314
12315         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12316         Stupid signedness issue...
12317
12318 2005-12-19  Edward Hervey  <edward@fluendo.com>
12319
12320         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12321         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12322         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12323         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12324         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12325         Construct index for indexless files.
12326         Make sure pad/buffers are correctly reset to NULL once we don't need
12327         them anymore, else we get lovely segfaults/assertions.
12328         * gst/wavparse/gstwavparse.c:
12329         Yes, you can have 96KHz audio and wma in wav :(
12330
12331 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12332
12333         * configure.ac:
12334           Check for optional dependency on zlib for id3demux
12335
12336         * gst/id3demux/Makefile.am:
12337         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12338         (gst_id3demux_base_init), (gst_id3demux_class_init),
12339         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12340         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12341         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12342         (gst_id3demux_set_property), (gst_id3demux_get_property),
12343         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12344         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12345         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12346         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12347         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12348         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12349         (simple_find_peek), (simple_find_suggest),
12350         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12351         (plugin_init):
12352         * gst/id3demux/gstid3demux.h:
12353         * gst/id3demux/id3tags.c: (read_synch_uint),
12354         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12355         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12356         (id3demux_id3v2_frames_to_tag_list):
12357         * gst/id3demux/id3tags.h:
12358         * gst/id3demux/id3v2.4.0-frames.txt:
12359         * gst/id3demux/id3v2.4.0-structure.txt:
12360         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12361         (parse_comment_frame), (parse_text_identification_frame),
12362         (id3v2_tag_to_taglist), (parse_split_strings):
12363           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12364           otherwise it discards them. Works on my test files. 
12365
12366         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12367           Don't send EOS to a non-existing srcpad
12368           The debug category can be static
12369
12370 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12371
12372         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12373         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12374         * gst/multipart/multipartdemux.c:
12375           change some char* into char[]
12376
12377 2005-12-16  Wim Taymans  <wim@fluendo.com>
12378
12379         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12380         (gst_wavparse_other), (gst_wavparse_perform_seek),
12381         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12382         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12383         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12384         * gst/wavparse/gstwavparse.h:
12385         Use GstSegment to implement more seeking features.
12386
12387 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * gst/rtsp/rtspconnection.c:
12390           Add <netinet/in.h> include and move <arpa/inet.h> include
12391           to make things work on OpenBSD as well (fixes #323717;
12392           patch by: Benjamin Pineau)
12393
12394 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12395
12396         * gst/rtp/gstrtpspeexdepay.c:
12397         * gst/rtp/gstrtpspeexpay.c:
12398         Set clock rate to be fixed in 8000. It fixes bug #324012.
12399
12400 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12401
12402         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12403         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12404         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12405         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12406         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12407         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12408         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12409         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12410         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12411         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12412         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12413         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12414         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12415         * gst-plugins-good/gst/rtp/README:
12416         Fixed payload range in payloder caps. Removed payload range completely
12417         from depayloaders as they don't require payload type in their caps.
12418         In effect, there isn't any specific payload type for any given codec,
12419         only suggestions.
12420         Fixes bug #324011.
12421
12422 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12423
12424         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12425         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12426         (gst_videomixer_collected): Code cleanup and re-enabling 
12427         queued time validity check for correct EOS handling.
12428
12429 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12432         (gst_oss_mixer_element_get_property),
12433         (gst_oss_mixer_element_change_state):
12434         Add 'device-name' property and fix state change function.
12435
12436 2005-12-13  Edward Hervey  <edward@fluendo.com>
12437
12438         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12439         If the speed of the file is null in the header, set the frame_time to
12440         the default setting of GST_SECOND / 70. Which is the default
12441         frame_delay for .fli files as stated in this document :
12442         http://www.compuphase.com/flic.htm
12443         Would be nice to have the time conversion done properly too (duration =
12444         flxh->frames * flxdec->frame_time)
12445
12446 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12447
12448         * docs/plugins/Makefile.am:
12449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12451         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12452         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12453         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12454         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12455         documentation for videomixer on my way with a funny sample
12456         pipeline.
12457
12458 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12459
12460         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12461         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12462         (gst_videomixer_update_queues), (gst_videomixer_collected):
12463         Fix caps negotiation. (#323896)
12464
12465 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12466
12467         * gst/matroska/matroska-demux.c:
12468         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12469           Set correct timestamps on audio laces, fixes playback of mp3 from
12470                 matroska.
12471
12472 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12475         (gst_au_parse_class_init), (gst_au_parse_init),
12476         (gst_au_parse_dispose), (gst_au_parse_chain),
12477         (gst_au_parse_change_state), (plugin_init):
12478         * gst/auparse/gstauparse.h:
12479           Use gst_object_unref() for GstObjects instead of
12480           g_object_unref() and fix a mem leak in a debug
12481           statement; while we're at it, also borgify, use
12482           boilerplate macros and clean up a little bit.
12483
12484 2005-12-11  Edward Hervey  <edward@fluendo.com>
12485
12486         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12487         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12488         Added pull mode.
12489
12490 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * gst/goom/gstgoom.c:
12493         * gst/level/level-example.c: (main):
12494         * gst/smoothwave/demo-osssrc.c: (main):
12495           Use audiotestsrc instead of sinesrc (#323798).
12496
12497 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
12498
12499         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12500           more debug-func-ptr usage
12501
12502 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
12503
12504         * gst/flx/flx_color.c: (flx_colorspace_convert):
12505         * gst/flx/flx_color.h:
12506         * gst/flx/flx_fmt.h:
12507         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12508         * gst/flx/gstflxdec.h:
12509           Now flxdec works on big-endian machines as well.
12510
12511 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12514         (gst_fenced_buffer_copy):
12515           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12516           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12517           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12518           and use GST_DEBUG_FUNCPTR for pad functions.
12519
12520 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12523         (gst_flac_dec_class_init), (gst_flac_dec_init),
12524         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12525         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12526         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12527         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12528         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12529         (gst_flac_dec_change_state):
12530         * ext/flac/gstflacdec.h:
12531           Rewrite flacdec a bit, so that even seeking might work now. Most
12532           importantly, don't act upon any flow return values we get, just tell
12533           the decoder everything's dandy and act on the flow return values
12534           later on in the loop function. We don't want to mess up the internal
12535           decoder state for non-fatal things like flushing pads etc. Other
12536           than that, use GstSegment (segment seeks don't work yet though, but
12537           should be easy to add), use boilerplate macros, drop the superfluous
12538           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12539           lots of other things.
12540
12541 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * configure.ac:
12544           Update comment in OSS includes check.
12545
12546         * sys/oss/gstossdmabuffer.c:
12547         * sys/oss/gstosshelper.c:
12548         * sys/oss/gstossmixer.c:
12549         * sys/oss/gstossmixertrack.c:
12550         * sys/oss/gstosssink.c:
12551         * sys/oss/gstosssrc.c:
12552         * sys/oss/oss_probe.c:
12553           Don't assume the OSS soundcard.h include is always in
12554           the sys/ directory. Instead, use the existing defines
12555           from config.h to include the right file. Fixes
12556           compilation on OpenBSD 3.8 (#323718).
12557
12558 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12559
12560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12561         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12562         * docs/plugins/inspect/plugin-1394.xml:
12563         * docs/plugins/inspect/plugin-aasink.xml:
12564         * docs/plugins/inspect/plugin-alaw.xml:
12565         * docs/plugins/inspect/plugin-alpha.xml:
12566         * docs/plugins/inspect/plugin-alphacolor.xml:
12567         * docs/plugins/inspect/plugin-auparse.xml:
12568         * docs/plugins/inspect/plugin-autodetect.xml:
12569         * docs/plugins/inspect/plugin-avi.xml:
12570         * docs/plugins/inspect/plugin-cacasink.xml:
12571         * docs/plugins/inspect/plugin-cairo.xml:
12572         * docs/plugins/inspect/plugin-cutter.xml:
12573         * docs/plugins/inspect/plugin-debug.xml:
12574         * docs/plugins/inspect/plugin-dv.xml:
12575         * docs/plugins/inspect/plugin-efence.xml:
12576         * docs/plugins/inspect/plugin-effectv.xml:
12577         * docs/plugins/inspect/plugin-esdsink.xml:
12578         * docs/plugins/inspect/plugin-flac.xml:
12579         * docs/plugins/inspect/plugin-flxdec.xml:
12580         * docs/plugins/inspect/plugin-gconfelements.xml:
12581         * docs/plugins/inspect/plugin-goom.xml:
12582         * docs/plugins/inspect/plugin-jpeg.xml:
12583         * docs/plugins/inspect/plugin-level.xml:
12584         * docs/plugins/inspect/plugin-matroska.xml:
12585         * docs/plugins/inspect/plugin-mulaw.xml:
12586         * docs/plugins/inspect/plugin-multipart.xml:
12587         * docs/plugins/inspect/plugin-navigationtest.xml:
12588         * docs/plugins/inspect/plugin-ossaudio.xml:
12589         * docs/plugins/inspect/plugin-png.xml:
12590         * docs/plugins/inspect/plugin-rtp.xml:
12591         * docs/plugins/inspect/plugin-rtsp.xml:
12592         * docs/plugins/inspect/plugin-shout2send.xml:
12593         * docs/plugins/inspect/plugin-smpte.xml:
12594         * docs/plugins/inspect/plugin-speex.xml:
12595         * docs/plugins/inspect/plugin-udp.xml:
12596         * docs/plugins/inspect/plugin-videobox.xml:
12597         * docs/plugins/inspect/plugin-videoflip.xml:
12598         * docs/plugins/inspect/plugin-videomixer.xml:
12599         * docs/plugins/inspect/plugin-wavenc.xml:
12600         * docs/plugins/inspect/plugin-wavparse.xml:
12601         * ext/flac/gstflac.c: (plugin_init):
12602         * ext/flac/gstflacdec.c: (flacdec_get_type),
12603         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12604         (gst_flac_dec_init), (gst_flac_dec_finalize),
12605         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12606         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12607         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12608         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12609         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12610         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12611         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12612         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12613         * ext/flac/gstflacdec.h:
12614         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12615         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12616         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12617         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12618         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12619         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12620         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12621         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12622         (gst_flac_enc_change_state):
12623         * ext/flac/gstflacenc.h:
12624           borgify and fix up documentation
12625
12626 2005-12-09  Michael Smith  <msmith@fluendo.com>
12627
12628         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12629           Accept a wider range of flac files, more closely matching flac spec.
12630
12631 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12632
12633         * docs/plugins/Makefile.am: Add multipart elements.
12634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12635         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12636         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12637         * gst/multipart/multipartdemux.c:
12638         * gst/multipart/multipartmux.c: Add docs.
12639
12640 2005-12-07  Edward Hervey  <edward@fluendo.com>
12641
12642         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12643         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12644         (gst_avi_demux_invert):
12645         Memleak and crasher fixes.
12646         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12647         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12648         Memleak fixes
12649
12650 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12651
12652         * ext/aalib/gstaasink.h:
12653         * ext/cairo/gsttextoverlay.h:
12654         * ext/dv/gstdvdec.h:
12655         * ext/dv/gstdvdemux.c:
12656         * ext/dv/gstdvdemux.h:
12657         * ext/esd/esdsink.h:
12658         * ext/flac/flac_compat.h:
12659         * ext/flac/gstflacdec.h:
12660         * ext/flac/gstflacenc.h:
12661         * ext/gconf/gconf.h:
12662         * ext/gconf/gstgconfaudiosink.h:
12663         * ext/gconf/gstgconfvideosink.h:
12664         * ext/gdk_pixbuf/gstgdkanimation.h:
12665         * ext/jpeg/gstjpegdec.h:
12666         * ext/jpeg/smokecodec.h:
12667         * ext/jpeg/smokeformat.h:
12668         * ext/ladspa/gstsignalprocessor.h:
12669         * ext/ladspa/search.c: (LADSPAPluginSearch):
12670         * ext/ladspa/utils.h:
12671         * ext/libmng/gstmng.c:
12672         * ext/libmng/gstmngdec.h:
12673         * ext/libmng/gstmngenc.c:
12674         * ext/libmng/gstmngenc.h:
12675         * ext/libpng/gstpng.c:
12676         * ext/libpng/gstpngenc.c:
12677         * ext/libpng/gstpngenc.h:
12678         * ext/shout2/gstshout2.h:
12679         * ext/speex/gstspeexdec.h:
12680         * ext/speex/gstspeexenc.c:
12681         * ext/speex/gstspeexenc.h:
12682         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12683         * gst/autodetect/gstautoaudiosink.h:
12684         * gst/autodetect/gstautovideosink.h:
12685         * gst/avi/gstavidemux.h:
12686         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12687         (gst_cutter_set_property), (gst_cutter_get_caps):
12688         * gst/cutter/gstcutter.h:
12689         * gst/debug/tests.c: (md5_process_block):
12690         * gst/debug/tests.h:
12691         * gst/effectv/gstwarp.c:
12692         * gst/flx/flx_fmt.h:
12693         * gst/flx/gstflxdec.h:
12694         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12695         (zoomFilterFastRGB):
12696         * gst/goom/filters.h:
12697         * gst/goom/goom_tools.h:
12698         * gst/law/alaw-encode.c:
12699         * gst/level/gstlevel.c:
12700         * gst/level/gstlevel.h:
12701         * gst/matroska/ebml-write.h:
12702         * gst/matroska/matroska-demux.h:
12703         * gst/matroska/matroska-ids.h:
12704         * gst/matroska/matroska-mux.h:
12705         * gst/monoscope/convolve.c: (convolve_match):
12706         * gst/monoscope/convolve.h:
12707         * gst/multipart/multipartmux.c:
12708         * gst/oldcore/gstaggregator.c:
12709         * gst/oldcore/gstaggregator.h:
12710         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12711         * gst/oldcore/gstmd5sink.h:
12712         * gst/oldcore/gstmultifilesrc.c:
12713         * gst/oldcore/gstmultifilesrc.h:
12714         * gst/oldcore/gstpipefilter.h:
12715         * gst/oldcore/gstshaper.h:
12716         * gst/rtp/gstrtpL16depay.h:
12717         * gst/rtp/gstrtpL16pay.h:
12718         * gst/rtp/gstrtpdepay.h:
12719         * gst/rtp/gstrtpmp4vpay.c:
12720         * gst/rtp/gstrtpmp4vpay.h:
12721         * gst/rtsp/gstrtspsrc.c:
12722         * gst/rtsp/gstrtspsrc.h:
12723         * gst/rtsp/rtspconnection.h:
12724         * gst/rtsp/rtspdefs.h:
12725         * gst/rtsp/rtspmessage.h:
12726         * gst/rtsp/rtsptransport.h:
12727         * gst/rtsp/rtspurl.c:
12728         * gst/rtsp/rtspurl.h:
12729         * gst/rtsp/sdpmessage.c:
12730         * gst/rtsp/sdpmessage.h:
12731         * gst/smpte/barboxwipes.c:
12732         * gst/smpte/gstmask.h:
12733         * gst/smpte/gstsmpte.h:
12734         * gst/smpte/paint.c:
12735         * gst/smpte/paint.h:
12736         * gst/udp/gstdynudpsink.h:
12737         * gst/udp/gstmultiudpsink.h:
12738         * gst/udp/gstudpsink.c:
12739         * gst/udp/gstudpsink.h:
12740         * gst/udp/gstudpsrc.c:
12741         * gst/videomixer/videomixer.c:
12742         * gst/wavenc/riff.h:
12743         * gst/wavparse/gstwavparse.h:
12744         * sys/oss/gstossdmabuffer.h:
12745         * sys/oss/gstossmixer.h:
12746         * sys/oss/gstossmixerelement.h:
12747         * sys/oss/gstossmixertrack.h:
12748         * sys/oss/gstosssink.c:
12749         * sys/oss/gstosssink.h:
12750         * sys/oss/gstosssrc.c:
12751         * sys/oss/gstosssrc.h:
12752         * sys/osxaudio/gstosxaudioelement.h:
12753         * sys/osxaudio/gstosxaudiosink.h:
12754         * sys/osxaudio/gstosxaudiosrc.h:
12755           expand tabs
12756
12757 === release 0.10.0 ===
12758
12759 2005-12-05   <thomas (at) apestaart (dot) org>
12760
12761         * configure.ac:
12762           releasing 0.10.0, "Abondance"
12763
12764 2005-12-05  Andy Wingo  <wingo@pobox.com>
12765
12766         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12767         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12768         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12769         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12770         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12771         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12772         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12773         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12774         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12775         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12776         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12777         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12778         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12779         * gst/goom/gstgoom.c: (gst_goom_chain):
12780         * gst/matroska/matroska-demux.c:
12781         (gst_matroska_demux_push_vorbis_codec_priv_data),
12782         (gst_matroska_demux_add_wvpk_header):
12783         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12784         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12785         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12786         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12787         alloc_buffer changes.
12788
12789 2005-12-05  Michael Smith  <msmith@fluendo.com>
12790
12791         * docs/plugins/gst-plugins-good-plugins.args:
12792           Remove args for plugins that aren't in -good.
12793
12794 === release 0.9.7 ===
12795
12796 2005-12-01   <thomas (at) apestaart (dot) org>
12797
12798         * configure.ac:
12799           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12800
12801 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12802
12803         * docs/plugins/.cvsignore:
12804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12805         * docs/plugins/inspect/plugin-multipart.xml:
12806         * docs/plugins/inspect/plugin-rtp.xml:
12807           add multipart plugin to docs
12808
12809 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12810
12811         * configure.ac:
12812         * ext/Makefile.am:
12813         * ext/pango/Makefile.am:
12814         * ext/pango/gstclockoverlay.c:
12815         * ext/pango/gstclockoverlay.h:
12816         * ext/pango/gsttextoverlay.c:
12817         * ext/pango/gsttextoverlay.h:
12818         * ext/pango/gsttextrender.c:
12819         * ext/pango/gsttextrender.h:
12820         * ext/pango/gsttimeoverlay.c:
12821         * ext/pango/gsttimeoverlay.h:
12822           move pango to base
12823
12824 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12825
12826         * gst/rtp/Makefile.am:
12827         * gst/rtp/gstrtpL16depay.c:
12828         * gst/rtp/gstrtpL16depay.h:
12829         * gst/rtp/gstrtpL16parse.c:
12830         * gst/rtp/gstrtpL16parse.h:
12831         * gst/rtp/gstrtpgsmdepay.c:
12832         * gst/rtp/gstrtpgsmdepay.h:
12833         * gst/rtp/gstrtpgsmparse.c:
12834         * gst/rtp/gstrtpgsmparse.h:
12835           parsers are depayers
12836
12837 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12838
12839         * gst/rtp/Makefile.am:
12840         * gst/rtp/gstasteriskh263.c:
12841         * gst/rtp/gstrtp.c:
12842         * gst/rtp/gstrtpL16enc.c:
12843         * gst/rtp/gstrtpL16enc.h:
12844         * gst/rtp/gstrtpL16parse.c:
12845         * gst/rtp/gstrtpL16parse.h:
12846         * gst/rtp/gstrtpL16pay.c:
12847         * gst/rtp/gstrtpL16pay.h:
12848         * gst/rtp/gstrtpamrdec.c:
12849         * gst/rtp/gstrtpamrdec.h:
12850         * gst/rtp/gstrtpamrdepay.c:
12851         * gst/rtp/gstrtpamrdepay.h:
12852         * gst/rtp/gstrtpamrenc.c:
12853         * gst/rtp/gstrtpamrenc.h:
12854         * gst/rtp/gstrtpamrpay.c:
12855         * gst/rtp/gstrtpamrpay.h:
12856         * gst/rtp/gstrtpdec.c:
12857         * gst/rtp/gstrtpdec.h:
12858         * gst/rtp/gstrtpdepay.c:
12859         * gst/rtp/gstrtpdepay.h:
12860         * gst/rtp/gstrtpg711dec.c:
12861         * gst/rtp/gstrtpg711dec.h:
12862         * gst/rtp/gstrtpg711depay.c:
12863         * gst/rtp/gstrtpg711depay.h:
12864         * gst/rtp/gstrtpg711enc.c:
12865         * gst/rtp/gstrtpg711enc.h:
12866         * gst/rtp/gstrtpg711pay.c:
12867         * gst/rtp/gstrtpg711pay.h:
12868         * gst/rtp/gstrtpgsmenc.c:
12869         * gst/rtp/gstrtpgsmenc.h:
12870         * gst/rtp/gstrtpgsmparse.c:
12871         * gst/rtp/gstrtpgsmparse.h:
12872         * gst/rtp/gstrtpgsmpay.c:
12873         * gst/rtp/gstrtpgsmpay.h:
12874         * gst/rtp/gstrtph263enc.c:
12875         * gst/rtp/gstrtph263enc.h:
12876         * gst/rtp/gstrtph263pay.c:
12877         * gst/rtp/gstrtph263pay.h:
12878         * gst/rtp/gstrtph263pdec.c:
12879         * gst/rtp/gstrtph263pdec.h:
12880         * gst/rtp/gstrtph263pdepay.c:
12881         * gst/rtp/gstrtph263pdepay.h:
12882         * gst/rtp/gstrtph263penc.c:
12883         * gst/rtp/gstrtph263penc.h:
12884         * gst/rtp/gstrtph263ppay.c:
12885         * gst/rtp/gstrtph263ppay.h:
12886         * gst/rtp/gstrtpmp4vdec.c:
12887         * gst/rtp/gstrtpmp4vdec.h:
12888         * gst/rtp/gstrtpmp4vdepay.c:
12889         * gst/rtp/gstrtpmp4vdepay.h:
12890         * gst/rtp/gstrtpmp4venc.c:
12891         * gst/rtp/gstrtpmp4venc.h:
12892         * gst/rtp/gstrtpmp4vpay.c:
12893         * gst/rtp/gstrtpmp4vpay.h:
12894         * gst/rtp/gstrtpmpadec.c:
12895         * gst/rtp/gstrtpmpadec.h:
12896         * gst/rtp/gstrtpmpadepay.c:
12897         * gst/rtp/gstrtpmpadepay.h:
12898         * gst/rtp/gstrtpmpaenc.c:
12899         * gst/rtp/gstrtpmpaenc.h:
12900         * gst/rtp/gstrtpmpapay.c:
12901         * gst/rtp/gstrtpmpapay.h:
12902         * gst/rtp/gstrtpspeexdec.c:
12903         * gst/rtp/gstrtpspeexdec.h:
12904         * gst/rtp/gstrtpspeexdepay.c:
12905         * gst/rtp/gstrtpspeexdepay.h:
12906         * gst/rtp/gstrtpspeexenc.c:
12907         * gst/rtp/gstrtpspeexenc.h:
12908         * gst/rtp/gstrtpspeexpay.c:
12909         * gst/rtp/gstrtpspeexpay.h:
12910           Do burger's rename for rtp payloaders and depayloaders
12911
12912 2005-11-30  Wim Taymans  <wim@fluendo.com>
12913
12914         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12915         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12916         * ext/dv/gstdvdemux.h:
12917         Fix seeking in dvdemux again, add some more debug info.
12918
12919 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12920
12921         * configure.ac:
12922           fix tests
12923
12924 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12925
12926         * PORTED_09:
12927         * docs/random/PORTED_09:
12928           move
12929         * tests/Makefile.am:
12930           add
12931         * win32/gst.sln:
12932           remove
12933
12934 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12935
12936         * Makefile.am:
12937         * check/.cvsignore:
12938         * check/Makefile.am:
12939         * check/elements/.cvsignore:
12940         * check/elements/level.c:
12941         * check/elements/matroskamux.c:
12942         * configure.ac:
12943         * examples/Makefile.am:
12944         * examples/capsfilter/Makefile.am:
12945         * examples/capsfilter/capsfilter1.c:
12946         * examples/gob/Makefile.am:
12947         * examples/gob/gst-identity2.gob:
12948         * examples/gstplay/.cvsignore:
12949         * examples/gstplay/Makefile.am:
12950         * examples/gstplay/player.c:
12951         * examples/indexing/.cvsignore:
12952         * examples/indexing/Makefile.am:
12953         * examples/indexing/indexmpeg.c:
12954         * examples/level/Makefile.am:
12955         * examples/level/README:
12956         * examples/level/demo.c:
12957         * examples/level/plot.c:
12958         * examples/stats/Makefile.am:
12959         * examples/stats/mp2ogg.c:
12960         * examples/switch/.cvsignore:
12961         * examples/switch/Makefile.am:
12962         * examples/switch/switcher.c:
12963           move under tests/
12964
12965 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
12968         (gst_text_render_class_init), (resize_bitmap),
12969         (gst_text_render_render_text), (gst_text_render_setcaps),
12970         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
12971         (gst_text_render_chain), (gst_text_render_finalize),
12972         (gst_text_render_init), (gst_text_render_set_property):
12973         * ext/pango/gsttextrender.h:
12974           Add missing files.
12975
12976 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * configure.ac:
12979         * ext/Makefile.am:
12980         * ext/pango/Makefile.am:
12981         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
12982         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
12983         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
12984         * ext/pango/gstclockoverlay.h:
12985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12986         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
12987         (gst_text_overlay_finalize), (gst_text_overlay_init),
12988         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
12989         (gst_text_overlay_text_pad_linked),
12990         (gst_text_overlay_text_pad_unlinked),
12991         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
12992         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
12993         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
12994         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12995         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12996         (gst_text_overlay_change_state), (plugin_init):
12997         * ext/pango/gsttextoverlay.h:
12998         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
12999         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13000         (gst_time_overlay_class_init), (gst_time_overlay_init):
13001         * ext/pango/gsttimeoverlay.h:
13002           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13003           and add background shading and text wrapping modes. Make 
13004           timoverlay derive from textoverlay. Also add new clockoverlay
13005           element.
13006
13007 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13008
13009         * gst/udp/Makefile.am: Moved to netbuffer.
13010
13011 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13012
13013         * configure.ac:
13014         * PORTED_O9:
13015         * gst/multipart/Makefile.am:
13016         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13017         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13018         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13019         (gst_multipart_demux_change_state),
13020         (gst_multipart_demux_plugin_init):
13021         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13022         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13023         (gst_multipart_mux_sinkconnect),
13024         (gst_multipart_mux_request_new_pad),
13025         (gst_multipart_mux_handle_src_event),
13026         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13027         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13028         0.9.
13029
13030 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13031
13032         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13033         * gst/debug/gstnavigationtest.h:
13034         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13035         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13036         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13037         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13038         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13039         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13040         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13041         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13042         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13043         (gst_video_flip_get_type):
13044         * gst/videofilter/gstvideoflip.h:
13045           update for symbols change
13046
13047 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049         * gst/udp/gstdynudpsink.c:
13050         * gst/udp/gstudpsrc.c:
13051           the old gstnet lib was renamed gstnetbuffer (#322257)
13052
13053 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13056         (gst_text_overlay_collected):
13057           Actually render the text from the text pad.
13058
13059 2005-11-29  Edward Hervey  <edward@fluendo.com>
13060
13061         * gst/debug/gstnavseek.c: (gst_navseek_event):
13062         * gst/debug/progressreport.c: (gst_progress_report_event):
13063         Update for GstBaseTransform event virtual method
13064
13065 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13066
13067         * ext/cairo/Makefile.am:
13068           no need to link to videofilter
13069
13070 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13071
13072         * gst/debug/Makefile.am:
13073         * gst/debug/gstnavigationtest.h:
13074         * gst/effectv/Makefile.am:
13075         * gst/effectv/gstaging.c:
13076         * gst/effectv/gstdice.c:
13077         * gst/effectv/gstedge.c:
13078         * gst/effectv/gstquark.c:
13079         * gst/effectv/gstrev.c:
13080         * gst/effectv/gstshagadelic.c:
13081         * gst/effectv/gstvertigo.c:
13082         * gst/effectv/gstwarp.c:
13083         * gst/videofilter/Makefile.am:
13084         * gst/videofilter/gstvideofilter.c:
13085         * gst/videofilter/gstvideofilter.h:
13086         * gst/videofilter/gstvideoflip.h:
13087           remove the videofilter library and link to the one in base
13088
13089 2005-11-28  Edward Hervey  <edward@fluendo.com>
13090
13091         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13092         Useless check now we're setting the current entry correctly.
13093
13094 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13097         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13098         (gst_jpegenc_change_state):
13099           Don't leak input buffer in chain function (fixes #322667); make 
13100           state change function thread-safe; don't repeat the current function
13101           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13102           gst_pad_alloc_buffer(); misc. minor cleanups.
13103
13104 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13105
13106         * gst/matroska/matroska-mux.c:
13107         (gst_matroska_mux_video_pad_setcaps):
13108         Look for pixel-aspect-ratio in caps, not pixel_width and
13109         pixel_height (Fixes: #322645)
13110
13111 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13112
13113         * gst/matroska/matroska-mux.c:
13114         (gst_matroska_mux_video_pad_setcaps):
13115         From Michal Benes:
13116         frame duration should be GST_SECOND / framerate, not
13117         GST_SECOND * framerate. (Fixes: #322643)
13118
13119 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13120
13121         * configure.ac:
13122           fix up GST_PLUGIN_LDFLAGS
13123         * gst/rtsp/rtspconnection.c:
13124           fix includes (see #317043)
13125         * gst/videofilter/Makefile.am:
13126           stop installing this library
13127
13128 2005-11-26  Edward Hervey  <edward@fluendo.com>
13129
13130         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13131         Handle the case where the incoming Video dv stream doesn't have
13132         a pixel aspect ratio set.
13133
13134 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13135
13136         * docs/plugins/Makefile.am:
13137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13139         * ext/flac/gstflacdec.c:
13140           document flacdec
13141
13142 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13143
13144         * docs/plugins/Makefile.am:
13145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13147         * docs/plugins/inspect/plugin-autodetect.xml:
13148         * ext/cairo/gstcairo.c: (plugin_init):
13149         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13150         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13151         (gst_text_overlay_init), (gst_text_overlay_font_init),
13152         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13153         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13154         (gst_text_overlay_text_pad_linked),
13155         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13156         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13157         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13158         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13159         (gst_text_overlay_change_state):
13160         * ext/cairo/gsttextoverlay.h:
13161         * ext/cairo/gsttimeoverlay.c:
13162         (gst_cairo_time_overlay_update_font_height),
13163         (gst_cairo_time_overlay_set_caps),
13164         (gst_cairo_time_overlay_get_unit_size),
13165         (gst_cairo_time_overlay_print_smpte_time),
13166         (gst_cairo_time_overlay_transform),
13167         (gst_cairo_time_overlay_base_init),
13168         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13169         (gst_cairo_time_overlay_get_type):
13170         * ext/cairo/gsttimeoverlay.h:
13171           do some name borgifying
13172           document
13173
13174 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13175
13176         * docs/plugins/Makefile.am:
13177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13179         * gst/autodetect/gstautoaudiosink.c:
13180         (gst_auto_audio_sink_base_init):
13181         * gst/autodetect/gstautovideosink.c:
13182         (gst_auto_video_sink_base_init),
13183         (gst_auto_video_sink_factory_filter):
13184           documenting auto*sink
13185           using strstr for the video sink lookup, class field is not ordered
13186         * docs/plugins/inspect/plugin-1394.xml:
13187         * docs/plugins/inspect/plugin-aasink.xml:
13188         * docs/plugins/inspect/plugin-alaw.xml:
13189         * docs/plugins/inspect/plugin-alpha.xml:
13190         * docs/plugins/inspect/plugin-alphacolor.xml:
13191         * docs/plugins/inspect/plugin-auparse.xml:
13192         * docs/plugins/inspect/plugin-autodetect.xml:
13193         * docs/plugins/inspect/plugin-avi.xml:
13194         * docs/plugins/inspect/plugin-cacasink.xml:
13195         * docs/plugins/inspect/plugin-cairo.xml:
13196         * docs/plugins/inspect/plugin-cutter.xml:
13197         * docs/plugins/inspect/plugin-debug.xml:
13198         * docs/plugins/inspect/plugin-dv.xml:
13199         * docs/plugins/inspect/plugin-efence.xml:
13200         * docs/plugins/inspect/plugin-effectv.xml:
13201         * docs/plugins/inspect/plugin-esdsink.xml:
13202         * docs/plugins/inspect/plugin-flac.xml:
13203         * docs/plugins/inspect/plugin-flxdec.xml:
13204         * docs/plugins/inspect/plugin-gconfelements.xml:
13205         * docs/plugins/inspect/plugin-goom.xml:
13206         * docs/plugins/inspect/plugin-jpeg.xml:
13207         * docs/plugins/inspect/plugin-level.xml:
13208         * docs/plugins/inspect/plugin-matroska.xml:
13209         * docs/plugins/inspect/plugin-mulaw.xml:
13210         * docs/plugins/inspect/plugin-navigationtest.xml:
13211         * docs/plugins/inspect/plugin-ossaudio.xml:
13212         * docs/plugins/inspect/plugin-png.xml:
13213         * docs/plugins/inspect/plugin-rtp.xml:
13214         * docs/plugins/inspect/plugin-rtsp.xml:
13215         * docs/plugins/inspect/plugin-shout2send.xml:
13216         * docs/plugins/inspect/plugin-smpte.xml:
13217         * docs/plugins/inspect/plugin-speex.xml:
13218         * docs/plugins/inspect/plugin-udp.xml:
13219         * docs/plugins/inspect/plugin-videobox.xml:
13220         * docs/plugins/inspect/plugin-videoflip.xml:
13221         * docs/plugins/inspect/plugin-videomixer.xml:
13222         * docs/plugins/inspect/plugin-wavenc.xml:
13223         * docs/plugins/inspect/plugin-wavparse.xml:
13224           update for HEAD version
13225
13226 2005-11-25  Michael Smith  <msmith@fluendo.com>
13227
13228         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13229           Patch from Sebastien Cote to close control sockets in udpsrc.
13230
13231 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13232
13233         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13234         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13235         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13236         (gst_quarktv_base_init), (gst_quarktv_class_init),
13237         (gst_quarktv_init): Flush the planes list on reverse caps
13238         negotiation. This was crashing because of differently sized
13239         buffers.
13240
13241 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13242
13243         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13244         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13245         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13246         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13247         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13248         (gst_videoflip_set_property), (gst_videoflip_base_init),
13249         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13250         correctly, fix identity flipping, convert navigation event 
13251         correctly again.
13252
13253 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * configure.ac: back to HEAD
13256
13257 === release 0.9.6 ===
13258
13259 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13260
13261         * configure.ac:
13262           releasing 0.9.6, "Everything's Not Lost"
13263
13264 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13265
13266         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13267         Oops, initialise the framerate GValue
13268
13269 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13270
13271         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13272         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13273         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13274         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13275         (gst_timeoverlay_get_type):
13276         * ext/cairo/gsttimeoverlay.h:
13277         * gst/debug/Makefile.am:
13278         * gst/debug/gstnavigationtest.c:
13279         (gst_navigationtest_handle_src_event),
13280         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13281         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13282         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13283         (gst_navigationtest_init), (gst_navigationtest_get_type),
13284         (plugin_init):
13285         * gst/debug/gstnavigationtest.h:
13286         * gst/effectv/Makefile.am:
13287         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13288         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13289         (gst_agingtv_base_init), (gst_agingtv_class_init),
13290         (gst_agingtv_init), (gst_agingtv_get_type):
13291         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13292         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13293         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13294         (gst_dicetv_get_type):
13295         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13296         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13297         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13298         (gst_edgetv_get_type):
13299         * gst/effectv/gsteffectv.c:
13300         * gst/effectv/gsteffectv.h:
13301         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13302         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13303         (gst_quarktv_change_state), (gst_quarktv_base_init),
13304         (gst_quarktv_class_init), (gst_quarktv_init),
13305         (gst_quarktv_get_type):
13306         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13307         (gst_revtv_get_unit_size), (gst_revtv_transform),
13308         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13309         (gst_revtv_get_type):
13310         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13311         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13312         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13313         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13314         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13315         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13316         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13317         (gst_vertigotv_init), (gst_vertigotv_get_type):
13318         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13319         (gst_warptv_get_unit_size), (gst_warptv_transform),
13320         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13321         (gst_warptv_get_type):
13322         * gst/videofilter/Makefile.am:
13323         * gst/videofilter/gstvideobalance.c:
13324         * gst/videofilter/gstvideobalance.h:
13325         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13326         (gst_videofilter_class_init), (gst_videofilter_init):
13327         * gst/videofilter/gstvideofilter.h:
13328         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13329         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13330         (gst_videoflip_flip), (gst_videoflip_transform),
13331         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13332         (gst_videoflip_base_init), (gst_videoflip_class_init),
13333         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13334         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13335         BaseTransform, it's just a place holder for now and every video
13336         effect plugin has been ported to use BaseTransform features 
13337         directly. QuarkTV was fixed too (was broken), navigationtest works
13338         and best for the end, videoflip converts navigation events depending
13339         on flip method ! Fixes #320953
13340
13341 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13342
13343         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13344         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13345         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13346         (gst_goom_src_negotiate), (gst_goom_chain):
13347         * gst/matroska/matroska-mux.c:
13348         (gst_matroska_mux_video_pad_setcaps):
13349         * sys/osxvideo/osxvideosink.m:
13350           Fixes for API changes
13351
13352 2005-11-23  Michael Smith <msmith@fluendo.com>
13353
13354         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13355         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13356         * ext/jpeg/gstjpegdec.h:
13357         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13358         * ext/jpeg/gstjpegenc.h:
13359         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13360         (gst_smokeenc_resync):
13361         * ext/jpeg/gstsmokeenc.h:
13362           JPEG fractiony goodness.
13363
13364 2005-11-22  Michael Smith <msmith@fluendo.com>
13365
13366         * gst/goom/filters.c:
13367         * gst/goom/graphic.h:
13368           Fix compilation by making some functions static inline instead of
13369           extern inline, matching the way they're used.
13370
13371 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13372
13373         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13374         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13375         * ext/cairo/gsttextoverlay.h:
13376         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13377         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13378         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13379         (gst_pngdec_caps_create_and_set):
13380         * ext/libpng/gstpngdec.h:
13381         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13382         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13383         * gst/avi/gstavimux.c: (gst_avimux_init),
13384         (gst_avimux_vidsinkconnect):
13385         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13386         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13387         (gst_goom_src_negotiate), (gst_goom_chain):
13388         * gst/goom/gstgoom.h:
13389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13390         * gst/matroska/matroska-mux.c:
13391         (gst_matroska_mux_video_pad_setcaps):
13392         * sys/osxvideo/osxvideosink.h:
13393         * sys/osxvideo/osxvideosink.m:
13394           More fractional framerate conversions 
13395
13396 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13397
13398         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13399         * gst/debug/gstnavigationtest.c:
13400         (gst_navigationtest_handle_src_event):
13401         * gst/videofilter/gstvideofilter.c:
13402         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13403         (gst_videofilter_init):
13404         * gst/videofilter/gstvideofilter.h:
13405           Convert to fractional framerates.
13406
13407 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13408
13409         * ext/aalib/gstaasink.c:
13410         * ext/dv/gstdvdec.c:
13411         * ext/esd/esdmon.c:
13412         * ext/flac/gstflacenc.c:
13413         * ext/gdk_pixbuf/pixbufscale.c:
13414         * ext/libcaca/gstcacasink.c:
13415         * ext/shout2/gstshout2.c:
13416         * gst/alpha/gstalpha.c:
13417         * gst/oldcore/gstaggregator.c:
13418         * gst/oldcore/gstshaper.c:
13419         * gst/smpte/barboxwipes.c:
13420         * gst/smpte/gstsmpte.c:
13421         * gst/videobox/gstvideobox.c:
13422         * gst/videofilter/gstvideoflip.c:
13423         * gst/videomixer/videomixer.c:
13424           fix up more enums
13425
13426 2005-11-22  Michael Smith <msmith@fluendo.com>
13427
13428         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13429         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13430         (gst_videomixer_update_queues):
13431           Fractional framerates, videomixer.
13432
13433 2005-11-22  Michael Smith <msmith@fluendo.com>
13434
13435         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13436         * ext/dv/gstdvdec.h:
13437         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13438         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13439         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13440         (gst_dvdemux_flush):
13441         * ext/dv/gstdvdemux.h:
13442           Fractional framerates for DV. 
13443
13444 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst/autodetect/gstautoaudiosink.c:
13447         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13448         * gst/autodetect/gstautovideosink.c:
13449         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13450           Use gst_plugin_feature_list_free() to free feature list and
13451           in the case of autovideosink free the list at all. Also
13452           miscellaneous cosmetic fixes.
13453
13454 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13455
13456         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13457         (gst_cutter_set_property), (gst_cutter_get_caps):
13458           copy calculation code from level; remove use of some audio
13459           functions
13460
13461 2005-11-22  Andy Wingo  <wingo@pobox.com>
13462
13463         * Update for gst_tag_setter API changes.
13464
13465 2005-11-22  Andy Wingo  <wingo@pobox.com>
13466
13467         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13468         (gst_dvdemux_demux_frame)
13469         * ext/flac/gstflacdec.c (gst_flacdec_write)
13470         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13471         (gst_flacenc_sink_event)
13472         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13473         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13474         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13475         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13476         * gst/auparse/gstauparse.c (gst_auparse_chain)
13477         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13478         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13479         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13480         (gst_avi_demux_handle_seek)
13481         * gst/goom/gstgoom.c (gst_goom_event)
13482         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13483         * gst/matroska/matroska-demux.c
13484         (gst_matroska_demux_handle_seek_event)
13485         (gst_matroska_demux_loop_stream_parse_id)
13486         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13487         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13488         (gst_wavparse_stream_headers): Run update-funcnames.
13489
13490 2005-11-22  Edward Hervey  <edward@fluendo.com>
13491
13492         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13493         (gst_dv1394src_init), (gst_dv1394src_dispose),
13494         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13495         (gst_dv1394src_uri_set_uri):
13496         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13497         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13498         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13499         URIHandler interface and element properties are now properly
13500         synchronized for DV1394src and UDPSrc
13501
13502 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * ext/flac/Makefile.am:
13505         * ext/speex/Makefile.am:
13506           libgsttagedit has been renamed to libgsttag.
13507
13508 2005-11-21  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst/rtsp/rtspconnection.c: (read_body):
13511         Apply patch from Sebastien Cote to fix #319184.
13512
13513 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13514
13515         * configure.ac:
13516         * gst/cutter/Makefile.am:
13517         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13518         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13519         (gst_cutter_set_property), (gst_cutter_get_property),
13520         (plugin_init), (gst_cutter_get_caps):
13521           port cutter
13522         * gst/level/gstlevel.c:
13523           fix up plugin details
13524
13525 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13526
13527         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13528         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13529         (gst_flacdec_src_event):
13530         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13531         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13532         (gst_signal_processor_getrange), (gst_signal_processor_chain):
13533         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13534         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13535         (gst_flxdec_sink_event_handler):
13536         * gst/matroska/matroska-demux.c:
13537         (gst_matroska_demux_handle_seek_event):
13538         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13539           Update for stream lock API changes: don't take stream log
13540           in sink event handlers any longer and change GST_STREAM_LOCK
13541           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13542           functions.
13543
13544 2005-11-21  Michael Smith <msmith@fluendo.com>
13545
13546         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13547           gst_object_unref, not g_object_unref
13548
13549 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13552         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13553           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13554
13555 2005-11-21  Michael Smith <msmith@fluendo.com>
13556
13557         * gst/auparse/Makefile.am:
13558         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13559         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13560         (gst_auparse_change_state):
13561         * gst/auparse/gstauparse.h:
13562           Partially fix #161712. playbin still doesn't work on these files,
13563           (on the bug report, Andy says we aren't typefinding it for some
13564           reason?) but at least auparse isn't totally busted like it was before.
13565
13566 2005-11-21  Andy Wingo  <wingo@pobox.com>
13567
13568         * *.h:
13569         * *.c: Ran scripts/update-macros. Oh yes.
13570
13571 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13574           Filler events are gone for now, comment out section generating
13575           them.
13576
13577 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13578
13579         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13580         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13581         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13582         * sys/osxvideo/osxvideosink.m:
13583           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13584           (#322027)
13585
13586 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13587
13588         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13589         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13590         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13591         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13592         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13593         (gst_avi_demux_stream_data):
13594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13595         * gst/wavenc/gstwavenc.c: (write_metadata):
13596         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13597         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13598         Fixes for GST_FOURCC_FORMAT API change.
13599
13600 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13601
13602         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13603         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13604         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13605         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13606         (gst_text_overlay_change_state):
13607         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13608         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13609         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13610         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13611         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13612         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13613         (gst_videomixer_change_state):
13614           Fix for collect pads API change. Also fix textoverlay state
13615           change function.
13616
13617 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13618
13619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13620         GST_PAD_IS_USABLE by something approaching it.
13621
13622 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13623
13624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13625         API changes.
13626         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13627         but also fix the code that was not checking return values from
13628         pad_push neither using pad_alloc_buffer.
13629
13630 2005-11-18  Edward Hervey  <edward@fluendo.com>
13631
13632         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13633         (gst_pngenc_chain):
13634         Added debug category
13635         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13636         goes to EOS.
13637
13638 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13639
13640         * gst/rtp/Makefile.am
13641         * gst/rtp/gstrtp.c
13642         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13643         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13644         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13645         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13646         * gst/rtp/gstrtpg711enc.h:
13647         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13648         * gst/rtp/gstrtpspeexenc.c:
13649         * gst/rtp/gstrtpspeexenc.h:
13650         * gst/rtp/gstrtpspeexdec.c:
13651         * gst/rtp/gstrtpspeexdec.h:
13652         Created Speex payloader and depayloader; Optimize G711 payloader to
13653         use adapter and send packets until MTU size.
13654
13655 2005-11-16  Wim Taymans  <wim@fluendo.com>
13656
13657         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13658         Fix leak in check.
13659
13660 2005-11-16  Wim Taymans  <wim@fluendo.com>
13661
13662         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13663         Fix state change.
13664
13665 2005-11-16  Andy Wingo  <wingo@pobox.com>
13666
13667         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13668         (gst_udpsrc_create): Move comment.
13669
13670 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13671
13672         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13673
13674         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13675           When seeking, seek to closest index entry at or before the requested
13676           seek position, not just the closest one (#321001).
13677
13678 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13679
13680         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13681         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13682           Invert DIB images again (see #132341).
13683
13684 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13685
13686         * configure.ac:
13687           rework configure.ac file
13688         * ext/aalib/gstaasink.c:
13689         * ext/cairo/gstcairo.c:
13690         * ext/dv/gstdv.c:
13691         * ext/esd/gstesd.c:
13692         * ext/flac/gstflac.c:
13693         * ext/gconf/gstgconfelements.c:
13694         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13695         * ext/jpeg/gstjpeg.c:
13696         * ext/ladspa/gstladspa.c:
13697         * ext/libcaca/gstcacasink.c:
13698         * ext/libmng/gstmng.c:
13699         * ext/libpng/gstpng.c:
13700         * ext/mikmod/gstmikmod.c:
13701         * ext/pango/gsttextoverlay.c:
13702         * ext/pango/gsttimeoverlay.c:
13703         * ext/raw1394/gst1394.c:
13704         * ext/speex/gstspeex.c:
13705         * gst/alpha/Makefile.am:
13706         * gst/alpha/gstalpha.c:
13707         * gst/alpha/gstalphacolor.c:
13708         * gst/auparse/gstauparse.c:
13709         * gst/autodetect/gstautoaudiosink.c:
13710         (gst_auto_audio_sink_factory_filter),
13711         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13712         * gst/autodetect/gstautodetect.c:
13713         * gst/avi/gstavi.c:
13714         * gst/cutter/gstcutter.c:
13715         * gst/debug/efence.c:
13716         * gst/debug/gstdebug.c:
13717         * gst/debug/gstnavigationtest.c:
13718         * gst/effectv/gsteffectv.c:
13719         * gst/flx/gstflxdec.c:
13720         * gst/goom/gstgoom.c:
13721         * gst/interleave/plugin.c:
13722         * gst/law/alaw.c:
13723         * gst/law/mulaw.c:
13724         * gst/level/gstlevel.c:
13725         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13726         * gst/matroska/matroska.c:
13727         * gst/median/gstmedian.c:
13728         * gst/monoscope/gstmonoscope.c:
13729         * gst/multipart/multipart.c:
13730         * gst/oldcore/gstelements.c:
13731         * gst/rtp/gstrtp.c:
13732         * gst/rtsp/gstrtsp.c:
13733         * gst/smoothwave/gstsmoothwave.c:
13734         * gst/smpte/gstsmpte.c:
13735         * gst/udp/gstudp.c:
13736         * gst/videobox/gstvideobox.c:
13737         * gst/videofilter/gstgamma.c:
13738         * gst/videofilter/gstvideobalance.c:
13739         * gst/videofilter/gstvideoflip.c:
13740         * gst/videofilter/gstvideotemplate.c:
13741         * gst/videomixer/videomixer.c:
13742         * gst/wavenc/gstwavenc.c:
13743         * gst/wavparse/gstwavparse.c:
13744         * sys/oss/gstossaudio.c:
13745         * sys/osxaudio/gstosxaudio.c:
13746           update GST_PLUGIN_DEFINE
13747         * gst/rtp/Makefile.am:
13748         * gst/rtp/gstasteriskh263.c:
13749           check for htons/htonl headers and possibly link to winsock2 lib
13750
13751 2005-11-12  Edward Hervey  <edward@fluendo.com>
13752
13753         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13754         Only GST_DEBUG() information on the valid components.
13755
13756 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * configure.ac: back to HEAD
13759
13760 === release 0.9.5 ===
13761
13762 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13763
13764         * configure.ac:
13765           releasing 0.9.5, "Phone Alarm"
13766
13767 2005-11-11  Edward Hervey  <edward@fluendo.com>
13768
13769         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13770         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13771         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13772         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13773         (gst_avi_demux_loop):
13774         * gst/avi/gstavidemux.h:
13775         Yeah, implement proper seeking. Exact seeking and segment seeking.
13776         Still need to do some checks for segment_stop.
13777
13778 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13779
13780         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13781
13782         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13783           Don't try to ready buffer duration from buffer that we don't
13784           own any  longer and that might already have been unreffed.
13785           (#321136)
13786
13787 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13788
13789         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13790         (flx_decode_delta_flc), (gst_flxdec_chain):
13791         Attempting to optimize the code for embedded systems.
13792
13793 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13794
13795         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13798           Don't re-use already closed file descriptor. (#320920)
13799
13800 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13801
13802         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13803         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13804         (gst_oss_sink_prepare):
13805         * sys/oss/gstosssink.h:
13806           Cache probed caps; fix debug output for SET_PARAM macros.
13807
13808 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * ext/cairo/Makefile.am:
13811         * ext/cairo/gstcairo.c: (plugin_init):
13812         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13813         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13814         (gst_text_overlay_init), (gst_text_overlay_font_init),
13815         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13816         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13817         (gst_text_overlay_text_pad_linked),
13818         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13819         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13820         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13821         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13822         (gst_text_overlay_change_state):
13823         * ext/cairo/gsttextoverlay.h:
13824           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13825           property and redo positioning. Doesn't handle upstream renegotiation
13826           yet though.
13827
13828 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13829
13830         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13831         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13832         (gst_avi_demux_loop):
13833           No need to take the STREAM_LOCK in the loop function. Improve
13834           some debug messages. Don't leak pad names in debug messages.
13835
13836 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13837
13838         * gst/matroska/matroska-demux.c:
13839         (gst_matroska_demux_push_vorbis_codec_priv_data),
13840         (gst_matroska_demux_add_wvpk_header):
13841           Don't error out when the source pad isn't linked.
13842
13843 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13846         (gst_gconf_audio_sink_change_state):
13847         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13848         (gst_gconf_video_sink_change_state):
13849           Fix state change functions here as well and set kid
13850           to NULL state before removing it.
13851
13852 2005-11-01  Edward Hervey  <edward@fluendo.com>
13853
13854         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13855         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13856         Added proper event handlind, 
13857         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13858         ignored),
13859         and don't set a duration of 0 for buffers otherwise they are discarded
13860         by GstBaseSink.
13861
13862         GstWavEnc needs some serious loving, after going through the code I'm
13863         really wondering how this can stay in -good ...
13864
13865 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13866
13867         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13868         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13869         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13870         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13871         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13872         (gst_matroska_mux_collected):
13873           Fix leaks and invalid memory access as reported by valgrind
13874
13875 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13876
13877         Patch by: Michal Benes <michal.benes@xeris.cz>
13878
13879         * check/Makefile.am:
13880         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13882         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13883           add a unit test for matroskamux
13884           fix the bugs that the unit test exposed
13885
13886 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         * gst/autodetect/gstautoaudiosink.c:
13889         (gst_auto_audio_sink_class_init),
13890         (gst_auto_audio_sink_change_state):
13891         * gst/autodetect/gstautovideosink.c:
13892         (gst_auto_video_sink_class_init),
13893         (gst_auto_video_sink_change_state):
13894           Fix state change function and use GST_DEBUG_FUNCPTR in
13895           class_init.
13896
13897 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13898
13899         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13902         (gst_ebml_write_reset), (gst_ebml_write_element_new):
13903         * gst/matroska/ebml-write.h:
13904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13905           Set timestamps on outgoing ebml headers as well, so that the
13906           element after matroskamux can get the timestamp already when
13907           reading the first ebml element and doesn't have to wait for
13908           the actual data buffer for that (#320308).
13909           
13910 2005-10-31  Andy Wingo  <wingo@pobox.com>
13911
13912         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13913         (gst_videomixer_pad_link): Kill some memleaks.
13914         (gst_videomixer_pad_get_property): Style fix.
13915         (gst_videomixer_pad_set_property): Style fix.
13916         (gst_videomixer_pad_init): Style fix.
13917         (gst_videomixer_update_queues): Kill memleak.
13918         (gst_videomixer_loop): Kill memleak.
13919         (gst_videomixer_collected): Kill memleak.
13920
13921 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13922
13923         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13924         gst_auparse_change_state:
13925         Just some cleanup.
13926
13927 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13928
13929         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13930         Add checks to GST_FLOW_NOT_LINKED for values returned
13931         from gst_pad_push.
13932         
13933 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13934
13935         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13936         (gst_rtpg711dec_process):
13937         * gst/rtp/gstrtpgsmenc.c:
13938         Payloader now sets some default caps on the srcpad if caps on the sinkpad
13939         are never set. This is important for the g711 to work with burger's rtpbin
13940         element.
13941
13942 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
13943
13944         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
13945         (gst_speexenc_push_buffer):
13946         Add checks for return values from gst_pad_push and
13947         gst_pad_alloc_buffer.
13948
13949 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
13950
13951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13954         (gst_matroska_demux_parse_info),
13955         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13956         (gst_matroska_demux_parse_cluster):
13957         * gst/matroska/matroska-ids.h:
13958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13959         (gst_matroska_mux_init), (gst_matroska_mux_start),
13960         (gst_matroska_mux_create_buffer_header),
13961         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
13962         (gst_matroska_mux_get_property):
13963         * gst/matroska/matroska-mux.h:
13964           Add SimpleBlock support to matroska demuxer and muxer (part of
13965           Matroska v2). (#319731)
13966
13967 2005-10-28  Wim Taymans  <wim@fluendo.com>
13968
13969         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
13970         (gst_jpeg_dec_change_state):
13971         * ext/jpeg/gstjpegdec.h:
13972         Cleanups. Don't create caps for every chain.
13973
13974 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
13975
13976         * gst/law/alaw-encode.c: (gst_alawenc_init),
13977         (alawenc_setcaps), (gst_alawenc_chain)
13978         * gst/law/alaw-encode.h:
13979         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
13980         (mulawenc_setcaps), (gst_mulawenc_chain)
13981         * gst/law/mulaw-encode.h:
13982         Set timestamp on buffer and it allows RTP G711 elements
13983         work properly.
13984
13985 2005-10-27  Wim Taymans  <wim@fluendo.com>
13986
13987         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
13988         Set correct format on oss instead of a silly value. 
13989
13990 2005-10-27  Julien MOUTTE  <julien@moutte.net>
13991
13992         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13993         (gst_video_box_transform_caps), (gst_video_box_set_caps),
13994         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
13995         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
13996         I420 rendering as well, doesn't bring much for my platform.
13997         Might help on some other platforms.
13998
13999 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14000
14001         * gst/rtp/gstrtpgsmenc.c:
14002         * gst/rtp/gstrtpgsmparse.c:
14003         Declaring the padtemplate correctly.
14004
14005 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14006
14007         * gst/rtp/gstrtpg711dec.c:
14008         * gst/rtp/gstrtpg711enc.c:
14009         * gst/rtp/gstrtpgsmenc.c:
14010         * gst/rtp/gstrtpgsmparse.c:
14011         Setting the proper copyright notice.
14012
14013 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14014
14015         * gst/videobox/Makefile.am: Use liboil.
14016         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14017         (gst_video_box_set_property), (gst_video_box_transform_caps),
14018         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14019         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14020         using liboil. Will dot the same to I420 border generation
14021         tomorrow.
14022
14023 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14024
14025         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14026         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14027         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14028         * gst/rtp/gstrtpg711dec.h:
14029         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14030         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14031         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14032         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14033         (gst_rtpgsmenc_handle_buffer):
14034         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14035         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14036         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14037         * gst/rtp/gstrtpgsmparse.h:
14038         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14039         inherits from the basertpdepayloader.
14040
14041 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14042
14043         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14044         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14045         (gst_video_box_ayuv): Removing this forgotten debug.
14046
14047 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14048
14049         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14050         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14051         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14052
14053 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14054
14055         * sys/oss/gstossaudio.c:
14056         * sys/oss/gstossdmabuffer.c:
14057         * sys/oss/gstosshelper.c:
14058         * sys/oss/gstossmixer.c:
14059         * sys/oss/gstossmixerelement.c:
14060         * sys/oss/gstossmixertrack.c:
14061         * sys/oss/gstosssink.c:
14062         * sys/oss/gstosssrc.c:
14063           Actually use the 'oss' debug category we register.
14064
14065 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14066
14067         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14068         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14069         Use gst_pad_get_parent and drop the ref that was added through
14070         that call.
14071
14072 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * gst/rtp/gstrtpgsmenc.c:
14075           Fix compilation
14076
14077 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14078
14079         * gst/rtp/gstrtpg711dec.c
14080         Just removed a couple of lines of weird code used during
14081         development/test time.
14082
14083 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14084
14085         * gst/rtp/Makefile.am
14086         * gst/rtp/gstrtp.c
14087         * gst/rtp/gstrtpg711enc.c
14088         * gst/rtp/gstrtpg711enc.h
14089         * gst/rtp/gstrtpg711dec.c
14090         * gst/rtp/gstrtpg711dec.h
14091         Created G711 payloader and depayloader (it supports mulaw and alaw
14092         (dec)encoders)
14093
14094 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14095
14096         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14097         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14098         Doh ! I introduced wingo's bug again ! Sorry...
14099
14100 2005-10-25  Christian Schaller <christian@fluendo.com> 
14101
14102         * gst/rtp/Makefile.am: add missing header files for disting
14103
14104 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14105
14106         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14107         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14108         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14109         (gst_rtpgsmenc_handle_buffer):
14110         * gst/rtp/gstrtpgsmenc.h:
14111         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14112         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14113         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14114         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14115         * gst/rtp/gstrtpgsmparse.h:
14116         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14117
14118 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14119
14120         * ext/libpng/gstpngdec.c: (user_info_callback),
14121         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14122         a newsegment event, move some redundant code in a single place.
14123
14124 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14125
14126         * ext/libpng/gstpngdec.c: (user_info_callback),
14127         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14128         hack to get correct colors order when we have a png image with
14129         alpha channel.
14130
14131 2005-10-24  Edward Hervey  <edward@fluendo.com>
14132
14133         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14134         Call gst_element_no_more_pads when there will be no more pads.
14135
14136 2005-10-24  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst/rtp/Makefile.am:
14139         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14140         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14141         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14142         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14143         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14144         (gst_asteriskh263_plugin_init):
14145         * gst/rtp/gstasteriskh263.h:
14146         * gst/rtp/gstrtp.c: (plugin_init):
14147         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14148         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14149         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14150         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14151         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14152         (gst_rtph263enc_plugin_init):
14153         * gst/rtp/gstrtph263enc.h:
14154         Added two new payloaders, an RFC 2190 payloader for h263 and
14155         a payload convertor for an asterisk server.
14156
14157 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14158
14159         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14160           Set bytes_per_sample correctly (is not always 4, but 
14161           depends on width and number of channels).
14162
14163 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14166         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14167         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14168         (gst_flacenc_sink_event), (gst_flacenc_chain),
14169         (gst_flacenc_set_property), (gst_flacenc_get_property),
14170         (gst_flacenc_change_state):
14171         * ext/flac/gstflacenc.h:
14172           Fix seeking, so that flacenc can rewrite the header with the
14173           correct duration and amount of samples and all that at EOS;
14174           also set timestamps and granulepos on outgoing buffers; add
14175           debug category; fix state change function.
14176           
14177 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14178
14179         * gst/videomixer/videomixer.c: Don't restrict video geometry
14180         from 16 to 4096.
14181
14182 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14183
14184         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14185         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14186         Fix caps negotiation correctly, add debugging category.
14187
14188 2005-10-24  Christian Schaller  <christian@fluendo.com>
14189
14190         * configure.ac: Port over Thomas's change from base listing all plugins
14191
14192 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14193
14194         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14195         a sink pad.
14196
14197 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         * configure.ac:
14200         * docs/upload.mak:
14201           back to HEAD
14202
14203 === release 0.9.4 ===
14204
14205 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14206
14207         * configure.ac:
14208           Releasing 0.9.4, "Dromiceiomimus"
14209
14210 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14213         (gst_speexenc_src_query):
14214           Add position and duration query, fix query type function.
14215           
14216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14217         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14218           Let's not set non-fixed caps on source pads.
14219
14220 2005-10-21  Wim Taymans  <wim@fluendo.com>
14221
14222         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14223         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14224         (gst_avi_demux_handle_seek):
14225         Set correct stream_time in newsegment event.
14226         avi can also handle a duration query now.
14227
14228 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * gst/matroska/matroska-demux.c:
14231         (gst_matroska_demux_handle_src_query),
14232         (gst_matroska_demux_handle_seek_event),
14233         (gst_matroska_demux_loop_stream_parse_id):
14234           Fix duration query; fix basetime in newsegment event after
14235           seek; fix duration in initial newsegment event.
14236
14237         * gst/matroska/matroska-mux.c:
14238         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14239           Extract number of channels and samplerate from vorbis headers;
14240           add some debug messages when querying the durations of the
14241           input streams.
14242
14243 2005-10-20  Wim Taymans  <wim@fluendo.com>
14244
14245         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14246         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14247         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14248         Set stream time correctly in newsegment.
14249
14250 2005-10-20  Wim Taymans  <wim@fluendo.com>
14251
14252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14253         Correctly fill in the stream time.
14254
14255 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14256
14257         * check/elements/level.c: (GST_START_TEST):
14258         * gst/level/gstlevel.c: (gst_level_message_new):
14259         * gst/level/level-example.c: (message_handler):
14260           use ELEMENT messages instead
14261
14262 2005-10-19  Wim Taymans  <wim@fluendo.com>
14263
14264         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14265         (gst_dvdemux_src_query):
14266         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14267         (gst_flacdec_src_query):
14268         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14269         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14270         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14271         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14272         * gst/debug/progressreport.c: (gst_progress_report_report):
14273         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14274         * gst/matroska/matroska-demux.c:
14275         (gst_matroska_demux_handle_src_query):
14276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14277         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14278         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14279         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14280         (gst_wavparse_srcpad_event):
14281         API change fix.
14282
14283 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14284
14285         * gst/goom/filters.c:
14286         * gst/goom/graphic.h:
14287         * gst/goom/lines.c:
14288           Make inline functions either 'static inline' or 'extern inline',
14289           otherwise the Forte compiler apparently won't inline them (#317300).
14290
14291 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14292
14293         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14294         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14295         (user_info_callback), (user_endrow_callback), (user_end_callback),
14296         (user_read_data), (gst_pngdec_caps_create_and_set),
14297         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14298         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14299         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14300         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14301         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14302         very nice and handle push/pull based model. if you have filesrc
14303         connected to it, it will do random access to load the png file.
14304         If you have a network source that can't do _getrange, it does 
14305         progressive loading through the chain function.
14306         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14307         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14308         thanks to Master Wim Taymans ;-)
14309
14310 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * gst/matroska/Makefile.am:
14313         * gst/matroska/ebml-read.c:
14314         * gst/matroska/ebml-read.h:
14315         * gst/matroska/matroska-demux.c:
14316         * gst/matroska/matroska-demux.h:
14317         * gst/matroska/matroska.c: (plugin_init):
14318           Ported matroska demuxer to 0.9.
14319
14320 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14321
14322         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14323
14324         * gst/matroska/matroska-mux.c:
14325         (gst_matroska_mux_video_pad_setcaps),
14326         (gst_matroska_mux_audio_pad_setcaps):
14327           Fix mpeg4 input handling (#318847); also, while we're at it,
14328           fix media type for Motion-JPEG: should be image/jpeg.
14329
14330 2005-10-18  Wim Taymans  <wim@fluendo.com>
14331
14332         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14333         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14334         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14335         Fix for segment-start/stop API change.
14336
14337 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14338
14339         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14340         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14341         way.
14342
14343 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14344
14345         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14346         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14347         output declared in transform_caps.
14348
14349 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14350
14351         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14352
14353 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14354
14355         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14356         (gst_video_box_get_unit_size): Fix wrong size calculations and
14357         implement get_unit_size correctly.
14358
14359 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * configure.ac:
14362           Enable flx plugin.
14363
14364         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14365           Fix gcc4 signedness issue.
14366
14367 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14368
14369         * configure.ac: Adding videomixer.
14370         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14371         (user_read_data), (gst_pngdec_chain): More debugging.
14372         * gst/alpha/Makefile.am: Adding alphacolor
14373         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14374         (gst_alpha_color_class_init), (gst_alpha_color_init),
14375         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14376         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14377         (plugin_init): Ported to 0.9 using in place base tranform.
14378         * gst/videomixer/Makefile.am:
14379         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14380         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14381         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14382         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14383         (gst_videomixer_init), (gst_videomixer_getcaps),
14384         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14385         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14386         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14387         to 0.9 using collectpads.
14388
14389 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14390
14391         * configure.ac:
14392         * gst/flx/Makefile.am:
14393         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14394         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14395         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14396         * gst/flx/gstflxdec.h:
14397         flx plugin ported to 0.9
14398
14399 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14400
14401         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14402           use new gst_version_string()
14403
14404 2005-10-16  Andy Wingo  <wingo@pobox.com>
14405
14406         * configure.ac: GLIB_CHECK.
14407
14408 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14409
14410         * ext/libpng/Makefile.am:
14411         * ext/libpng/gstpng.c: (plugin_init):
14412         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14413         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14414         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14415
14416 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14417
14418         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * configure.ac:
14421         * gst/matroska/Makefile.am:
14422         * gst/matroska/ebml-ids.h:
14423         * gst/matroska/ebml-write.c:
14424         * gst/matroska/ebml-write.h:
14425         * gst/matroska/matroska-ids.h:
14426         * gst/matroska/matroska-mux.c:
14427         * gst/matroska/matroska-mux.h:
14428         * gst/matroska/matroska.c: (plugin_init):
14429           Port matroska muxer to 0.9 (#318847).
14430
14431 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14434         (comment_init), (comment_add):
14435           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14436           use GST_READ_UINT32_LE() and friends rather than the private
14437           implementation of those same macros.
14438
14439 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14440
14441         * examples/stats/mp2ogg.c:
14442           more typo fixes
14443
14444 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14445
14446         * examples/indexing/indexmpeg.c: (main):
14447         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14448         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14449         * ext/esd/esdmon.h:
14450         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14451         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14452         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14453         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14454         * gst/avi/gstavimux.c: (gst_avimux_init):
14455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14456         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14457         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14458         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14459         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14460         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14461         * gst/oldcore/gstmultifilesrc.h:
14462         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14463         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14464         (gst_pipefilter_change_state):
14465         * gst/oldcore/gstpipefilter.h:
14466         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14467         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14468         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14469         * sys/osxaudio/gstosxaudiosink.h:
14470         * sys/osxaudio/gstosxaudiosrc.h:
14471           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14472           moved bitshift from macro to enum definition
14473
14474 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * ext/Makefile.am:
14477         * ext/cairo/Makefile.am:
14478         * ext/cairo/gstcairo.c: (plugin_init):
14479         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14480         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14481         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14482         * ext/cairo/gsttimeoverlay.h:
14483           update of cairo-based timeoverlay to 1.0 Cairo API
14484           doesn't work yet for resizing of output sink
14485
14486 2005-10-11  Wim Taymans  <wim@fluendo.com>
14487
14488         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14489         newsegment API fix.
14490
14491 2005-10-11  Wim Taymans  <wim@fluendo.com>
14492
14493         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14494         (gst_dvdemux_demux_frame):
14495         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14496         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14498         (gst_avi_demux_handle_seek):
14499         * gst/goom/gstgoom.c: (gst_goom_event):
14500         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14501         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14502         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14503         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14504         (gst_wavparse_srcpad_event):
14505         newsegment API update.
14506
14507 2005-10-11  Andy Wingo  <wingo@pobox.com>
14508
14509         * ext/speex/gstspeexenc.c: Signedness cleanups.
14510
14511 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
14512
14513         * PORTED_09:
14514         * ext/speex/Makefile.am:
14515         * ext/speex/gstspeex.c:
14516         * ext/speex/gstspeexenc.c:
14517         Speexenc ported to 0.9
14518
14519 2005-10-10  Wim Taymans  <wim@fluendo.com>
14520
14521         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14522         (gst_oss_sink_init), (gst_oss_sink_set_property),
14523         (gst_oss_sink_get_property), (gst_oss_sink_open),
14524         (gst_oss_sink_prepare), (gst_oss_sink_reset):
14525         * sys/oss/gstosssink.h:
14526         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14527         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14528         (gst_oss_src_prepare):
14529         Cleanups, make device configurable in the sink, handle and report
14530         errors.
14531
14532 2005-10-10  Wim Taymans  <wim@fluendo.com>
14533
14534         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14535         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14536         Make sure element is NULL before removing from the bin.
14537
14538 2005-10-07  Andy Wingo  <wingo@pobox.com>
14539
14540         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14541         block forever in a read().
14542         (gst_dv1394src_bus_reset): Post a message when the cable is
14543         unplugged.
14544         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14545         (gst_dv1394src_bus_reset): Don't unref the message.
14546
14547         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14548         hacking. The only change should be that the state change stuff was
14549         put into basesrc's start() and stop() routines, which coalesces
14550         some steps.
14551
14552 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * configure.ac:
14555           Add check for mmap
14556           
14557         * gst/debug/Makefile.am:
14558           Only compile efence plugin on systems that have mmap.
14559
14560 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * gst/debug/Makefile.am:
14563         * gst/debug/breakmydata.c:
14564         * gst/debug/gstdebug.c:
14565         * gst/debug/gstnavigationtest.c:
14566         * gst/debug/gstnavseek.c: 
14567         * gst/debug/gstnavseek.h:
14568         * gst/debug/progressreport.c: 
14569         * gst/debug/testplugin.c:
14570           Port progressreport, navseek, navigationtest, testsink and
14571           breakmydata.
14572
14573 2005-10-05  Edward Hervey  <edward@fluendo.com>
14574
14575         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14576         (gst_dvdemux_src_query):
14577         Fixes for better conversion
14578
14579 2005-10-04  Michael Smith <msmith@fluendo.com>
14580
14581         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14582         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14583         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14584         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14585           Set state of elements to NULL before removing from bins.
14586           Set state of test element to NULL if we failed to move it to READY
14587
14588 2005-10-04  Edward Hervey  <edward@fluendo.com>
14589
14590         * ext/dv/Makefile.am:
14591         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
14592         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14593         Corrected the query function for position so it doesn't forget what
14594         format was asked, and calls the conversion functions on the correct pad.
14595
14596 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14597
14598         * configure.ac:
14599           back to development
14600
14601 === release 0.9.3 ===
14602
14603 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14604
14605         * configure.ac:
14606           Releasing 0.9.3, "Aramis"
14607
14608 2005-10-03  Andy Wingo  <wingo@pobox.com>
14609
14610         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14611         error returns.
14612
14613 2005-10-02  Andy Wingo  <wingo@pobox.com>
14614
14615         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14616
14617         * ext/flac/gstflacenc.c: Ported to 0.9.
14618
14619         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14620
14621         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14622         and link to gsttagedit. Enable flacenc.
14623
14624         * ext/flac/gstflacdec.c: Re-enable tag reading.
14625
14626 2005-09-30  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14629         * gst/rtp/gstrtpgsmparse.c:
14630         * gst/rtp/gstrtph263penc.c:
14631         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14632         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14633         (gst_rtpmp4venc_set_property):
14634         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14635         Various class and caps fixes from Andre Magalhaes (andrunko)
14636
14637 2005-09-29  Wim Taymans  <wim@fluendo.com>
14638
14639         * gst/level/level-example.c: (main):
14640         Update for new bus API.
14641
14642 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * configure.ac:
14645           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14646           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14647
14648 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14651           Fix playback of mono streams (bytes_per_sample should be set
14652           from the sample width and the number of channels negotiated,
14653           and not just be set to 4) (#317338)
14654
14655 2005-09-26  Wim Taymans  <wim@fluendo.com>
14656
14657         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14658         (gst_rtpmpaenc_handle_buffer):
14659         Set buffer duration correctly.
14660
14661 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14662
14663         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14664         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14665         (gst_avi_demux_change_state):
14666           Don't crash when encountering a stream with an unknown fourcc or
14667           codec id. Instead, create a pad of type video/x-avi-unknown or
14668           audio/x-avi-unknown, which as a side-effect also results in less
14669           confusing error messages in players ('no decoder' vs. 'no streams');
14670           minor fixes to state change function and class_init function.
14671
14672 2005-09-24  Wim Taymans  <wim@fluendo.com>
14673
14674         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14675         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14676         These are sinks.
14677
14678 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14679
14680         * check/elements/level.c: (GST_START_TEST):
14681           fix test for new GstClockTime use
14682         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14683         (gst_level_transform_ip):
14684         * gst/level/gstlevel.h:
14685           fix up the decay peak, ensuring the decay peak is never lower
14686           than the peak for that interval
14687
14688 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14689
14690         * docs/plugins/gst-plugins-good-plugins.args:
14691         * docs/plugins/inspect/plugin-alpha.xml:
14692         * docs/plugins/inspect/plugin-rtp.xml:
14693         * gst/level/gstlevel.c: (gst_level_set_caps),
14694         (gst_level_transform_ip):
14695           updating docs
14696
14697 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14698
14699         * Makefile.am:
14700         * check/elements/level.c: (GST_START_TEST):
14701         * gst/level/Makefile.am:
14702         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14703         (gst_level_set_property), (gst_level_get_property),
14704         (gst_level_set_caps), (gst_level_message_new),
14705         (gst_level_transform_ip):
14706         * gst/level/gstlevel.h:
14707         * gst/level/level-example.c: (message_handler), (main):
14708           convert to using GstClockTime for all time values, finally.
14709
14710 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14711
14712         * gst/auparse/Makefile.am:
14713         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14714           fix up build
14715         * configure.ac:
14716         * ext/cairo/Makefile.am:
14717         * ext/dv/Makefile.am:
14718         * ext/esd/Makefile.am:
14719         * ext/flac/Makefile.am:
14720         * ext/gconf/Makefile.am:
14721         * ext/gdk_pixbuf/Makefile.am:
14722         * ext/jpeg/Makefile.am:
14723         * ext/ladspa/Makefile.am:
14724         * ext/libcaca/Makefile.am:
14725         * ext/libmng/Makefile.am:
14726         * ext/libpng/Makefile.am:
14727         * ext/mikmod/Makefile.am:
14728         * ext/pango/Makefile.am:
14729         * ext/raw1394/Makefile.am:
14730         * ext/shout2/Makefile.am:
14731         * ext/speex/Makefile.am:
14732         * gst/alpha/Makefile.am:
14733         * gst/autodetect/Makefile.am:
14734         * gst/avi/Makefile.am:
14735         * gst/cutter/Makefile.am:
14736         * gst/debug/Makefile.am:
14737         * gst/effectv/Makefile.am:
14738         * gst/flx/Makefile.am:
14739         * gst/goom/Makefile.am:
14740         * gst/interleave/Makefile.am:
14741         * gst/law/Makefile.am:
14742         * gst/matroska/Makefile.am:
14743         * gst/median/Makefile.am:
14744         * gst/monoscope/Makefile.am:
14745         * gst/multipart/Makefile.am:
14746         * gst/oldcore/Makefile.am:
14747         * gst/rtp/Makefile.am:
14748         * gst/rtsp/Makefile.am:
14749         * gst/smoothwave/Makefile.am:
14750         * gst/smpte/Makefile.am:
14751         * gst/videobox/Makefile.am:
14752         * gst/videofilter/Makefile.am:
14753         * gst/videomixer/Makefile.am:
14754         * gst/wavenc/Makefile.am:
14755         * gst/wavparse/Makefile.am:
14756         * sys/oss/Makefile.am:
14757         * sys/osxaudio/Makefile.am:
14758         * sys/osxvideo/Makefile.am:
14759           fix up GST_LIBS use
14760
14761 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         * gst/auparse/Makefile.am:
14764         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14765           fix build of auparse
14766
14767 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14768
14769         * configure.ac:
14770         * PORTED_09:
14771         * gst/auparse/gstauparse.c:
14772         * gst/auparse/gstauparse.h:
14773         Auparse ported to 0.9.
14774
14775 2005-09-22  Wim Taymans  <wim@fluendo.com>
14776
14777         * gst/rtp/TODO:
14778         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14779         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14780         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14781         (gst_rtpmp4venc_set_property):
14782         * gst/rtp/gstrtpmp4venc.h:
14783         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14784         * gst/rtp/gstrtpmpaenc.h:
14785         Use is_filled to both check MTU and max-ptime of base class.
14786
14787 2005-09-22  Wim Taymans  <wim@fluendo.com>
14788
14789         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14790         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14791         (gst_rtpmp4venc_set_property):
14792         Don't fragment packets with multiple frames.
14793
14794 2005-09-22  Wim Taymans  <wim@fluendo.com>
14795
14796         * gst/rtp/TODO:
14797         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14798         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14799         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14800         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14801         (gst_rtpmp4venc_get_property):
14802         * gst/rtp/gstrtpmp4venc.h:
14803         Remove g_print.
14804         Update TODO
14805         Make payload encoder a bit smarter and more correct with
14806         timestamps.
14807         Added option in payloader to include config string in-band.
14808
14809 2005-09-21  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14812         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14813         (gst_rtspsrc_send):
14814         Strip spaces for key/value pairs.
14815
14816 2005-09-21  Wim Taymans  <wim@fluendo.com>
14817
14818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14819         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14820         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14821         (gst_rtspsrc_change_state):
14822         More SDP parsing and caps setting.
14823         Do NO_PREROLL differently.
14824         add pads only after negotiated.
14825
14826         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14827         (gst_udpsrc_getcaps):
14828         Implement the getcaps function.
14829
14830 2005-09-21  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14833         (gst_rtpamrdec_chain):
14834         Handle multiple AMr packets per payload. Handle CRC and
14835         parse ILL/ILP.
14836
14837         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14838         Make caps params strings for easy SDP mapping.
14839         
14840         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14841         Handle capsnego better.
14842
14843         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14844         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14845         Generate and parse config string in the caps.
14846
14847 2005-09-21  Wim Taymans  <wim@fluendo.com>
14848
14849         * gst/rtp/README:
14850         Update README
14851
14852         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14853         Make extra params as strings.
14854
14855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14856         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14857         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14858         Make state change return NO_PREROLL as this is a live
14859         source.
14860
14861         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14862         Don't unref old caps when NULL.
14863
14864 2005-09-20  Wim Taymans  <wim@fluendo.com>
14865
14866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14867         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14868         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14869         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14870         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14871         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14872         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14873         * gst/rtsp/sdpmessage.h:
14874         Add URI handler.
14875         Parse SDP and create caps.
14876
14877 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
14878
14879         * gst/alpha/gstalpha.c:
14880           fix element description
14881
14882 2005-09-19  Wim Taymans  <wim@fluendo.com>
14883
14884         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14885         Don't check payload for now.
14886
14887 2005-09-19  Wim Taymans  <wim@fluendo.com>
14888
14889         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14890         (gst_wavparse_init), (gst_wavparse_parse_file_header),
14891         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14892         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14893         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14894         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14895         (gst_wavparse_change_state):
14896         * gst/wavparse/gstwavparse.h:
14897         Fix wavparse some more.
14898
14899 2005-09-19  Wim Taymans  <wim@fluendo.com>
14900
14901         * check/elements/level.c: (GST_START_TEST):
14902         Fix for bus API change.
14903
14904 2005-09-19  Wim Taymans  <wim@fluendo.com>
14905
14906         * gst/level/level-example.c: (main):
14907         Fix for new bus API.
14908
14909         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14910         Set caps on pads.
14911
14912 2005-09-15  Wim Taymans  <wim@fluendo.com>
14913
14914         * gst/rtp/Makefile.am:
14915         * gst/rtp/README:
14916         * gst/rtp/gstrtp.c: (plugin_init):
14917         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14918         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14919         (gst_rtpamrdec_change_state):
14920         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14921         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14922         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14923         * gst/rtp/gstrtpamrenc.h:
14924         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14925         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14926         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14927         * gst/rtp/gstrtpgsmenc.h:
14928         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14929         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14930         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14931         (gst_rtpgsmparse_change_state):
14932         * gst/rtp/gstrtpgsmparse.h:
14933         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14934         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14935         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14936         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14937         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14938         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14939         * gst/rtp/gstrtph263penc.h:
14940         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14941         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14942         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14943         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14944         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14945         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14946         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14947         * gst/rtp/gstrtpmp4venc.h:
14948         * gst/rtp/gstrtpmpadec.c:
14949         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
14950         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
14951         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
14952         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
14953         * gst/rtp/gstrtpmpaenc.h:
14954         Updates to payloader/depayloaders, make payloaders use
14955         the base classes.
14956         Updated README with suggested RTP caps and how to convert
14957         to/from SDP.
14958         Added config descriptor in mp4v payloader.
14959
14960 2005-09-15  Andy Wingo  <wingo@pobox.com>
14961
14962         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
14963         * gst/autodetect/gstautovideosink.c
14964         (gst_auto_video_sink_find_best): Update for new registry API.
14965
14966 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14967
14968         * common/c-to-xml.py:
14969         * common/gtk-doc-plugins.mak:
14970           a simple py script to generate valid xml from a C example
14971           probably also need to strip an MIT license when we decide
14972         * docs/plugins/Makefile.am:
14973         * gst/level/Makefile.am:
14974         * gst/level/gstlevel.c: (gst_level_init):
14975         * gst/level/level-example.c: (message_handler), (main):
14976           add an example to level that will show up in the docs
14977         * gst/rtp/TODO:
14978           add a note for the future
14979
14980 2005-09-14  Michael Smith <msmith@fluendo.com>
14981
14982         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
14983           Actually define the debug object being used in wavenc. Fixes #316205
14984
14985 2005-09-14  Michael Smith <msmith@fluendo.com>
14986
14987         * gst/smpte/Makefile.am:
14988           Link against GST_BASE_LIBS, to get it linked against libgstbase;
14989           needed to build on windows (bug 316204)
14990
14991 2005-09-12  Andy Wingo  <wingo@pobox.com>
14992
14993         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
14994
14995 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14996
14997         * configure.ac:
14998         * gst/fdsrc/Makefile.am:
14999         * gst/fdsrc/gstfdsrc.c:
15000         * gst/fdsrc/gstfdsrc.h:
15001           Move fdsrc back into gstreamer core elements.
15002
15003         * gst/level/gstlevel.c: (gst_level_class_init),
15004         (gst_level_transform_ip):
15005         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15006           Basetransform changes.
15007
15008 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15009
15010         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15011         * ext/jpeg/smokecodec.c: (find_best_size):
15012           fix compiler warnings
15013
15014 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15015
15016         * gst-plugins-good.spec.in:
15017           spec file fixes
15018         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15019         (gst_multiudpsink_render), (gst_multiudpsink_add),
15020         (gst_multiudpsink_clear):
15021           it actually helps to actually stream if we hook up the
15022           "add" signal to an actual implementation
15023         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15024           some debugging
15025
15026 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15027
15028         * ext/jpeg/Makefile.am:
15029         * ext/jpeg/gstjpeg.c
15030         * ext/jpeg/gstjpegenc.c:
15031         * ext/jpeg/gstsmokeenc.c:
15032
15033 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15034
15035         * ext/flac/gstflacdec.c:
15036         * ext/flac/gstflacenc.c:
15037         * ext/flac/gstflactag.c:
15038         * ext/speex/gstspeexenc.c:
15039           gsttaginterface.h -> gsttagsetter.h
15040
15041 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15042
15043         * configure.ac:
15044         * gst/debug/Makefile.am:
15045         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15046         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15047         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15048         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15049         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15050           Port to 0.9 and re-enable efence plugin.
15051
15052 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15055         (gst_flacdec_write), (gst_flacdec_convert_src):
15056         * ext/flac/gstflacdec.h:
15057           Add support for flac files with 24/32 bits per sample; and misc.
15058           minor clean-ups. Seeking is still partly broken (for me at least).
15059
15060 2005-09-06  Wim Taymans  <wim@fluendo.com>
15061
15062         * gst/rtp/Makefile.am:
15063         * gst/rtp/gstrtp.c: (plugin_init):
15064         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15065         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15066         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15067         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15068         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15069         (gst_rtpmp4vdec_plugin_init):
15070         * gst/rtp/gstrtpmp4vdec.h:
15071         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15072         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15073         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15074         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15075         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15076         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15077         * gst/rtp/gstrtpmp4venc.h:
15078         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15079         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15080         Added mpeg4 video payload encoder/decoder.
15081         Added some docs in mpa payloader.
15082
15083 === release 0.9.1 ===
15084
15085 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15086
15087         * NEWS:
15088         * README:
15089         * RELEASE:
15090         * autogen.sh:
15091         * configure.ac:
15092           releasing 0.9.1, "Blondie"
15093
15094 2005-09-05  Andy Wingo  <wingo@pobox.com>
15095
15096         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15097         here from the state change handler, so we fire signals without
15098         holding the state lock.
15099
15100 2005-09-02  Andy Wingo  <wingo@pobox.com>
15101
15102         * All plugins updated for element state changes.
15103
15104 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * Makefile.am:
15107         * check/.cvsignore:
15108         * check/Makefile.am:
15109         * check/elements/.cvsignore:
15110         * check/elements/level.c: (setup_level), (cleanup_level),
15111         (GST_START_TEST), (level_suite), (main):
15112           add a test for level
15113         * common/release.mak:
15114           move the enum checking to release.mak
15115         * configure.ac:
15116           add valgrind and check checking
15117         * gst/level/gstlevel.c: (gst_level_transform):
15118         * gst/level/gstlevel.h:
15119           fix Andy's cast bug
15120           convert a field to int
15121           fix the arithmetic to int when checking for emit so that a
15122           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15123
15124 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15125
15126         * Makefile.am:
15127         * configure.ac:
15128           add docs to build
15129         * common/plugins.xsl:
15130           wrap Description into a refsect2
15131         * docs/Makefile.am:
15132         * docs/plugins/Makefile.am:
15133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15135         * gst/goom/Makefile.am:
15136         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15137         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15138         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15139         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15140         (gst_goom_change_state):
15141         * gst/goom/gstgoom.h:
15142           GstGOOM -> GstGoom
15143           add an example launch line
15144         * gst/level/gstlevel.h:
15145         * gst/monoscope/gstmonoscope.c:
15146           cleanups
15147
15148 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * configure.ac:
15151         * docs/plugins/Makefile.am:
15152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15154         * docs/plugins/gst-plugins-good-plugins.types:
15155           document elements and plugins.  Shazam !
15156
15157 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15158
15159         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15160           be found under doc/random/ChangeLog-0.8