Add avi subtitle element for bug #442034. Need seeking support and more support for...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
2
3         * gst/avi/Makefile.am:
4         * gst/avi/gstavi.c:
5         * gst/avi/gstavisubtitle.c:
6         * gst/avi/gstavisubtitle.h:
7         * tests/check/Makefile.am:
8         * tests/check/elements/avisubtitle.c:
9         * win32/common/config.h:
10                 Add avi subtitle element for bug #442034. Need seeking support
11                 and more support for character conversion.
12
13 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14
15         * Makefile.am:
16           Include common/win32.mak for CRLF check of win32 project
17           files (see #393626).
18
19         * win32/vs6/libgstpng.dsp:
20           Fix line endings and do cvs admin -kb.
21
22 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
23
24         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
25         Actually drop the buffers which are outside the currently configured
26         segment instead of just emitting a WARNING.
27
28 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
29
30         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
31         (gst_flac_dec_write):
32         * ext/flac/gstflacdec.h:
33         Send segments from the streaming thread. Fixes #502187.
34         Fix segment seeking and a bunch of other seeking cases.
35
36 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
37
38         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
39           Parse WOAF frames and put the result into GST_TAG_CONTACT,
40           which is where it would end up if the same information was
41           put in a vorbis comment (don't think it's worth adding a
42           new URI tag for this). Fixes #488112.
43
44 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * configure.ac:
47           We need core/base 0.10.15 or later.
48
49 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         Patch by: Mark Nauwelaerts <manauw skynet be>
52
53         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
54         Fix regression in stream numbering. Fixes #502655.
55
56 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
57
58         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
59
60         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
61         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
62         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
63         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
64         (gst_rtp_h264_pay_handle_buffer):
65         * gst/rtp/gstrtph264pay.h:
66         Use higher performance start-code searching.
67         Parse NALs and store SPS, PPS and profile in the caps so that they can
68         be used in the SDP. Fixes #502814.
69
70 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
71
72         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
73         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
74           Init some structs to zero before we pass them to ioctl, which
75           avoids valgrind warnings.  Also fix a small memory leak.
76
77 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         Patch by: Wouter Cloetens <wouter at mind dot be>
80
81         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
82         Copy timestamp from input to output. Not very perfect yet but better
83         than nothing. Fixes #503023.
84
85 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
86
87         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
88           Also print a useful error message with the old Wavpack API
89           if possible.
90
91 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
92
93         * ext/wavpack/gstwavpackdec.c:
94           More build fixes for old libwavpack versions: include config.h so
95           that WAVPACK_OLD_API is actually defined as detected; only use
96           WavpackGetErrorMessage if it is available. This fixes the build
97           on debian stable for me.
98
99 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
100
101         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
102         * ext/wavpack/gstwavpackparse.c:
103           (gst_wavpack_parse_create_src_pad):
104           Workaround the non-existance of WavpackGetChannelMask in Wavpack
105           versions below 4.40.0.
106
107 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
108
109         * configure.ac:
110           And now do it right for real...
111
112 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
113
114         * configure.ac:
115           Correctly reset $LIBS to not contain -lm.
116
117 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
118
119         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
120
121         * configure.ac:
122         * ext/cairo/gsttimeoverlay.c:
123           (gst_cairo_time_overlay_print_smpte_time):
124           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
125           and checking for rint() and implementing it ourself if it doesn't
126           exist. Fixes #497293.
127
128 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
129
130         * configure.ac:
131           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
132
133 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
134
135         * sys/oss/gstosshelper.c:
136         Verify that the format returned after the ioctl is the one
137         we requested. It is valid for the ioctl to succeed while
138         substituting an alternate 'supported' sample format.
139
140 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * sys/oss/gstossaudio.c: (plugin_init):
143         * sys/oss/gstosssink.c: (gst_oss_sink_open):
144         * sys/oss/gstosssrc.c: (gst_oss_src_open):
145           Post decent (and translated) error message when we can't
146           open the audio device for some reason.
147
148 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
149
150         * sys/oss/gstosssink.c:
151         * sys/oss/gstosssrc.c:
152         Allow the AUDIODEV environment variable to redirect us
153         to a different default OSS device, like sunaudiosink does
154         on Solaris (makes audio play automatically on SunRays).
155
156 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
157
158         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
159         * gst/audiofx/audiochebyshevfreqband.c:
160         (gst_audio_chebyshev_freq_band_transform_ip):
161         * gst/audiofx/audiochebyshevfreqlimit.c:
162         (gst_audio_chebyshev_freq_limit_transform_ip):
163         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
164         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
165         The transform_ip() methods should do nothing if in passthrough mode.
166         It might get non-writable buffers in that case but the buffer might
167         as well be writable.
168
169         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
170         The transform() methods won't be called in passthrough mode and
171         otherwise the buffer is always writable so don't check here.
172
173 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
174
175         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
176           Fix seeking in .wav files again (#501775).  Some people seem to think
177           they don't need to test their changes when they're just 'reflowing'
178           some code.
179
180 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
181
182         * gst/autodetect/gstautovideosink.c:
183         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
184         (gst_auto_video_sink_init),
185         (gst_auto_video_sink_create_element_with_pretty_name),
186         (gst_auto_video_sink_find_best),
187         (gst_auto_video_sink_set_property),
188         (gst_auto_video_sink_get_property):
189         * gst/autodetect/gstautovideosink.h:
190         Fix docs.
191         Use same error reporting code as autoaudiosink.
192         Add property to filter sinks based on caps. Only select raw video sinks
193         by default for backwards compat.
194         API: GstAutoVideoSink::filter-caps
195
196 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
197
198         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
199
200         * gst/autodetect/gstautoaudiosink.c:
201         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
202         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
203         (gst_auto_audio_sink_set_property),
204         (gst_auto_audio_sink_get_property):
205         * gst/autodetect/gstautoaudiosink.h:
206         Add property to filter sinks based on caps. Only select raw audio sinks
207         by default for backwards compat.  Fixes #417420.
208         API: GstAutoAudioSink::filter-caps
209
210 2007-11-29  Michael Smith <msmith@fluendo.com>
211
212         Patch by: Arek Korbik <arkadini@gmail.com>
213
214         * gst/videobox/gstvideobox.c: (plugin_init):
215           Initialise liboil in plugin_init()
216
217 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
218
219         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
220         Post error before sending EOS. Fixes #499178.
221
222 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
223
224         * win32/vs6/gst_plugins_good.dsw:
225         * win32/vs6/libgstpng.dsp:
226         Add a project file for libgstpng
227
228 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
229
230         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
231         (gst_rtp_h263_depay_process):
232         Code beautification.
233         Added debug statements.
234         Don't bit-shift everything, just do operations on last/first byte
235         instead.
236
237 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
238
239         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
240
241         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
242         Fix wrong comparison in overrun check. Fixes #499239 some more.
243
244 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
245
246         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
247         (gst_rtp_h263_depay_process):
248         * gst/rtp/gstrtph263depay.h:
249         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
250         stream.
251
252 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
253
254         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
255
256         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
257         (gst_rtp_mp4a_depay_process):
258         * gst/rtp/gstrtpmp4adepay.h:
259         Fix depayloading when multiple frames are inside one RTP packet.
260         Fixes #499239.
261
262 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
263
264         * gst/level/gstlevel.c:
265           Add GAP-flag support.
266
267 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
268
269         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
270         Read the I flag for Mode A h263 rtp stream and set the
271         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
272         Fixes #499383
273
274 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
275
276         * gst/level/gstlevel.c:
277           Remove some dead code and do cleanups.
278
279 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
280
281         * tests/check/pipelines/simple-launch-lines.c:
282           Improve the tests by allowing to set a target state.
283
284 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
285
286         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
287         Don't check the caps of the output buffer if they're equal some
288         other caps. The caps can change in a backward compatible way
289         and did at this point.
290
291 2007-11-24  Julien MOUTTE  <julien@moutte.net>
292
293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
294         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
295         (gst_qtdemux_seek_to_previous_keyframe),
296         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
297         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
298         reverse playback support.
299
300 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
301
302         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
303         Also set the channel layout on the Wavpack caps if we're having
304         a mono layout. Of course only do it for "audio/x-wavpack".
305
306 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
307
308         * ext/wavpack/gstwavpackcommon.c:
309         (gst_wavpack_get_default_channel_mask),
310         (gst_wavpack_set_channel_layout),
311         (gst_wavpack_get_default_channel_positions),
312         (gst_wavpack_get_channel_mask_from_positions),
313         (gst_wavpack_set_channel_mapping):
314         * ext/wavpack/gstwavpackcommon.h:
315         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
316         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
317         * ext/wavpack/gstwavpackdec.h:
318         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
319         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
320         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
321         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
322         (gst_wavpack_enc_rewrite_first_block),
323         (gst_wavpack_enc_sink_event):
324         * ext/wavpack/gstwavpackenc.h:
325         * ext/wavpack/gstwavpackparse.c:
326         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
327         (gst_wavpack_parse_scan_to_find_sample),
328         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
329         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
330         * ext/wavpack/gstwavpackparse.h:
331         Add support for encoding, parsing and decoding multichannel
332         files with up to 8 channels. This also improves the robustness
333         of parsing quite a bit.
334
335         * ext/wavpack/gstwavpackstreamreader.c:
336         (gst_wavpack_stream_reader_read_bytes),
337         (gst_wavpack_stream_reader_get_pos),
338         (gst_wavpack_stream_reader_set_pos_abs),
339         (gst_wavpack_stream_reader_set_pos_rel),
340         (gst_wavpack_stream_reader_push_back_byte),
341         (gst_wavpack_stream_reader_get_length),
342         (gst_wavpack_stream_reader_can_seek),
343         (gst_wavpack_stream_reader_write_bytes):
344         Improve debugging.
345
346 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
347
348         * ext/libpng/gstpngdec.c:
349         * ext/libpng/gstpngdec.h:
350           Don't release the png-memory from within the callback.
351
352 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
353
354         Patch by: René Stadler <mail at renestadler dot de>
355
356         * ext/libpng/gstpngenc.c:
357           Don't leak buffer data memory. Fixes #498395.
358
359 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
360
361         Patch by: René Stadler <mail at renestadler dot de>
362
363         * tests/check/pipelines/simple-launch-lines.c:
364           Tests for #498395.
365
366 2007-11-20  Julien MOUTTE  <julien@moutte.net>
367
368         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
369         (gst_tag_lib_mux_adjust_event_offsets):
370         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
371         * sys/osxaudio/Makefile.am:
372         * sys/osxvideo/cocoawindow.h:
373         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
374
375 2007-11-15  David Schleef  <ds@schleef.org>
376
377         * ext/cairo/gsttextoverlay.c:
378           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
379
380 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
381
382         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
383
384         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
385         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
386         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
387         * gst/rtp/gstrtpmp2tpay.h:
388         Fill the MTU with as many packets as possible. Fixes #491323.
389
390 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
391
392         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
393
394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
395         Fix some more leaks. Fixes #497007.
396
397 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
398
399         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
400
401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
402         (gst_rtspsrc_stream_configure_tcp):
403         Fix 3 pad leaks. Fixes #496983.
404
405 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
406
407         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
408
409         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
410         Fix small leak. Fixes #497017.
411
412 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
413
414         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
415         (gst_qtdemux_prepare_current_sample),
416         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
417         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
418         * gst/qtdemux/qtdemux_fourcc.h:
419         * gst/qtdemux/qtdemux_types.c:
420         Add suppport for theora in quicktime according to XiphQT.
421
422 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
423
424         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
425         (gst_v4l2src_init), (gst_v4l2src_set_property),
426         (gst_v4l2src_get_property):
427         * sys/v4l2/gstv4l2src.h:
428         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
429           Always copy buffers by default (handle safer with bugged drivers)
430           and added a property to make it possible to use mmap effectively (no
431           copy if possible) when application wants to. Fixes: #480557.
432
433 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst/id3demux/id3tags.c:
436         * gst/id3demux/id3tags.h:
437         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
438           We don't want the same string multiple times in a tag list for the
439           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
440           this doesn't happen and remove special-case code for GST_TAG_GENRE.
441
442 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
443
444         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
445           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
446           into ID3v2 TXXX frames (fixes #347848).
447
448 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
451           Don't leak sdp message contents (fixes #496773).
452
453         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
454           Don't leak URI string.
455
456 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
457
458         Patch by: Julien Puydt <julien dot puydt at laposte net>
459
460         * ext/raw1394/Makefile.am:
461         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
462           (gst_1394_property_probe_get_properties),
463           (gst_1394_property_probe_probe_property),
464           (gst_1394_property_probe_needs_probe),
465           (gst_1394_property_probe_get_values),
466           (gst_1394_property_probe_interface_init),
467           (gst_1394_type_add_property_probe_interface):
468         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
469         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
470           (gst_dv1394src_init), (gst_dv1394src_dispose),
471           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
472           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
473           (gst_dv1394src_update_device_name):
474         * ext/raw1394/gstdv1394src.h:
475           Implement GstPropertyProbe interface and add "device-name" property,
476           so applications can use this to probe for available devices in the
477           same way they can already with v4lsrc and v4l2src (however horrible
478           this property probe interface may be). Fixes #358841.
479
480 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
481
482         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
483
484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
485           (gst_rtspsrc_parse_range):
486           Don't leak event, don't leak range (fixes #496752).
487
488 2007-11-14  Michael Smith <msmith@fluendo.com>
489
490         Patch by: Arek Korbik <arkadini@gmail.com>
491
492         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
493           Detect RGBA/BGRA correctly on little endian systems.
494
495 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
498           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
499           corresponding ioctl() call fails even though the driver claims to
500           support this format, just fall back to the pre-2.6.19 kernel
501           routine that creates caps with suitable height and width ranges
502           (see #448278).
503
504 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
505
506         Patch by: Mark Nauwelaerts <manauw skynet be>
507
508         * gst/matroska/matroska-demux.c:
509           (gst_matroska_demux_push_dvd_clut_change_event),
510           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
511           (gst_matroska_demux_subtitle_caps):
512         * gst/matroska/matroska-ids.h:
513           Extract palette data for dvd subpicture streams and send it
514           downstream as custom gstreamer dvd event (fixes #453417).
515
516 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
519           Implement minimal parsing of the passed pango font description
520           string, so passing a font size works the same as with the
521           pango textoverlay plugin; fixes #455086.
522           (Maybe we could just use pangocairo here at some point).
523
524 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst/avi/gstavidemux.c:
527         * gst/wavparse/gstwavparse.c:
528           Return the result in _activate_pull(). Don't ref element there.
529
530 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
531
532         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
533         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
534         (gst_wavparse_srcpad_event):
535           Ref the element when we should, but not when we its not needed. Reflow
536           the event_handling to not leak the event.       
537
538 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
539
540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
541         (qtdemux_parse_samples):
542         Properly free QTDemuxSamples array.
543         Protect table write with a sensible check, some files apparently DO contain
544         stts values starting with 0 :(
545
546 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
547
548         * gst/avi/gstavidemux.c:
549         * gst/qtdemux/qtdemux.c:
550           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
551           previous commit messed up.
552
553 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
554
555         * gst/avi/gstavidemux.c:
556         * gst/qtdemux/qtdemux.c:
557           Sync _handle_src_event() with oggdemux. In avidemux also ref the
558           element when we should, but not when we its not needed.
559
560 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
561
562         * gst/wavparse/gstwavparse.c:
563           Return FALSE if we can't handle a query instead of changing the
564           format. Ignore fact when dealing with mpeg audio.
565
566 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
567
568         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
569
570         * configure.ac:
571         * gst/udp/gstdynudpsink.c:
572         * gst/udp/gstdynudpsink.h:
573         * gst/udp/gstmultiudpsink.c:
574         * gst/udp/gstmultiudpsink.h:
575         * gst/udp/gstudpsink.c:
576         * gst/udp/gstudpsink.h:
577           Fix includes for MSVC and GLib-2.14.0 (#492388).
578
579         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
580           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
581
582 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
583
584         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
585         (gst_mulawdec_chain):
586         * gst/law/mulaw-decode.h:
587         Calculate outgoing buffer duration if incoming buffer didn't have a
588         valid duration.
589
590 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
591
592         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
593         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
594         Smarter combine_flow code that also deals with downstream elements
595         returning UNEXPECTED when they receive data out of the segment
596         boundaries. Fixes #491305.
597
598 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * sys/v4l2/v4l2src_calls.c:
601           Fix 'unused variable' compiler warning when compiling against
602           older kernel headers.
603
604 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * ext/taglib/gstid3v2mux.cc (add_funcs):
607           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
608
609 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
610
611         * tests/check/pipelines/simple-launch-lines.c:
612            Improve the tests a little more.
613
614 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
615
616         patch by: Yun Zheng Hu
617
618         * sys/osxaudio/gstosxaudiosrc.c:
619         Use default input device instead of default output device and
620         only memcpy actual available bytes.
621
622 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
623
624         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
625           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
626           early. It is temporary until we find something better.
627
628 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
629
630         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
631
632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
633         Fix race when pausing a RTSP stream in interleaved.
634         Fixes #475784.
635
636 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
637
638         Patch by: Peter Kjellerstedt <pkj at axis com>
639
640         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
641         Use correct unref function for buffers. #488844.
642
643 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
644
645         * gst/avi/gstavimux.c:
646         * tests/check/elements/avimux.c:
647           Add some debug and sync tests with the fix.     
648
649 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
650
651         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
652
653         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
654         When the socket is used by the app for other purposes, don't generate an
655         error if there is activaty on the socket that is not data related.
656         Fixes #487488.
657
658 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
659
660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
661         (gst_v4l2src_grab_frame):
662         Add some more debug info. Generate an error when we run out of buffers
663         for some reason. See #480557.
664
665 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
666
667         Patch by: Anders Skargren <anders dot skargren at axis dot com>
668
669         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
670         Set marker bit correctly.
671
672 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
673
674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
675         Use allowed name for the GstStructure.
676
677 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * ext/gconf/gstswitchsink.c:
680         * gst/autodetect/gstautoaudiosink.c:
681           Use new gst_bus_pop_filtered().
682
683 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * sys/v4l2/gstv4l2src.c:
686         * sys/v4l2/v4l2src_calls.c:
687           When probing the formats and sizes a camera supports, make
688           sure the best ones (highest resolution, prefered format)
689           end up at the beginning of the probed caps and the less
690           desirable ones at the end.  This is important because the
691           order within the caps matters for things like fixation and
692           negotiation, ie. what format is chosen in the end.
693           With recent kernels, the current probing code will end up
694           querying the supported sizes from lowest resolution to
695           highest resolution, adding them to the probed caps in that
696           order, resulting to v4l2src fixating to the lowest possible
697           resolution if downstream does not express a size preference.
698           Also make up a somewhat random ranking of prefered output
699           formats for the same reason. Fixes #485828.
700         
701 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
702
703         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
704
705         * gst/id3demux/id3v2frames.c:
706           Extract license/copyright URIs from ID3v2 WCOP frames
707           (Fixes #447000).
708
709         * tests/check/elements/id3demux.c:
710         * tests/files/Makefile.am:
711         * tests/files/id3-447000-wcop.tag:
712           Add simple unit test.
713
714 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * ext/taglib/gstid3v2mux.cc:
717           Add support for license/copyright URI tags (ID3v2 WCOP frame).
718           Prerequisite for #447000.
719
720 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
721
722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
723         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
724         a GstClockTime.
725
726 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
727
728         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
729         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
730         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
731         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
732         (gst_rtspsrc_change_state):
733         More seeking fixes, mostly passing around the new playback segment in
734         order to configure it properly.
735         Also reset base_time of udp sources when setting them back to PLAYING as
736         a temporary hack until core supports seek in live sources properly.
737
738 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
739
740         * gst/rtp/gstrtpmp4adepay.c:
741         Fix caps as to not confuse autopluggers.
742
743 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/id3demux/gstid3demux.c:
746         * gst/id3demux/gstid3demux.h:
747         * gst/id3demux/id3tags.c:
748         * gst/id3demux/id3tags.h:
749         * gst/id3demux/id3v2frames.c:
750           Port ID3 tag demuxer over to the new GstTagDemux in -base
751           (now would be a good time to test re-importing your music
752           collection).
753
754 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
755
756         * gst/apetag/Makefile.am:
757         * gst/apetag/gstapedemux.c:
758         * gst/apetag/gstapedemux.h:
759         * gst/apetag/gsttagdemux.c:
760         * gst/apetag/gsttagdemux.h:
761           Port APE tag demuxer over to the new GstTagDemux in -base.
762
763 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
764
765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
766         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
767         (gst_rtspsrc_handle_internal_src_query),
768         (gst_rtspsrc_handle_src_query), (new_session_pad),
769         (gst_rtspsrc_stream_configure_tcp),
770         (gst_rtspsrc_stream_configure_transport),
771         (gst_rtspsrc_loop_send_cmd):
772         Improve flushing behaviour.
773         Set state of the udp sources to PAUSE/PLAYING correctly.
774         Handle events and queries for UDP and TCP transport now.
775
776 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
777
778         * gst/rtp/gstrtpgsmdepay.c:
779         * gst/rtp/gstrtpgsmpay.c:
780           Add log category.
781
782 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
783
784         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
785
786         * tests/check/Makefile.am:
787         * tests/check/pipelines/simple-launch-lines.c:
788           Add unit tests for payloaders/depayloaders.
789
790 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
791
792         * gst/avi/gstavimux.c:
793         * gst/avi/gstavimux.h:
794           Also save codec data for audio streams. Fixes #482495.
795
796 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
797
798         * gst/avi/gstavimux.c:
799           Fix "Index entry has invalid stream nr 1".
800           Add support for muxing aac - work in progress (see #482495).
801
802 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
803
804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
805         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
806         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
807         * gst/rtsp/gstrtspsrc.h:
808         Parse bandwidth modifiers, they are not yet configured in the session
809         manager because we don't have an API for that yet.
810
811 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
812
813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
814         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
815         Use shiny new function in -base to get the default clock-rate.
816         Update some docs.
817
818 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
819
820         * win32/MANIFEST:
821         Add files to win32 manifest.
822         * win32/vs6/libgstaudiofx.dsp:
823         * win32/vs6/libgstqtdemux.dsp:
824         * win32/vs6/libgstrtp.dsp:
825         * win32/vs6/libgstrtsp.dsp:
826         Update project files.
827
828 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
829
830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
831         (gst_rtspsrc_play):
832         * gst/rtsp/gstrtspsrc.h:
833         In TCP mode, only timestamp the first buffer. TCP is not real time and
834         it does not make sense to try to skew compensate, also some servers send
835         the first batch of data in a burst.
836
837 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * gst/matroska/matroska-demux.c:
840           Fix setting the discont flag on the first buffer
841           pushed downstream for formats with private codec
842           data that needs to be deserialised into buffers
843           (such as vorbis and FLAC when in a matroska container).
844
845 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
846
847         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
848
849         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
850         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
851         (gst_rtp_mp4v_pay_handle_buffer):
852         * gst/rtp/gstrtpmp4vpay.h:
853         Free the config string. Fixes #480707.
854         Clean up the timestamp code a little.
855
856 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
857
858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
859         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
860         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
861         * gst/rtsp/gstrtspsrc.h:
862         Set timestamps on RTP buffers in interleaved mode.
863         Mark first buffers with a DISCONT.
864         Remove flush hack now that sync for live sources has been figured out.
865
866 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
867
868         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
869         Update documentation.
870
871 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
872
873         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
874         (gst_rtp_xqt_depay_change_state):
875         * gst/qtdemux/gstrtpxqtdepay.h:
876         Fail if we don't know the quicktime format.
877
878 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * ext/flac/gstflacenc.c:
881         * ext/flac/gstflacenc.h:
882           Save the flow return from the last gst_pad_push() and
883           make sure we pass the right flow return value upstream
884           in the case of failure; minor clean-ups.
885
886 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * ext/taglib/gstapev2mux.cc:
889         * ext/taglib/gstid3v2mux.cc:
890         * gst/apetag/gstapedemux.c:
891           Add support for the new GST_TAG_COMPOSER (#459809).
892
893 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
894
895         * gst/law/alaw-decode.c:
896         * gst/law/alaw-decode.h:
897         * gst/law/alaw-encode.c:
898         * gst/law/alaw-encode.h:
899         * gst/law/alaw.c:
900         * gst/law/mulaw-conversion.h:
901           Compulsive clean-ups: use boilerplate macros, add debug
902           categories, fix up things to conform to symbol nomenklatura,
903           etc.
904
905 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
906
907         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
908
909         * gst/law/alaw-decode.c:
910         * gst/law/alaw-encode.c:
911           Use static tables for A-Law decoding and encoding; this makes
912           A-Law decoding and encoding less CPU-intensive, but increases
913           the binary size a bit. Leaving old code around for now,
914           selectable by a define in the code. Fixes #435435.
915
916 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
917
918         * configure.ac:
919         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
920         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
921         in configure.ac.
922
923 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
924
925         Patch by: <j at bootlab dot org>
926
927         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
928         Add fourccs for MPEG2 HDV streams. Fixes #479960.
929
930 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
931
932         * sys/oss/gstosshelper.c:
933           Use GST_WARNING instead of a g_critical. This situation is not caused
934           by the application.
935
936 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
937
938         * po/LINGUAS:
939         * po/nl.po:
940           Updated translations.
941
942 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
943
944         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
945
946         * po/eu.po:
947           Added Basque translation.
948
949 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
950
951         translated by: Abel Cheung <abelcheung@gmail.com>
952
953         * po/zh_HK.po:
954         * po/zh_TW.po:
955           Added Chinese (traditional and Hong Kong) translation.
956
957 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
958
959         translated by: Jakub Bogusz <qboosh@pld-linux.org>
960
961         * po/pl.po:
962           Added Polish translation.
963
964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
965
966         translated by: Ilkka Tuohela <hile@iki.fi>
967
968         * po/fi.po:
969           Added Finnish translation.
970
971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
972
973         translated by: Jorge González González <aloriel@gmail.com>
974
975         * po/es.po:
976           Added Spanish translation.
977
978 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         translated by: Mogens Jaeger <mogens@jaeger.tf>
981
982         * po/da.po:
983           Added Danish translation.
984
985 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
986
987         translated by: Funda Wang <fundawang@linux.net.cn>
988
989         * po/zh_CN.po:
990           Added Chinese (simplified) translation.
991
992 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
993
994         translated by: Alexander Shopov <ash@contact.bg>
995
996         * po/bg.po:
997           Added Bulgarian translation.
998
999 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1000
1001         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1002         Set outgoing packet duration because we can. Fixes #478244 some more.
1003
1004 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1005
1006         * ext/cairo/gsttextoverlay.c:
1007           Add info about static leak.
1008         
1009         * tests/check/Makefile.am:
1010         * tests/check/generic/states.c:
1011           Improved state change unit test.
1012
1013 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1014
1015         * docs/plugins/.cvsignore:
1016         * tests/check/.cvsignore:
1017           Ignore registries in any format.
1018
1019 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1020
1021         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1022         Removed some unused code.
1023
1024         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1025         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1026         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1027         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1028         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1029         (gst_rtp_theora_pay_flush_packet):
1030         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1031         Try to preserve the incomming buffer duration on the outgoing
1032         packets. Fixes #478244.
1033
1034 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * ext/taglib/gstapev2mux.cc:
1037         * ext/taglib/gstid3v2mux.cc:
1038           Work around compiler warnings with g++-4.2 when assigning a
1039           string constant to a gchar * (partially fixes #478092).
1040
1041 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * configure.ac:
1044           We require core CVS now for gst_base_src_set_do_timestamp().
1045
1046 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1047
1048         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1050         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1051         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1052         (gst_rtspsrc_handle_message):
1053         Fix compiler warnings shown with Forte.
1054
1055 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1056
1057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1058         (gst_rtspsrc_dup_printf):
1059         Give meaningfull error when all streams failed to configure for some
1060         reason.
1061
1062 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1063
1064         * gst/rtp/README:
1065         Update README with the design for synchronisation rules of RTP on
1066         sender and receiver.
1067
1068 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1069
1070         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1071         (gst_wavparse_chain):
1072         Don't push EOS from the chain function, the element
1073         driving the pipeline is responsible for this. The bug
1074         this was meant to fix seems to be queue not forwarding
1075         EOS in all cases (see #476514).
1076
1077 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1078
1079         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1080         (gst_level_transform_ip):
1081         * gst/level/gstlevel.h:
1082         Use basetransform segment so that it is correctly managed on flushes and
1083         start/stop.
1084         Report message timestamp as stream time, which is what an application
1085         can understand.
1086
1087 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1088
1089         * ext/taglib/gstapev2mux.cc:
1090         * ext/taglib/gstapev2mux.h:
1091         * ext/taglib/gsttaglibmux.c:
1092         * tests/check/elements/apev2mux.c:
1093         Update my mail address.
1094
1095 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1096
1097         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1098         (gst_wavparse_loop), (gst_wavparse_chain):
1099         Add EOS logic for the push-based mode too. Fixes #476514.
1100
1101 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1102
1103         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1104         * gst/law/alaw-encode.h:
1105         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1106         (gst_mulawenc_chain):
1107         * gst/law/mulaw-encode.h:
1108         Fix law encoder timestamps.
1109
1110 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1111
1112         * ext/gconf/gstgconfaudiosink.c:
1113           Fix warning when building without debug.
1114
1115         * sys/oss/gstossmixertrack.c:
1116           Use const like in alsamixertrack.c (fixes warnings).
1117
1118 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1119
1120         * sys/v4l2/v4l2src_calls.c:
1121         (gst_v4l2src_probe_caps_for_format_and_size):
1122         Fix framerate detection code some more.
1123         Handle the case where there is a weird step in the stepwise framerates.
1124         Don't overwrite the min interval with the framerate, use a temp variable
1125         instead.
1126         Use max in the Continuous framerate intervals instead of step, which is
1127         1 according to the docs. Fixes #475424.
1128
1129 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1130
1131         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1132         Make udpsrc timestamp outgoing buffers based on when they were received.
1133         Also make it output a segment in time.
1134
1135 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1136
1137         * gst/avi/gstavidemux.c:
1138           Plug a little leak. Little code cleanups.
1139
1140 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * configure.ac:
1143           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1144           flac versions, 's good for cross-compilation karma.
1145
1146 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1149
1150         * gst/rtp/gstrtph263pay.c:
1151           Fix up header structure so that compilers don't add padding
1152           between the structure fields, since that would lead to us
1153           sending RTP packets with broken headers (as is currently the
1154           case when compiling with MSVC). Also see similar fixes in
1155           libgstrtp in gst-plugins-base. (#474616; #471194)
1156
1157 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1158
1159         * sys/v4l2/v4l2src_calls.c:
1160         (gst_v4l2src_probe_caps_for_format_and_size):
1161         Don't overwrite our GValue with 0 but instead use the previously
1162         computed value. Fixes #471823 some more.
1163
1164 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1167           No tabs in this file please, or gtk-doc will end up documenting
1168           rather absurd class hierarchies.
1169
1170 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * ext/gconf/gstswitchsink.c:
1173           If the new kid element fails to change state for some reason
1174           (e.g. esdsink not being able to connect to the sound server),
1175           forward the error message it posted on the bus instead of just
1176           posting a generic 'Internal state change error: please file a
1177           bug' error message. Fixes #471364.
1178
1179 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst/qtdemux/Makefile.am:
1182         * gst/qtdemux/qtdemux.c:
1183           Don't assume tags are encoded as UTF-8 (#473670).
1184
1185 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * sys/v4l2/gstv4l2src.c:
1188         * sys/v4l2/gstv4l2src.h:
1189         * sys/v4l2/v4l2src_calls.c:
1190           Implement LATENCY queries in the crudest way possible so I don't
1191           have to use sync=false any longer when testing with videosinks.
1192
1193 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * configure.ac:
1196           Fix build.
1197
1198 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1199
1200         * sys/v4l2/v4l2src_calls.c:
1201         (gst_v4l2src_probe_caps_for_format_and_size):
1202         Add some more debugging in the framerate function.
1203         Iterate stepwise framerate up to and _including_ the max and if nothing
1204         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1205         don't end up with an empty list. Fixes #471823
1206
1207 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1208
1209         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1210         (gst_multiudpsink_set_clients_string),
1211         (gst_multiudpsink_get_clients_string),
1212         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1213         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1214         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1215         (gst_multiudpsink_clear):
1216         Add property do configure destination address/port pairs
1217         API:GstMultiUDPSink::clients
1218
1219 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         * tests/examples/Makefile.am:
1222         * tests/examples/rtp/Makefile.am:
1223         * tests/examples/rtp/client-H263p-AMR.sh:
1224         * tests/examples/rtp/client-H263p-PCMA.sdp:
1225         * tests/examples/rtp/client-H263p-PCMA.sh:
1226         * tests/examples/rtp/client-H264-PCMA.sdp:
1227         * tests/examples/rtp/client-H264-PCMA.sh:
1228         * tests/examples/rtp/client-PCMA.sh:
1229         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1230         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1231         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1232         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1233         Added some RTP example scripts for sending and receiving RTP streams.
1234
1235 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1236
1237         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1238         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1239         Restructure the setcaps function so that we can also compute the
1240         expected GStreamer output size of the video frames.
1241         Set frame_byte_size correctly so that read-based devices have a chance
1242         of working correctly.
1243         When grabbing a frame, discard frames that are not of the expected size.
1244         Some cameras don't output the right framesize for the first buffer.
1245         Try only a couple of times to get a valid frame, else error out.
1246
1247         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1248         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1249         Add some more debug info when scanning the device.
1250
1251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1252         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1253         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1254         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1255         Add some more debug info when dequeing a frame.
1256
1257 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1258
1259         * gst/wavparse/gstwavparse.c:
1260           More code cleanups. Add some more comment and improve debugs logs.
1261
1262 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1263
1264         * gst/wavparse/gstwavparse.c:
1265         * gst/wavparse/gstwavparse.h:
1266           Implement seek-query. Refactor duration calculations. Appropriate use
1267           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1268           out of loops.
1269
1270 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1271
1272         * gst/avi/gstavidemux.c:
1273           Implement seek-query.
1274
1275 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1276
1277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1278         (gst_rtspsrc_dup_printf):
1279         Use new basesink async property to make sparse RTCP packet not wait for
1280         preroll.
1281
1282 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1283
1284         * gst/audiofx/Makefile.am:
1285         Dist the right file.
1286
1287 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1288
1289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1290         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1291         Make sure we generate and parse floating point values in the POSIX
1292         locale instead of the current locale. 
1293
1294 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1295
1296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1297         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1298         (gst_rtspsrc_play):
1299         * gst/rtsp/gstrtspsrc.h:
1300         Fix method detection again.
1301         Keep track of when we must send a Range header.
1302         Use segment values for Range, Speed and Scale headers.
1303         Parse Speed and Scale headers to update the segment values.
1304
1305 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1306
1307         patch by: Mark Nauwelaerts <manauw@skynet.be>
1308
1309         * sys/v4l2/v4l2src_calls.c:
1310           Handle optional v4l2 ioctls gracefully.
1311
1312 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1313
1314         * gst/rtp/Makefile.am:
1315         * gst/rtp/gstrtp.c: (plugin_init):
1316         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1317         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1318         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1319         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1320         (gst_rtp_h263_depay_get_property),
1321         (gst_rtp_h263_depay_change_state),
1322         (gst_rtp_h263_depay_plugin_init):
1323         * gst/rtp/gstrtph263depay.h:
1324         Added an H263 depayloader. Fixes #369392.
1325
1326         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1327         (gst_rtp_h263p_depay_process):
1328         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1329         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1330         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1331         payloads.
1332         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1333
1334 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1335
1336         * gst/audiofx/audiochebyshevfreqband.c:
1337         * gst/audiofx/audiochebyshevfreqlimit.c:
1338         Add small comparision with the windowed sinc filters in the docs.
1339
1340 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1341
1342         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1343         (audiochebyshevfreqband_suite):
1344         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1345         (audiochebyshevfreqlimit_suite):
1346         Also test 32 bit float mode and the type 2 variants of the filters.
1347
1348 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1349
1350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1351         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1352         (gst_rtspsrc_loop):
1353         Refactor the udp and interleaved loop function a bit.
1354
1355 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1356
1357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1358         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1359         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1360         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1361         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1362         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1363         * gst/rtsp/gstrtspsrc.h:
1364         Protect connection activity with a new lock, avoids deadlocks when going
1365         to PAUSED. Fixes #455808.
1366
1367 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1368
1369         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1370         Fix debug statement.
1371
1372 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1373
1374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1375         Fix stray %u in debug line as spotted by Saur on IRC.
1376
1377 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1378
1379         * gst/audiofx/audiochebyshevfreqband.c:
1380         (gst_audio_chebyshev_freq_band_class_init):
1381         * gst/audiofx/audiochebyshevfreqlimit.c:
1382         (gst_audio_chebyshev_freq_limit_class_init):
1383         Use generator macros for the process functions for the different
1384         sample types, add lower upper boundaries for the GObject properties
1385         so automatically generated UIs can use sliders and add a note about
1386         the number of poles as a too high number of poles combined with
1387         very low or very high frequencies will produce only noise.
1388         * docs/plugins/gst-plugins-good-plugins.args:
1389         Regenerated for the property changes.
1390
1391 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1392
1393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1394         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1395         (gst_rtspsrc_stream_configure_udp_sink),
1396         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1397         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1398         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1399         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1400         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1401         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1402         * gst/rtsp/gstrtspsrc.h:
1403         Improve timeout handling.
1404         Use the same socket for sending and receiving RTCP packets so that some
1405         servers can track clients better.
1406         Improve connection closed handling. Try to reconnect.
1407         Don't overwrite our content base with NULL.
1408         Improve debugging.
1409         Improve range parsing and handling.
1410         Remove flushing hack now that core does the right thing.
1411
1412 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1413
1414         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1415         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1416         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1417         (gst_multiudpsink_close), (gst_multiudpsink_add):
1418         * gst/udp/gstmultiudpsink.h:
1419         Add support for getting and setting the socket to use.
1420
1421         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1422         (gst_udpsrc_create), (gst_udpsrc_get_property):
1423         Add support for getting the currently used socket.
1424
1425 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1426
1427         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1428
1429         * gst/audiofx/Makefile.am:
1430         * gst/audiofx/audiochebyshevfreqband.c:
1431         (gst_audio_chebyshev_freq_band_mode_get_type),
1432         (gst_audio_chebyshev_freq_band_base_init),
1433         (gst_audio_chebyshev_freq_band_dispose),
1434         (gst_audio_chebyshev_freq_band_class_init),
1435         (gst_audio_chebyshev_freq_band_init),
1436         (generate_biquad_coefficients), (calculate_gain),
1437         (generate_coefficients),
1438         (gst_audio_chebyshev_freq_band_set_property),
1439         (gst_audio_chebyshev_freq_band_get_property),
1440         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1441         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1442         (gst_audio_chebyshev_freq_band_start):
1443         * gst/audiofx/audiochebyshevfreqband.h:
1444         * gst/audiofx/audiochebyshevfreqlimit.c:
1445         (gst_audio_chebyshev_freq_limit_mode_get_type),
1446         (gst_audio_chebyshev_freq_limit_base_init),
1447         (gst_audio_chebyshev_freq_limit_dispose),
1448         (gst_audio_chebyshev_freq_limit_class_init),
1449         (gst_audio_chebyshev_freq_limit_init),
1450         (generate_biquad_coefficients), (calculate_gain),
1451         (generate_coefficients),
1452         (gst_audio_chebyshev_freq_limit_set_property),
1453         (gst_audio_chebyshev_freq_limit_get_property),
1454         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1455         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1456         (gst_audio_chebyshev_freq_limit_start):
1457         * gst/audiofx/audiochebyshevfreqlimit.h:
1458         * gst/audiofx/audiofx.c: (plugin_init):
1459         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1460         Fixes #464800.
1461
1462         * tests/check/Makefile.am:
1463         * tests/check/elements/.cvsignore:
1464         * tests/check/elements/audiochebyshevfreqband.c:
1465         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1466         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1467         * tests/check/elements/audiochebyshevfreqlimit.c:
1468         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1469         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1470         Add unit tests for the chebyshev filters.
1471
1472         * docs/plugins/Makefile.am:
1473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1475         * docs/plugins/gst-plugins-good-plugins.args:
1476         * docs/plugins/inspect/plugin-1394.xml:
1477         * docs/plugins/inspect/plugin-audiofx.xml:
1478         * docs/plugins/inspect/plugin-dv.xml:
1479         * docs/plugins/inspect/plugin-flac.xml:
1480         * docs/plugins/inspect/plugin-jpeg.xml:
1481         * docs/plugins/inspect/plugin-png.xml:
1482         * docs/plugins/inspect/plugin-rtp.xml:
1483         * docs/plugins/inspect/plugin-shout2send.xml:
1484         * docs/plugins/inspect/plugin-wavpack.xml:
1485         And add docs for the chebyshev filters. While doing
1486         that also run make update in docs/plugins.
1487
1488 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1489
1490         * ext/annodex/gstcmmltag.c:
1491         * gst/rtp/gstrtpvorbispay.c:
1492           Make ro memory to share.
1493
1494 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1495
1496         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1497         Improve UDP performance by avoiding a select() when we have data
1498         available immediatly.
1499
1500 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1501
1502         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1503         (gst_rtp_dec_class_init):
1504         * gst/rtsp/gstrtpdec.h:
1505         Add (dummy) SSRC management signals.
1506
1507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1508         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1509         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1510         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1511         (on_timeout), (gst_rtspsrc_stream_configure_manager),
1512         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1513         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1514         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1515         * gst/rtsp/gstrtspsrc.h:
1516         Add connection-speed property.
1517         Add find_stream helper functions.
1518         Handle stream EOS based on BYE messages or SSRC timeout.
1519         Returns SUCCESS from the state change function as we hide our async
1520         elements from the parent.
1521
1522 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1523
1524         * gst/debug/rndbuffersize.c:
1525           Fix da leak.
1526
1527 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
1528
1529         * gst/debug/Makefile.am:
1530         * gst/debug/breakmydata.c:
1531         * gst/debug/gstdebug.c:
1532         * gst/debug/negotiation.c:
1533         * gst/debug/progressreport.c:
1534         * gst/debug/rndbuffersize.c:
1535         * gst/debug/testplugin.c:
1536           Add new test element and clean-up the others a little.
1537
1538 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1539
1540         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1541         Fix parsing of mp4a version 0 atoms. Fixes #465774.
1542
1543 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1544
1545         * gst/rtp/gstrtpilbcdepay.c:
1546           Include stdlib.
1547
1548 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
1549
1550         * gst/rtp/gstrtpmpvdepay.c:
1551         Set the mpegversion in the caps so that autoplugging does not get
1552         confused.
1553
1554 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1555
1556         * po/hu.po:
1557         * po/uk.po:
1558         * po/vi.po:
1559           Updated translations.
1560
1561 2007-08-08  Michael Smith <msmith@fluendo.com>
1562
1563         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1564           Render right border in the correct location.
1565
1566 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1567
1568         Patch by: Olivier Crete <tester at tester dot ca>
1569
1570         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1571         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1572         Make mode property a string. Fixes #464475.
1573
1574 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * ext/flac/gstflacenc.c:
1577           Widen caps to match decoder a bit and add more FIXMEs.
1578
1579 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1580
1581         patch by: Mark Nauwelaerts <manauw@skynet.be>
1582
1583         * gst/avi/gstavimux.c:
1584           Fix ODML index tag numbering. Fixes #463624.
1585
1586 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1587
1588         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1589         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1590         (gst_rtspsrc_stream_configure_tcp),
1591         (gst_rtspsrc_stream_configure_udp_sink):
1592         Fix default clock-rate for realmedia.
1593         Fix parsing of transport.
1594         Don't try to link NULL pads.
1595
1596 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * po/POTFILES.skip:
1599           Add POTFILES.skip with list of source files that aren't disted at the
1600           moment but contain translatable strings. Should hopefully pacify
1601           broken tools and make it clearer that these files are left out
1602           intentionally (#461600).
1603
1604 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1605
1606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1607         If the buffer was entirely clipped ... don't try sending it :)
1608
1609 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1610
1611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1612         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1613         (gst_rtspsrc_create_transports_string),
1614         (gst_rtspsrc_prepare_transports):
1615         If we don't hav a session manager, set the caps on outgoing buffers
1616         ourselves.
1617         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1618         Append final bit of the transport string even when it does not contain a
1619         placeholder.
1620
1621 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1622
1623         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1624         (gst_rtsp_ext_list_connect):
1625         * gst/rtsp/gstrtspext.h:
1626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1627         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1628         Clean up the interface list.
1629         Allow connecting to interface signals for the extensions.
1630         Remove old extension code.
1631         Free list on cleanup.
1632         Allow extensions to send additional RTSP messages.
1633
1634 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1635
1636         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1637         Handle a NULL gconf key gracefully by rendering the default element.
1638
1639 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1640
1641         * gst/rtsp/gstrtspext.h:
1642         Fix include path for extension interface.
1643
1644 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1645
1646         * gst/audiofx/audioamplify.h:
1647         Also remove a now unecessary variable here.
1648
1649 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1650
1651         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1652         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1653         * gst/audiofx/audiodynamic.c:
1654         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1655         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1656         * gst/audiofx/audiodynamic.h:
1657         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1658         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1659         * gst/audiofx/audioinvert.h:
1660         Don't save format information ourselves, this is already saved in
1661         GstAudioFilter.
1662
1663 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1664
1665         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1666         (gst_rtsp_ext_list_stream_select):
1667         * gst/rtsp/gstrtspext.h:
1668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1669         Use rank to filter out extensions.
1670         Add url to stream_select interface call.
1671
1672 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         * gst/rtsp/Makefile.am:
1675         * gst/rtsp/base64.c:
1676         * gst/rtsp/base64.h:
1677         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1678         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1679         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1680         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1681         (gst_rtsp_ext_list_setup_media),
1682         (gst_rtsp_ext_list_configure_stream),
1683         (gst_rtsp_ext_list_get_transports),
1684         (gst_rtsp_ext_list_stream_select):
1685         * gst/rtsp/gstrtspext.h:
1686         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1687         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1688         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1689         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1690         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1691         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1692         (gst_rtspsrc_stream_configure_tcp),
1693         (gst_rtspsrc_stream_configure_mcast),
1694         (gst_rtspsrc_stream_configure_udp),
1695         (gst_rtspsrc_stream_configure_udp_sink),
1696         (gst_rtspsrc_stream_configure_transport),
1697         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1698         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1699         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1700         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1701         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1702         (gst_rtspsrc_parse_methods),
1703         (gst_rtspsrc_create_transports_string),
1704         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1705         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1706         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1707         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1708         * gst/rtsp/gstrtspsrc.h:
1709         * gst/rtsp/rtsp.h:
1710         * gst/rtsp/rtspconnection.c:
1711         * gst/rtsp/rtspconnection.h:
1712         * gst/rtsp/rtspdefs.c:
1713         * gst/rtsp/rtspdefs.h:
1714         * gst/rtsp/rtspext.h:
1715         * gst/rtsp/rtspextwms.c:
1716         * gst/rtsp/rtspextwms.h:
1717         * gst/rtsp/rtspmessage.c:
1718         * gst/rtsp/rtspmessage.h:
1719         * gst/rtsp/rtsprange.c:
1720         * gst/rtsp/rtsprange.h:
1721         * gst/rtsp/rtsptransport.c:
1722         * gst/rtsp/rtsptransport.h:
1723         * gst/rtsp/rtspurl.c:
1724         * gst/rtsp/rtspurl.h:
1725         * gst/rtsp/sdp.h:
1726         * gst/rtsp/sdpmessage.c:
1727         * gst/rtsp/sdpmessage.h:
1728         * gst/rtsp/test.c:
1729         Use shiny new RTSP and SDP library.
1730         Implement RTSP extensions using the new interface.
1731         Remove a lot of old code.
1732
1733 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1734
1735         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1736         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1737
1738 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1739
1740         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1741         Don't unref the outgoing buffer twice when dropping it because it's
1742         outside of the segment.
1743
1744 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1745
1746         * configure.ac:
1747         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1748         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1749         Use the new buffer clipping function from gstaudio here and
1750         require gst-plugins-base CVS.
1751         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1752         For framed Wavpack buffers we require a valid timestamp.
1753
1754 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1755
1756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1757         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1758         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1759         Clip raw audio and video when we can, keep track of current output
1760         segment.
1761         Don't leak buffers and events when there is no output pad.
1762         Improve debugging here and there.
1763
1764 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * configure.ac:
1767           Sync liboil check with plugins-base.
1768
1769 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * ext/annodex/Makefile.am:
1772           Fix CFLAGS/LIBS.
1773
1774         * ext/cdio/gstcdiocddasrc.c:
1775         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1776           Include stdlib
1777
1778         * ext/cairo/Makefile.am:
1779         * gst/videofilter/Makefile.am:
1780         * tests/examples/level/Makefile.am:
1781           Use $(LIBM) instead of -lm
1782
1783 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * sys/v4l2/gstv4l2src.c:
1786           Add another example pipeline.
1787
1788 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1789
1790         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1791
1792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1793           Use define here.
1794
1795         * sys/v4l2/gstv4l2tuner.c:
1796         (gst_v4l2_tuner_set_frequency_and_notify):
1797           Don't touch the property - its still disabled.
1798
1799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1800         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1801         * sys/v4l2/v4l2src_calls.h:
1802           Improve fallback format negotionation. Fixes #451388
1803
1804 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1805
1806         * tests/check/elements/videocrop.c: (GST_START_TEST):
1807           Fix the test.
1808
1809 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1810
1811         * docs/plugins/Makefile.am:
1812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1814         * docs/plugins/inspect/plugin-jpeg.xml:
1815         * docs/plugins/inspect/plugin-png.xml:
1816         * ext/jpeg/gstjpegdec.c:
1817         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1818         (gst_pngdec_sink_setcaps):
1819           More docs. More logs in pngdec.
1820
1821 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1822
1823         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1824           Initialize num_buffers with minimum value.
1825
1826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1827         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1828           Handle frame-size query failure gracefully.
1829
1830 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1831
1832         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1833         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1834         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1835         of qt/aac files.
1836
1837 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * ext/wavpack/gstwavpackdec.c:
1840         (gst_wavpack_dec_clip_outgoing_buffer):
1841         Fix buffer clipping to correctly clip to the segment stop.
1842
1843 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1844
1845         * configure.ac:
1846         * tests/Makefile.am:
1847         Remove bogus check for libcheck, since we check for
1848         gstreamer-check and it pulls in the required info from there,
1849         and we weren't actually _using_ the information for libcheck
1850         ourselves anyway.
1851
1852 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1853
1854         * configure.ac:
1855           Use pkg-config to locate check.
1856
1857 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1860         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1861         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1862         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1863         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1864         * gst/effectv/gstaging.c: (gst_agingtv_transform):
1865         * gst/effectv/gstdice.c: (gst_dicetv_transform):
1866         * gst/effectv/gstedge.c: (gst_edgetv_transform):
1867         * gst/effectv/gstquark.c: (gst_quarktv_transform):
1868         * gst/effectv/gstrev.c: (gst_revtv_transform):
1869         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1870         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1871         * gst/effectv/gstwarp.c: (gst_warptv_transform):
1872         * gst/matroska/matroska-demux.c:
1873         (gst_matroska_demux_add_wvpk_header),
1874         (gst_matroska_demux_check_subtitle_buffer),
1875         (gst_matroska_decode_buffer):
1876         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1877           Fix build against core CVS.
1878
1879 2007-07-10  Edward Hervey  <bilboed@gmail.com>
1880
1881         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1882         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1883         don't have enough granularity to convert that boolean into a
1884         GstFlowReturn.
1885
1886 2007-07-06  Michael Smith <msmith@fluendo.com>
1887
1888         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1889         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1890         (gst_alawdec_change_state):
1891         * gst/law/alaw-decode.h:
1892         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1893         (gst_mulawdec_class_init), (gst_mulawdec_init),
1894         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1895         * gst/law/mulaw-decode.h:
1896           Fix capsnego bogosity in *law decoders. 
1897
1898 2007-07-06  Michael Smith <msmith@fluendo.com>
1899
1900         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1901         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1902         (gst_smokeenc_change_state):
1903         * ext/jpeg/gstsmokeenc.h:
1904           Remove stupidity in get/set caps functions.
1905           Fix some refcounting problems.
1906
1907 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1908
1909         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1910         Remove endianness-flipping hack that seems to have been required
1911         only because of a bug in ffmpegcolorspace.
1912         Partially Fixes: #451908
1913
1914 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1915
1916         * docs/plugins/Makefile.am:
1917           Simplify --extra-dir as gtkdoc scans recursively.
1918
1919 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
1920
1921         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1922
1923         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1924         Set the encoding-name in the rtp caps to all uppercase, as required by
1925         the caps spec.
1926         Some small cleanups in the error paths. Fixes #453037.
1927
1928 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1929
1930         * ext/wavpack/gstwavpackparse.c:
1931         (gst_wavpack_parse_index_get_last_entry),
1932         (gst_wavpack_parse_index_get_entry_from_sample),
1933         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1934         (gst_wavpack_parse_scan_to_find_sample):
1935         * ext/wavpack/gstwavpackparse.h:
1936         Use a GSList for the GArray that is used like a list anyway.
1937
1938 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
1939
1940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
1941         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
1942         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
1943           Add state change function where we set 0/1 as default framerate in
1944           case our setcaps function isn't called, like it might not in a
1945           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
1946           gdkpixbufdec trying to create caps with a 0/0 framerate.
1947           Also post an error message on the bus if gst_pad_push() fails when
1948           called from our sink event handler (+1 for flow returns for event
1949           functions in 0.11) instead of failing silently.
1950
1951 2007-06-27  Wim Taymans  <wim@fluendo.com>
1952
1953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
1954         Cast stack args to the proper types. Fixes #451249.
1955
1956 2007-06-27  Wim Taymans  <wim@fluendo.com>
1957
1958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1959         (new_session_pad), (gst_rtspsrc_setup_streams):
1960         * gst/rtsp/gstrtspsrc.h:
1961         For container formats we only need to activate one of the streams so
1962         that we correctly signal no-more-pads. Fixes #451015.
1963
1964 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * docs/plugins/gst-plugins-good-plugins.args:
1967         * docs/plugins/inspect/plugin-aasink.xml:
1968         * docs/plugins/inspect/plugin-alaw.xml:
1969         * docs/plugins/inspect/plugin-alpha.xml:
1970         * docs/plugins/inspect/plugin-alphacolor.xml:
1971         * docs/plugins/inspect/plugin-annodex.xml:
1972         * docs/plugins/inspect/plugin-apetag.xml:
1973         * docs/plugins/inspect/plugin-audiofx.xml:
1974         * docs/plugins/inspect/plugin-auparse.xml:
1975         * docs/plugins/inspect/plugin-autodetect.xml:
1976         * docs/plugins/inspect/plugin-avi.xml:
1977         * docs/plugins/inspect/plugin-cacasink.xml:
1978         * docs/plugins/inspect/plugin-cairo.xml:
1979         * docs/plugins/inspect/plugin-cdio.xml:
1980         * docs/plugins/inspect/plugin-cutter.xml:
1981         * docs/plugins/inspect/plugin-debug.xml:
1982         * docs/plugins/inspect/plugin-efence.xml:
1983         * docs/plugins/inspect/plugin-effectv.xml:
1984         * docs/plugins/inspect/plugin-esdsink.xml:
1985         * docs/plugins/inspect/plugin-flac.xml:
1986         * docs/plugins/inspect/plugin-flxdec.xml:
1987         * docs/plugins/inspect/plugin-gconfelements.xml:
1988         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1989         * docs/plugins/inspect/plugin-goom.xml:
1990         * docs/plugins/inspect/plugin-halelements.xml:
1991         * docs/plugins/inspect/plugin-icydemux.xml:
1992         * docs/plugins/inspect/plugin-id3demux.xml:
1993         * docs/plugins/inspect/plugin-jpeg.xml:
1994         * docs/plugins/inspect/plugin-ladspa.xml:
1995         * docs/plugins/inspect/plugin-level.xml:
1996         * docs/plugins/inspect/plugin-matroska.xml:
1997         * docs/plugins/inspect/plugin-mulaw.xml:
1998         * docs/plugins/inspect/plugin-multipart.xml:
1999         * docs/plugins/inspect/plugin-navigationtest.xml:
2000         * docs/plugins/inspect/plugin-ossaudio.xml:
2001         * docs/plugins/inspect/plugin-png.xml:
2002         * docs/plugins/inspect/plugin-quicktime.xml:
2003         * docs/plugins/inspect/plugin-rtp.xml:
2004         * docs/plugins/inspect/plugin-rtsp.xml:
2005         * docs/plugins/inspect/plugin-smpte.xml:
2006         * docs/plugins/inspect/plugin-speex.xml:
2007         * docs/plugins/inspect/plugin-taglib.xml:
2008         * docs/plugins/inspect/plugin-udp.xml:
2009         * docs/plugins/inspect/plugin-videobalance.xml:
2010         * docs/plugins/inspect/plugin-videobox.xml:
2011         * docs/plugins/inspect/plugin-videocrop.xml:
2012         * docs/plugins/inspect/plugin-videoflip.xml:
2013         * docs/plugins/inspect/plugin-videomixer.xml:
2014         * docs/plugins/inspect/plugin-wavenc.xml:
2015         * docs/plugins/inspect/plugin-wavparse.xml:
2016         * docs/plugins/inspect/plugin-ximagesrc.xml:
2017           Update docs with caps info.
2018
2019 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * po/POTFILES.in:
2022           Add more files with translatable strings (#450878).
2023
2024 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2025
2026         * MAINTAINERS:
2027         Updating all the maintainers files
2028
2029 2007-06-22  Edward Hervey  <edward@fluendo.com>
2030
2031         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2032         * gst/interleave/deinterleave.c: (deinterleave_init),
2033         (deinterleave_sink_link):
2034         * gst/interleave/interleave.c: (interleave_init):
2035         * gst/median/gstmedian.c: (gst_median_init):
2036         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2037         Fix memory leaks.
2038         * tests/check/elements/id3demux.c: (pad_added_cb):
2039         Remove unused variable.
2040
2041 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2042
2043         * ext/gconf/gconf.h:
2044         Make the prototype of gst_gconf_get_key_for_sink_profile
2045         match the implementation.
2046         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2047         Fixes: #449747
2048
2049 2007-06-20  Michael Smith <msmith@fluendo.com>
2050
2051         * gst/rtp/gstrtpdepay.c:
2052           Fix description - rtpdepay is not a payloader.
2053
2054 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2055
2056         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2057         (qtdemux_video_caps):
2058         * gst/qtdemux/qtdemux_fourcc.h:
2059           Add MJPG to the variants of motion jpeg.
2060
2061 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * tests/check/Makefile.am:
2064         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2065         * tests/check/elements/videocrop.c: (GST_START_TEST):
2066         * tests/check/elements/videofilter.c:
2067         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2068         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2069           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2070           error flags are included and it errors out on compiler warnings
2071           for CVS builds; remove unused variables in various unit tests.
2072
2073 2007-06-19  Wim Taymans  <wim@fluendo.com>
2074
2075         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2076         (rtsp_connection_close), (rtsp_connection_free):
2077         Use threadsafe inet_ntop to convert an ip number to a string. 
2078         Fixes #447961.
2079         Don't leak fd (and ip) when freeing a connection without first closing
2080         it.
2081
2082 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2083
2084         * configure.ac:
2085         Back to CVS
2086
2087         * gst-plugins-good.doap:
2088         Add 0.10.6 to the doap file.
2089
2090 === release 0.10.6 ===
2091
2092 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2093
2094         * configure.ac:
2095           releasing 0.10.6, "Wobble Board"
2096
2097 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2100         (rtsp_connection_free):
2101           Revert previous commit again, since we are frozen (sorry).
2102
2103 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         Patch by: Peter Kjellerstedt <pkj at axis com>
2106
2107         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2108         (rtsp_connection_free):
2109           inet_ntoa() uses a static buffer internally, so we need to copy the
2110           returned string if we want to store it for later (#447961).
2111
2112 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2113
2114         * win32/vs6/autogen.dsp:
2115         * win32/vs6/gst_plugins_good.dsw:
2116         * win32/vs6/libgstalaw.dsp:
2117         * win32/vs6/libgstalpha.dsp:
2118         * win32/vs6/libgstalphacolor.dsp:
2119         * win32/vs6/libgstapetag.dsp:
2120         * win32/vs6/libgstaudiofx.dsp:
2121         * win32/vs6/libgstauparse.dsp:
2122         * win32/vs6/libgstautodetect.dsp:
2123         * win32/vs6/libgstavi.dsp:
2124         * win32/vs6/libgstcutter.dsp:
2125         * win32/vs6/libgstdirectdraw.dsp:
2126         * win32/vs6/libgstdirectsound.dsp:
2127         * win32/vs6/libgsteffectv.dsp:
2128         * win32/vs6/libgstflx.dsp:
2129         * win32/vs6/libgstgoom.dsp:
2130         * win32/vs6/libgsticydemux.dsp:
2131         * win32/vs6/libgstid3demux.dsp:
2132         * win32/vs6/libgstinterleave.dsp:
2133         * win32/vs6/libgstjpeg.dsp:
2134         * win32/vs6/libgstlevel.dsp:
2135         * win32/vs6/libgstmatroska.dsp:
2136         * win32/vs6/libgstmedian.dsp:
2137         * win32/vs6/libgstmonoscope.dsp:
2138         * win32/vs6/libgstmulaw.dsp:
2139         * win32/vs6/libgstmultipart.dsp:
2140         * win32/vs6/libgstqtdemux.dsp:
2141         * win32/vs6/libgstrtp.dsp:
2142         * win32/vs6/libgstrtsp.dsp:
2143         * win32/vs6/libgstsmpte.dsp:
2144         * win32/vs6/libgstspeex.dsp:
2145         * win32/vs6/libgstudp.dsp:
2146         * win32/vs6/libgstvideobalance.dsp:
2147         * win32/vs6/libgstvideobox.dsp:
2148         * win32/vs6/libgstvideocrop.dsp:
2149         * win32/vs6/libgstvideoflip.dsp:
2150         * win32/vs6/libgstvideomixer.dsp:
2151         * win32/vs6/libgstwaveform.dsp:
2152         * win32/vs6/libgstwavenc.dsp:
2153         * win32/vs6/libgstwavparse.dsp:
2154         Mark *.dsp & *.dsw as binary files and convert to DOS line
2155         endings, as they don't load into VS6 correctly otherwise.
2156
2157 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2158
2159         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2160         (rtsp_connection_connect):
2161         Fix the MingW build. 
2162         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2163         Fixes: #446981
2164
2165 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2166
2167         * tests/check/elements/.cvsignore:
2168         * tests/icles/.cvsignore:
2169         Hush the buildbots up
2170
2171 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2172
2173         * configure.ac:
2174         * sys/Makefile.am:
2175         * sys/directdraw/Makefile.am:
2176         * sys/directsound/Makefile.am:
2177         * sys/waveform/Makefile.am:
2178         Make sure to dist everything needed for win32 builds.
2179
2180 2007-06-14  Edward Hervey  <edward@fluendo.com>
2181
2182         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2183         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2184         caps.
2185         Fixes #447458
2186
2187 2007-06-13  Wim Taymans  <wim@fluendo.com>
2188
2189         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2190         Make sure we allocate enough memory for the codec_data.
2191         Fixes #447210.
2192
2193 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2194
2195         * win32/MANIFEST:
2196         Add videocrop project file to the win32 manifest.
2197         * win32/vs6/gst_plugins_good.dsw:
2198         Add qtdemux,videocrop and waveform projects to the workspace.
2199         * win32/vs6/libgstqtdemux.dsp:
2200         Add zlib to the link list of qtdemux.
2201         * win32/vs6/libgstvideocrop.dsp:
2202         Add a project file for videocrop.
2203
2204 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2205
2206         * po/POTFILES.in:
2207         Add qtdemux for translation
2208
2209 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2210
2211         * configure.ac:
2212         * docs/plugins/Makefile.am:
2213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2215         * docs/plugins/inspect/plugin-videocrop.xml:
2216         * gst-plugins-good.spec.in:
2217         * sys/Makefile.am:
2218         * tests/check/Makefile.am:
2219         * tests/icles/Makefile.am:
2220         * tests/icles/videocrop-test.c:
2221         Move videocrop and osxvideo from -bad.
2222
2223 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2224
2225         * configure.ac:
2226         * docs/plugins/Makefile.am:
2227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2229         * docs/plugins/gst-plugins-good-plugins.args:
2230         * docs/plugins/inspect/plugin-qtdemux.xml:
2231         * docs/plugins/inspect/plugin-quicktime.xml:
2232         * win32/MANIFEST:
2233         Move qtdemux from -bad.
2234
2235         * gst-plugins-good.spec.in:
2236         Update spec file to reflect moving of qtdemux and wavpack
2237
2238 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2239         
2240         * win32/MANIFEST:
2241         * docs/plugins/Makefile.am:
2242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2244         * docs/plugins/inspect/plugin-directdraw.xml:
2245         * docs/plugins/inspect/plugin-directsound.xml:
2246         * docs/plugins/inspect/plugin-waveform.xml:
2247         Move the waveform plugin from -bad too. Update the inspect xml
2248         files to mention Plugins Good instead of Plugins Bad.
2249
2250 2007-06-12  Andy Wingo  <wingo@pobox.com>
2251
2252         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2253         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2254         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2255         finalization and resuscitation. No longer public.
2256         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2257         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2258         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2259         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2260         miniobject semantics, and be threadsafe.
2261         (gst_v4l2src_queue_frame): Remove this function, as we just call
2262         the ioctls directly in the two places where we queue buffers.
2263         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2264         directly.
2265         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2266         to allocate the pool, which also preallocates the GstBuffers.
2267         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2268         queueing the frames directly.
2269         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2270         mmap buffers have been dequeued.
2271
2272         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2273         real MiniObject instead of rolling our own refcounting and
2274         finalizing. Give it a lock.
2275         (struct _GstV4l2Buffer): Remove one intermediary object, having
2276         the buffers hold the struct v4l2_buffer directly.
2277
2278         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2279         capture_init so that it can set them on the buffers that it will
2280         create.
2281         (gst_v4l2src_get_read): For better or for worse, include the
2282         timestamping and offsetting code here; really we should be using
2283         bufferalloc though.
2284         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2285         preallocated, mmap'd buffers.
2286
2287 2007-06-11  Wim Taymans  <wim@fluendo.com>
2288
2289         Patch by: daniel fischer <dan at f3c dot com>
2290
2291         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2292         (gst_ximage_src_get_caps):
2293         Actually use the display_name property so that we can dump any
2294         available X display. Fixes #445905.
2295
2296 2007-06-11  Wim Taymans  <wim@fluendo.com>
2297
2298         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2299
2300         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2301         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2302         Add missing rate fields to caps. Fixes #441118.
2303
2304 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2305
2306         * win32/vs6/gst_plugins_good.dsw:
2307         * win32/vs8/gst-plugins-good.sln:
2308         Add DirectSound and DirectDraw sinks project files to
2309         workspace and solution files.
2310
2311 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         Patch by: Josh Coalson <xflac at yahoo dot com>,
2314         updated by Alexis Ballier <aballier at gentoo dot org>:
2315
2316         * configure.ac:
2317         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2318         (gst_flac_dec_setup_seekable_decoder),
2319         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2320         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2321         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2322         * ext/flac/gstflacdec.h:
2323         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2324         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2325         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2326         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2327         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2328         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2329         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2330         * ext/flac/gstflacenc.h:
2331         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2332         
2333 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2336         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2337         not necessary anymore as we need at least that core version. 
2338
2339 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2342         (gst_wavpack_dec_chain):
2343         * ext/wavpack/gstwavpackdec.h:
2344         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2345         (gst_wavpack_parse_push_buffer):
2346         * ext/wavpack/gstwavpackparse.h:
2347         Improve discont handling by checking if the next Wavpack block has
2348         the expected, following block index.
2349
2350 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2351
2352         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2353           Fix element description.
2354
2355 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2356
2357         * configure.ac:
2358         * docs/plugins/Makefile.am:
2359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2361         * docs/plugins/gst-plugins-good-plugins.args:
2362         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2363         * docs/plugins/gst-plugins-good-plugins.signals:
2364         * docs/plugins/inspect/plugin-autodetect.xml:
2365         * docs/plugins/inspect/plugin-gconfelements.xml:
2366         * docs/plugins/inspect/plugin-ladspa.xml:
2367         * docs/plugins/inspect/plugin-rtp.xml:
2368         * docs/plugins/inspect/plugin-wavpack.xml:
2369         * ext/Makefile.am:
2370         * tests/check/Makefile.am:
2371           move wavpack plugin.  See #352605.
2372
2373 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2374
2375         * configure.ac:
2376         * docs/plugins/Makefile.am:
2377         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2379         * docs/plugins/gst-plugins-good-plugins.args:
2380         * sys/Makefile.am:
2381         * win32/MANIFEST:
2382         Add DirectDraw & DirectSound plugins to the build and docs.
2383
2384 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2385
2386         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2387         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2388           When operating in pull mode, error out correct on not-linked.
2389
2390 2007-06-06  Andy Wingo  <wingo@pobox.com>
2391
2392         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2393         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2394         format and size if the ioctls are defined; should fix compilation
2395         on Linux < 2.16.19.
2396
2397 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2398
2399         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2400           Printf fixes in debug statements; use LOG level for debug statements
2401           that are printed for each and every frame; convert c++ comments to
2402           C-style comments; not much point using g_try_malloc() if we then not
2403           even check the return value.
2404
2405 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * configure.ac:
2408           Bump requirements to released versions (core and base 0.10.13).
2409
2410         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2411           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2412           own implementation.
2413
2414 2007-06-05  Andy Wingo  <wingo@pobox.com>
2415
2416         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2417         some useless comments.
2418
2419         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2420         frames before calling STREAMON, that might leave them in a state
2421         where they can't be dequeued if we go back to NULL without calling
2422         STREAMON, according to the docs.
2423         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2424         before we call STREAMON.
2425         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2426         failures. (For me this code hung.) The pool refcounting is still
2427         crack; added a note to that effect.
2428
2429 2007-06-05  Wim Taymans  <wim@fluendo.com>
2430
2431         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2432         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2433         Add support for mapping gst structure names to the MIME type equivalent.
2434         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2435
2436 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2439         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2440         (gst_wavenc_chain), (gst_wavenc_change_state):
2441         * gst/wavenc/gstwavenc.h:
2442         Properly write wav files with width!=depth by having the depth most
2443         significant bytes set and all others zero. Fixes #442535.
2444
2445 2007-06-01  Wim Taymans  <wim@fluendo.com>
2446
2447         * gst/rtsp/rtspconnection.c:
2448         Add include to make buildbot happy.
2449
2450 2007-06-01  Wim Taymans  <wim@fluendo.com>
2451
2452         Patch by: Peter Kjellerstedt  <pkj at axis com>
2453
2454         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2455         (rtsp_connection_connect), (add_date_header),
2456         (rtsp_connection_send), (parse_response_status),
2457         (parse_request_line), (parse_line), (rtsp_connection_receive):
2458         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2459         * gst/rtsp/rtspdefs.h:
2460         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2461         (rtsp_message_init_request), (rtsp_message_init_response),
2462         (rtsp_message_remove_header), (rtsp_message_append_headers),
2463         (rtsp_message_dump):
2464         * gst/rtsp/rtspmessage.h:
2465         Improves version checking, allowing an RTSP server to reply with "505
2466         RTSP Version not supported.
2467         Adds a Date header to all messages.
2468         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2469         want to be able to send a response even if something in the request was
2470         invalid. EINVAL is only used when passing wrong arguments to functions.
2471         Do not handle an invalid method in parse_request_line(). Defer this to
2472         the caller so it can respond with "405 Method Not Allowed".
2473         Improves parsing of the timeout parameter to the Session header,
2474         allowing whitespace after the semicolon. 
2475         Avoids a compiler warning due to variables shadowing a function argument.
2476
2477 2007-06-01  Wim Taymans  <wim@fluendo.com>
2478
2479         Based on Patch by: Daniel Charles <dcharles at ti dot com>
2480
2481         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2482         (gst_rtp_amr_depay_process):
2483         * gst/rtp/gstrtpamrdepay.h:
2484         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2485         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2486         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2487         * gst/rtp/gstrtpamrpay.h:
2488         Add support for AMR-WB.
2489         Small cleanups such as using BOILERPLATE.
2490
2491 2007-05-31  Wim Taymans  <wim@fluendo.com>
2492
2493         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2494         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2495
2496 2007-05-30  Andy Wingo  <wingo@pobox.com>
2497
2498         * sys/v4l2/gstv4l2object.h: 
2499         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2500         unintended changes.
2501
2502         * sys/v4l2/v4l2src_calls.h: 
2503         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2504         the format list in the order that the driver gives it to us.
2505         (gst_v4l2src_probe_caps_for_format_and_size)
2506         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2507         based on the capabilities of the device.
2508         (gst_v4l2src_grab_frame): Update for object variable renaming.
2509         (gst_v4l2src_set_capture): Update to be strict in its parameters,
2510         as in the set_caps below.
2511         (gst_v4l2src_capture_init): Update for object variable renaming,
2512         and reflow.
2513         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2514         (gst_v4l2src_capture_deinit): Update for object variable renaming.
2515         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2516         (gst_v4l2src_get_fps): Remove; these functions don't have much
2517         meaning outside of an atomic set_caps method.
2518         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2519         known.
2520
2521         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2522         call to update_fps; not sure about this change.
2523         (gst_v4l2_tuner_set_norm): Work around the fact that for the
2524         moment we don't have an update_fps_func.
2525
2526         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2527         structures in the object, just store what we need. Do store the
2528         probed caps of the device. Don't store the current frame rate.
2529
2530         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2531         update_fps_function, for now. Update for new object variable
2532         naming.
2533         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2534         new object variable naming.
2535         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2536         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2537         (gst_v4l2src_get_caps): Rework to probe the device for supported
2538         frame sizes and frame rates.
2539         (gst_v4l2src_set_caps): Rework to be strict in the given
2540         parameters: if someone asks us to have a certain size and rate,
2541         that is what we configure.
2542         (gst_v4l2src_get_read): Update for object variable naming. Don't
2543         leak buffers on short reads.
2544         (gst_v4l2src_get_mmap): Update for object variable naming, and add
2545         comments.
2546         (gst_v4l2src_create): Update for object variable naming.
2547
2548 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2549
2550         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2551         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2552         * gst/avi/gstavidemux.h:
2553           Parse subtitle text streams instead of erroring out (#442034). Still
2554           needs a parser for the subtitles to actually show up.
2555
2556 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2559         (gst_avi_demux_loop):
2560           Make _push_event() return TRUE if the event could be pushed on at
2561           least one pad and not only if it could be pushed on all pads,
2562           otherwise we'll end up posting an error message on EOS if one or
2563           more source pads are not connected.
2564
2565 2007-05-28  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst/rtsp/rtsptransport.c:
2568         Use renamed RTP bin.
2569
2570 2007-05-28  Wim Taymans  <wim@fluendo.com>
2571
2572         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2573
2574         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2575         (gst_video_box_set_property), (gst_video_box_transform_caps),
2576         (video_box_recalc_transform), (gst_video_box_set_caps),
2577         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2578         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2579         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2580         (gst_video_box_i420_i420), (gst_video_box_transform),
2581         (plugin_init):
2582         Add AYUV->AYUV and AYUV->I420 formats. 
2583         Fix negotiation and I420->AYUV conversion.
2584         Fixes #429329.
2585
2586 2007-05-26  Wim Taymans  <wim@fluendo.com>
2587
2588         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2589         Use different variables for nested for loops so that the outer loop
2590         functions properly and speex files with multiple frames per buffer work
2591         properly.
2592         Fixes #441408.
2593
2594 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2595
2596         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2597           Don't leak newsegment events.
2598
2599 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         * gst/wavparse/Makefile.am:
2602           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2603           drags it in.
2604
2605 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2606
2607         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2608         (notgst_value_array_append_buffer),
2609         (gst_flac_enc_process_stream_headers),
2610         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2611         (gst_flac_enc_change_state):
2612         * ext/flac/gstflacenc.h:
2613           Collect headers, add "streamheader" field to output caps and set
2614           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2615           produces output according to the official FLAC-to-Ogg mapping
2616           instead of completely broken files. Fixes #426044.
2617
2618 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2619
2620         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2621         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2622         (gst_id3demux_sink_event):
2623         * gst/id3demux/gstid3demux.h:
2624         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2625         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2626         (gst_tag_demux_send_new_segment):
2627         Handle and adjust new-segment events so that downstream really
2628         sees a stream with the tag pieces stripped off the front and back.
2629         Fixes strangeness in seeking when mp3 decoders use the new-segment
2630         byte position to estimate their current playback position timestamp
2631         and then the arriving buffers don't match up.
2632
2633 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2634
2635         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2636           Don't unnecessarily perform a READY->NULL->READY transition on the
2637           detected audio sink when starting up. Fixes: #440127
2638
2639 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2642         (gst_flac_enc_chain):
2643           Don't crash in chain function if setcaps hasn't been called.
2644
2645 2007-05-24  Wim Taymans  <wim@fluendo.com>
2646
2647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2648         Init value to avoid infinte loops.
2649
2650 2007-05-24  Wim Taymans  <wim@fluendo.com>
2651
2652         Patch by: Peter Kjellerstedt  <pkj at axis com>
2653
2654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2655         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2656         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2657         (gst_rtspsrc_play):
2658         (rtsp_connection_send), (rtsp_connection_receive):
2659         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2660         Fix for new API.
2661
2662         * gst/rtsp/rtspconnection.c: (add_auth_header),
2663         Only add authorisation and session headers when sending messages.
2664
2665         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2666         (rtsp_message_init_request), (rtsp_message_init_response),
2667         (rtsp_message_unset), (rtsp_message_add_header),
2668         (rtsp_message_remove_header), (rtsp_message_get_header),
2669         (rtsp_message_append_headers), (dump_key_value),
2670         (rtsp_message_dump):
2671         * gst/rtsp/rtspmessage.h:
2672         Add support for multiple headers of the same type by storing the parsed
2673         headers in a GArray instaed of a hashtable.
2674
2675 2007-05-21  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2678         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2679         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2680         safer shutdown.
2681
2682 2007-05-21  Wim Taymans  <wim@fluendo.com>
2683
2684         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2685         * gst/rtsp/gstrtpdec.h:
2686         Added signal for backwards compat.
2687
2688 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2689         
2690         Patch by: René Stadler <mail at renestadler dot de>
2691
2692         * configure.ac:
2693         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2694         (gst_au_parse_parse_header), (gst_au_parse_chain):
2695         * gst/auparse/gstauparse.h:
2696         Use audioconvert for converting from non-native endianness floats
2697         in auparse instead of doing it ourself. Fixes #424527.
2698         This needs the audioconvert from plugins-base CVS.
2699         
2700 2007-05-21  Wim Taymans  <wim@fluendo.com>
2701
2702         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2703         (gst_rtp_h263p_pay_flush):
2704         Fix enum registration.
2705
2706 2007-05-21  Wim Taymans  <wim@fluendo.com>
2707
2708         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2709
2710         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2711         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2712         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2713         (gst_rtp_h263p_pay_flush):
2714         * gst/rtp/gstrtph263ppay.h:
2715         Add new fragmentation mode base on GOB headers. Fixes #438940.
2716
2717 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2718
2719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2720           Printf format fix.
2721
2722 2007-05-18  Wim Taymans  <wim@fluendo.com>
2723
2724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2725         Don't crash when an unsupported transport error was returned by the
2726         server, just try to configure the next stream. Fixes #439255.
2727
2728 2007-05-18  Wim Taymans  <wim@fluendo.com>
2729
2730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2731         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2732         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2733         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2734         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2735         * gst/rtsp/gstrtspsrc.h:
2736         Add TCP timeout property and use it for all TCP connection.
2737
2738         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2739         (rtsp_connection_write), (rtsp_connection_next_timeout),
2740         (rtsp_connection_reset_timeout):
2741         Make connect and writes cancelable and make them use the timeout.
2742
2743 2007-05-18  Wim Taymans  <wim@fluendo.com>
2744
2745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2746         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2747         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2748         (gst_rtspsrc_setup_streams):
2749         Refactor timeout handling.
2750         Also send keep-alive when dealing with TCP transport.
2751
2752         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2753         (rtsp_connection_free), (rtsp_connection_next_timeout),
2754         (rtsp_connection_reset_timeout):
2755         * gst/rtsp/rtspconnection.h:
2756         Use a timer to handle the session timeouts, add some methods to deal
2757         with timeouts.
2758
2759 2007-05-17  Wim Taymans  <wim@fluendo.com>
2760
2761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2762         (gst_rtspsrc_setup_streams):
2763         Ignore streams that fail the setup command, we will retry with a
2764         different transport later on.
2765
2766         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2767         (rtsp_ext_wms_configure_stream):
2768         Fix encoding name case.
2769
2770 2007-05-16  Edward Hervey  <edward@fluendo.com>
2771
2772         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2773         Fix build on macosx.
2774
2775 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2776
2777         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2778         Replace direct comparison of a string with the string literal "" with
2779         a comparison of the first character with '\0'. Fixes #438926.
2780
2781 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * gst/debug/breakmydata.c (gst_break_my_data_init):
2784           One more try. This should be the proper fix now.
2785
2786 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2787
2788         * gst/debug/breakmydata.c:
2789           Ooops, no // comments please.
2790
2791 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2792
2793         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2794         (gst_break_my_data_init):
2795           Fix gst_buffer_is_writable() assertion.
2796
2797 2007-05-14  David Schleef  <ds@schleef.org>
2798
2799         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2800           video/x-raw-bayer.  Fixes #314160.
2801
2802 2007-05-14  Wim Taymans  <wim@fluendo.com>
2803
2804         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2805         (gst_rtp_theora_depay_parse_configuration):
2806         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2807         (gst_rtp_theora_pay_finish_headers),
2808         (gst_rtp_theora_pay_handle_buffer):
2809         Update theora pay/depayloader in a similar to vorbis.
2810
2811         * gst/rtp/gstrtpvorbisdepay.c:
2812         (gst_rtp_vorbis_depay_parse_configuration):
2813         Update docs.
2814
2815 2007-05-14  Wim Taymans  <wim@fluendo.com>
2816
2817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2818         When we try to execute a method that is not supported by the server,
2819         don't error out but remove the method from the accepted methods so that
2820         we never try to perform this method again.
2821
2822 2007-05-14  Wim Taymans  <wim@fluendo.com>
2823
2824         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2825         Remove annoying _dump_mem.
2826
2827 2007-05-14  Wim Taymans  <wim@fluendo.com>
2828
2829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2830         Parse range correctly.
2831
2832         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2833         The baseurl now always has a '/' at the start.
2834
2835 2007-05-14  Wim Taymans  <wim@fluendo.com>
2836
2837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2838         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2839         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2840         Factor out caps configuration and configure more stuff such as the time
2841         ranges and speed/scale values.
2842
2843         * gst/rtsp/rtsptransport.c:
2844         Add Copyright after non-trival fixes.
2845
2846 2007-05-12  Wim Taymans  <wim@fluendo.com>
2847
2848         Patch by: Peter Kjellerstedt  <pkj at axis com>
2849
2850         * gst/rtsp/gstrtspsrc.h:
2851         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2852         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2853         (rtsp_message_get_header):
2854         * gst/rtsp/rtspmessage.h:
2855         Make channel guint8 where possible.
2856         Make rtsp_message_init_data() take the channel as a guint8.
2857
2858         * gst/rtsp/rtspdefs.c:
2859         Fixed a typo: Timout -> Timeout
2860
2861         * gst/rtsp/rtspdefs.h:
2862         Make RTSP_CHECK() behave as a statement.
2863
2864         * gst/rtsp/sdpmessage.c:
2865         Avoid a compiler warning in INIT_ARRAY().
2866         Fixes #437692.
2867
2868 2007-05-12  Wim Taymans  <wim@fluendo.com>
2869
2870         Patch by: Peter Kjellerstedt  <pkj at axis com>
2871
2872         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2873         (rtsp_url_get_request_uri):
2874         * gst/rtsp/rtspurl.h:
2875         Add support for query parameters to RTSP URLs.
2876
2877 2007-05-12  Wim Taymans  <wim@fluendo.com>
2878
2879         Patch by: Peter Kjellerstedt  <pkj at axis com>
2880
2881         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2882         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2883         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2884         (rtsp_transport_parse), (rtsp_transport_as_text):
2885         * gst/rtsp/rtsptransport.h:
2886         Add validation to rtsp_transport_parse().
2887         Add rtsp_transport_as_text() to generate an RTSP header from an
2888         RTSPTransport.
2889         Change ssrc to guint (was a string) since that is what it is, even
2890         though it is sent as a hex string.
2891         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2892         incorrect, which can be seen when looking at the examples in the RFC).
2893         Fixes #437670.
2894
2895 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2896
2897         Patch by: Eric Anholt
2898
2899         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2900           gst_ximage_src_ximage_get):
2901         Use union of all damage between frames to make it faster.
2902         Fixes bug #342463.
2903         Also fix crasher when cursor is at bottom right of window.
2904
2905 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2906
2907         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2908           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2909           streaming mode regression for file from #343837 with 'bext' chunk
2910           before the 'fmt' chunk.
2911
2912 2007-05-11  Wim Taymans  <wim@fluendo.com>
2913
2914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2915         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2916         (gst_rtspsrc_handle_src_event),
2917         (gst_rtspsrc_stream_configure_manager),
2918         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2919         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2920         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2921         * gst/rtsp/gstrtspsrc.h:
2922         * gst/rtsp/rtspdefs.h:
2923         Preliminary seek support.
2924         Activate internal pads so that we can receive events on them.
2925         Don't try to parse a range string when it's NULL.
2926
2927 2007-05-11  Wim Taymans  <wim@fluendo.com>
2928
2929         * gst/rtp/README:
2930         Update README with new RTP variables that will be used for
2931         synchronisation.
2932
2933         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
2934         (gst_rtp_vorbis_depay_parse_configuration),
2935         (gst_rtp_vorbis_depay_process):
2936         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
2937         (gst_rtp_vorbis_pay_finish_headers),
2938         (gst_rtp_vorbis_pay_handle_buffer):
2939         Update vorbis pay and depayloader to draft-04.
2940
2941 2007-05-11  Wim Taymans  <wim@fluendo.com>
2942
2943         * gst/rtsp/rtsptransport.c:
2944         UDP MCAST is actually the default for RTP/AVP.
2945 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
2946
2947         * gst/level/gstlevel.c: (gst_level_transform_ip):
2948         Use guint8 * instead of gpointer then vs6 can build 
2949         in_data += (filter->width / 8).
2950
2951 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2952
2953         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
2954           gst_ximage_src_ximage_get):
2955         * sys/ximage/gstximagesrc.h (last_ximage):
2956         When using Damage actually keep the last frame, and not assume
2957         that the buffer we get already has the last frame on it.
2958         Copy the cursor over if we specify a non-zero start x and
2959         start y.
2960
2961 2007-05-11  Wim Taymans  <wim@fluendo.com>
2962
2963         * gst/rtsp/rtsptransport.c:
2964         Make UDP the default transport when not specified.
2965
2966 2007-05-09  David Schleef  <ds@schleef.org>
2967
2968         * gst/level/gstlevel.c:
2969           Revert last change.
2970
2971 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2972
2973         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
2974         (gst_level_transform_ip):
2975         Use guint8 * instead of gpointer then vs6 know the size of data
2976         pointed when moving the pointer.
2977         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2978         Move instructions after variables declaration.
2979         * win32/vs6/autogen.dsp:
2980         * win32/vs6/libgstrtp.dsp:
2981         * win32/vs6/libgstrtsp.dsp:
2982         Update vs6 project files.
2983
2984 2007-05-09  Wim Taymans  <wim@fluendo.com>
2985
2986         * gst/rtsp/Makefile.am:
2987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
2988         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
2989         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
2990         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
2991         (rtsp_range_free):
2992         * gst/rtsp/rtsprange.h:
2993         Add code to parse time ranges.
2994         Report DURATION on the stream when possible.
2995
2996 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
2997
2998         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
2999         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3000         (gst_videomixer_collected):
3001           Fix strides calculation for AYUV (it's just width*4) (#436910).
3002
3003 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3004
3005         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3006         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3007         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3008         Sync the GObject properties before each processing step to properly
3009         work with the controller.
3010
3011 2007-05-04  Wim Taymans  <wim@fluendo.com>
3012
3013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3014         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3015         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3016         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3017         (gst_rtspsrc_change_state):
3018         Let more error state trickle down so that we can catch more error
3019         cases.
3020         Handle keep-alive a little smarter by selecting a method the server
3021         actually supports.
3022         Fix a race in UDP streaming shutdown.
3023
3024 2007-05-04  Wim Taymans  <wim@fluendo.com>
3025
3026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3027         Ignore errors when trying to use the keep-alive messages.
3028
3029 2007-05-04  Wim Taymans  <wim@fluendo.com>
3030
3031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3032         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3033         (gst_rtspsrc_stream_configure_manager),
3034         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3035         (gst_rtspsrc_stream_configure_mcast),
3036         (gst_rtspsrc_stream_configure_udp),
3037         (gst_rtspsrc_stream_configure_udp_sink),
3038         (gst_rtspsrc_stream_configure_transport):
3039         Send RTCP messages back to the server over the TCP connection.
3040
3041         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3042         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3043         (rtsp_connection_receive):
3044         * gst/rtsp/rtspconnection.h:
3045         Factor out and expose lowlevel _write and _read methods.
3046         Implement sending data messages to the server.
3047
3048 2007-05-03  Wim Taymans  <wim@fluendo.com>
3049
3050         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3051         (gst_multipart_mux_collected):
3052         Fix timestamps on outgoing buffers.
3053
3054 2007-05-03  Wim Taymans  <wim@fluendo.com>
3055
3056         * gst/multipart/multipartmux.c:
3057         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3058         (gst_multipart_mux_change_state):
3059         Emit NEWSEGMENT events before pushing the first buffer.
3060
3061 2007-05-03  Wim Taymans  <wim@fluendo.com>
3062
3063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3064         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3065         (gst_rtspsrc_handle_src_query),
3066         (gst_rtspsrc_stream_configure_manager),
3067         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3068         (gst_rtspsrc_stream_configure_mcast),
3069         (gst_rtspsrc_stream_configure_udp),
3070         (gst_rtspsrc_stream_configure_udp_sink),
3071         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3072         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3073         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3074         (gst_rtspsrc_pause):
3075         Refactor transport configuration code.
3076         Create internal pads for TCP transport so that we can implement events
3077         and queries.
3078         Handle events and queries.
3079         Parse range from the SDP.
3080         Fix race in pause handler where the connection could still be flushing.
3081
3082 2007-05-02  Wim Taymans  <wim@fluendo.com>
3083
3084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3085         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3086         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3087         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3088         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3089         (gst_rtspsrc_change_state):
3090         * gst/rtsp/gstrtspsrc.h:
3091         Fix race when multiple udp sources post timeouts, just act on the first
3092         received timeout.
3093         Protect stream list with a recursive lock to fix some races.
3094         Flush connection when we need to do a reconnect or stop.
3095         Make state lock recursive.
3096
3097         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3098         (rtsp_connection_close):
3099         Some small cleanups.
3100
3101 2007-05-02  Wim Taymans  <wim@fluendo.com>
3102
3103         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3104         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3105         Only set DISCONT when there actually is a discont or when we just
3106         started.
3107
3108 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3109
3110         * ext/flac/gstflac.c: (plugin_init):
3111         Call bindtextdomain() to get localized strings.
3112
3113 2007-05-02  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3116         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3117         (gst_wavparse_stream_data):
3118         * gst/wavparse/gstwavparse.h:
3119         Be a bit more clever when dealing with VBR files with FACT tags, we
3120         don't want to timestamp buffers in that case but the estimated BPS can
3121         be used for seeking.
3122         Only send close segment in the streaming thread.
3123
3124 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3125
3126         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3127         Correctly post an error on the bus if something went wrong in the loop
3128         function. This fixes a few cases where the task was paused and nothing
3129         happened anymore.
3130
3131 2007-05-02  Wim Taymans  <wim@fluendo.com>
3132
3133         * gst/rtsp/test.c: (main):
3134         Fix compilation of deprecated test just because I'm too lazy to delete
3135         it.
3136
3137 2007-05-02  Wim Taymans  <wim@fluendo.com>
3138
3139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3140         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3141         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3142         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3143         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3144         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3145         * gst/rtsp/gstrtspsrc.h:
3146         Fix sending RTCP to the right place.
3147         Fix bug in reffing the wrong UDP element.
3148         Use new pad names for the session manager.
3149         Implement handling server requests in interleaved and UDP modes.
3150         Handle session keep-alive in UDP modes.
3151         Remove GCond for handling UDP timeouts.
3152
3153         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3154         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3155         (rtsp_connection_receive), (rtsp_connection_close):
3156         * gst/rtsp/rtspconnection.h:
3157         Store connection IP address for later.
3158         Add timeout args to all operations that might block forever.
3159         Parse session timeout.
3160         Only close sockets when not already closed.
3161
3162         * gst/rtsp/rtspdefs.c:
3163         * gst/rtsp/rtspdefs.h:
3164         Add timeout return value and error string.
3165
3166         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3167         Add small comment.
3168
3169 2007-05-01  Wim Taymans  <wim@fluendo.com>
3170
3171         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3172
3173         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3174         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3175         * gst/rtp/gstrtpmp4vpay.h:
3176         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3177
3178 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3179
3180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3181           Remove v4l2src from docs, since it breaks the docs build, and the
3182           plugin is only built if --enable-experimental is used anyway.
3183
3184         * docs/plugins/Makefile.am:
3185           Spaces => tab.
3186
3187 2007-04-29  Wim Taymans  <wim@fluendo.com>
3188
3189         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3190         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3191         Add code to drop membership of a multicast group.
3192
3193         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3194         (gst_udpsink_set_uri):
3195         Implement URI handler.
3196
3197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3198         (gst_rtspsrc_parse_rtpinfo):
3199         Use URI handler to make udpsink instace.
3200         Improve code to configure port and destination.
3201
3202 2007-04-29  Wim Taymans  <wim@fluendo.com>
3203
3204         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3205         Fix multicast detection.
3206         Don't try to join a multicast group if the address is not multicast.
3207
3208         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3209         Small debug improvement.
3210
3211 2007-04-27  Wim Taymans  <wim@fluendo.com>
3212
3213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3214         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3215         (gst_rtspsrc_handle_message):
3216         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3217         parent.
3218
3219 2007-04-27  Wim Taymans  <wim@fluendo.com>
3220
3221         * gst/rtp/gstrtpilbcdepay.h:
3222         Fix mode property when specified as an arg.
3223
3224 2007-04-26  Edward Hervey  <edward@fluendo.com>
3225
3226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3228         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3229         * docs/plugins/inspect/plugin-osxaudio.xml:
3230         Add documentation for osxaudio plugin.
3231
3232 2007-04-26  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3235         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3236         (gst_rtspsrc_open), (gst_rtspsrc_close),
3237         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3238         (gst_rtspsrc_pause):
3239         * gst/rtsp/gstrtspsrc.h:
3240         Protect state changes with a lock.
3241
3242         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3243         (parse_line):
3244         * gst/rtsp/rtspconnection.h:
3245         Remove some unused stuff.
3246
3247 2007-04-26  Wim Taymans  <wim@fluendo.com>
3248
3249         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3250         Handle the case where there are exactly 0 bytes to read and the ioctl
3251         did not report an error. Fixes #433530.
3252
3253 2007-04-26  Wim Taymans  <wim@fluendo.com>
3254
3255         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3256         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3257         * gst/wavparse/gstwavparse.h:
3258         Apply DISCONT to buffers.
3259         Only apply timestamp to the first sample after a DISCONT, too many VBR
3260         files cause random jitter in the timestamps. Fixes #433119.
3261
3262 2007-04-25  Wim Taymans  <wim@fluendo.com>
3263
3264         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3265         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3266         (gst_rtp_dec_get_property):
3267         * gst/rtsp/gstrtpdec.h:
3268         Add dummy latency property to be backwards compat with rtpbin.
3269
3270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3271         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3272         (gst_rtspsrc_stream_configure_transport),
3273         (gst_rtspsrc_parse_rtpinfo):
3274         * gst/rtsp/gstrtspsrc.h:
3275         Add latency property and configure in the session manager.
3276         Don't set invalid clock-base and seqnum-base on caps, some servers
3277         sometimes don't send them.
3278
3279 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3282         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3283           Double-check that RGB input caps are really RGBA caps (apparently
3284           the core doesn't always catch it if those caps aren't a subset of
3285           our template caps, also see #421543). Fixes #429319 in a way.
3286           Also, don't leak the pad template in the transform_caps function.
3287
3288         * tests/check/Makefile.am:
3289         * tests/check/elements/.cvsignore:
3290         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3291         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3292         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3293         (GST_START_TEST), (alphacolor_suite):
3294           Add some basic unit tests for alphacolor.
3295
3296 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3299           If we get a fatal flow return in the loop function, first post the
3300           error message and only then send the EOS event downstream, otherwise
3301           applications might get an eos message before the error message and
3302           think everything was ok (related to #429319).
3303
3304 2007-04-25  Wim Taymans  <wim@fluendo.com>
3305
3306         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3307         Read the channel byte as an unsigned byte.
3308
3309 2007-04-25  Wim Taymans  <wim@fluendo.com>
3310
3311         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3312         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3313         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3314         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3315         (gst_rtp_gsm_depay_setcaps):
3316         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3317         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3318         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3319         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3320         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3321         (gst_ilbc_depay_get_property):
3322         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3323         * gst/rtp/gstrtpmp4adepay.c:
3324         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3325         (gst_rtp_pcma_depay_setcaps):
3326         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3327         (gst_rtp_pcmu_depay_setcaps):
3328         Make sure we configure the clock_rate in the baseclass in the setcaps
3329         function. Fixes #431282.
3330
3331 2007-04-25  Wim Taymans  <wim@fluendo.com>
3332
3333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3334         (gst_rtspsrc_stream_free), (request_pt_map),
3335         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3336         * gst/rtsp/gstrtspsrc.h:
3337         Parse server address from SDP.
3338         Hook up a udpsink to send RTCP back to the server.
3339
3340         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3341         * gst/rtsp/rtsptransport.h:
3342         Add some docs.
3343
3344 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3345
3346         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3347           Make header field check conditional. Fixes #433135
3348
3349 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3350
3351         * docs/plugins/Makefile.am:
3352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3354         * docs/plugins/inspect/plugin-alphacolor.xml:
3355         * gst/alpha/Makefile.am:
3356         * gst/alpha/gstalphacolor.c:
3357         * gst/alpha/gstalphacolor.h:
3358           Add minimal docs blurb to alphacolor; split out headers into
3359           separate header file for gtk-doc.
3360
3361 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3362
3363         * gst/debug/progressreport.c: (gst_progress_report_report):
3364           Don't try to post NULL message (in case we can't query upstream
3365           position or duration).
3366
3367 2007-04-18  Michael Smith  <msmith@fluendo.com>
3368
3369         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3370         (gst_cutter_get_caps):
3371         * gst/cutter/gstcutter.h:
3372           Fix some of the most obvious bugs in cutter. Now doesn't leak
3373           everything if input is silent.
3374
3375 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3376
3377         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3378         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3379         * gst/wavenc/gstwavenc.h:
3380         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3381         else results in a invalid block align and invalid files.
3382
3383 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         Patch by: Snaik <snaik32 gmail com>
3386
3387         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3388           Add missing break statement for BOX_HORIZONTAL case.
3389
3390 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3393
3394         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3395         Use correct format strings for integer types.
3396
3397 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3398
3399         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3400         (gst_wavparse_create_sourcepad):
3401         Use gst_riff_create_audio_template_caps () instead of the local caps.
3402         This makes updates of the local caps unecessary whenever libgstriff
3403         gets support for new formats.
3404
3405 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3408
3409         * sys/sunaudio/gstsunaudio.c:
3410         * sys/sunaudio/gstsunaudiomixer.c:
3411         * sys/sunaudio/gstsunaudiomixer.h:
3412         * sys/sunaudio/gstsunaudiomixerctrl.c:
3413         * sys/sunaudio/gstsunaudiomixerctrl.h:
3414         * sys/sunaudio/gstsunaudiomixertrack.h:
3415         * sys/sunaudio/gstsunaudiosink.c:
3416         * sys/sunaudio/gstsunaudiosink.h:
3417         * sys/sunaudio/gstsunaudiosrc.c:
3418         * sys/sunaudio/gstsunaudiosrc.h:
3419           Fix and/or update copyright attributions (#430228).
3420
3421 2007-04-13  Wim Taymans  <wim@fluendo.com>
3422
3423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3424         Fix docs.
3425
3426         * gst/rtsp/URLS:
3427         Add some more example urls.
3428
3429         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3430         (gst_rtp_dec_chain_rtp):
3431         Better debugging.
3432
3433         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3434         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3435         (gst_rtspsrc_parse_rtpinfo):
3436         Remove unused code.
3437
3438 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3439
3440         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3441         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3442         (gst_wavparse_stream_data):
3443           Relax the audio/mpeg caps again and add FIXME: comment.
3444
3445 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3446
3447         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3448         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3449         (gst_wavparse_stream_data):
3450         * gst/wavparse/gstwavparse.h:
3451           More sanity check for the header fields. Fix type for 'rate' header
3452           field.
3453
3454 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3457         (gst_icydemux_unicodify):
3458           If the metadata strings we get in the stream are not UTF-8, try to
3459           interpret them according to the character encodings specified in the
3460           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3461           only fall back to locale/ISO-8859-1 if those aren't set or don't
3462           work. Should fix #428901.
3463
3464 2007-04-12  Wim Taymans  <wim@fluendo.com>
3465
3466         * gst/rtp/gstrtph264depay.c:
3467         Use the proper sync word for SPS and PPS.
3468
3469 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3470
3471         * gst/rtp/Makefile.am:
3472         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3473           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3474         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3475           Add a simple hashing implementation that we can use to generate
3476           a 24-bit ident value based on the codebooks for vorbis and theora.
3477         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3478           gst_rtp_theora_pay_handle_buffer):
3479         * gst/rtp/gstrtpvorbisdepay.c
3480           (gst_rtp_vorbis_depay_parse_configuration,
3481           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3482         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3483           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3484           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3485           Use the hashing function, ensuring that the same codebooks result
3486           in the same ident and thus the same SDP description.
3487           Various log fixes/changes.
3488
3489 2007-04-12  Wim Taymans  <wim@fluendo.com>
3490
3491         Patch by: jerry tan <jerry dot tan at sun dot com>
3492
3493         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3494         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3495         application's responsibility to make sure it open the device once.
3496         Remove a careless error if AUDIODEV is set. Fixes #392620.
3497
3498 2007-04-12  Wim Taymans  <wim@fluendo.com>
3499
3500         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3501         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3502         * gst/rtsp/gstrtpdec.h:
3503         Make backward compat with rtpbin by adding the request-pt-map signals.
3504
3505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3506         (new_session_pad), (request_pt_map),
3507         (gst_rtspsrc_stream_configure_transport),
3508         (gst_rtspsrc_stream_configure_caps),
3509         (gst_rtspsrc_activate_streams):
3510         * gst/rtsp/gstrtspsrc.h:
3511         Implement request-pt-map signals instead of setting caps on the buffers
3512         for the session manager.
3513
3514 2007-04-11  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/udp/gstudp.c: (plugin_init):
3517         Register GstNetBuffer in plugin_init so that the type can be used from
3518         multiple threads without races.
3519
3520 2007-04-10  Wim Taymans  <wim@fluendo.com>
3521
3522         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3523         (gst_rtp_amr_depay_process):
3524         Fix depayloader clock_rate and some cleanups.
3525
3526         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3527         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3528         * gst/rtp/gstrtph264depay.h:
3529         Don't push codec_data in the adapter because it might get flushed when
3530         we get a discont.
3531
3532         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3533         Handle multiple AU per packet.
3534
3535         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3536         (gst_rtp_sv3v_depay_plugin_init):
3537         Disable rank, this one does not work.
3538         Remove timestamping, base class does that.
3539
3540 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
3541
3542         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3543           limit caps to the formats we announce in the template
3544
3545         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3546         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3547         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3548           fix some crashers/asserts when dealing with broken files
3549
3550 2007-04-10  Wim Taymans  <wim@fluendo.com>
3551
3552         Patch by: Peter Kjellerstedt  <pkj at axis com>
3553
3554         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3555         * gst/rtp/gstrtpL16depay.c:
3556         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3557         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3558         (gst_rtp_speex_depay_setcaps):
3559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3560         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3561         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3562         Fix some compiler warnings. Fixes #428182.
3563
3564 2007-04-06  Wim Taymans  <wim@fluendo.com>
3565
3566         * gst/rtsp/Makefile.am:
3567         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3568         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3569         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3570         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3571         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3572         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3573         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3574         (create_rtcp), (gst_rtp_dec_request_new_pad),
3575         (gst_rtp_dec_release_pad):
3576         * gst/rtsp/gstrtpdec.h:
3577         * gst/rtsp/gstrtsp.c: (plugin_init):
3578         Morph RTPDec into something compatible with RTPBin as a fallback.
3579         Various other style fixes.
3580
3581         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3582         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3583         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3584         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3585         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3586         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3587         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3588         * gst/rtsp/gstrtspsrc.h:
3589         Implement RTPBin session manager handling.
3590         Don't try to add empty properties to caps.
3591         Implement fallback session manager, handling.
3592         Don't combine errors from RTCP streams, just ignore them.
3593
3594         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3595         * gst/rtsp/rtsptransport.h:
3596         Implement fallback session manager.
3597         Make RTPBin the default one when available.
3598
3599 2007-04-05  Wim Taymans  <wim@fluendo.com>
3600
3601         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3602         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3603         This element is ready to be autoplugged.
3604
3605 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3606
3607         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3608         Don't leave the offsets defined by upstream element on the
3609         compressed data buffer we are pushing downstream. Make them
3610         GST_BUFFER_OFFSET_NONE.
3611
3612 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3613
3614         * gst/avi/README:
3615         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3616         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3617         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3618         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3619         (gst_avi_demux_calculate_durations_from_index),
3620         (gst_avi_demux_stream_header_push),
3621         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3622         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3623           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3624
3625 2007-04-03  Wim Taymans  <wim@fluendo.com>
3626
3627         * gst/smpte/barboxwipes.c:
3628         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3629
3630 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3631
3632         * gst/wavparse/gstwavparse.c:
3633         Support audio/x-raw-float in wav files. This only works with
3634         plugins-base CVS, using an older version doesn't have any
3635         disadvantages though.
3636
3637 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * configure.ac:
3640         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3641         (gst_au_parse_parse_header), (gst_au_parse_chain):
3642         * gst/auparse/gstauparse.h:
3643         Revert last change as we don't want plugins-good to depend on
3644         plugins-base CVS now.
3645
3646 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * configure.ac:
3649         Require gst-plugins-base CVS for audioconvert with non-native
3650         float support and width/depth fix in libgstriff.
3651
3652         Patch by: René Stadler <mail at renestadler dot de>
3653
3654         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3655         (gst_au_parse_parse_header), (gst_au_parse_chain):
3656         * gst/auparse/gstauparse.h:
3657         Don't swap the floats ourself if they're not in native endianness.
3658         Instead let audioconvert handle this. Fixes #339838.
3659
3660 2007-03-29  Wim Taymans  <wim@fluendo.com>
3661
3662         * gst/rtp/gstasteriskh263.h:
3663         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3664         (gst_rtp_h263p_depay_change_state):
3665         * gst/rtp/gstrtph263pdepay.h:
3666         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3667         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3668         (gst_rtp_h264_depay_change_state):
3669         * gst/rtp/gstrtph264depay.h:
3670         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3671         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3672         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3673         Flush adapter on disconts.
3674
3675 2007-03-29  Wim Taymans  <wim@fluendo.com>
3676
3677         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3678         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3679         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3680         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3681         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3682         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3683         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3684         (gst_rtp_mp4v_depay_process):
3685         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3686         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3687         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3688         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3689         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3690         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3691         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3692         Use more efficient adapter and rtpbuffer methods when possible.
3693
3694 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3695
3696         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3697         (gst_wavenc_sink_setcaps):
3698         Correctly handle width!=depth input.
3699         * gst/wavparse/gstwavparse.c:
3700         Already export in the caps that width==8 uses unsigned samples and
3701         everything else uses signed samples.
3702
3703 2007-03-29  Wim Taymans  <wim@fluendo.com>
3704
3705         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3706
3707         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3708         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3709         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3710         (gst_dynudpsink_close):
3711         * gst/udp/gstdynudpsink.h:
3712         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3713         (gst_udpsrc_create), (gst_udpsrc_set_property),
3714         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3715         * gst/udp/gstudpsrc.h:
3716         Rework the socket allocation a bit based on the sockfd argument so that
3717         it becomes usable.
3718         Add a closefd property to instruct the udp elements to close the custom
3719         file descriptors when going to READY. Fixes #423304.
3720         API:GstUDPSrc::closefd property
3721         API:GstDynUDPSink::closefd property
3722
3723 2007-03-29  Wim Taymans  <wim@fluendo.com>
3724
3725         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3726
3727         * gst/rtp/Makefile.am:
3728         * gst/rtp/gstrtp.c: (plugin_init):
3729         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3730         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3731         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3732         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3733         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3734         (gst_rtp_h264_pay_plugin_init):
3735         * gst/rtp/gstrtph264pay.h:
3736         Added H264 payloader. Fixes #423782.
3737
3738         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3739         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3740         Small fixes.
3741
3742 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3743
3744         * gst/wavparse/gstwavparse.c:
3745         Actually support depths from 1 to 32, not only 8 to 32.
3746
3747 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3748
3749         * gst/wavparse/gstwavparse.c:
3750         Add support for wav files containing audio/x-raw-int with random
3751         depths between 1 and 32 bits.
3752
3753 2007-03-28  Wim Taymans  <wim@fluendo.com>
3754
3755         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3756
3757         * gst/rtp/Makefile.am:
3758         * gst/rtp/gstrtp.c: (plugin_init):
3759         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3760         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3761         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3762         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3763         (gst_rtp_mp4a_depay_get_property),
3764         (gst_rtp_mp4a_depay_change_state),
3765         (gst_rtp_mp4a_depay_plugin_init):
3766         * gst/rtp/gstrtpmp4adepay.h:
3767         Added MP4A-LATM depayloader. Fixes #417792.
3768
3769         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3770         (gst_rtp_mp4v_depay_process):
3771         Fixup depayloader, setting codec_data, using more efficient adaptor and
3772         rtpbuffer handling.
3773
3774         * gst/rtsp/URLS:
3775         Add url to test above.
3776
3777 2007-03-25  Wim Taymans  <wim@fluendo.com>
3778
3779         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3780         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3781         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3782         (gst_rtspsrc_media_to_caps),
3783         (gst_rtspsrc_stream_configure_transport),
3784         (gst_rtspsrc_stream_configure_caps),
3785         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3786         * gst/rtsp/gstrtspsrc.h:
3787         Handle default clock-rates for static payload types, rearrange stuff so
3788         that the rtpmap field in the sdp can override the defaults.
3789         Parse RTP-Info field to get the seqnum and timebase fields that should
3790         go in the caps.
3791         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3792         the server. 
3793
3794 2007-03-22  Wim Taymans  <wim@fluendo.com>
3795
3796         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3797
3798         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3799         Accept complex pipeline descriptions as an audio profile instead of just
3800         a single element. Fixes #420658.
3801
3802 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3805           Rename registered type in preparation of GstTagDemux moving to
3806           -base at some point in the future.
3807
3808 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3811           Streaming mode fixes: don't unref buffer we don't own any longer;
3812           remove bogus adapter flush. Fixes #419338.
3813
3814 2007-03-17  David Schleef  <ds@schleef.org>
3815
3816         * REQUIREMENTS: Change the format to key/value, add a bunch of
3817           information, remove a bunch of requirements that are for
3818           other GStreamer packages.
3819
3820 2007-03-17  David Schleef  <ds@schleef.org>
3821
3822         * REQUIREMENTS: Fix a few things.  This file really needs a
3823         good once-over.
3824
3825 2007-03-15  Edward Hervey  <edward@fluendo.com>
3826
3827         * sys/Makefile.am:
3828         Don't forget to distribute the sys/osxaudio/ directory.
3829
3830 2007-03-15  Edward Hervey  <edward@fluendo.com>
3831
3832         * configure.ac:
3833         * sys/Makefile.am:
3834         * sys/osxaudio/Makefile.am:
3835         * sys/osxaudio/gstosxaudio.c:
3836         * sys/osxaudio/gstosxaudiosink.c:
3837         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3838         (gst_osx_audio_sink_getcaps),
3839         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3840         * sys/osxaudio/gstosxaudiosrc.c:
3841         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3842         (gst_osx_audio_src_create_ringbuffer):
3843         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3844         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3845         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3846         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3847         * sys/osxaudio/gstosxringbuffer.h:
3848         Activate osxaudio in gst-plugins-good with proper build setup.
3849         Add inlined documentation.
3850         Fix debug statements
3851         Fix ringbuffer when pausing.
3852         Fixes #323471
3853
3854 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3855         * gst/rtp/gstrtppcmapay.c:
3856         * gst/rtp/gstrtppcmapay.h:
3857         * gst/rtp/gstrtppcmupay.c:
3858         * gst/rtp/gstrtppcmupay.h:
3859         Ported mulaw and alaw payloaders to use new base class
3860
3861 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3862
3863         * po/af.po:
3864         * po/az.po:
3865         * po/cs.po:
3866         * po/en_GB.po:
3867         * po/it.po:
3868         * po/nl.po:
3869         * po/or.po:
3870         * po/sq.po:
3871         * po/sr.po:
3872         * po/sv.po:
3873         * po/uk.po:
3874         * po/vi.po:
3875           Update translations.
3876
3877 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * configure.ac:
3880           Fix string replace error (AG_AG_GST_* => AG_GST_*).
3881
3882 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3885           Fix handling of -1 values for start and stop values when seeking,
3886           and SEEK_CUR+SEEK_END here as well.
3887
3888 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
3889
3890         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3891           Fix handling of -1 values for start and stop values when seeking, 
3892           and SEEK_CUR+SEEK_END.
3893
3894 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3897           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3898           the image format a variable-length NUL-terminated string; in
3899           versions before that the image format is a fixed-length string of
3900           3 characters (see #348644 for a sample tag).
3901           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3902
3903 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3904
3905         * win32/MANIFEST:
3906         Add new project files to MANIFEST.
3907         * win32/vs6/libgstaudiofx.dsp:
3908         * win32/vs6/libgstrtp.dsp:
3909         * win32/vs6/libgstrtsp.dsp:
3910         Update project files.
3911         
3912 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3915         (gst_avi_demux_parse_index):
3916         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3917         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3918           Printf format fixes; also add some missing quotes in translated
3919           strings. Fixes #416728 and #416727.
3920
3921 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3922
3923         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3924           Tim and I can't think of any reason the child audio sink needs to 
3925           be set back to NULL after successfully determining that it can 
3926           reach READY - it gets immediately set back to READY by the caller
3927           anyway, causing an unnecessary close/open of any audio devices
3928           involved.
3929
3930 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * po/LINGUAS:
3933         * po/ja.po:
3934           Add ja.po file from #377306.
3935
3936 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * sys/sunaudio/gstsunaudio.c: (plugin_init):
3939         * sys/sunaudio/gstsunaudiomixertrack.c:
3940         (gst_sunaudiomixer_track_new):
3941           Actually translate sunaudio mixer track labels instead of just
3942           marking the strings as translatable (#377306); clean up weird
3943           label string mapping code that serves no apparent purpose. Also
3944           set the 'untranslated-label' property when creating mixer tracks
3945           if the GstMixerTrack base class supports this.
3946
3947         * tests/check/Makefile.am:
3948         * tests/check/elements/.cvsignore:
3949         * tests/check/elements/sunaudio.c: (GST_START_TEST),
3950         (sunaudio_suite):
3951           Very minimalistic unit test for sunaudiomixer element (compiles, but not
3952           actually tested on a system where sunaudiomixer is available).
3953
3954 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3955
3956         * tests/check/Makefile.am:
3957         Re-enable the states test and see if it works on the buildbots.
3958
3959 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3960
3961         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
3962         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
3963         (gst_dvdec_change_state):
3964         * ext/dv/gstdvdec.h:
3965         Infer pixel-aspect-ratio from the video frame format if it isn't
3966         provided by the container, as happens when playing DV from AVI
3967         or Quicktime containers.
3968
3969         Patch by: Wim Taymans <wim@fluendo.com>
3970         Fixes #380944
3971
3972 2007-03-09  Wim Taymans  <wim@fluendo.com>
3973
3974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3975         When activated, remove the udpsrc timeout, we have dataflow and timeouts
3976         will later be handled by the jitterbuffer.
3977
3978 2007-03-09  Wim Taymans  <wim@fluendo.com>
3979
3980         * ext/taglib/gstid3v2mux.cc:
3981         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3982         Fixes #414496.
3983         
3984         Patch by: Alex Lancaster <alexl at users sourceforge net>
3985
3986 2007-03-09  Wim Taymans  <wim@fluendo.com>
3987
3988         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3989         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
3990         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3991         (gst_avi_demux_chain):
3992         Fix stream position reporting after a seek. Fixes #416445.
3993
3994 2007-03-08  Wim Taymans  <wim@fluendo.com>
3995
3996         Patch by: René Stadler <mail at renestadler dot de>
3997
3998         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3999         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4000         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4001         Make avidemux accept optional header chunks in any order.
4002         Fixes #415446.
4003
4004 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4005
4006         * tests/check/Makefile.am:
4007         Disable the states check until the remaining Valgrind errors
4008         are fixed or suppressed.
4009
4010 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         * tests/check/elements/.cvsignore:
4013           Add audiodynamic check to .cvsignore
4014
4015 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4018
4019         * gst/audiofx/Makefile.am:
4020         * gst/audiofx/audiodynamic.c:
4021         (gst_audio_dynamic_characteristics_get_type),
4022         (gst_audio_dynamic_mode_get_type),
4023         (gst_audio_dynamic_set_process_function),
4024         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4025         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4026         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4027         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4028         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4029         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4030         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4031         (gst_audio_dynamic_transform_hard_knee_expander_int),
4032         (gst_audio_dynamic_transform_hard_knee_expander_float),
4033         (gst_audio_dynamic_transform_soft_knee_expander_int),
4034         (gst_audio_dynamic_transform_soft_knee_expander_float),
4035         (gst_audio_dynamic_transform_ip):
4036         * gst/audiofx/audiodynamic.h:
4037         * gst/audiofx/audiofx.c: (plugin_init):
4038         Add new audiodynamic element which can act as a compressor or
4039         expander. Supported are hard-knee and soft-knee operation modes with
4040         user-specified ratio and threshold.
4041         Attack and release parameters are not yet implemented but will follow.
4042         * docs/plugins/Makefile.am:
4043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4045         * docs/plugins/gst-plugins-good-plugins.args:
4046         * docs/plugins/inspect/plugin-audiofx.xml:
4047         Integrate audiodynamic into the docs.
4048         * tests/check/Makefile.am:
4049         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4050         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4051         Add unit test for audiodynamic.
4052
4053 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4054
4055         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4056         Free handles that we allocated when exiting via the error paths.
4057
4058 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4059
4060         * gst/level/gstlevel.c: (gst_level_class_init),
4061         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4062         (gst_level_transform_ip):
4063         * gst/level/gstlevel.h:
4064           Resolve message timestamps against the playback segment.
4065
4066 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4069         (gst_id3demux_sink_activate):
4070           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4071           caps passed to it (previously one code path assumed it took ownership
4072           while another one assumed it didn't, while in fact it sometimes did and
4073           sometimes didn't ...).
4074
4075         * configure.ac:
4076         * tests/files/Makefile.am:
4077         * tests/files/id3-407349-1.tag:
4078         * tests/files/id3-407349-2.tag:
4079           Add directory where data for unit tests can be stored.
4080
4081         * tests/Makefile.am:
4082         * tests/check/Makefile.am:
4083         * tests/check/elements/.cvsignore:
4084         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4085         (read_tags_from_file), (run_check_for_file),
4086         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4087           Add unit test for id3demux, and in particular for bug #407349. Only
4088           testing pull-mode for now; push mode doesn't work yet because the test
4089           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4090
4091 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         * tests/check/Makefile.am:
4094           Add missing backslash at end of line.
4095
4096 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4097
4098         Trigger rebuild.
4099
4100 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4103         * gst/id3demux/id3tags.h:
4104         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4105         (parse_obsolete_tdat_frame):
4106           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4107           the four-digit number will be interpreted as a year, whereas it is
4108           month and day in DDMM format. Instead, parse TDAT frames and fix up
4109           the date in the GST_TAG_DATE tag later if we also extracted a year.
4110           Fixes #407349.
4111
4112 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4113
4114         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4115         (gst_switch_commit_new_kid):
4116         Fix up the dispose logic so it doesn't leak, and fix setting of 
4117         the child state so that we don't set a child to our current state 
4118         just as we are changing it to something else.
4119
4120 2007-03-06  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4123         (gst_goom_chain):
4124         * gst/goom/gstgoom.h:
4125         Document, fix and improve goom adapter behaviour.
4126         Fixes #407006.
4127
4128 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4129
4130         * ext/esd/esdsink.c: (gst_esdsink_open):
4131         Unref static pad template after using it.
4132
4133 2007-03-05  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 reference counting of the child elements.
4138
4139 2007-03-05  Wim Taymans  <wim@fluendo.com>
4140
4141         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4142         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4143         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4144         Fix encoding-name case.
4145
4146 2007-03-05  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4149         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4150         (gst_rtp_speex_depay_process):
4151         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4152         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4153         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4154         (gst_rtp_speex_pay_change_state):
4155         * gst/rtp/gstrtpspeexpay.h:
4156         Fix speex (de)payloader. Fixes #358040.
4157
4158 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4159
4160         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4161         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4162         Install fakesink in NULL by fixing some broken logic. This obviates
4163         the need to manually set _IS_SINK.
4164         Add some comments and remove a little cruft while I'm at it.
4165
4166 2007-03-05  Wim Taymans  <wim@fluendo.com>
4167
4168         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4169         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4170
4171 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * po/POTFILES.in:
4174           Update.
4175
4176 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4177
4178         * tests/check/Makefile.am:
4179         Gah! Also disable gconfvideosink from the tests, otherwise
4180         it will instantiate autovideosink, and dfbvideosink and
4181         leak on the buildbots.
4182
4183 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4184
4185         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4186         (gst_cdio_cdda_src_finalize):
4187         Make sure we always destroy our libcdio handle.
4188
4189 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4190
4191         * tests/check/Makefile.am:
4192         Disable autovideosink so the buildbots don't barf over memory
4193         leaked in the directfb sink.
4194
4195 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4196
4197         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4198         Chain up in dispose
4199
4200 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4201
4202         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4203         (gst_multipart_find_pad_by_mime):
4204         Use gst_pad_new_from_static_template instead of
4205         static_pad_template_get+pad_new.
4206
4207 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4208
4209         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4210         Catch the case where no clock has been set.
4211
4212 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4213
4214         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4215         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4216         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4217         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4218         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4219         (gst_gconf_audio_src_finalize), (do_toggle_element):
4220         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4221         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4222         (do_toggle_element):
4223         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4224         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4225         (gst_gconf_video_src_finalize), (do_toggle_element):
4226         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4227         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4228         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4229         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4230         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4231         (gst_shout2send_init), (gst_shout2send_finalize):
4232         * gst/debug/testplugin.c: (gst_test_class_init),
4233         (gst_test_finalize):
4234         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4235         (gst_flxdec_dispose):
4236         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4237         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4239         (gst_rtspsrc_finalize):
4240         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4241         * gst/rtsp/rtspextwms.h:
4242         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4243         (gst_smpte_finalize):
4244         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4245         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4246         (gst_udpsink_finalize):
4247         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4248         (gst_wavparse_sink_activate):
4249         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4250         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4251         (gst_oss_src_finalize):
4252         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4253         * sys/v4l2/gstv4l2object.h:
4254         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4255         (gst_v4l2src_finalize):
4256         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4257
4258         Fix a bunch of leaks shown by the newly-added states test.
4259
4260 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4261
4262         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4263         Use gst_pad_new_from_static_template instead of 
4264         static_pad_template_get+pad_new.
4265
4266 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4269
4270         * ext/libcaca/Makefile.am:
4271         * gst/debug/Makefile.am:
4272           Don't mix tabs and spaces (#414168).
4273
4274 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4275
4276         * tests/check/generic/.cvsignore:
4277           Ignore files to please buildbot.
4278
4279 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4280
4281         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4282         (gst_wavparse_stream_data):
4283           Unbreak my previous commit (swapped nominator & denominator). Tim,
4284           thanks for spotting.
4285
4286 2007-03-02  Wim Taymans  <wim@fluendo.com>
4287
4288         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4289         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4290         (gst_cdio_cdda_src_finalize):
4291         Small code cleanups.
4292         Don't use pad_alloc as the base class cannot deal with the error codes.
4293
4294 2007-03-02  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4297         (gst_udpsrc_create):
4298         Fix doc.
4299
4300 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4301
4302         Patch by: René Stadler <mail@renestadler.de>
4303
4304         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4305         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4306         (gst_wavparse_stream_data):
4307           Handle rounding better to not drop last sample frame. Fixes #356692
4308
4309 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4310
4311         * tests/check/Makefile.am:
4312         Disable cacasink from the states check too - it also calls exit(1)
4313         on us when it can't find a terminal to talk to.
4314
4315 2007-03-02  Wim Taymans  <wim@fluendo.com>
4316
4317         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4318
4319         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4320         (gst_udpsrc_create), (gst_udpsrc_set_property),
4321         (gst_udpsrc_get_property):
4322         * gst/udp/gstudpsrc.h:
4323         Add support to strip proprietary headers. Fixes #350296.
4324
4325 2007-03-02  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4328         Fix compilation.
4329
4330 2007-03-02  Wim Taymans  <wim@fluendo.com>
4331
4332         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4333
4334         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4335         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4336         (gst_rtp_mp2t_depay_set_property),
4337         (gst_rtp_mp2t_depay_get_property):
4338         * gst/rtp/gstrtpmp2tdepay.h:
4339         Add support to strip off proprietary headers. Fixes #350278.
4340
4341 2007-03-02  Wim Taymans  <wim@fluendo.com>
4342
4343         * ext/hal/hal.c:
4344         Fix compilation.
4345
4346 2007-03-02  Wim Taymans  <wim@fluendo.com>
4347
4348         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4349         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4350         (gst_sunaudiosrc_open):
4351         * sys/sunaudio/gstsunaudiosrc.h:
4352         Remove device-name from GstSunAudioSrc. Fixes #412597.
4353
4354 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4357         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4358         Having NULL as UDI previously selected the default sink/src. Change
4359         this back but mention it in the debug output.
4360         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4361         (gst_hal_get_oss_element), (gst_hal_get_string),
4362         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4363         (gst_hal_get_audio_src):
4364         * ext/hal/hal.h:
4365         Refactor a bit, check all error conditions, greatly improve debugging
4366         and fix some possible memory leaks. Also implement OSS support
4367         and allow specifying an UDI that points to a real device. For this the
4368         child device which supports ALSA (preferred) or OSS is used.
4369         As a side effect this makes it impossible now to get a alsasink in
4370         halaudiosrc and a alsasrc in halaudiosink.
4371
4372 2007-03-01  Wim Taymans  <wim@fluendo.com>
4373
4374         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4375         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4376         Errors from the udp sources are not fatal unless all of them are in
4377         error.
4378
4379 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4380
4381         * tests/check/Makefile.am:
4382         Disable aasink in the states test. I suspect this is the element that
4383         is calling exit(1) when it can't proceed.
4384
4385 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4386
4387         * tests/check/Makefile.am:
4388         Draw plugins in from the build tree sys/ dir, rather than picking
4389         up the already installed versions.
4390
4391 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4392
4393         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4394         Error out correctly when getting xcontext fails.
4395
4396 2007-03-01  Wim Taymans  <wim@fluendo.com>
4397
4398         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4399         Make state change to PAUSED NO_PREROLL because that's what it will be in
4400         the future and rtspsrc relies on it.
4401
4402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4403         (gst_rtspsrc_change_state):
4404         Don't error out when we don't get an error from the state change
4405         function.
4406
4407 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4410         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4411           Check if the device UDI is set before trying to query HAL
4412           about it and give a useful error message if it wasn't set.
4413         * ext/hal/hal.c: (gst_hal_get_string):
4414           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4415           gives an assertion failure in D-Bus when running with
4416           DBUS_FATAL_WARNINGS=1.
4417
4418 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4419
4420         * configure.ac:
4421           Convert to new AG_GST style.
4422
4423 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4424
4425         * tests/check/Makefile.am:
4426         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4427           add test for states
4428
4429 2007-02-28  Wim Taymans  <wim@fluendo.com>
4430
4431         * tests/check/elements/.cvsignore:
4432         Add new videofilter check to .cvsignore.
4433
4434 2007-02-28  Wim Taymans  <wim@fluendo.com>
4435
4436         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4437         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4438         (gst_avi_demux_loop), (gst_avi_demux_chain):
4439         Fix combined flow return. Fixes #412608.
4440
4441 2007-02-28  Wim Taymans  <wim@fluendo.com>
4442
4443         * gst/videofilter/Makefile.am:
4444         Dist header..
4445
4446 2007-02-28  Wim Taymans  <wim@fluendo.com>
4447
4448         * gst/videofilter/gstgamma.h:
4449         Add header too.
4450
4451 2007-02-28  Wim Taymans  <wim@fluendo.com>
4452
4453         Patch by: Mark Nauwelaerts <manauw at skynet be>
4454
4455         * gst/videofilter/Makefile.am:
4456         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4457         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4458         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4459         (oil_tablelookup_u8), (gst_gamma_set_caps),
4460         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4461         Port gamma filter to 0.10. Fixes #412704.
4462
4463         * tests/check/Makefile.am:
4464         * tests/check/elements/videofilter.c: (setup_filter),
4465         (cleanup_filter), (check_filter), (GST_START_TEST),
4466         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4467         Add unit tests for videofilters.
4468
4469 2007-02-28  Wim Taymans  <wim@fluendo.com>
4470
4471         * gst/rtsp/URLS:
4472         Add another interesting test url.
4473
4474         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4475         Don't allow getting header fields from data packets.
4476
4477 2007-02-28  Michael Smith  <msmith@fluendo.com>
4478
4479         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4480         (gst_shout2send_init), (gst_shout2send_start),
4481         (gst_shout2send_set_property), (gst_shout2send_get_property):
4482         * ext/shout2/gstshout2.h:
4483           Add a property for username.
4484
4485 2007-02-27  Christian Schallerr <christian@fluendo.com>
4486
4487         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4488
4489 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4490
4491         * gst/rtsp/Makefile.am:
4492         Fix make check too.
4493
4494 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4495
4496         * gst/rtsp/base64.c: (util_base64_encode):
4497         * gst/rtsp/base64.h:
4498         Commit missing files for base64 encoding.
4499
4500 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4503
4504         * configure.ac:
4505         * ext/annodex/Makefile.am:
4506         * ext/jpeg/Makefile.am:
4507         * ext/speex/Makefile.am:
4508         * gst/alpha/Makefile.am:
4509         * gst/cutter/Makefile.am:
4510         * gst/debug/Makefile.am:
4511         * gst/effectv/Makefile.am:
4512         * gst/goom/Makefile.am:
4513         * gst/level/Makefile.am:
4514         * gst/smpte/Makefile.am:
4515         * gst/videofilter/Makefile.am:
4516           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4517
4518 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4519
4520         * gst/rtsp/Makefile.am:
4521         * gst/rtsp/rtspconnection.c: (append_auth_header),
4522         (rtsp_connection_send), (rtsp_connection_set_auth):
4523         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4524         from icecast to replace it. Relicensed from GPL courtesy of Mike
4525         Smith.
4526
4527 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4528
4529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4530         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4531         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4532         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4533         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4534         (gst_rtspsrc_uri_set_uri):
4535         * gst/rtsp/gstrtspsrc.h:
4536         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4537         (append_auth_header), (rtsp_connection_send),
4538         (rtsp_connection_free), (rtsp_connection_set_auth):
4539         * gst/rtsp/rtspconnection.h:
4540         * gst/rtsp/rtspdefs.h:
4541         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4542         * gst/rtsp/rtspurl.h:
4543
4544         Implement simple Basic Authentication support so that urls like
4545         rtsp://user:pass@hostname/rtspstream work on hosts that require
4546         authentication.
4547
4548 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
4549
4550         * sys/v4l2/gstv4l2object.c:
4551         * sys/v4l2/gstv4l2tuner.c:
4552         * sys/v4l2/v4l2_calls.c:
4553         Fix segfault when oppening a radio device.
4554         
4555 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4556
4557         * gst/level/gstlevel.c: (gst_level_set_caps),
4558         (gst_level_transform_ip):
4559         * sys/v4l2/README:
4560         * tests/check/elements/level.c: (GST_START_TEST):
4561           Fix level for multi-channel case.
4562
4563 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4564
4565         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4566         (gst_level_transform_ip):
4567         * gst/level/gstlevel.h:
4568           Use function pointer for process function and add process functions
4569           for float audio.
4570
4571 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
4572
4573         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4574         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4575         (gst_v4l2src_capture_init):
4576           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4577           fixes #407369
4578
4579 2007-02-18  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst/rtp/Makefile.am:
4582         * gst/rtp/gstrtp.c: (plugin_init):
4583         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4584         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4585         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4586         (gst_rtp_mp2t_pay_plugin_init):
4587         * gst/rtp/gstrtpmp2tpay.h:
4588         Added simple mpeg transport stream payloader.
4589
4590 2007-02-16  Wim Taymans  <wim@fluendo.com>
4591
4592         * gst/rtsp/URLS:
4593         Add example H264 rtsp url.
4594
4595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4596         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4597         Don't convert values to lowercase or we might mess up base64 encoded
4598         properties.
4599
4600 2007-02-16  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/rtp/README:
4603         Fix case of string params.
4604
4605         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4606         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4607         Fix depayloader, support more packet types.
4608         Add sync codes to make sure the packetizer can do its job.
4609
4610         * gst/rtp/gstrtpmp4gdepay.c:
4611         * gst/rtp/gstrtpmp4gpay.c:
4612         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4613         Fix caps case again.
4614
4615 2007-02-15  Wim Taymans  <wim@fluendo.com>
4616
4617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4618         Set right caps on output buffers.
4619
4620 2007-02-14  Wim Taymans  <wim@fluendo.com>
4621
4622         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4623         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4624         Clear stack allocated SDPMedia struct before calling _init() on it.
4625         Clarify this in the docs as well.
4626
4627 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4628
4629         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4630         (do_change_child):
4631         Don't reset the profile when going switching states, as it makes
4632         the element non-reusable.
4633
4634 2007-02-14  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4637         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4638         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4639         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4640         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4641         (sdp_parse_line):
4642         * gst/rtsp/sdpmessage.h:
4643         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4644         Fix memory management of SDP messages. Fixes #407793.
4645
4646 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4647
4648         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4649
4650         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4651         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4652
4653 2007-02-14  Wim Taymans  <wim@fluendo.com>
4654
4655         Patch by: jp.liu <jp_liu at astrocom dot cn>
4656
4657         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4658         Fix parsing of password field in url. Fixes #407797.
4659
4660 2007-02-14  Wim Taymans  <wim@fluendo.com>
4661
4662         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4663         (gst_wavparse_reset), (gst_wavparse_init),
4664         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4665         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4666         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4667         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4668         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4669         (gst_wavparse_loop), (gst_wavparse_chain),
4670         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4671         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4672         (plugin_init):
4673         * gst/wavparse/gstwavparse.h:
4674         Update docs.
4675         Use boilerplate.
4676         Various code cleanups.
4677         When the bitrate is not known (bps == 0 or compressed formats) let
4678         downstream element guestimate the duration and position and don't
4679         generate timestamps or durations. Fixes #405213.
4680         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4681         error flowreturn upstream.
4682
4683 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4684
4685         * ext/gconf/Makefile.am:
4686         * ext/gconf/gconf.c: (gst_gconf_get_string),
4687         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4688         (gst_gconf_render_bin_with_default):
4689         * ext/gconf/gconf.h:
4690         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4691         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4692         (gst_gconf_audio_sink_dispose), (do_change_child),
4693         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4694         (cb_change_child), (gst_gconf_audio_sink_change_state):
4695         * ext/gconf/gstgconfaudiosink.h:
4696         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4697         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4698         (gst_switch_sink_init), (gst_switch_sink_dispose),
4699         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4700         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4701         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4702         * ext/gconf/gstswitchsink.h:
4703         * gst/autodetect/gstautoaudiosink.c:
4704         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4705         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4706         (gst_auto_audio_sink_detect):
4707         * gst/autodetect/gstautovideosink.c:
4708         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4709         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4710         (gst_auto_video_sink_detect):
4711         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4712         and a child that implements the GConf key monitoring. The end goal of
4713         this is an audio sink that can be changed on the fly, but at the 
4714         moment it still only changes on the next READY transition.
4715
4716 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4719         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4720         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4721         (gst_avi_demux_calculate_durations_from_index),
4722         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4723         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4724         (gst_avi_demux_loop):
4725           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4726
4727 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * configure.ac:
4730         * docs/plugins/Makefile.am:
4731           Add crossreferences to glib/gobject/gstream docs.
4732
4733 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * gst/monoscope/Makefile.am:
4736         * gst/monoscope/gstmonoscope.c:
4737           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4738           (but no LIBS, since we only use defines from the headers).
4739
4740 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4743
4744         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4745         (gst_wavparse_stream_data):
4746           Fix massive memory leak when operating in streaming mode due to
4747           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4748           Fixes #407057.
4749
4750 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4751
4752         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4753         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4754         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4755         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4756         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4757         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4758         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4759         (gst_avi_demux_calculate_durations_from_index),
4760         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4761         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4762         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4763         * gst/avi/gstavidemux.h:
4764           Save some memory (8%) by repacking the index entry structure (more to
4765           come). Add more FIXMEs to questionable parts.
4766
4767 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4768
4769         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4770         (gst_v4l2src_get_caps):
4771         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4772         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4773         (gst_v4l2src_capture_init):
4774           More FIXME comments and messaging changes.
4775
4776 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4777
4778         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4779         (gst_goom_change_state):
4780         * gst/goom/gstgoom.h:
4781           Improved docs and use GST_DEBUG_FUNCPTR.
4782
4783         * gst/level/gstlevel.c: (gst_level_class_init):
4784           Use GST_DEBUG_FUNCPTR.
4785
4786         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4787         (gst_monoscope_chain), (gst_monoscope_change_state):
4788           Improved docs source cleanups.
4789
4790 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * gst/debug/Makefile.am:
4793         * gst/debug/gstdebug.c: (plugin_init):
4794         * gst/debug/gstpushfilesrc.c:
4795         * gst/debug/gstpushfilesrc.h:
4796           Add code for a pushfilesrc element that implements a pushfile:// URI
4797           handler, to make debugging push-mode operation of demuxer/decoders
4798           that support both easier in connection with seek/playbin/etc.
4799           The element isn't registered at the moment.
4800
4801 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4802
4803         * gst/avi/gstavimux.c:
4804           Comment a #if 0 in caps template definition as VS6 seems to 
4805         do not support it.
4806         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4807           Use gst_guint64_to_gdouble for conversion.
4808         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4809           Move variables declaration before the first instruction.
4810         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4811           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4812           And don't include netdb.h for G_OS_WIN32
4813         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4814           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4815           by VS6 then use an other way to initialize SDPMedia structure.
4816         * gst/udp/gstdynudpsink.h:
4817         * gst/udp/gstdynudpnetutils.h:
4818           Do not include <sys/time.h> for G_OS_WIN32
4819         * gst/udp/gstudpsrc.c:
4820           Define socklen_t as int for G_OS_WIN32
4821         * win/common/config.h.in:
4822           Undef HAVE_NETINET_IN_H
4823         * win32/vs6/gst_plugins_good.dsw:
4824         * win32/vs6/libgstrtp.dsp:
4825         * win32/vs6/libgstrtsp.dsp:
4826         * win32/vs6/libgstautogen.dsp:
4827         * win32/vs6/libgstaudiofx.dsp:
4828         * win32/vs6/libgstudp.dsp:
4829           Add and update project files.
4830         * win32/common/gstudp-enumtypes.c:
4831         * win32/common/gstudp-enumtypes.h:
4832           Add a copy of udp enumtypes to win32/common as in core 
4833           and base.
4834         
4835 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4836
4837         * configure.ac:
4838           Activate monoscope when building with --enable-experimental. Fix
4839           --enable-external configure switch description.
4840
4841         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4842         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4843           Help gst-indent.
4844
4845 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4848           Explicitly cast result of pointer arithmetic to integer in order to
4849           avoid compiler warnings on some 64-bit systems. Should fix #406018.
4850
4851 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4852
4853         * gst/debug/progressreport.c:
4854           Some more docs.
4855
4856 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * docs/plugins/inspect/plugin-rtp.xml:
4859           Update for new elements.
4860
4861         * gst/debug/progressreport.h:
4862           Commit newly-created header file as well.
4863
4864 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4865
4866         * docs/plugins/Makefile.am:
4867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4869         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4870         * gst/debug/Makefile.am:
4871         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4872         (gst_progress_report_do_query), (gst_progress_report_report):
4873           Make progressreport element post messages with the current progress
4874           on the bus. Also add some basic docs for it.
4875
4876 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * ext/hal/hal.c: (gst_hal_get_string):
4879         * ext/hal/hal.h:
4880           Some small cleanups; deal with errors when parsing the HAL ALSA
4881           capabilities a bit better.
4882
4883 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4884
4885         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4886           Let's try this again and use the right cast this time.
4887
4888 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4891           Add cast to avoid compiler warnings with older GLib versions
4892           where the nick/name members in GEnumValue are not declared as
4893           constant strings.
4894
4895 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4898         (gst_gconf_render_bin_from_key),
4899         (gst_gconf_get_default_audio_sink):
4900         * ext/gconf/gconf.h:
4901         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4902         (do_toggle_element), (gst_gconf_audio_sink_set_property),
4903         (gst_gconf_audio_sink_get_property):
4904           In gconfaudiosink, get the right key as the old key in do_toggle
4905           (ie. one dependent on the profile selected). Log some more stuff so
4906           we can see what's actually going on.
4907
4908 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
4909
4910         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4911         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4912         (gst_audio_amplify_set_process_function),
4913         (gst_audio_amplify_setup):
4914         * gst/audiofx/audioamplify.h:
4915         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4916         (gst_audio_invert_class_init), (gst_audio_invert_setup):
4917         * gst/audiofx/audioinvert.h:
4918         Some small cleanups and port both elements to the new GstAudioFilter
4919         base class to save a few lines of common code.
4920         * gst/audiofx/Makefile.am:
4921         Link against libgstaudio for the above changes
4922
4923 2007-01-29  Wim Taymans  <wim@fluendo.com>
4924
4925         * tests/check/elements/.cvsignore:
4926         Some more ignores.
4927
4928 2007-01-26  Wim Taymans  <wim@fluendo.com>
4929
4930         Patch by: charles <charlesg3 at gmail dot com>
4931
4932         * ext/shout2/gstshout2.c: (gst_shout2send_init),
4933         (set_shout_metadata), (gst_shout2send_event):
4934         * ext/shout2/gstshout2.h:
4935         Properly handle tags in shout2send. Fixes #399825.
4936
4937 2007-01-25  Wim Taymans  <wim@fluendo.com>
4938
4939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4940         (gst_rtspsrc_activate_streams):
4941         Convert SDP fields to upper/lowercase following the rules in the SDP to
4942         caps document. 
4943
4944 2007-01-25  Wim Taymans  <wim@fluendo.com>
4945
4946         * gst/rtp/README:
4947         * gst/rtp/gstrtpilbcdepay.c:
4948         * gst/rtp/gstrtpilbcpay.c:
4949         * gst/rtp/gstrtpmp4gdepay.c:
4950         * gst/rtp/gstrtpmp4gpay.c:
4951         * gst/rtp/gstrtpspeexdepay.c:
4952         * gst/rtp/gstrtpspeexpay.c:
4953         * gst/rtp/gstrtpsv3vdepay.c:
4954         * gst/rtp/gstrtptheoradepay.c:
4955         * gst/rtp/gstrtptheorapay.c:
4956         * gst/rtp/gstrtpvorbisdepay.c:
4957         * gst/rtp/gstrtpvorbispay.c:
4958         Fix case of encoding-name and key/value pairs to match the document.
4959         This is to make interoperation with SDP case-insensitive as required by
4960         the relevant RFCs.
4961
4962 2007-01-25  Wim Taymans  <wim@fluendo.com>
4963
4964         * configure.ac:
4965         Bump required -core/-base to CVS
4966
4967 2007-01-25  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
4970         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
4971         * gst/rtp/gstrtpL16pay.h:
4972         Fill up to MTU using adapter.
4973         Timestamp rtp packets.
4974
4975 2007-01-25  Edward Hervey  <edward@fluendo.com>
4976
4977         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4978         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
4979         Use G_GSIZE_FORMAT in print statements for portability.
4980         Fixes build on macosx.
4981
4982 2007-01-24  Wim Taymans  <wim@fluendo.com>
4983
4984         * gst/rtp/Makefile.am:
4985         * gst/rtp/gstrtp.c: (plugin_init):
4986         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
4987         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
4988         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
4989         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
4990         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
4991         (gst_rtp_L16_depay_plugin_init):
4992         * gst/rtp/gstrtpL16depay.h:
4993         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
4994         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
4995         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
4996         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
4997         (gst_rtp_L16_pay_plugin_init):
4998         * gst/rtp/gstrtpL16pay.h:
4999         Port and enable raw audio payloader/depayloader. Needs a bit more work
5000         on the payloader side.
5001
5002 2007-01-24  Wim Taymans  <wim@fluendo.com>
5003
5004         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5005         (gst_rtspsrc_stream_configure_transport),
5006         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5007         * gst/rtsp/gstrtspsrc.h:
5008         Only unblock the udp pads when we linked and activated them all.
5009         Fixes #395688.
5010
5011 2007-01-24  Wim Taymans  <wim@fluendo.com>
5012
5013         * gst/rtp/Makefile.am:
5014         * gst/rtp/gstrtp.c: (plugin_init):
5015         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5016         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5017         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5018         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5019         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5020         * gst/rtp/gstrtpac3depay.h:
5021         Added simple AC3 depayloader (RFC 4184).
5022
5023         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5024         Fix a leak.
5025
5026 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5027
5028         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5029
5030         * gst/audiofx/Makefile.am:
5031         * gst/audiofx/audioamplify.c:
5032         (gst_audio_amplify_clipping_method_get_type),
5033         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5034         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5035         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5036         (gst_audio_amplify_set_caps),
5037         (gst_audio_amplify_transform_int_clip),
5038         (gst_audio_amplify_transform_int_wrap_negative),
5039         (gst_audio_amplify_transform_int_wrap_positive),
5040         (gst_audio_amplify_transform_float_clip),
5041         (gst_audio_amplify_transform_float_wrap_negative),
5042         (gst_audio_amplify_transform_float_wrap_positive),
5043         (gst_audio_amplify_transform_ip):
5044         * gst/audiofx/audioamplify.h:
5045         * gst/audiofx/audiofx.c: (plugin_init):
5046         Add new element "audioamplify". This allows scaling of raw audio
5047         samples, similar to the "volume" element, but provides different modes
5048         for clipping and allows unlimited amplification. It's mainly targeted
5049         for creative sound design and not as a replacement of the "volume"
5050         element. Fixes #397162
5051         * docs/plugins/Makefile.am:
5052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5054         * docs/plugins/gst-plugins-good-plugins.args:
5055         * docs/plugins/inspect/plugin-audiofx.xml:
5056         Add docs for audioamplify and integrate them into the build system
5057         * tests/check/Makefile.am:
5058         * tests/check/elements/audioamplify.c: (setup_amplify),
5059         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5060         Add fairly extensive unit test suite for audioamplify
5061
5062 2007-01-24  Wim Taymans  <wim@fluendo.com>
5063
5064         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5065         Unblock pads after adding the pads to the element so that autopluggers
5066         get a change to link something. Possibly fixes #395688.
5067
5068 2007-01-24  Wim Taymans  <wim@fluendo.com>
5069
5070         * gst/rtp/gstrtpamrdepay.c:
5071         * gst/rtp/gstrtpgsmdepay.c:
5072         * gst/rtp/gstrtph263pdepay.c:
5073         * gst/rtp/gstrtph263ppay.c:
5074         * gst/rtp/gstrtph264depay.c:
5075         * gst/rtp/gstrtpilbcdepay.c:
5076         * gst/rtp/gstrtpmp2tdepay.c:
5077         * gst/rtp/gstrtpmp4gdepay.c:
5078         * gst/rtp/gstrtpmp4gpay.c:
5079         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5080         * gst/rtp/gstrtpmp4vpay.c:
5081         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5082         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5083         (gst_rtp_mpa_depay_process):
5084         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5085         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5086         * gst/rtp/gstrtppcmadepay.c:
5087         * gst/rtp/gstrtppcmudepay.c:
5088         * gst/rtp/gstrtpspeexdepay.c:
5089         * gst/rtp/gstrtpspeexpay.c:
5090         * gst/rtp/gstrtpsv3vdepay.c:
5091         * gst/rtp/gstrtptheoradepay.c:
5092         * gst/rtp/gstrtptheorapay.c:
5093         * gst/rtp/gstrtpvorbisdepay.c:
5094         * gst/rtp/gstrtpvorbispay.c:
5095         Fix caps with payload numbers.
5096         Add some fixed payload numbers to caps when possible.
5097
5098 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5099
5100         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5101
5102         * gst/audiofx/Makefile.am:
5103         * gst/audiofx/audiofx.c: (plugin_init):
5104         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5105         (gst_audio_invert_class_init), (gst_audio_invert_init),
5106         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5107         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5108         (gst_audio_invert_transform_float),
5109         (gst_audio_invert_transform_ip):
5110         * gst/audiofx/audioinvert.h:
5111         Add new audiofx element "audioinvert". This element swaps the upper
5112         and lower half of samples and can be used for example for a
5113         wide-stereo effect. Fixes #396057
5114         * docs/plugins/Makefile.am:
5115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5117         * docs/plugins/gst-plugins-good-plugins.args:
5118         * docs/plugins/inspect/plugin-audiofx.xml:
5119         Add docs for the audioinvert element and add them to the build system.
5120         * tests/check/Makefile.am:
5121         * tests/check/elements/audioinvert.c: (setup_invert),
5122         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5123         Add unit test suite for the audioinvert element.
5124
5125 2007-01-23  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5128         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5129         Parse config params as string and int.
5130         Parse and use AU header length
5131
5132 2007-01-23  Wim Taymans  <wim@fluendo.com>
5133
5134         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5135         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5136         * gst/smpte/gstmask.c: (_gst_mask_register):
5137         * gst/smpte/gstmask.h:
5138         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5139         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5140         (gst_smpte_paint_triangle_clock):
5141         constify some static structs.
5142         Don't update the mask if nothing changed to the params.
5143         Make sure we never draw outside of the picture. Fixes #398325.
5144
5145 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5148           Error out properly when pull_range fails while we're reading the
5149           headers, instead of just pausing the task silently. Fixes #399338.
5150
5151 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5154           Some more sanity checks to make sure the input formats match and the
5155           input pads are actually negotiated, in case someone tries to feed
5156           buffers from fakesrc or filesrc. Fixes #398299.
5157           Also const-ify an array, just because we can.
5158
5159 2007-01-19  Edward Hervey  <edward@fluendo.com>
5160
5161         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5162         Ignore previous commit, that was only valid for widths and heights
5163         that are multiples of 4.
5164         Copy over size/stride macros from jpegdec. This allows the element
5165         to work with any width,height...
5166         ... but puts in evidence that the actual transformations only work
5167         with width/height that are multiples of 4.
5168
5169 2007-01-19  Edward Hervey  <edward@fluendo.com>
5170
5171         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5172         Allocate buffers of the right size.
5173         The proper size of a I420 buffer in bytes is:
5174         
5175             width * height * 3
5176             ------------------
5177                     2
5178
5179 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5182           Proxy getcaps on sink pads too, so that we either end up with the
5183           same dimensions on all pads or error out if that's not possible
5184           (seems to work even!). Fixes #398086, I think.
5185
5186 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5189         * docs/plugins/gst-plugins-good-plugins.args:
5190         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5191           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5192           fix integer properties with -1 as minimum value.
5193
5194         * docs/plugins/inspect/plugin-1394.xml:
5195         * docs/plugins/inspect/plugin-aasink.xml:
5196         * docs/plugins/inspect/plugin-alaw.xml:
5197         * docs/plugins/inspect/plugin-alpha.xml:
5198         * docs/plugins/inspect/plugin-alphacolor.xml:
5199         * docs/plugins/inspect/plugin-annodex.xml:
5200         * docs/plugins/inspect/plugin-apetag.xml:
5201         * docs/plugins/inspect/plugin-audiofx.xml:
5202         * docs/plugins/inspect/plugin-auparse.xml:
5203         * docs/plugins/inspect/plugin-autodetect.xml:
5204         * docs/plugins/inspect/plugin-avi.xml:
5205         * docs/plugins/inspect/plugin-cacasink.xml:
5206         * docs/plugins/inspect/plugin-cairo.xml:
5207         * docs/plugins/inspect/plugin-cdio.xml:
5208         * docs/plugins/inspect/plugin-cutter.xml:
5209         * docs/plugins/inspect/plugin-debug.xml:
5210         * docs/plugins/inspect/plugin-dv.xml:
5211         * docs/plugins/inspect/plugin-efence.xml:
5212         * docs/plugins/inspect/plugin-effectv.xml:
5213         * docs/plugins/inspect/plugin-esdsink.xml:
5214         * docs/plugins/inspect/plugin-flac.xml:
5215         * docs/plugins/inspect/plugin-flxdec.xml:
5216         * docs/plugins/inspect/plugin-gconfelements.xml:
5217         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5218         * docs/plugins/inspect/plugin-goom.xml:
5219         * docs/plugins/inspect/plugin-halelements.xml:
5220         * docs/plugins/inspect/plugin-icydemux.xml:
5221         * docs/plugins/inspect/plugin-id3demux.xml:
5222         * docs/plugins/inspect/plugin-jpeg.xml:
5223         * docs/plugins/inspect/plugin-level.xml:
5224         * docs/plugins/inspect/plugin-matroska.xml:
5225         * docs/plugins/inspect/plugin-mulaw.xml:
5226         * docs/plugins/inspect/plugin-multipart.xml:
5227         * docs/plugins/inspect/plugin-navigationtest.xml:
5228         * docs/plugins/inspect/plugin-ossaudio.xml:
5229         * docs/plugins/inspect/plugin-png.xml:
5230         * docs/plugins/inspect/plugin-rtp.xml:
5231         * docs/plugins/inspect/plugin-rtsp.xml:
5232         * docs/plugins/inspect/plugin-shout2send.xml:
5233         * docs/plugins/inspect/plugin-smpte.xml:
5234         * docs/plugins/inspect/plugin-speex.xml:
5235         * docs/plugins/inspect/plugin-taglib.xml:
5236         * docs/plugins/inspect/plugin-udp.xml:
5237         * docs/plugins/inspect/plugin-videobalance.xml:
5238         * docs/plugins/inspect/plugin-videobox.xml:
5239         * docs/plugins/inspect/plugin-videoflip.xml:
5240         * docs/plugins/inspect/plugin-videomixer.xml:
5241         * docs/plugins/inspect/plugin-wavenc.xml:
5242         * docs/plugins/inspect/plugin-wavparse.xml:
5243         * docs/plugins/inspect/plugin-ximagesrc.xml:
5244           Update to CVS.
5245
5246 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5247
5248         Patch by: Sebastian Dröge <slomo circular-chaos org>
5249
5250         * gst/audiofx/audiopanorama.c:
5251           Fix doc section name (Fixes #397946)
5252
5253 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5254
5255         * sys/v4l2/gstv4l2object.c:
5256         (gst_v4l2_object_install_properties_helper),
5257         (gst_v4l2_object_set_property_helper),
5258         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5259         * sys/v4l2/gstv4l2object.h:
5260         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5261         (gst_v4l2src_init), (gst_v4l2src_set_property),
5262         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5264         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5265         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5266         (gst_v4l2src_capture_deinit):
5267           Fix EIO handing when capturing. Add new property to specify the number of
5268           buffers to enque (and remove the borked num-buffers usage).
5269
5270 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5271
5272         Patch by: Sebastian Dröge <slomo circular-chaos org>
5273
5274         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5275         (gst_audio_panorama_set_process_function):
5276           Use a function array for process methods, add more docs and define the
5277           startindex of enums.
5278
5279 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         Patch by: Mark Nauwelaerts <manauw at skynet be>
5282
5283         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5284         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5285         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5286         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5287         (gst_avi_mux_riff_get_avi_header),
5288         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5289         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5290         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5291         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5292         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5293         (gst_avi_mux_change_state):
5294         * gst/avi/gstavimux.h:
5295         * tests/check/elements/avimux.c: (teardown_src_pad):
5296           Add support for more than one audio stream; write better AVIX
5297           header; refactor code a bit; don't announce vorbis caps on our audio
5298           sink pads since we don't support it anyway. Closes #379298.
5299
5300 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         Patch by: Sebastian Dröge <slomo circular-chaos org>
5303
5304         * gst/audiofx/audiopanorama.c:
5305         (gst_audio_panorama_method_get_type),
5306         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5307         (gst_audio_panorama_set_process_function),
5308         (gst_audio_panorama_set_property),
5309         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5310         (gst_audio_panorama_transform_m2s_int_simple),
5311         (gst_audio_panorama_transform_s2s_int_simple),
5312         (gst_audio_panorama_transform_m2s_float_simple),
5313         (gst_audio_panorama_transform_s2s_float_simple):
5314         * gst/audiofx/audiopanorama.h:
5315           Add 'method' property and provide a simple (non-psychoacustic)
5316           processing method (#394859).
5317
5318         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5319         (panorama_suite):
5320           Tests for new method.
5321
5322 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5325         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5326           Set correct caps on outgoing pulled buffers, or things blow up
5327           after recent core changes.
5328
5329 2007-01-11  Wim Taymans  <wim@fluendo.com>
5330
5331         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5332
5333         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5334         (gst_multipart_mux_request_new_pad),
5335         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5336         (gst_multipart_mux_change_state):
5337         Return FLOW errors ASAP. Fixes #394977.
5338         Misc cleanups.
5339
5340 2007-01-11  Wim Taymans  <wim@fluendo.com>
5341
5342         Patch by: Lutz Mueller <lutz at topfrose dot de>
5343
5344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5345         Check for stream pad before activating. 
5346
5347 2007-01-10  Wim Taymans  <wim@fluendo.com>
5348
5349         Patch by: Peter Kjellerstedt  <pkj at axis com>
5350
5351         * gst/rtsp/COPYING.MIT:
5352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5353         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5354         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5355         (gst_rtspsrc_stream_configure_transport),
5356         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5357         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5358         (gst_rtspsrc_parse_methods),
5359         (gst_rtspsrc_create_transports_string),
5360         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5361         (gst_rtspsrc_open), (gst_rtspsrc_close):
5362         * gst/rtsp/gstrtspsrc.h:
5363         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5364         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5365         (parse_request_line), (parse_line), (rtsp_connection_read),
5366         (rtsp_connection_close):
5367         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5368         (rtsp_method_as_text), (rtsp_header_as_text),
5369         (rtsp_status_as_text), (rtsp_find_header_field),
5370         (rtsp_find_method):
5371         * gst/rtsp/rtspdefs.h:
5372         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5373         (rtsp_ext_wms_configure_stream):
5374         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5375         (rtsp_message_new_request), (rtsp_message_init_request),
5376         (rtsp_message_new_response), (rtsp_message_init_response),
5377         (rtsp_message_init_data), (rtsp_message_unset),
5378         (rtsp_message_free), (rtsp_message_add_header),
5379         (rtsp_message_get_header), (rtsp_message_set_body),
5380         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5381         * gst/rtsp/rtspmessage.h:
5382         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5383         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5384         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5385         (sdp_message_dump):
5386         Allow url to be NULL to be able to use it for server connections.
5387         Can now send responses as well as requests.
5388         No longer hangs in an endless loop if EOF is received.
5389         Can now convert a status code to a text string.
5390         Return RTSP_HDR_INVALID for unknown headers.
5391         Return RTSP_INVALID for unknown methods.
5392         Copy CSeq and Session headers from the request.
5393         Only free memory corresponding to the currently set message type.
5394         Added const to function arguments as appropriate.
5395         Avoid a compiler warning when initializing nmedia.
5396         Use guint rather than gint to avoid compiler warnings.
5397         Fix crasher in wms extension.
5398         Factor out stream setup from open_connection.
5399         Delay activation of streams when actual data is received from the
5400         server, this prepares us to do proper protocol switching.
5401         Added new license.
5402         Fixes #380895.
5403
5404
5405 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         Patch by: Sebastian Dröge <slomo ubuntu com>
5408
5409         * docs/plugins/Makefile.am:
5410         * gst/audiofx/audiopanorama.c:
5411           Some small docs fixes (#394851).
5412
5413 2007-01-09  Wim Taymans  <wim@fluendo.com>
5414
5415         * gst/avi/gstavidemux.c:
5416         Fix docs.
5417
5418 2007-01-09  Wim Taymans  <wim@fluendo.com>
5419
5420         * gst/rtp/Makefile.am:
5421         * gst/rtp/gstrtp.c: (plugin_init):
5422         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5423         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5424         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5425         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5426         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5427         * gst/rtp/gstrtpmpvdepay.h:
5428           Added RFC 2250 MPEG Video Depayloader.
5429
5430         * gst/rtp/gstrtpL16depay.h:
5431         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5432         (gst_rtp_h263p_depay_process):
5433         Fix Header file. Small cleanups.
5434
5435         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5436         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5437         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5438         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5439         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5440         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5441         (gst_rtp_mp4v_depay_change_state):
5442         Remove usused code. Remove Adapter from state Change. Added debug.
5443
5444         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5445         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5446         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5447         * gst/rtp/gstrtpmpadepay.h:
5448         Subclass base depayloader.
5449         Added debug.
5450         Support static payload type assignment as well.
5451
5452         * gst/rtp/gstrtpmpapay.c:
5453         Fix caps.
5454
5455 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5458
5459         * ext/jpeg/gstjpegdec.c:
5460         * ext/jpeg/gstjpegenc.c:
5461         * ext/jpeg/smokecodec.c:
5462           These libjpeg callbacks should return a 'boolean' (unsigned char
5463           apparently) and not a 'gboolean' (which maps to gint). Fixes
5464           warnings when compiling with MingW (#393427).
5465
5466         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5467           Use ioctlsocket on win32.
5468
5469         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5470           Some printf format fixes for win32.
5471
5472 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5473
5474         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5475           Use gst_guint64_to_gdouble for conversion.
5476         * win32/vs6/libgstmatroska.dsp:
5477           Add zlib to the link.
5478         * win32/vs6/libgstvideobox.dsp:
5479           Update liboil library name (project is linked to 
5480           liboil-0.3-0.lib now).
5481           
5482 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * gst/matroska/Makefile.am:
5485           If zlib is available and used, we must link it explicitly for
5486           things to work on MingW (fixes #392855).
5487
5488 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * ext/esd/esdsink.c: (gst_esdsink_delay):
5491           Don't return bogus values when esd_get_delay() fails for some
5492           reason (#392189).
5493
5494 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * sys/ximage/gstximagesrc.c: (composite_pixel):
5497           Fix presumably copy'n'pasto for 16bpp depth.
5498
5499 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst/matroska/matroska-mux.c:
5502         (gst_matroska_mux_audio_pad_setcaps):
5503           The "signed" field in audio caps is of boolean type, trying to use
5504           gst_structure_get_int() to extract it will fail. Fixing this makes
5505           matroskamux accept raw audio input (#387121) (use at your own risk
5506           though, due to the matroska spec being not entirely useful in this
5507           respect).
5508           Also fix up raw audio structures in template caps so that they
5509           represent what our setcaps function will actually accept, so that
5510           converters know what to convert to.
5511           Finally, don't fail if there isn't an "endianness" field in 8-bit
5512           PCM caps.
5513
5514 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5515
5516         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5517         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5518         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5519         (teardown_cmmldec):
5520         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5521         (teardown_cmmlenc):
5522         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5523           reapply consistent pad (de)activation
5524
5525 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
5526
5527         * configure.ac:
5528         Back to CVS
5529
5530         * gst-plugins-good.doap:
5531         Add 0.10.5 doap entry
5532
5533 === release 0.10.5 ===
5534
5535 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
5536
5537         * configure.ac:
5538           releasing 0.10.5, "The Path of Thorns"
5539
5540 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5541
5542         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5543         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5544         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5545         (teardown_cmmldec):
5546         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5547         (teardown_cmmlenc):
5548         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5549           revert my freeze breakage
5550
5551 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5554         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5555         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5556         (teardown_cmmldec):
5557         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5558         (teardown_cmmlenc):
5559         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5560           consistent pad (de)activation
5561
5562 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5563
5564         * configure.ac:
5565         * ext/Makefile.am:
5566         Disable LADPSA, as it has moved to the -bad module for the duration.
5567
5568 2006-12-18  Wim Taymans  <wim@fluendo.com>
5569
5570         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5571         (gst_signal_processor_event):
5572         Reset flow_state back to _OK after a flush stop so that we exit our
5573         error state after the flush. Fixes #374213
5574
5575 2006-12-16  David Schleef  <ds@schleef.org>
5576
5577         * sys/osxvideo/osxvideosink.h:
5578         * sys/osxvideo/osxvideosink.m:
5579           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
5580
5581 2006-12-16  David Schleef  <ds@schleef.org>
5582
5583         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5584
5585         * sys/osxvideo/Makefile.am:
5586         * sys/osxvideo/osxvideosink.h:
5587         * sys/osxvideo/osxvideosink.m:
5588           Preliminary patch for porting osxvideosink
5589
5590 2006-12-16  Wim Taymans  <wim@fluendo.com>
5591
5592         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5593
5594         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5595         (gst_videomixer_set_master_geometry),
5596         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5597         (gst_videomixer_reset), (gst_videomixer_init),
5598         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5599         (gst_videomixer_release_pad), (gst_videomixer_collected),
5600         (gst_videomixer_change_state):
5601         Introduce some locking around the videomixer state so that it does not
5602         crash when adding/removing pads. Fixes #383043.
5603
5604 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * configure.ac:
5607           Make sure libcaca can actually be used instead of just checking for
5608           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5609           cross-compiling (fixes #384587).
5610
5611 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5612
5613         * Makefile.am:
5614         * gst-plugins-good.doap:
5615         * gst-plugins-good.spec.in:
5616           adding doap file
5617
5618 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * configure.ac:
5621           libflac-1.1.3 changed API again, but we can't build against it yet,
5622           so make sure our check doesn't use libflac-1.1.3 and add a comment
5623           to this effect.
5624
5625 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5628         (gst_quarktv_planetable_clear):
5629           Add some NULL pointer checks (possibly related to #385623).
5630
5631 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5632
5633         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5634         (gst_tag_demux_chain):
5635         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5636           In streaming mode, if the first buffer we get doesn't have an
5637           offset, fix it up to be 0, otherwise trimming won't work later on
5638           and we'll be typefinding application/x-id3, which may result in
5639           decodebin plugging an endless number of id3demux elements as a
5640           consequence. Fixes #385031.
5641           
5642 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5643
5644         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5645           Ignore the buffer_time the sound device reports. Turns out it is 
5646           sometimes completely bogus and we're better off without it.
5647
5648 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5649
5650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5651         (gst_matroska_demux_video_caps):
5652         * gst/matroska/matroska-ids.c:
5653         (gst_matroska_track_init_video_context):
5654         * gst/matroska/matroska-ids.h:
5655           Try harder to extract the framerate for video tracks correctly and
5656           save it directly instead of converting it back and forth a few
5657           times. Mostly makes a difference for very small framerates (<1).
5658           Fixes #380199.
5659
5660 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5661
5662         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5663         (gst_gconf_audio_src_dispose), (do_toggle_element):
5664         * ext/gconf/gstgconfaudiosrc.h:
5665           Remove gconf notify hook when the gconfaudiosrc element is
5666           destroyed, otherwise the callback may be called on an
5667           already-destroyed instance and bad things happen. Should fix
5668           #378184.
5669           Also ignore gconf key changes when the source is already running.
5670
5671 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         Patch by: Sebastian Dröge  <mail at slomosnail de>
5674
5675         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5676           We need to be able to read and parse any possible floating point string
5677           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5678           will parse the former only in certain locales though, so we really need
5679           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5680           make sure we can parse either version at all times.
5681           Fixes #382982 for real.
5682
5683 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5684
5685         * sys/sunaudio/gstsunaudiomixerctrl.c:
5686         * sys/sunaudio/gstsunaudiosrc.c:
5687
5688         Use the sunaudio debug category.
5689
5690         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5691         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5692         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5693         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5694         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5695         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5696         (gst_sunaudiosink_reset):
5697         * sys/sunaudio/gstsunaudiosink.h:
5698
5699         Uses the sunaudio debug category for all debug output
5700         Implements the _delay() callback to synchronise video playback better
5701         Change the segtotal and segsize values back to the parent class 
5702           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5703           respectively)
5704         Measure the samples written to the device vs. played.
5705         Keep track of segments in the device by writing empty eof frames, and
5706         sleep using a GCond when we get too far ahead and risk overrunning the
5707         sink's ringbuffer.
5708
5709         Fixes: #360673
5710
5711 2006-12-08  Wim Taymans  <wim@fluendo.com>
5712
5713         Patch by: Sebastian Dröge  <mail at slomosnail de >
5714
5715         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5716         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5717         * gst/audiofx/audiopanorama.h:
5718         Fix audiopanorame with float samples. Fixes #383726.
5719
5720 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5721
5722         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5723         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5724         (gst_sunaudiosrc_reset):
5725
5726         Implement reset functions to unblock the src/sink more quickly on 
5727         state change requests.
5728         Patch by: Brian Cameron <brian dot cameron at sun com>
5729
5730 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5731
5732         * sys/sunaudio/gstsunaudiomixer.c:
5733         (gst_sunaudiomixer_change_state):
5734         Construct the correct mixer device name when the AUDIODEV env var
5735         is set.
5736
5737         Patch by: Jerry Tan <jerry.tan at sun dot com>
5738         Fixes: #383596
5739
5740 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5741
5742         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5743         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5744         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5745         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5746         Patch by: Jerry Tan <jerry.tan at sun dot com>
5747         Fixes: #349015
5748
5749 2006-12-07  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst/smpte/gstmask.h:
5752         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5753         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5754         (gst_smpte_collected), (gst_smpte_set_property),
5755         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5756         * gst/smpte/gstsmpte.h:
5757         Port to 0.10 some more. 
5758         Added duration property to specify the duration of the transition.
5759         Make framerate a fraction.
5760         Deprecate fps property, we only use negotiated fps.
5761         Added docs.
5762         Fix collectpad usage.
5763         Reset state in READY.
5764         Send NEWSEGMENT event.
5765         Fix racy updates of object properties.
5766         Added debug category.
5767         Fixes #383323.
5768
5769 2006-12-06  Wim Taymans  <wim@fluendo.com>
5770
5771         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5772
5773         * gst/videomixer/videomixer.c:
5774         (gst_videomixer_set_master_geometry),
5775         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5776         Don't reset xpos and ypos in the setcaps function because causes
5777         unexpected behaviour.
5778         Fixes #382179.
5779
5780 2006-12-06  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5783         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5784         Keep track of the buffer timestamp in the collectdata member instead
5785         of modifying the buffer without making the metadata writable first.
5786         Fixes #382277.
5787
5788 2006-12-06  Wim Taymans  <wim@fluendo.com>
5789
5790         Patch by: Rob Taylor <robtaylor at floopily dot org>
5791
5792         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5793         If using multicast in udpsrc, bind to the multicast address rather than
5794         IN_ADDR_ANY.
5795         This allows the simultanous use of multiple udpsrcs listening on
5796         different multicat addresses. Without this all udpsrcs will receive all
5797         packets from all subscribed multicast addresses.
5798         Fixes #383001.
5799
5800 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5801
5802         * ext/taglib/gstid3v2mux.cc:
5803         Don't attempt to write a NULL frame into the ID3 tag set when the 
5804         createFrame method returned NULL.
5805         Fixes: #381857
5806         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5807
5808 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5809
5810         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5811         Use g_strtod() instead of sscanf to parse doubles, so that it will
5812         try parsing in the C locale if the current locale fails.
5813         Fixes: #382982
5814         Patch by: Sebastian Dröge  <mail at slomosnail de >
5815
5816 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5817
5818         * win32/MANIFEST:
5819         Fix compilation on win32 under VS8
5820         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5821         Partially fixes #381175
5822
5823 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * gst/avi/gstavimux.c:
5826           accept all mpegversions,fixes #380825
5827           spotted by: Jerome Alet  
5828
5829 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5830
5831         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5832         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5833         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5834         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5835           cleanup the error message a bit more
5836
5837 2006-11-28  Wim Taymans  <wim@fluendo.com>
5838
5839         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5840         Fix width and height properties.
5841
5842         * ext/libcaca/gstcacasink.h:
5843         Fix compilation on newer libcaca that require us to include a new
5844         header. Fixes #379918.
5845
5846 2006-11-28  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5849         * gst/rtsp/gstrtspsrc.h:
5850         * gst/rtsp/rtspext.h:
5851         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5852         (rtsp_ext_wms_get_context):
5853         Add method so that extensions can choose to disable the setup of
5854         a stream.
5855         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5856
5857 2006-11-27  Wim Taymans  <wim@fluendo.com>
5858
5859         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5860
5861         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5862         Push header in a separate buffer instead of memcpy:ing all data.
5863         Change LF => CRLF in headers.
5864         Move trailing LF to header. Fixes #379792.
5865
5866 2006-11-27  Wim Taymans  <wim@fluendo.com>
5867
5868         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5869         Small buffer overflow fix and improve debugging.
5870
5871 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5872
5873         * ext/esd/esdmon.h:
5874         * ext/esd/esdsink.h:
5875           remove obsolete _factory_init protos
5876
5877 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5878
5879         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5880         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5881         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5882         (gst_avi_demux_read_subindexes_push),
5883         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5884         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5885         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5886         (gst_avi_demux_massage_index),
5887         (gst_avi_demux_calculate_durations_from_index),
5888         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5889         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5890         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5891           remove dead code, tweak debugs statements, add comments, use
5892           _uint64_scale instead _uint64_scale_int when using guint64 values,
5893           small optimizations, reflow some error handling
5894
5895 2006-11-22  Edward Hervey  <edward@fluendo.com>
5896
5897         * po/.cvsignore:
5898         We never put .pot files in cvs. Let's ignore them all.
5899
5900 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * po/POTFILES.in:
5903           ... but better exclude files that aren't disted.
5904
5905 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5906
5907         * po/POTFILES.in:
5908           Add v4l2 source files to list of files with translations, so the
5909           strings are actually extracted (however bad they still may be).
5910
5911 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5914           Minor clean-ups: const-ify static array, remove trailing comma from
5915           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5916
5917 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
5918
5919         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5920         Make sure that g_free always gets called on the same pointer that was 
5921         returned by g_malloc.  Fixes #376594.
5922         Do not leak memory if decompressed size is wrong.
5923         Remove unneeded check of return value of g_malloc.
5924         Patch by: René Stadler <mail@renestadler.de>
5925
5926 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
5929           Add missing curly brackets.
5930
5931 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
5932
5933         * sys/v4l2/v4l2src_calls.c:
5934         Fix capture_deinit.
5935
5936 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5937
5938         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
5939         (gst_matroska_mux_request_new_pad):
5940           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
5941
5942         * tests/check/elements/matroskamux.c: (setup_src_pad),
5943         (setup_sink_pad), (GST_START_TEST):
5944         Activate pads before using them.
5945
5946 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
5949           Initialise variable to get rid of bogus compiler warning.
5950
5951 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
5952
5953         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
5954
5955         * gst/rtp/gstrtph263pay.c:
5956         * gst/rtp/gstrtph263pdepay.c:
5957         * gst/rtp/gstrtph263ppay.c:
5958           Specify H.263 variant and version in the caps (fixes #361637)
5959
5960 2006-11-15  Wim Taymans  <wim@fluendo.com>
5961
5962         * gst/rtsp/rtspconnection.c: (read_body):
5963         Don't set a data pointer to NULL and a size > 0 when we deal
5964         with empty packets.
5965
5966         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
5967         (rtsp_message_init_response), (rtsp_message_init_data),
5968         (rtsp_message_unset), (rtsp_message_free),
5969         (rtsp_message_take_body):
5970         Check that we can't create invalid empty packets. 
5971
5972 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5975
5976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
5977         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
5978         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
5979         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5980         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
5981         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
5982         * gst/matroska/matroska-mux.h:
5983           Add basic tag writing support; implement releasing pads (#374658).
5984
5985 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5988         (gst_matroska_demux_audio_caps):
5989           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
5990
5991 2006-11-14  David Schleef  <ds@schleef.org>
5992
5993         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
5994
5995 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5998
5999         * win32/vs8/gst-plugins-good.sln:
6000         * win32/vs8/libgst1394.vcproj:
6001         * win32/vs8/libgstaasink.vcproj:
6002         * win32/vs8/libgstalaw.vcproj:
6003         * win32/vs8/libgstalpha.vcproj:
6004         * win32/vs8/libgstalphacolor.vcproj:
6005         * win32/vs8/libgstannodex.vcproj:
6006         * win32/vs8/libgstapetag.vcproj:
6007         * win32/vs8/libgstaudiofx.vcproj:
6008         * win32/vs8/libgstauparse.vcproj:
6009         * win32/vs8/libgstautodetect.vcproj:
6010         * win32/vs8/libgstavi.vcproj:
6011         * win32/vs8/libgstcacasink.vcproj:
6012         * win32/vs8/libgstcdio.vcproj:
6013         * win32/vs8/libgstcutter.vcproj:
6014         * win32/vs8/libgstdv.vcproj:
6015         * win32/vs8/libgsteffectv.vcproj:
6016         * win32/vs8/libgstflac.vcproj:
6017         * win32/vs8/libgstflxdec.vcproj:
6018         * win32/vs8/libgstgoom.vcproj:
6019         * win32/vs8/libgsticydemux.vcproj:
6020         * win32/vs8/libgstid3demux.vcproj:
6021         * win32/vs8/libgstjpeg.vcproj:
6022         * win32/vs8/libgstladspa.vcproj:
6023         * win32/vs8/libgstlevel.vcproj:
6024         * win32/vs8/libgstmatroska.vcproj:
6025         * win32/vs8/libgstmikmod.vcproj:
6026         * win32/vs8/libgstmng.vcproj:
6027         * win32/vs8/libgstmonoscope.vcproj:
6028         * win32/vs8/libgstmulaw.vcproj:
6029         * win32/vs8/libgstmultipart.vcproj:
6030         * win32/vs8/libgstpng.vcproj:
6031         * win32/vs8/libgstrtp.vcproj:
6032         * win32/vs8/libgstrtsp.vcproj:
6033         * win32/vs8/libgstshout2.vcproj:
6034         * win32/vs8/libgstsmpte.vcproj:
6035         * win32/vs8/libgstspeex.vcproj:
6036         * win32/vs8/libgsttaglib.vcproj:
6037         * win32/vs8/libgstudp.vcproj:
6038         * win32/vs8/libgstvideobalance.vcproj:
6039         * win32/vs8/libgstvideobox.vcproj:
6040         * win32/vs8/libgstvideoflip.vcproj:
6041         * win32/vs8/libgstvideomixer.vcproj:
6042         * win32/vs8/libgstwavenc.vcproj:
6043         * win32/vs8/libgstwavparse.vcproj:
6044           Make end-of-line returns unixy, so that when the files are checked
6045           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6046           Hopefully fixes #366492.
6047
6048 2006-11-14  Wim Taymans  <wim@fluendo.com>
6049
6050         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6051         Disable init_frames delay timestamp adjustment, it does not
6052         seem to be needed at all. Fixes #369621.
6053
6054 2006-11-13  Wim Taymans  <wim@fluendo.com>
6055
6056         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6057
6058         * gst/videomixer/videomixer.c:
6059         (gst_videomixer_set_master_geometry),
6060         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6061         (gst_videomixer_collect_free), (gst_videomixer_reset),
6062         (gst_videomixer_init), (gst_videomixer_finalize),
6063         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6064         (gst_videomixer_collected), (gst_videomixer_change_state):
6065         Fix memleak by unref'ing collectpads instance (when finalizing)
6066         Implement releasing a request pad. Fixes #374479.
6067
6068 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6071
6072         * win32/vs8/gst-plugins-good.sln:
6073         * win32/vs8/libgst1394.vcproj:
6074         * win32/vs8/libgstaasink.vcproj:
6075         * win32/vs8/libgstalaw.vcproj:
6076         * win32/vs8/libgstalpha.vcproj:
6077         * win32/vs8/libgstalphacolor.vcproj:
6078         * win32/vs8/libgstannodex.vcproj:
6079         * win32/vs8/libgstapetag.vcproj:
6080         * win32/vs8/libgstaudiofx.vcproj:
6081         * win32/vs8/libgstauparse.vcproj:
6082         * win32/vs8/libgstautodetect.vcproj:
6083         * win32/vs8/libgstavi.vcproj:
6084         * win32/vs8/libgstcacasink.vcproj:
6085         * win32/vs8/libgstcdio.vcproj:
6086         * win32/vs8/libgstcutter.vcproj:
6087         * win32/vs8/libgstdv.vcproj:
6088         * win32/vs8/libgsteffectv.vcproj:
6089         * win32/vs8/libgstflac.vcproj:
6090         * win32/vs8/libgstflxdec.vcproj:
6091         * win32/vs8/libgstgoom.vcproj:
6092         * win32/vs8/libgsticydemux.vcproj:
6093         * win32/vs8/libgstid3demux.vcproj:
6094         * win32/vs8/libgstjpeg.vcproj:
6095         * win32/vs8/libgstladspa.vcproj:
6096         * win32/vs8/libgstlevel.vcproj:
6097         * win32/vs8/libgstmatroska.vcproj:
6098         * win32/vs8/libgstmikmod.vcproj:
6099         * win32/vs8/libgstmng.vcproj:
6100         * win32/vs8/libgstmonoscope.vcproj:
6101         * win32/vs8/libgstmulaw.vcproj:
6102         * win32/vs8/libgstmultipart.vcproj:
6103         * win32/vs8/libgstpng.vcproj:
6104         * win32/vs8/libgstrtp.vcproj:
6105         * win32/vs8/libgstrtsp.vcproj:
6106         * win32/vs8/libgstshout2.vcproj:
6107         * win32/vs8/libgstsmpte.vcproj:
6108         * win32/vs8/libgstspeex.vcproj:
6109         * win32/vs8/libgsttaglib.vcproj:
6110         * win32/vs8/libgstudp.vcproj:
6111         * win32/vs8/libgstvideobalance.vcproj:
6112         * win32/vs8/libgstvideobox.vcproj:
6113         * win32/vs8/libgstvideoflip.vcproj:
6114         * win32/vs8/libgstvideomixer.vcproj:
6115         * win32/vs8/libgstwavenc.vcproj:
6116         * win32/vs8/libgstwavparse.vcproj:
6117           Add VS8 project files (note that many of the plugins in ext are
6118           disabled by default). Fixes #366492.
6119
6120 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6123           we do not translate debug messages
6124
6125 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6126
6127         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6128           fix categorisation, make short desc more explicit, remove unused code
6129           Fixes #372021
6130
6131 2006-11-08  Wim Taymans  <wim@fluendo.com>
6132
6133         * gst/rtp/gstrtpL16depay.c:
6134         * gst/rtp/gstrtpamrdepay.c:
6135         * gst/rtp/gstrtpamrpay.c:
6136         * gst/rtp/gstrtpgsmdepay.c:
6137         * gst/rtp/gstrtph263pay.c:
6138         * gst/rtp/gstrtph263pdepay.c:
6139         * gst/rtp/gstrtph263ppay.c:
6140         * gst/rtp/gstrtph264depay.c:
6141         * gst/rtp/gstrtpmp2tdepay.c:
6142         * gst/rtp/gstrtpmp4gdepay.c:
6143         * gst/rtp/gstrtpmp4gpay.c:
6144         * gst/rtp/gstrtpmp4vdepay.c:
6145         * gst/rtp/gstrtpmp4vpay.c:
6146         * gst/rtp/gstrtpmpadepay.c:
6147         * gst/rtp/gstrtpmpapay.c:
6148         * gst/rtp/gstrtppcmadepay.c:
6149         * gst/rtp/gstrtppcmapay.c:
6150         * gst/rtp/gstrtppcmudepay.c:
6151         * gst/rtp/gstrtppcmupay.c:
6152         * gst/rtp/gstrtpspeexdepay.c:
6153         * gst/rtp/gstrtpspeexpay.c:
6154         * gst/rtp/gstrtpsv3vdepay.c:
6155         Fix element descriptions.
6156
6157 2006-11-08  Wim Taymans  <wim@fluendo.com>
6158
6159         * gst/rtp/gstrtpvorbisdepay.c:
6160         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6161         Fix description.
6162         Small cleanup in the payloader.
6163
6164 2006-11-08  Wim Taymans  <wim@fluendo.com>
6165
6166         * gst/rtp/Makefile.am:
6167         * gst/rtp/gstrtp.c: (plugin_init):
6168         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6169         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6170         (gst_rtp_theora_depay_finalize),
6171         (gst_rtp_theora_depay_parse_configuration),
6172         (gst_rtp_theora_depay_setcaps),
6173         (gst_rtp_theora_depay_switch_codebook),
6174         (gst_rtp_theora_depay_process),
6175         (gst_rtp_theora_depay_set_property),
6176         (gst_rtp_theora_depay_get_property),
6177         (gst_rtp_theora_depay_change_state),
6178         (gst_rtp_theora_depay_plugin_init):
6179         * gst/rtp/gstrtptheoradepay.h:
6180         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6181         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6182         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6183         (gst_rtp_theora_pay_init_packet),
6184         (gst_rtp_theora_pay_flush_packet),
6185         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6186         (gst_rtp_theora_pay_handle_buffer),
6187         (gst_rtp_theora_pay_plugin_init):
6188         * gst/rtp/gstrtptheorapay.h:
6189         Add theora pay/depayloaders.
6190
6191 2006-11-06  Wim Taymans  <wim@fluendo.com>
6192
6193         * gst/rtp/Makefile.am:
6194         We depend on gsttag to generate the vorbis comments.
6195
6196         * gst/rtp/gstrtpvorbisdepay.c:
6197         (gst_rtp_vorbis_depay_parse_configuration),
6198         (gst_rtp_vorbis_depay_setcaps),
6199         (gst_rtp_vorbis_depay_switch_codebook),
6200         (gst_rtp_vorbis_depay_process):
6201         * gst/rtp/gstrtpvorbisdepay.h:
6202         Parse configuration string in the depayloader.
6203         Implement selecting and switching to a new codebook.
6204         Receiving vorbis over RTP now works.
6205
6206         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6207         (gst_rtp_vorbis_pay_init_packet),
6208         (gst_rtp_vorbis_pay_finish_headers),
6209         (gst_rtp_vorbis_pay_handle_buffer):
6210         * gst/rtp/gstrtpvorbispay.h:
6211         Set timestamps on outgoing buffers and RTP packets.
6212         Fix configuration string, prepend number of Packet headers.
6213         Fix encoding of ident string.
6214         Add delivery-method to caps.
6215         Streaming vorbis over RTP now works.
6216
6217 2006-11-06  Wim Taymans  <wim@fluendo.com>
6218
6219         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6220         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6221         (gst_rtp_vorbis_pay_handle_buffer):
6222         * gst/rtp/gstrtpvorbispay.h:
6223         Generate a valid configuration string in the caps based on the
6224         vorbis headers.
6225
6226 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6229         * ext/cdio/gstcdio.h:
6230         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6231           Move CD-TEXT utility function into common file so it can also be
6232           used by a future cdioparanoiasrc.
6233
6234 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6235         
6236         * sys/v4l2/Makefile.am:
6237         * sys/v4l2/gstv4l2object.c:
6238         * sys/v4l2/gstv4l2src.c:
6239         * sys/v4l2/gstv4l2xoverlay.c:
6240         * sys/v4l2/v4l2_calls.c:
6241         * sys/v4l2/v4l2src_calls.c:
6242         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6243         xoverlay code that is still not implemented.
6244
6245 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6248           We require a -base more recent than 0.10.9, so it's safe to use
6249           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6250
6251         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6252         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6253           Use _newsegment_full() now that we depend on a recent enough core.
6254
6255         * gst/wavparse/gstwavparse.c:
6256           Remove cruft that we don't need any longer now that we depend on
6257           a recent enough -base.
6258
6259 2006-10-31  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/rtp/Makefile.am:
6262         * gst/rtp/gstrtp.c: (plugin_init):
6263         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6264         (gst_rtpilbcpay_setcaps):
6265         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6266
6267 2006-10-31  Wim Taymans  <wim@fluendo.com>
6268
6269         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6270         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6271         Some small cleanups, use _scale.
6272
6273 2006-10-31  Wim Taymans  <wim@fluendo.com>
6274
6275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6276         Use higher precision scale function.
6277
6278 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         Patch by: Michal Benes  <michal dot benes at itonis tv>
6281
6282         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6283         (gst_matroska_demux_read_track_encodings),
6284         (gst_matroska_decode_buffer):
6285           Fix several issues with encoded/compressed/encrypted/signed tracks;
6286           also, remove superfluous newline characters from some debug
6287           statements. (#366155)
6288
6289 2006-10-30  Wim Taymans  <wim@fluendo.com>
6290
6291         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6292         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6293         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6294         (gst_smokedec_change_state):
6295         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6296         (gst_smokeenc_init), (gst_smokeenc_finalize),
6297         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6298         (gst_smokeenc_resync), (gst_smokeenc_chain),
6299         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6300         (gst_smokeenc_change_state):
6301         Various cleanups, capsnego and leak fixes.
6302
6303 2006-10-30  Wim Taymans  <wim@fluendo.com>
6304
6305         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6306
6307         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6308         Fix videomixer so that it can handle any combination of framerates.
6309         Fixes #367221.
6310
6311 2006-10-28  Wim Taymans  <wim@fluendo.com>
6312
6313         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6314         (gst_avi_demux_parse_file_header),
6315         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6316         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6317         (gst_avi_demux_chain):
6318         Fix position query for audio. also fixes timestamps in streaming
6319         mode and bug #364958.
6320         Small cleanups.
6321
6322 2006-10-27  Wim Taymans  <wim@fluendo.com>
6323
6324         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6325         * ext/libpng/gstpngenc.h:
6326         Fix strides. Fixes #364856.
6327         Cleanup capsnego.
6328         Set caps on outgoing buffers.
6329
6330 2006-10-18  Wim Taymans  <wim@fluendo.com>
6331
6332         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6333
6334         * gst/rtp/gstrtpgsmpay.c:
6335         * gst/rtp/gstrtph263pay.c:
6336         * gst/rtp/gstrtpmpapay.c:
6337         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6338         (gst_rtp_pcma_pay_handle_buffer):
6339         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6340         Add static payload numbers in addition to the dynamic ones.
6341         Fixes #361639.
6342
6343 2006-10-18  Wim Taymans  <wim@fluendo.com>
6344
6345         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6346         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6347         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6348         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6349         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6350         * gst/rtsp/rtspdefs.h:
6351         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6352         * gst/rtsp/rtspurl.h:
6353         Reuse already existing enum for lower transport.
6354         Add rtspt and rtspu protocols.
6355         Send redirect to rtspt when udp times out.
6356
6357 2006-10-18  Wim Taymans  <wim@fluendo.com>
6358
6359         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6360         (gst_wavparse_stream_data):
6361         Fix seeking some more, mostly for speed changes.
6362
6363 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6364
6365         Patch by: Fredrik Persson  <frepe at bredband net>
6366
6367         * sys/v4l2/gstv4l2tuner.c:
6368         * sys/v4l2/gstv4l2tuner.h:
6369           Fix _set_channel(): remove useless g_object_notify() for "channel"
6370           property that doesn't exist any longer and therefore now also
6371           useless redirect (#338818).
6372
6373 2006-10-17  Wim Taymans  <wim@fluendo.com>
6374
6375         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6376         Some drivers do not support unsetting the non-blocking flag once the
6377         device is opened. In those cases, close/open the device in
6378         non-blocking mode. Fixes #362673.
6379
6380 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6383         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6384         (gst_v4l2src_get_fps):
6385           dear stefan, framespersecond is not frameperiod, reverting but adding
6386           comment
6387
6388 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6391         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6392         (gst_v4l2src_get_fps):
6393           Numerator is numerator and denominator is denominator. Say that aloud
6394           5 times and retry after next beer.
6395
6396 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         Patch by: Josep Torra Valles  <josep at fluendo com>
6399
6400         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6401         * ext/esd/esdsink.c: (gst_esdsink_write):
6402         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6403         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6404         (gst_flac_dec_send_newsegment):
6405         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6406         (gst_flac_enc_tell_callback):
6407         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6408         (smokecodec_parse_header), (smokecodec_decode):
6409         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6410         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6411         * gst/goom/Makefile.am:
6412         * gst/goom/gstgoom.c:
6413         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6414         * gst/rtsp/gstrtspsrc.c:
6415         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6416         * gst/udp/gstudpsink.c:
6417         * gst/udp/gstudpsrc.c:
6418         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6419         * sys/sunaudio/gstsunaudiomixertrack.h:
6420           Fix a bunch of problems discovered by the Forte compiler, mostly type
6421           mixups and pointer arithmetics with void pointers. Fixes #362603.
6422
6423 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * ext/speex/gstspeex.c: (plugin_init):
6426         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6427         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6428         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6429         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6430         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6431         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6432         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6433         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6434         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6435         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6436         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6437         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6438         * ext/speex/gstspeexenc.h:
6439           Miscellaneous clean-ups, among other things: speexenc => enc to
6440           enhance code readability; change speexenc => speex_enc; in chain
6441           function unref input buffer in case of error; take reference in
6442           event function; use boilerplate macro; use gst_pad_query_peer_*
6443           convenience functions.
6444
6445 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6448         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6449         (gst_speexenc_set_header_on_caps):
6450           Fix some mem leaks.
6451
6452 2006-10-11  Wim Taymans  <wim@fluendo.com>
6453
6454         * gst/rtsp/URLS:
6455         Added some other URL.
6456
6457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6458         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6459         (gst_rtspsrc_open), (gst_rtspsrc_play),
6460         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6461         * gst/rtsp/gstrtspsrc.h:
6462         Work on fallback to TCP connection when the UDP socket times out.
6463         Handler server requests, just reply with OK for now.
6464
6465         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6466         * gst/rtsp/rtspdefs.h:
6467         Added some more Real extension headers.
6468
6469         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6470         Fix parsing of urls with a ':' that is not part of the hostname:port
6471         part of the url.
6472
6473 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6476         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6477         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6478           Activate pad before adding it to the already-running element.
6479
6480         * tests/check/elements/icydemux.c: (icydemux_found_pad):
6481           Activate newly-created pad too.
6482
6483 2006-10-11  Wim Taymans  <wim@fluendo.com>
6484
6485         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6486
6487         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6488         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6489         (gst_udpsrc_start):
6490         Fix some leaks in caps and uris. Fixes #361252.
6491
6492 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * gst/wavparse/Makefile.am:
6495           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6496
6497 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
6498
6499         * sys/v4l2/gstv4l2xoverlay.c:
6500         * sys/v4l2/gstv4l2xoverlay.h:
6501         Fix build as per the patch in #338818 comment 36.
6502
6503 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6506           Activate pads before adding them to the source.
6507
6508 2006-10-06  Wim Taymans  <wim@fluendo.com>
6509
6510         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6511         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6512         Activate pads before adding.
6513
6514 2006-10-06  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6517         (gst_multipart_find_pad_by_mime):
6518         Activate pads before adding.
6519
6520         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6521         BOILERPLATE sets parent_class for us.
6522
6523 2006-10-06  Wim Taymans  <wim@fluendo.com>
6524
6525         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6526         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6527         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6528         (gst_rtspsrc_alloc_udp_ports),
6529         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6530         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6531         (gst_rtspsrc_create_transports_string),
6532         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6533         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6534         * gst/rtsp/gstrtspsrc.h:
6535         Rework how the transport string is constructed, try to share channels
6536         and udp ports.
6537         Make most of the stuff less dependant on RTP as we are also going to use
6538         it for RDT.
6539         Add support for transport specific session managers.
6540
6541         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6542         Implement _flush().
6543
6544         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6545         * gst/rtsp/rtspdefs.h:
6546         Add generic error return code.
6547
6548         * gst/rtsp/rtspext.h:
6549         Add support for pluggable tranport strings.
6550
6551         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6552         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6553         (rtsp_ext_wms_get_context):
6554         Detect WMServer and activate the extension.
6555
6556         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6557         (rtsp_transport_get_manager), (rtsp_transport_parse):
6558         * gst/rtsp/rtsptransport.h:
6559         Added methods to get mime/manager for certain transports.
6560
6561 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * ext/cairo/gsttimeoverlay.c:
6564         (gst_cairo_time_overlay_update_font_height):
6565         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6566         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6567         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6568         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6569         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6570         * ext/libpng/gstpngdec.c: (user_endrow_callback):
6571         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6572         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6573         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6574         (gst_avi_demux_stream_data):
6575         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6576         * gst/debug/efence.c: (gst_efence_buffer_alloc),
6577         (gst_fenced_buffer_copy):
6578         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6580         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6582         (gst_rtspsrc_handle_message):
6583         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6584         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6585           Printf format fixes.
6586
6587 2006-10-04  Wim Taymans  <wim@fluendo.com>
6588
6589         * gst/rtsp/Makefile.am:
6590         Dist new .h file too.
6591
6592 2006-10-04  Wim Taymans  <wim@fluendo.com>
6593
6594         * gst/rtsp/Makefile.am:
6595         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6596         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6598         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6599         (gst_rtspsrc_parse_rtpmap),
6600         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6601         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6602         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6603         * gst/rtsp/gstrtspsrc.h:
6604         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6605         * gst/rtsp/rtspdefs.h:
6606         * gst/rtsp/rtspext.h:
6607         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6608         (rtsp_ext_wms_get_context):
6609         * gst/rtsp/rtspextwms.h:
6610         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6611         (rtsp_transport_parse):
6612         * gst/rtsp/rtsptransport.h:
6613         Factor out extension in separate module.
6614         Fix getcaps to filter against the padtemplate.
6615         Use Content-Base if the server gives one.
6616         Rework the transport parsing a bit for future extensions.
6617         Added some Real Header field definitions.
6618
6619 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6620
6621         * docs/plugins/Makefile.am:
6622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6624           added v4l2 stubs
6625         * gst-plugins-good.spec.in:
6626           add v4l2
6627
6628 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6631           Extract disc/album/medium number and count and try harder
6632           to extract track number/count.
6633
6634 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6635
6636         * configure.ac:
6637         * sys/Makefile.am:
6638           add build stuff for v4l2, needs --enable-experimental until
6639           the last bits are resolved
6640
6641 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * tests/check/Makefile.am:
6644           Disable autodetect test temporarily, so that the build bots
6645           update -bad and the ranks of unreliable video sinks in there.
6646
6647         * tests/check/elements/autodetect.c: (GST_START_TEST):
6648           Skip test if no usable videosink is found.
6649
6650 2006-09-29  Wim Taymans  <wim@fluendo.com>
6651
6652         * gst/rtsp/URLS:
6653         Add some more URLs.
6654
6655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6656         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6657         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6658         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6659         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6660         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6661         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6662         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6663         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6664         * gst/rtsp/gstrtspsrc.h:
6665         Add timeout property to control UDP timeouts.
6666         Fix error messages.
6667         Also start a loop function when operating in UDP mode so that we can
6668         do some more stuff async.
6669         Handle element messages from udpsrc to detect timeouts. If a timeout
6670         happens we currently generate an error.
6671         API: rtspsrc::timeout property.
6672
6673         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6674         (gst_udpsrc_create):
6675         Really implement the timeout in microseconds and not milliseconds.
6676
6677 2006-09-29  Wim Taymans  <wim@fluendo.com>
6678
6679         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6680         (gst_udpsrc_create), (gst_udpsrc_set_property),
6681         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6682         * gst/udp/gstudpsrc.h:
6683         Added property to post a message on timeout.
6684         Updated docs.
6685         When restarting the select, initialize the fdsets again.
6686         Init control sockets so we don't accidentally close a random socket.
6687         API: GstUDPSrc::timeout property
6688
6689 2006-09-29  Wim Taymans  <wim@fluendo.com>
6690
6691         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6692         Fix flag registration.
6693
6694         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6695         Reading 0 also means 'no more commands'
6696
6697 2006-09-29  Wim Taymans  <wim@fluendo.com>
6698
6699         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6700
6701         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6702         Fix possible infinite loop when shutting down, a read can also return
6703         0 to indicate no more messages are available. Fixes #358156.
6704
6705 2006-09-25  Wim Taymans  <wim@fluendo.com>
6706
6707         * gst/autodetect/gstautoaudiosink.c:
6708         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6709         (gst_auto_audio_sink_find_best):
6710         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6711         Small cleanups.
6712         don't try to set "sync" property when it is not available.
6713
6714 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         Patch by: Peter Kjellerstedt  <pkj at axis com>
6717
6718         * gst/alpha/gstalpha.c:
6719         * gst/rtp/gstrtpamrdepay.c:
6720         * gst/rtsp/gstrtspsrc.c:
6721         * gst/udp/gstudpsrc.c:
6722         * gst/videomixer/videomixer.c:
6723           Include stdlib.h in some more places, makes things compile
6724           with uClibc and -Werror (#357592).
6725
6726 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         * ext/jpeg/gstjpegdec.c:
6729           Set minimum height to 8 (from 16), our code should handle
6730           that fine. Some of the buttons on the apple trailer site
6731           are apparently only 15 pixels high (see #357470).
6732
6733 2006-09-23  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6736         (gst_rtspsrc_open):
6737         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6738         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6739         (rtsp_connection_receive):
6740         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6741         * gst/rtsp/rtspdefs.h:
6742         Improve error reporting.
6743
6744 2006-09-23  Wim Taymans  <wim@fluendo.com>
6745
6746         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6747         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6748         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6749         * gst/rtp/gstrtpdepay.c:
6750         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6751         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6752         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6753         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6754         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6755         (gst_rtp_mp2t_depay_plugin_init):
6756         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6757         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6758         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6759         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6760         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6761         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6762         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6763         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6764         Fix klass typos.
6765         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6766
6767 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * configure.ac:
6770           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6771
6772 2006-09-22  Wim Taymans  <wim@fluendo.com>
6773
6774         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6775         Don't check for a tag that is never there and check if we read the
6776         correct tag. Fixes seeking again.
6777         We must post an error when all pads are unlinked.
6778
6779 2006-09-22  Wim Taymans  <wim@fluendo.com>
6780
6781         * gst/rtp/Makefile.am:
6782         * gst/rtp/gstrtp.c: (plugin_init):
6783         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6784         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6785         (gst_rtp_vorbis_pay_reset_packet),
6786         (gst_rtp_vorbis_pay_init_packet),
6787         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6788         (gst_rtp_vorbis_pay_handle_buffer):
6789         More fixage, set endoder-params correctly in the payloader.
6790
6791 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst/autodetect/gstautoaudiosink.c:
6794         (gst_auto_audio_sink_base_init):
6795         * gst/autodetect/gstautovideosink.c:
6796         (gst_auto_video_sink_base_init):
6797           Make static pad templates static to appease valgrind's leak
6798           detector.
6799
6800         * tests/check/Makefile.am:
6801         * tests/check/elements/.cvsignore:
6802         * tests/check/elements/autodetect.c: (GST_START_TEST),
6803         (autodetect_suite):
6804           Add simple test for the ghostpad lockup on shutdown fixed in core
6805           CVS (audio bit disabled because it would need dozens of alsa
6806           suppressions and I'm too lazy to add those now).
6807
6808 2006-09-22  Wim Taymans  <wim@fluendo.com>
6809
6810         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6811         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6812         Small cleanups.
6813
6814         * gst/rtp/Makefile.am:
6815         * gst/rtp/gstrtp.c: (plugin_init):
6816         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6817         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6818         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6819         (gst_rtp_vorbis_depay_process),
6820         (gst_rtp_vorbis_depay_set_property),
6821         (gst_rtp_vorbis_depay_get_property),
6822         (gst_rtp_vorbis_depay_change_state),
6823         (gst_rtp_vorbis_depay_plugin_init):
6824         * gst/rtp/gstrtpvorbisdepay.h:
6825         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6826         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6827         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6828         (gst_rtp_vorbis_pay_flush_packet),
6829         (gst_rtp_vorbis_pay_append_buffer),
6830         (gst_rtp_vorbis_pay_handle_buffer),
6831         (gst_rtp_vorbis_pay_plugin_init):
6832         * gst/rtp/gstrtpvorbispay.h:
6833         Add experimental vorbis pay and depayloaders.
6834
6835 2006-09-21  Wim Taymans  <wim@fluendo.com>
6836
6837         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6838         Fix profile-level-id parsing and setup.
6839
6840 2006-09-21  Wim Taymans  <wim@fluendo.com>
6841
6842         * gst/udp/README:
6843         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6844         Update README, simple cleanup.
6845
6846 2006-09-21  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/rtp/README:
6849         Update README with some examples.
6850
6851         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6852         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6853         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6854         (gst_rtp_mp4g_pay_setcaps):
6855         * gst/rtp/gstrtpmp4gpay.h:
6856         Make optional RTP parameters of type STRING, as required by the
6857         application/x-rtp caps specification.
6858
6859 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6860
6861         * gst/rtp/gstrtph263pdepay.c:
6862         * gst/rtp/gstrtph263ppay.c:
6863         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6864         RTP header.
6865
6866 2006-09-20  Wim Taymans  <wim@fluendo.com>
6867
6868         * gst/rtp/Makefile.am:
6869         And makefile too.
6870
6871 2006-09-20  Wim Taymans  <wim@fluendo.com>
6872
6873         * gst/rtp/gstrtp.c: (plugin_init):
6874         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6875         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6876         (decode_base64), (gst_rtp_asf_depay_setcaps),
6877         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6878         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6879         (gst_rtp_asf_depay_plugin_init):
6880         * gst/rtp/gstrtpasfdepay.h:
6881         Added preliminary ASF depayloader.
6882
6883         * gst/rtp/gstrtph264depay.c: (decode_base64):
6884         Fix base64 decoding.
6885
6886 2006-09-20  Wim Taymans  <wim@fluendo.com>
6887
6888         * gst/rtsp/URLS:
6889         Added some test URLS.
6890
6891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6892         (gst_rtspsrc_loop), (gst_rtspsrc_open):
6893         * gst/rtsp/gstrtspsrc.h:
6894         When creating streams, give access to the complete SDP.
6895         Fix some leaks.
6896         Collect and merge global stream properties in stream caps.
6897         Preliminary support for WMServer.
6898
6899         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6900         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6901         (rtsp_connection_receive):
6902         * gst/rtsp/rtspconnection.h:
6903         Make connection interruptable.
6904         Refactor to make it reconnectable.
6905         Don't fail on short reads when reading data packets.
6906
6907         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6908         (rtsp_url_get_port):
6909         * gst/rtsp/rtspurl.h:
6910         Add methods for getting/setting the port.
6911
6912         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6913         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6914         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6915         (sdp_media_get_format), (sdp_parse_line),
6916         (sdp_message_parse_buffer):
6917         Fix headers. 
6918         Add methods for getting multiple attributes with the same name.
6919         Increase buffer size when parsing.
6920         Fix parsing of a=foo fields.
6921
6922         * gst/rtsp/test.c: (main):
6923         Update to new connection API.
6924
6925         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6926         (rtsp_message_init_response), (rtsp_message_init_data),
6927         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
6928         * gst/rtsp/rtspmessage.h:
6929         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
6930         * gst/rtsp/rtsptransport.h:
6931         * gst/rtsp/sdp.h:
6932         * gst/rtsp/sdpmessage.h:
6933         * gst/rtsp/gstrtsp.c:
6934         * gst/rtsp/gstrtsp.h:
6935         * gst/rtsp/gstrtpdec.c:
6936         * gst/rtsp/gstrtpdec.h:
6937         * gst/rtsp/rtsp.h:
6938         * gst/rtsp/rtspdefs.c:
6939         * gst/rtsp/rtspdefs.h:
6940         Dual licensed under MIT and LGPL now.
6941
6942 2006-09-19  Wim Taymans  <wim@fluendo.com>
6943
6944         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
6945         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
6946         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
6947         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6948         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
6949         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6950         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
6951         * gst/rtsp/gstrtspsrc.h:
6952         Reorganize stream parsing and creation.
6953         Detect container formats in interleaved mode.
6954         Keep more state about the streams.
6955         Assume a server also supports PLAY if it does not say.
6956         Add unicast and interleaved properties to TCP transport requests to make
6957         some servers happy (WMServer).
6958
6959         * gst/rtsp/sdpmessage.h:
6960         Add some defines for the standard Bandwidth types.
6961
6962 2006-09-19  Wim Taymans  <wim@fluendo.com>
6963
6964         * gst/rtsp/test.c: (main):
6965         Fix build.
6966
6967 2006-09-19  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst/wavparse/gstwavparse.c:
6970         Add ms-gsm to the src template.
6971
6972 2006-09-18  Wim Taymans  <wim@fluendo.com>
6973
6974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6975         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
6976         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
6977         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
6978         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
6979         * gst/rtsp/gstrtspsrc.h:
6980         Small cleanups, added documentation.
6981         Try to clean up the requests and responses.
6982         Refactor parsing the supported methods.
6983
6984         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
6985         (rtsp_connection_create), (rtsp_connection_send),
6986         (parse_response_status), (parse_request_line),
6987         (rtsp_connection_receive), (rtsp_connection_close),
6988         (rtsp_connection_free):
6989         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
6990         (rtsp_transport_init), (rtsp_transport_parse),
6991         (rtsp_transport_free):
6992         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6993         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
6994         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
6995         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
6996         Use g_return_val some more.
6997
6998         * gst/rtsp/rtspdefs.h:
6999         Add more enum values to track initial states.
7000
7001         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7002         (rtsp_message_init_request), (rtsp_message_new_response),
7003         (rtsp_message_init_response), (rtsp_message_init_data),
7004         (rtsp_message_unset), (rtsp_message_free),
7005         (rtsp_message_add_header), (rtsp_message_remove_header),
7006         (rtsp_message_get_header), (rtsp_message_set_body),
7007         (rtsp_message_take_body), (rtsp_message_get_body),
7008         (rtsp_message_steal_body), (rtsp_message_dump):
7009         * gst/rtsp/rtspmessage.h:
7010         Reorder arguments, object goes as the first one.
7011         Use g_return_val some more.
7012
7013 2006-09-18  Wim Taymans  <wim@fluendo.com>
7014
7015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7016         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7017         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7018         * gst/rtsp/gstrtspsrc.h:
7019         Export sometimes source pad with correct caps on the template, create
7020         the ghostpad from the template.
7021         Remove RTCP template as we never expose RTCP.
7022         Protect against invalid body size.
7023         Avoid memcpy when creating the output buffer.
7024         Properly post an error and send EOS when the loop function is shut down.
7025
7026 2006-09-18  Wim Taymans  <wim@fluendo.com>
7027
7028         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7029
7030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7031         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7032         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7033         * gst/rtsp/gstrtspsrc.h:
7034         Make sure we can never set an invalid location.
7035
7036         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7037         * gst/rtsp/rtspmessage.h:
7038         Added _steal_body method for future use.
7039
7040         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7041         Make freeing of NULL url return immediatly.
7042
7043 2006-09-18  Wim Taymans  <wim@fluendo.com>
7044
7045         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7046
7047         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7048         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7049         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7050         (gst_rtspsrc_change_state):
7051         * gst/rtsp/gstrtspsrc.h:
7052         Use boilerplate.
7053         Make rtspsrc subclass GstBin to make state changes easier.
7054         Add Range header field on the PLAY request.
7055
7056 2006-09-18  Wim Taymans  <wim@fluendo.com>
7057
7058         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7059
7060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7061         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7062         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7063         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7064         * gst/rtsp/rtspconnection.c: (inet_aton):
7065         Small cleanups.
7066         when multicast is selected as the transport, create UDP sources and
7067         connect to the multicast group.
7068         Move parsing and setting of caps to a common place.
7069         Fixes #349894.
7070
7071 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7072
7073         * ext/flac/gstflactag.c:
7074         * gst/alpha/gstalpha.c:
7075         * gst/debug/breakmydata.c:
7076         * gst/debug/negotiation.c:
7077         * gst/debug/testplugin.c:
7078         * gst/effectv/gstaging.c:
7079         * gst/effectv/gstdice.c:
7080         * gst/effectv/gstedge.c:
7081         * gst/effectv/gstquark.c:
7082         * gst/effectv/gstrev.c:
7083         * gst/effectv/gstshagadelic.c:
7084         * gst/effectv/gstvertigo.c:
7085         * gst/effectv/gstwarp.c:
7086         * gst/multipart/multipartdemux.c:
7087         * gst/multipart/multipartmux.c:
7088         * gst/videobox/gstvideobox.c:
7089         * gst/videofilter/gstgamma.c:
7090         * gst/videofilter/gstvideotemplate.c:
7091         * gst/videomixer/videomixer.c:
7092         * sys/sunaudio/gstsunaudiosrc.h:
7093         More G_OBJECT macro fixing.
7094
7095 2006-09-16  Wim Taymans  <wim@fluendo.com>
7096
7097         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7098
7099         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7100         Correctly set the dwLength in strh.
7101         With this patch, the file duration is now displayed correctly in window
7102         media player and the AVI plays completely. Fixes #356147
7103
7104 2006-09-15  Wim Taymans  <wim@fluendo.com>
7105
7106         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7107
7108         * sys/sunaudio/gstsunaudiomixerctrl.c:
7109         (gst_sunaudiomixer_ctrl_build_list):
7110         Set the output track as the MASTER so that the gnome-settings-daemon
7111         keybindings for changing the volume using the keyboard works.
7112         Fixes #356142.
7113
7114 2006-09-15  Wim Taymans  <wim@fluendo.com>
7115
7116         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7117         Fix documentation, it is not possible to control the framerate of jpegdec
7118         using filtered caps yet. Fixes #355210.
7119         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7120         stop when there is an error.
7121
7122 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7123
7124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7125         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7126           Don't interpret a first buffer with an offset of NONE as
7127           'from the middle of the stream', but only a first buffer
7128           that has a valid buffer offset that's non-zero (see #345449).
7129
7130 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7133         (gst_icydemux_typefind_or_forward):
7134         * gst/icydemux/gsticydemux.h:
7135           When we merge/collect multiple incoming buffers for typefinding
7136           purposes, keep an initial 0 offset on the first outgoing buffer
7137           as well (otherwise id3demux won't work right). Fixes #345449.
7138           Also Make buffer metadata writable before setting buffer caps.
7139
7140         * tests/check/elements/icydemux.c: (typefind_succeed),
7141         (cleanup_icydemux), (push_data), (GST_START_TEST),
7142         (icydemux_suite):
7143           Small test case for the above.
7144
7145 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7146
7147         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7148         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7149         (gst_avi_demux_stream_header_push),
7150         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7151         (gst_avi_demux_loop):
7152           More code reuse and better logging in _peek_chunk(). Reintroduce check
7153           for chunk sizes before reading them (avoid oom). Better handling for 
7154           invalid chunksizes when streaming.
7155
7156 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7157
7158         * gst/level/gstlevel.c: (gst_level_set_property):
7159         * gst/level/gstlevel.h:
7160           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7161           René Stadler
7162
7163 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7164
7165         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7166         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7167         (gst_avi_demux_stream_data):
7168           Revert one change to fix streaming avi (adapter size != data size).
7169
7170 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7173
7174         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7175         (gst_matroska_demux_reset),
7176         (gst_matroska_demux_read_track_encodings),
7177         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7178         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7179         (gst_matroska_demux_subtitle_caps):
7180         * gst/matroska/matroska-ids.h:
7181           Add support for VOBSUB subtitle tracks and zlib-compressed
7182           tracks. Make sure we start on a keyframe after a seek. (#343348)
7183
7184 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7187         (gst_matroska_demux_push_flac_codec_priv_data),
7188         (gst_matroska_demux_push_xiph_codec_priv_data),
7189         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7190         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7191         * gst/matroska/matroska-ids.h:
7192           Add basic FLAC support (#311586), not perfect yet though, needs some
7193           tweaking in flacdec; also, seeking could be better.
7194           Do better bounds checking when deserialising vorbis stream headers
7195           to make sure we don't read beyond the end of the buffer on bad input.
7196
7197 2006-09-04  Wim Taymans  <wim@fluendo.com>
7198
7199         Patch by: Alessandro Decina <alessandro at nnva dot org>
7200
7201         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7202         Seeking back in a file containing a CMML stream errors out if the seek
7203         goes back up to the CMML headers. This is because after the seek the xml
7204         processing instruction <?xml ...?> is submitted to the xml parser again, 
7205         which results in an error. The attached patch fixes the problem. 
7206         Fixes #353908.
7207
7208         * ext/annodex/gstcmmlenc.h:
7209         Fix authors name.
7210
7211
7212 2006-08-28  Andy Wingo  <wingo@pobox.com>
7213
7214         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7215         New helper function to lessen the ifdefs.
7216         (GST_INFO_OBJECT): 
7217         (gst_dv1394src_iso_receive): Use it.
7218         (gst_dv1394src_create): Also use the control sockets in iec61883
7219         mode.
7220         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7221         handle for AVC operations; fixes #348233.
7222
7223 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7224
7225         * configure.ac:
7226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7227         * docs/plugins/inspect/plugin-audiofx.xml:
7228         * docs/plugins/inspect/plugin-audiofxgood.xml:
7229         * gst/audiofx/Makefile.am:
7230         * gst/audiofx/audiofx.c:
7231         * gst/audiofxgood/.cvsignore:
7232         * gst/audiofxgood/Makefile.am:
7233         * gst/audiofxgood/audiofx.c:
7234         * gst/audiofxgood/audiopanorama.c:
7235         * gst/audiofxgood/audiopanorama.h:
7236           Rename again (audiofxgood -> audiofx).
7237
7238 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7239
7240         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7241         (gst_avi_demux_stream_scan):
7242           Initialze variables.
7243
7244 2006-08-25  Wim Taymans  <wim@fluendo.com>
7245
7246         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7247         (gst_avi_demux_init), (gst_avi_demux_finalize),
7248         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7249         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7250         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7251         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7252         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7253         (gst_avi_demux_massage_index),
7254         (gst_avi_demux_calculate_durations_from_index),
7255         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7256         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7257         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7258         (gst_avi_demux_change_state):
7259         * gst/avi/gstavidemux.h:
7260         More attempts to turn this into readable code.
7261         Don't leak adapters.
7262         Calculate duration according to index more efficiently.
7263         Don't try to act like we drive the pipeline in chain mode.
7264
7265 2006-08-25  Wim Taymans  <wim@fluendo.com>
7266
7267         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7268         Fix build.
7269
7270 2006-08-25  Wim Taymans  <wim@fluendo.com>
7271
7272         Patch by: Alessandro Decina <alessandro at nnva dot org>
7273
7274         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7275         Do some extra sanity checks.
7276         Fixes #350340.
7277
7278         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7279         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7280         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7281         Check if clip->start_time is valid before adding the clip to the
7282         track list.
7283         Reset enc->preamble going from PAUSED to READY.
7284         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7285         only used for EOS.
7286         Only post an error message if we were the one that created the fatal
7287         GstFlowReturn value.
7288
7289         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7290         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7291         Parse the seconds field of the npt-sec time format using %llu rather than
7292         %d and check that the value scaled by GST_SECOND doesn't overflow.
7293         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7294         Lookup a clip's track with clip->track rather than clip->id which
7295         makes no sense.
7296         Identify a clip by its track and start time and not its xml id.
7297         do some more input checking and make sure we don't do undefined shifts.
7298
7299         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7300         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7301         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7302         (push_clip), (push_empty_clip), (check_output_clip),
7303         (GST_START_TEST), (cmmldec_suite):
7304         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7305         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7306         (check_headers), (push_clip), (check_clip_times), (check_clip),
7307         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7308         Added some more checks.
7309
7310 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7311
7312         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7313         (gst_audio_panorama_set_property),
7314         (gst_audio_panorama_get_property),
7315         (gst_audio_panorama_transform_m2s_int),
7316         (gst_audio_panorama_transform_s2s_int),
7317         (gst_audio_panorama_transform_m2s_float),
7318         (gst_audio_panorama_transform_s2s_float):
7319         * gst/audiofxgood/audiopanorama.h:
7320         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7321           Make also the pan-property float (saves scaling and yields better
7322           resolution)
7323
7324 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7325
7326         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7327         (gst_audio_panorama_transform_m2s_float),
7328         (gst_audio_panorama_transform_s2s_float):
7329           ChangeLog surgery to add cymax's real name
7330
7331
7332 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7333
7334         Patch by: René Stadler <mail@renestadler.de>
7335
7336         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7337         (gst_audio_panorama_transform_m2s_int),
7338         (gst_audio_panorama_transform_s2s_int),
7339         (gst_audio_panorama_transform_m2s_float),
7340         (gst_audio_panorama_transform_s2s_float),
7341         (gst_audio_panorama_transform):
7342         * gst/audiofxgood/audiopanorama.h:
7343           Added float support
7344
7345 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * gst/audiofxgood/audiopanorama.c:
7348         (gst_audio_panorama_transform_m2s):
7349           Fix docs & debug category. Add Fixme for volume pan levels.
7350
7351 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7352
7353         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7354         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7355         (gst_avi_demux_stream_header_pull),
7356         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7357         (gst_avi_demux_chain):
7358           unbreak AVI index handling, some more debug, remove an obsolete
7359           adapter_flush that caused streaming to wander off in the wild
7360
7361 2006-08-24  Wim Taymans  <wim@fluendo.com>
7362
7363         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7364         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7365         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7366         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7367         (gst_avi_demux_calculate_durations_from_index),
7368         (gst_avi_demux_stream_header_push),
7369         (gst_avi_demux_stream_header_pull):
7370         * gst/avi/gstavidemux.h:
7371         Some more cleanups. 
7372         Fix totalFrames parsing in ODML.
7373         Disable use of index for length calculation in case of ODML as this is
7374         broken now.
7375
7376 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7379           Use libgsttag helper function here too.
7380
7381 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7382
7383         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7384         (gst_avi_demux_init), (gst_avi_demux_dispose),
7385         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7386         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7387         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7388         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7389         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7390         (gst_avi_demux_parse_subindex),
7391         (gst_avi_demux_read_subindexes_push),
7392         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7393         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7394         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7395         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7396         (gst_avi_demux_stream_header_pull),
7397         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7398         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7399         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7400         (gst_avi_demux_change_state):
7401         * gst/avi/gstavidemux.h:
7402           Initial streaming support for avidemux (fixes #336465)
7403
7404 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7407           There is no taglibmux element ...
7408
7409         * gst/rtsp/gstrtspsrc.c:
7410           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7411           was complaining about unknown entity here.
7412
7413 2006-08-22  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7416         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7417         (gst_avi_demux_process_next_entry):
7418         * gst/avi/gstavidemux.h:
7419         Mark DISCONT.
7420         Remove old unused fields and reorder the struct a bit.
7421
7422 2006-08-22  Wim Taymans  <wim@fluendo.com>
7423
7424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7425         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7426         (gst_rtspsrc_pause):
7427         * gst/rtsp/gstrtspsrc.h:
7428         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7429         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7430         Small documentation updates.
7431
7432 2006-08-22  Wim Taymans  <wim@fluendo.com>
7433
7434         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7435         (gst_avi_demux_index_entry_for_time),
7436         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7437         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7438         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7439         (gst_avi_demux_next_data_buffer),
7440         (gst_avi_demux_calculate_durations_from_index),
7441         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7442         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7443         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7444         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7445         * gst/avi/gstavidemux.h:
7446         Precalc most of the duration query for each stream.
7447         Make seeking more correct.
7448         Use GstSegment to track position and duration.
7449         Code cleanups and leak fixes.
7450         Calculate correct total duration based on index length.
7451
7452 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7453
7454         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7455         (parse_insert_string_field):
7456           If strings in text fields are marked ISO8859-1, but contain
7457           valid UTF-8 already, then handle them as UTF-8 and ignore
7458           the encoding. (#351794)
7459
7460 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7461
7462         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7463         (gst_flac_dec_write), (gst_flac_dec_loop),
7464         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7465         (gst_flac_dec_src_query):
7466         * ext/flac/gstflacdec.h:
7467           Make flac-in-ogg work (#352100).
7468
7469 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7472           Don't unref buffers of which we've already given away
7473           ownership to the adapter.
7474
7475 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7478           Make metadata extraction actually work.
7479
7480         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7481         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7482         (gst_speexenc_chain):
7483           Fix metadata writing: replace old code which wrote completely
7484           broken tags with libgsttag-based code. Plus miscellaneous
7485           code cleanups (use static pad templates etc.) and a bunch
7486           of leak fixes.
7487
7488 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7489
7490         * gst/audiopanorama/.cvsignore:
7491         * gst/audiopanorama/Makefile.am:
7492         * gst/audiopanorama/audiofx.c:
7493         * gst/audiopanorama/audiopanorama.c:
7494         * gst/audiopanorama/audiopanorama.h:
7495           die! die! die! you should never have been there
7496
7497 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7498
7499         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7500         Fix invalid memory access in audiopanorama test suite.
7501
7502 2006-08-21  Edward Hervey  <edward@fluendo.com>
7503
7504         * tests/check/elements/.cvsignore:
7505         ignore built file
7506
7507 2006-08-21  Wim Taymans  <wim@fluendo.com>
7508
7509         * gst/rtp/Makefile.am:
7510         Fix the build again.
7511
7512 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7513
7514         * gst/audiofxgood/.cvsignore:
7515         * gst/audiofxgood/Makefile.am:
7516         * gst/audiofxgood/audiofx.c: (plugin_init):
7517         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7518         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7519         (gst_audio_panorama_set_property),
7520         (gst_audio_panorama_get_property),
7521         (gst_audio_panorama_get_unit_size),
7522         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7523         (gst_audio_panorama_transform_m2s),
7524         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7525         * gst/audiofxgood/audiopanorama.h:
7526           resubmit with the desired name *again*
7527
7528 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7529
7530         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7531         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7532           use g_assert in _get_unit_size
7533
7534 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7535
7536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7538         * docs/plugins/inspect/plugin-audiofxgood.xml:
7539           cleanup -unused.txt to make it useful, add previously missing docs
7540
7541         * ext/Makefile.am:
7542           Quietly (accidentally) enable LADSPA for building by default, 
7543           despite the fact that it doesn't meet the plugin checklist.
7544             -- Added by Jan Schmidt 18 Dec 2006
7545
7546         * ext/esd/esdmon.c:
7547         * ext/esd/esdsink.c:
7548         * ext/esd/gstesd.c: (plugin_init):
7549           reflow to get rid of two external symbols
7550
7551         * gst/audiofxgood/audiofx.c: (plugin_init):
7552           re-add
7553
7554 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7555
7556         * configure.ac:
7557         * gst/audiofxgood/.cvsignore:
7558         * gst/audiofxgood/Makefile.am:
7559         * gst/audiofxgood/audiofx.c
7560         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7561         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7562         (gst_audio_panorama_set_property),
7563         (gst_audio_panorama_get_property),
7564         (gst_audio_panorama_get_unit_size),
7565         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7566         (gst_audio_panorama_transform_m2s),
7567         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7568         * gst/audiofxgood/audiopanorama.h:
7569         * tests/check/Makefile.am:
7570         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7571         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7572         (panorama_suite), (main):
7573         Add audiofxgood plugin with audiopanorama element
7574
7575 2006-08-18  Wim Taymans  <wim@fluendo.com>
7576
7577         * docs/plugins/Makefile.am:
7578         More Oss docs fixage. 
7579
7580 2006-08-18  Wim Taymans  <wim@fluendo.com>
7581
7582         * gst/rtp/Makefile.am:
7583         * gst/rtp/gstrtp.c: (plugin_init):
7584         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7585         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7586         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7587         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7588         (gst_rtp_sv3v_depay_get_property),
7589         (gst_rtp_sv3v_depay_change_state),
7590         (gst_rtp_sv3v_depay_plugin_init):
7591         * gst/rtp/gstrtpsv3vdepay.h:
7592         Added experimental SVQ3 depayloader.
7593
7594 2006-08-18  Edward Hervey  <edward@fluendo.com>
7595
7596         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7597         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7598         * ext/dv/gstdvdemux.h:
7599         When handling seek requests, don't send the newsegment event from the
7600         calling thread. Instead save it so it can be sent from the streaming
7601         thread.
7602
7603 2006-08-17  Wim Taymans  <wim@fluendo.com>
7604
7605         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7606
7607         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7608         Accept leading whitespace before the boundary
7609         This patch makes the demuxer allow some whitespace before the actual
7610         boundary. This makes the demuxer work with the ``old'' gstreamer
7611         multipartmuxer again (which placed an extra \n before the start
7612         of the stream) Fixes #349068.
7613
7614 2006-08-17  Wim Taymans  <wim@fluendo.com>
7615
7616         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7617         Error out on non-implemented stuff.
7618
7619 2006-08-16  Wim Taymans  <wim@fluendo.com>
7620
7621         Patch by: Andy Wingo <wingo at pobox dot com>
7622
7623         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7624         (gst_signal_processor_start), (gst_signal_processor_stop),
7625         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7626         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7627         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7628         (gst_signal_processor_change_state):
7629         Make ladspa elements reusable. Fixes #350006.
7630
7631 2006-08-16  Wim Taymans  <wim@fluendo.com>
7632
7633         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7634         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7635         names as possible. Fixes #349901.
7636
7637 2006-08-16  Wim Taymans  <wim@fluendo.com>
7638
7639         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7640         (gst_signal_processor_do_pushes):
7641         A push() gives away our refcount so we should not use the buffer on the
7642         pen anymore.
7643
7644 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7647         (gst_oss_mixer_element_finalize):
7648           Don't leak device string.
7649
7650 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * configure.ac:
7653           Require CVS of GStreamer core and -base (for
7654           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7655
7656         * ext/taglib/gstid3v2mux.cc:
7657           Write extended comment tags properly (#348762).
7658
7659         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7660         (parse_comment_frame):
7661           Extract COMM frames into extended comments, which makes it
7662           easier to properly retain the description bit of the tag
7663           and maintain this information when re-tagging (#348762).
7664
7665 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * tests/check/Makefile.am:
7668           Don't try to run annodex unit tests if the annodex
7669           plugin has not been built (Fixes #351116).
7670
7671 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * gst/autodetect/gstautoaudiosink.c:
7674         (gst_auto_audio_sink_find_best):
7675           When we can't find a usable audiosink, don't error out,
7676           but use a fake sink instead and post a warning message
7677           on the bus (#341278).
7678
7679 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7682         * sys/oss/gstosssink.c:
7683         * sys/oss/gstosssrc.c:
7684           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7685           ossmixer's new device property.
7686
7687         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7688         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7689           Add docs for OSS elements.
7690
7691         * docs/plugins/inspect/plugin-aasink.xml:
7692         * docs/plugins/inspect/plugin-alaw.xml:
7693         * docs/plugins/inspect/plugin-alpha.xml:
7694         * docs/plugins/inspect/plugin-alphacolor.xml:
7695         * docs/plugins/inspect/plugin-annodex.xml:
7696         * docs/plugins/inspect/plugin-apetag.xml:
7697         * docs/plugins/inspect/plugin-auparse.xml:
7698         * docs/plugins/inspect/plugin-autodetect.xml:
7699         * docs/plugins/inspect/plugin-avi.xml:
7700         * docs/plugins/inspect/plugin-cacasink.xml:
7701         * docs/plugins/inspect/plugin-cairo.xml:
7702         * docs/plugins/inspect/plugin-cdio.xml:
7703         * docs/plugins/inspect/plugin-cutter.xml:
7704         * docs/plugins/inspect/plugin-debug.xml:
7705         * docs/plugins/inspect/plugin-dv.xml:
7706         * docs/plugins/inspect/plugin-efence.xml:
7707         * docs/plugins/inspect/plugin-effectv.xml:
7708         * docs/plugins/inspect/plugin-esdsink.xml:
7709         * docs/plugins/inspect/plugin-flac.xml:
7710         * docs/plugins/inspect/plugin-flxdec.xml:
7711         * docs/plugins/inspect/plugin-gconfelements.xml:
7712         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7713         * docs/plugins/inspect/plugin-goom.xml:
7714         * docs/plugins/inspect/plugin-halelements.xml:
7715         * docs/plugins/inspect/plugin-icydemux.xml:
7716         * docs/plugins/inspect/plugin-id3demux.xml:
7717         * docs/plugins/inspect/plugin-jpeg.xml:
7718         * docs/plugins/inspect/plugin-level.xml:
7719         * docs/plugins/inspect/plugin-matroska.xml:
7720         * docs/plugins/inspect/plugin-mulaw.xml:
7721         * docs/plugins/inspect/plugin-multipart.xml:
7722         * docs/plugins/inspect/plugin-navigationtest.xml:
7723         * docs/plugins/inspect/plugin-ossaudio.xml:
7724         * docs/plugins/inspect/plugin-png.xml:
7725         * docs/plugins/inspect/plugin-rtp.xml:
7726         * docs/plugins/inspect/plugin-rtsp.xml:
7727         * docs/plugins/inspect/plugin-shout2send.xml:
7728         * docs/plugins/inspect/plugin-smpte.xml:
7729         * docs/plugins/inspect/plugin-speex.xml:
7730         * docs/plugins/inspect/plugin-taglib.xml:
7731         * docs/plugins/inspect/plugin-udp.xml:
7732         * docs/plugins/inspect/plugin-videobalance.xml:
7733         * docs/plugins/inspect/plugin-videobox.xml:
7734         * docs/plugins/inspect/plugin-videoflip.xml:
7735         * docs/plugins/inspect/plugin-videomixer.xml:
7736         * docs/plugins/inspect/plugin-wavenc.xml:
7737         * docs/plugins/inspect/plugin-wavparse.xml:
7738         * docs/plugins/inspect/plugin-ximagesrc.xml:
7739           Update to CVS version.
7740           
7741 2006-08-16  Wim Taymans  <wim@fluendo.com>
7742
7743         * gst/rtp/gstrtpamrdepay.c:
7744         * gst/rtp/gstrtpmp4gdepay.c:
7745         Caps extra properties must be defined as strings for
7746         depayloaders because they are generated from an SDP.
7747
7748         * gst/rtp/Makefile.am:
7749         * gst/rtp/gstrtp.c: (plugin_init):
7750         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7751         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7752         (gst_rtp_h264_depay_finalize), (decode_base64),
7753         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7754         (gst_rtp_h264_depay_set_property),
7755         (gst_rtp_h264_depay_get_property),
7756         (gst_rtp_h264_depay_change_state),
7757         (gst_rtp_h264_depay_plugin_init):
7758         * gst/rtp/gstrtph264depay.h:
7759         Added basic, not completely functional RFC 3984 H264 depayloader.
7760
7761 2006-08-16  Wim Taymans  <wim@fluendo.com>
7762
7763         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7764         Add pads after setting them up.
7765
7766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7767         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7768         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7769         (gst_rtspsrc_stream_setup_rtp),
7770         (gst_rtspsrc_stream_configure_transport),
7771         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7772         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7773         (gst_rtspsrc_pause):
7774         * gst/rtsp/gstrtspsrc.h:
7775         Fix interleaved mode.
7776          - Protect streaming with lock.
7777          - Combine flows
7778          - set caps on outgoing buffers.
7779          - strip trailing \0 from data packets.
7780          - Configure RTP/RTCP in stream.
7781         Use DEBUG_OBJECT more.
7782
7783 2006-08-16  Wim Taymans  <wim@fluendo.com>
7784
7785         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7786         Turn a g_print into a DEBUG line.
7787
7788 2006-08-13  Wim Taymans  <wim@fluendo.com>
7789
7790         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7791         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7792         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7793         (gst_oss_mixer_element_get_property),
7794         (gst_oss_mixer_element_change_state):
7795         * sys/oss/gstossmixerelement.h:
7796         Small cleanups. Better error reporting.
7797         Add device property for the mixer instead of the hardcoded
7798         /dev/mixer. Fixes #350785.
7799         API: GstOssMixerElement::device property
7800
7801 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7802
7803         Patch by: Jens Granseuer <jensgr at gmx net>
7804
7805         * gconf/Makefile.am:
7806           Make --disable-schemas work right (they still need
7807           to be copied to the installation directory, just not
7808           applied). Fixes #351347 (also #344100).
7809           
7810 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7811
7812         * configure.ac: back to HEAD
7813
7814 === release 0.10.4 ===
7815
7816 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7817
7818         * configure.ac:
7819           releasing 0.10.4, "Dear Leader"
7820
7821 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7822
7823         Patch by: Edward Hervey <edward@fluendo.com>
7824
7825         * configure.ac:
7826         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7827         (gst_wavparse_stream_data):
7828         Send the newsegment event in the streaming thread.
7829         Fixes #347529
7830
7831 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7832
7833         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7834         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7835         (gst_smokeenc_resync), (gst_smokeenc_chain):
7836           Refuse sink caps in the encoder if width or height is not a
7837           multiple of 16, the encoder does not support that yet (#349939);
7838           along the same lines, check the return value of the encoder
7839           setup function; also remove some debug log clutter.
7840
7841 2006-08-04  Andy Wingo  <wingo@pobox.com>
7842
7843         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7844         whether a processor can work in place or not, and for keeping
7845         track of its state. Change the FlowReturn instance variable from
7846         "state" to "flow_state", all callers changed.
7847
7848         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7849         (gst_signal_processor_start, gst_signal_processor_stop)
7850         (gst_signal_processor_cleanup): New functions to manage the
7851         processor's state.
7852         (gst_signal_processor_setcaps): start() as well as setup() here.
7853         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7854         (gst_signal_processor_change_state): Stop and cleanup the
7855         processor as we go to NULL.
7856
7857         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7858         INPLACE_BROKEN is not set.
7859
7860         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7861         Do the alloc_buffer in bytes, not frames.
7862         
7863 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7864
7865         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7866         Fix rgb masks when recording in < 24bpp.
7867
7868 2006-08-04  Andy Wingo  <wingo@pobox.com>
7869
7870         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7871         (gst_signal_processor_prepare)
7872         (gst_signal_processor_update_inputs)
7873         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7874         (gst_signal_processor_flush)
7875         (gst_signal_processor_sink_activate_push)
7876         (gst_signal_processor_src_activate_pull)
7877         (gst_signal_processor_change_state): Remove the last of the code
7878         that assumes that we process whole buffers at a time. Fix some
7879         debugging. Seems to work now in some cases.
7880         (gst_signal_processor_src_activate_pull): BPB
7881
7882 2006-08-01  Andy Wingo  <wingo@pobox.com>
7883
7884         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7885         Fix nframes-choosing.
7886         (gst_signal_processor_init): Init pending_in and pending_out.
7887
7888         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7889         more default sample rate, although we never check that the sample
7890         rate actually gets set. Something for the future.
7891         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7892         (gst_signal_processor_event): Refcount fixen.
7893         (gst_signal_processor_process): Pull the number of frames to
7894         process from the sizes of the buffers in the input pens.
7895         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7896         (gst_signal_processor_do_pulls): Add an nframes argument, and use
7897         it instead of buffer_frames.
7898         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7899         to do_pulls.
7900         (gst_signal_processor_chain)
7901         (gst_signal_processor_sink_activate_push)
7902         (gst_signal_processor_src_activate_pull):  Refcount fixen.
7903
7904         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7905
7906 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
7907
7908         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7909         (gst_signal_processor_process):
7910           don't query buffer-frames from caps, add lots of debug-log,
7911           try fix for assert (#349189)
7912
7913 2006-07-31  Wim Taymans  <wim@fluendo.com>
7914
7915         * gst/udp/gstudpsrc.c:
7916         Fix docs.
7917
7918 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
7919
7920         * ext/ladspa/gstsignalprocessor.c:
7921         (gst_signal_processor_add_pad_from_template),
7922         (gst_signal_processor_init), (gst_signal_processor_setcaps),
7923         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7924         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7925         (gst_signal_processor_sink_activate_push),
7926         (gst_signal_processor_src_activate_pull),
7927         (gst_signal_processor_change_state):
7928          Add debugs logs here and there, add more error handling, add some
7929          FIXME comments, filed #349189
7930
7931 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7932
7933         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7934         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
7935         Set caps on buffer correctly.  Fixes bug #349155.
7936
7937 2006-07-28  Wim Taymans  <wim@fluendo.com>
7938
7939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7940
7941         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7942         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7943         (gst_multipart_demux_finalize), (get_line_end),
7944         (multipart_parse_header), (multipart_find_boundary),
7945         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7946         (gst_multipart_set_property), (gst_multipart_get_property):
7947         Uses GstAdapter instead of own buffering.
7948         Actually parses the mime-type correctly (In tests the mime-type was
7949         always "" with the old version).
7950         Uses the Content-length header if available to speed up things.
7951         Reliably autoscans the boundary name by default.
7952         Fixes #349068.
7953
7954         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7955         Don't start the stream with a \n.
7956
7957 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         Patch by: Brian Cameron <brian dot cameron at sun com>
7960
7961         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7962           Open source with O_NONBLOCK (#349015).
7963
7964 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
7965
7966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7967         (gst_avi_demux_massage_index):
7968         * gst/avi/gstavidemux.h:
7969           Whitespace fixes and more debug
7970
7971 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * gst/autodetect/gstautoaudiosink.c:
7974         (gst_auto_audio_sink_create_element_with_pretty_name),
7975         (gst_auto_audio_sink_find_best),
7976         (gst_auto_audio_sink_change_state):
7977           Get rid of old and unused magic sound-server properties stuff.
7978           Add suffix to child sink's name that makes it easy to see from
7979           the name alone which type it actually is (alsa, oss, esd, etc.).
7980
7981 2006-07-27  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7984         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
7985         (gst_udpsrc_start):
7986         * gst/udp/gstudpsrc.h:
7987         Rename "buffer" to "buffer-size" to make clear it is a size we set and
7988         not some sort of feature we enable.
7989
7990 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7991
7992         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7993           Use CLOSE_SOCKET() here instead of close() to maintain
7994           win32 workiness.
7995
7996 2006-07-27  Wim Taymans  <wim@fluendo.com>
7997
7998         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7999
8000         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8001         (gst_udpsrc_create), (gst_udpsrc_set_property),
8002         (gst_udpsrc_get_property), (gst_udpsrc_start):
8003         * gst/udp/gstudpsrc.h:
8004         Added "buffer-size" property to control the kernel receive buffer size.
8005         Update documentation.
8006         Small cleanups. Fixes #348752.
8007         API: buffer-size property
8008
8009 2006-07-26  Wim Taymans  <wim@fluendo.com>
8010
8011         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8012
8013         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8014         (gst_rtp_pcma_pay_handle_buffer):
8015         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8016         (gst_rtp_pcmu_pay_handle_buffer):
8017         Fix timestamp calculation on outgoing RTP packets.
8018         Fixes #348675.
8019
8020 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8021
8022         * ext/taglib/gstid3v2mux.cc:
8023           Fix writing of comment frames (should be COMM not TCOM),
8024           is still sub-optimal though, since we don't retain or
8025           extract the comment descriptions properly (#334375,
8026           also see #334375).
8027
8028 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * gst/wavparse/gstwavparse.c:
8031           #define 'fact' RIFF chunk if we are not compiling against
8032           -base CVS (we don't want to depend on -base CVS for this
8033           one define only, and also not for release order reasons).
8034
8035 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8036
8037         * ext/taglib/gstid3v2mux.cc:
8038           Handle multiple tags of the same type properly. Re-inject
8039           unparsed ID3v2 frames that we get as binary blobs from
8040           id3demux into the tag again so we don't lose information
8041           when retagging (#334375).
8042
8043 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8044
8045         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8046           Document newly-added properties properly, so that there is a
8047           'Since: 0.10.4' in the plugin docs. Convert some property
8048           names into canonical GObject style (GObject will do that
8049           internally anyway).
8050
8051 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * gst/id3demux/id3tags.c:
8054         (id3demux_add_id3v2_frame_blob_to_taglist):
8055           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8056           well, and add the version to the blob's buffer caps, since that
8057           information will be needed for deserialisation later on (#348644).
8058
8059 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8060
8061         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8062         (gst_avi_demux_parse_stream):
8063          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8064          indentation and spacing.
8065
8066 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8067
8068         * docs/plugins/Makefile.am:
8069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8070         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8071         * docs/plugins/gst-plugins-good-plugins.args:
8072         * docs/plugins/inspect/plugin-1394.xml:
8073         * docs/plugins/inspect/plugin-aasink.xml:
8074         * docs/plugins/inspect/plugin-alaw.xml:
8075         * docs/plugins/inspect/plugin-alpha.xml:
8076         * docs/plugins/inspect/plugin-alphacolor.xml:
8077         * docs/plugins/inspect/plugin-annodex.xml:
8078         * docs/plugins/inspect/plugin-apetag.xml:
8079         * docs/plugins/inspect/plugin-auparse.xml:
8080         * docs/plugins/inspect/plugin-autodetect.xml:
8081         * docs/plugins/inspect/plugin-avi.xml:
8082         * docs/plugins/inspect/plugin-cacasink.xml:
8083         * docs/plugins/inspect/plugin-cairo.xml:
8084         * docs/plugins/inspect/plugin-cdio.xml:
8085         * docs/plugins/inspect/plugin-cutter.xml:
8086         * docs/plugins/inspect/plugin-debug.xml:
8087         * docs/plugins/inspect/plugin-dv.xml:
8088         * docs/plugins/inspect/plugin-efence.xml:
8089         * docs/plugins/inspect/plugin-effectv.xml:
8090         * docs/plugins/inspect/plugin-esdsink.xml:
8091         * docs/plugins/inspect/plugin-flac.xml:
8092         * docs/plugins/inspect/plugin-flxdec.xml:
8093         * docs/plugins/inspect/plugin-gconfelements.xml:
8094         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8095         * docs/plugins/inspect/plugin-goom.xml:
8096         * docs/plugins/inspect/plugin-halelements.xml:
8097         * docs/plugins/inspect/plugin-icydemux.xml:
8098         * docs/plugins/inspect/plugin-id3demux.xml:
8099         * docs/plugins/inspect/plugin-jpeg.xml:
8100         * docs/plugins/inspect/plugin-level.xml:
8101         * docs/plugins/inspect/plugin-matroska.xml:
8102         * docs/plugins/inspect/plugin-mulaw.xml:
8103         * docs/plugins/inspect/plugin-multipart.xml:
8104         * docs/plugins/inspect/plugin-navigationtest.xml:
8105         * docs/plugins/inspect/plugin-ossaudio.xml:
8106         * docs/plugins/inspect/plugin-png.xml:
8107         * docs/plugins/inspect/plugin-rtp.xml:
8108         * docs/plugins/inspect/plugin-rtsp.xml:
8109         * docs/plugins/inspect/plugin-shout2send.xml:
8110         * docs/plugins/inspect/plugin-smpte.xml:
8111         * docs/plugins/inspect/plugin-speex.xml:
8112         * docs/plugins/inspect/plugin-udp.xml:
8113         * docs/plugins/inspect/plugin-videobalance.xml:
8114         * docs/plugins/inspect/plugin-videobox.xml:
8115         * docs/plugins/inspect/plugin-videoflip.xml:
8116         * docs/plugins/inspect/plugin-videomixer.xml:
8117         * docs/plugins/inspect/plugin-wavenc.xml:
8118         * docs/plugins/inspect/plugin-wavparse.xml:
8119         * docs/plugins/inspect/plugin-ximagesrc.xml:
8120           Update files to CVS/Prerelease version, add esdsink docs.
8121
8122         * ext/esd/esdsink.c:
8123           Add gtk-doc blurb.
8124
8125         * gst/rtp/gstrtpmp4vpay.c:
8126           Fix typo in element description.
8127
8128 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8129
8130         * ext/esd/esdsink.c: (gst_esdsink_open),
8131         (gst_esdsink_factory_init):
8132           Prevent libesd from auto-spawning a sound daemon if it
8133           is not already running. Now that we don't do evil stuff
8134           like that any longer we can give esdsink a rank so that
8135           autoaudiosink will try it as well if all other audio
8136           sinks fail (#343051).
8137
8138 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8139
8140         * ext/esd/Makefile.am:
8141           Oops, need to remove README from EXTRA_DIST as well.
8142
8143 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * ext/esd/README:
8146           Remove, it contains nothing useful anyway.
8147
8148         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8149         (gst_esdsink_delay):
8150           Some small clean-ups; use GST_BOILERPLATE etc.
8151
8152 2006-07-24  Wim Taymans  <wim@fluendo.com>
8153
8154         * gst/law/alaw-decode.c: (alawdec_getcaps):
8155         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8156         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8157         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8158         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8159
8160 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8163         (gst_wavparse_other), (gst_wavparse_perform_seek),
8164         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8165         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8166         (gst_wavparse_pad_query):
8167         * gst/wavparse/gstwavparse.h:
8168           Use information from 'fact' chunk for length calculation of compressed
8169           samples. Calculate bps if bogus value is found in wav header (embeded
8170           mp2/mp3).
8171           
8172
8173 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8176
8177         * configure.ac:
8178         * gst/udp/Makefile.am:
8179         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8180         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8181         * gst/udp/gstdynudpsink.h:
8182         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8183         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8184         * gst/udp/gstmultiudpsink.h:
8185         * gst/udp/gstudp.c: (plugin_init):
8186         * gst/udp/gstudpsink.h:
8187         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8188         (gst_udpsrc_start), (gst_udpsrc_stop):
8189         * gst/udp/gstudpsrc.h:
8190         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8191         (gst_udp_net_utils_win32_wsa_startup):
8192         * gst/udp/gstudpnetutils.h:
8193           Port udp plugin to win32 (#345288).
8194
8195 2006-07-24  Wim Taymans  <wim@fluendo.com>
8196
8197         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8198         Remove unwanted DEBUG line.
8199
8200 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * gst/id3demux/gstid3demux.c: (plugin_init):
8203         * gst/id3demux/id3tags.c:
8204         (id3demux_add_id3v2_frame_blob_to_taglist):
8205         * gst/id3demux/id3tags.h:
8206           On second thought, it might be wiser and more efficient
8207           not to do tag registration from a streaming thread.
8208
8209 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * gst/id3demux/id3tags.c:
8212         (id3demux_add_id3v2_frame_blob_to_taglist),
8213         (id3demux_id3v2_frames_to_tag_list):
8214           Put ID3v2 frames we can't parse as binary blobs into private
8215           tags, so that they are not lost when retagging, at least once
8216           id3v2mux has been taught to re-inject those frames again.
8217           See bug #334375.
8218
8219 2006-07-21  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8222         (gst_avi_demux_process_next_entry):
8223         Fix some leaks.
8224
8225         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8226         Don't use \n in debug lines.
8227
8228 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8229
8230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8232           Add annodex and icydemux, cleanup the sections a bit
8233
8234 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8235
8236         Patch by: Alex Lancaster <alexl at users sourceforge net>
8237
8238         * ext/taglib/gstid3v2mux.cc:
8239           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8240           ID3v2 TSSE frames (#347898).
8241
8242 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8243
8244         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8245           Respect mpegversion for "video/mpeg" and give message in case of
8246           unhandled versions.
8247
8248 2006-07-17  Wim Taymans  <wim@fluendo.com>
8249
8250         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8251         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8252         (gst_pngdec_chain), (gst_pngdec_sink_event),
8253         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8254         (gst_pngdec_sink_activate_push):
8255         * ext/libpng/gstpngdec.h:
8256         Use statically allocated segment instead of leaking.
8257         Various cleanups.
8258         Fix flush and seek handling.
8259
8260 2006-07-16  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/rtp/Makefile.am:
8263         * gst/rtp/gstrtp.c: (plugin_init):
8264         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8265         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8266         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8267         (gst_rtp_mp4g_depay_set_property),
8268         (gst_rtp_mp4g_depay_get_property),
8269         (gst_rtp_mp4g_depay_change_state),
8270         (gst_rtp_mp4g_depay_plugin_init):
8271         * gst/rtp/gstrtpmp4gdepay.h:
8272         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8273         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8274         (gst_rtp_mp4g_pay_flush):
8275         Added simple generic mpeg4 depayloader.
8276         Fix generic mpeg4 payloader.
8277
8278 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8281           Don't try doing state changes on a NULL pointer.
8282
8283 2006-07-14  Wim Taymans  <wim@fluendo.com>
8284
8285         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8286
8287         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8288         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8289         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8290         * gst/rtp/gstrtpamrdepay.h:
8291         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8292         Fixes #321191
8293
8294 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8295
8296         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8297         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8298         Fix segfault when moving mouse pointer to the bottom right corner.
8299
8300 2006-07-12  Wim Taymans  <wim@fluendo.com>
8301
8302         * gst/rtp/Makefile.am:
8303         * gst/rtp/gstrtp.c: (plugin_init):
8304         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8305         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8306         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8307         (gst_rtp_mp2t_depay_set_property),
8308         (gst_rtp_mp2t_depay_get_property),
8309         (gst_rtp_mp2t_depay_change_state),
8310         (gst_rtp_mp2t_depay_plugin_init):
8311         * gst/rtp/gstrtpmp2tdepay.h:
8312         Added mpeg2 TS depayloader. Closing #347234.
8313
8314 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8317           Remove g_assert that shouldn't be there and was triggered
8318           after trying to open a device that doesn't exist or can't
8319           be opened for some other reason (#347972).
8320
8321 2006-07-10  Edward Hervey  <edward@fluendo.com>
8322
8323         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8324         (gst_avi_demux_stream_header), (push_tag_lists):
8325         * gst/avi/gstavidemux.h:
8326         Don't push tag events found by gst_riff_parse_info() before outputting
8327         GST_EVENT_NEWSEGMENT.
8328
8329 2006-07-10  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst/rtsp/Makefile.am:
8332         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8333         (rtsp_connection_close):
8334         * gst/rtsp/rtspdefs.h:
8335         replaced closesocket and close in code with one CLOSE_SOCKET. 
8336         Some more cleanups. Fixes #345301.
8337
8338 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8339
8340         * gst/autodetect/gstautoaudiosink.c:
8341           Fix example pipeline in docs.
8342
8343 2006-07-10  Wim Taymans  <wim@fluendo.com>
8344
8345         Patch by: Rob Taylor <robtaylor at floopily dot org>
8346
8347         * gst/udp/gstmultiudpsink.c: (join_multicast),
8348         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8349         If a destination is added before the stream is set to PAUSED, the
8350         multicast group is not joined as the socket is not created yet. 
8351         Also TTL and LOOP should also be set. Fixes #346921.
8352
8353 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8354
8355         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8356         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8357         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8358         (gst_ximage_src_init):
8359         * sys/ximage/gstximagesrc.h:
8360         Fix use-damage property to actually work :)
8361         Add startx, starty, endx, endy properties so screencasts other than full
8362         screen ones can work.
8363
8364 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8365
8366         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8367         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8368         (gst_ximage_src_class_init), (gst_ximage_src_init):
8369         * sys/ximage/gstximagesrc.h:
8370         Add use_damage property to offer ability to choose whether to use
8371         XDamage or not.
8372
8373 2006-07-07  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst/goom/filters.c: (zoomFilterSetResolution):
8376         Avoid goom coredumping by clearing memory. 
8377         Fixes 345679.
8378
8379 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8380
8381         * win32/vs6/libgstid3demux.dsp:
8382         Add a link to libgsttag-0.10.lib.
8383
8384 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8385
8386         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8387         (gst_tag_demux_read_range):
8388         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8389         (gst_id3demux_read_range):
8390           Don't return FLOW_UNEXPECTED when a buffer is before
8391           the start of the stream (which might happen with
8392           large ID3v2 tags if the tag reading was done pullrange
8393           based and we then switched to push mode later on).
8394           Fixes regression introduced by commit from June 29th.
8395
8396 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8397
8398         * ext/taglib/gstid3v2mux.cc:
8399           Make UTF-8 the default encoding when writing string
8400           tags (before, our UTF-8 strings would automatically
8401           be converted to ISO-8859-1 by taglib and written as
8402           ISO-8859-1 fields if that was possible).
8403
8404         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8405         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8406         (test_taglib_id3mux_with_tags):
8407           Add test case that makes sure our UTF-8 strings have
8408           actually been written into the tag as UTF-8.
8409
8410 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * configure.ac:
8413           Let's try that again.
8414
8415 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8416
8417         * configure.ac:
8418           Disable monoscope plugin for now until it fulfills
8419           all the requirements.
8420
8421 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8422
8423         * configure.ac:
8424         * gst/monoscope/Makefile.am:
8425         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8426         (gst_monoscope_class_init), (gst_monoscope_init),
8427         (gst_monoscope_finalize), (gst_monoscope_reset),
8428         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8429         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8430         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8431         (gst_monoscope_change_state), (plugin_init):
8432         * gst/monoscope/gstmonoscope.h:
8433           Port monoscope visualisation to 0.10.
8434
8435 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8438         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8439           Return FLOW_UNEXPECTED when at the end of the file, not
8440           FLOW_ERROR. Fixes 'internal stream error' errors that
8441           would sometimes occur in totem when scrubbing to the
8442           end of an ID3v1 tagged mp3 file.
8443
8444 2006-07-03  Edward Hervey  <edward@fluendo.com>
8445
8446         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8447         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8448         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8449         * ext/libpng/gstpngdec.h:
8450         Implement buffer clipping/dropping using GstSegment.
8451         This provides accurate seeking.
8452
8453 2006-07-03  Edward Hervey  <edward@fluendo.com>
8454
8455         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8456         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8457         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8458         (gst_avi_demux_process_next_entry), (push_tag_lists),
8459         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8460         * gst/avi/gstavidemux.h:
8461         Proper aggregation of each stream's GstFlowReturn in order to figure out
8462         whether the task should stop or not.
8463         Don't send inline events before pushing out a NEW_SEGMENT, more
8464         specifically for GST_TAG_EVENT.
8465         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8466         sub-indexes.
8467
8468 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8469
8470         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8471
8472         * sys/sunaudio/gstsunaudiomixerctrl.c:
8473         (gst_sunaudiomixer_ctrl_build_list):
8474           Move "Monitor" slider to input tab so it works more like
8475           sdtaudiocontrol, which is what people on Solaris are used
8476           to using for their mixer program (#346259).
8477
8478 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8479
8480         * tests/check/elements/level.c: (GST_START_TEST):
8481           fix a leak, clean up at the end
8482
8483 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8486         (gst_matroska_demux_send_event),
8487         (gst_matroska_demux_loop_stream_parse_id):
8488         * gst/matroska/matroska-ids.h:
8489           Send tag event after newsegment event.
8490
8491 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8492
8493         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8494         (gst_id3demux_read_range):
8495           Make sure we don't return GST_FLOW_OK with a NULL buffer in
8496           certain cases where a read beyond the end of the file is
8497           requested. Fixes #345930.
8498
8499         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8500         (gst_tag_demux_read_range):
8501           Fix same issue here as well.
8502
8503 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8504
8505         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8506         
8507         Fix hypothetical crash.
8508
8509 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8510
8511         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8512
8513         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8514           Do not modify the ports value. If the user has turned off the
8515           built-in speakers, then we should not reset it in the prepare
8516           function, since this causes the built-in speakers to turn
8517           back on anytime the user changes a track in totem, rhythmbox,
8518           etc. (#346066).
8519
8520 2006-06-23  Wim Taymans  <wim@fluendo.com>
8521
8522         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8523         Fix double caps unref when negotiation fails.
8524
8525 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * ext/annodex/gstcmmldec.c:
8528         * ext/annodex/gstcmmlenc.c:
8529         * ext/annodex/gstcmmlparser.c:
8530         * ext/dv/gstdvdec.c:
8531         * ext/dv/gstdvdemux.c:
8532         * ext/gdk_pixbuf/pixbufscale.c:
8533         * ext/jpeg/gstjpegenc.c:
8534         * ext/jpeg/gstsmokedec.c:
8535         * ext/jpeg/gstsmokeenc.c:
8536         * ext/libpng/gstpngdec.c:
8537         * ext/libpng/gstpngenc.c:
8538         * ext/speex/gstspeexenc.c:
8539         * gst/alpha/gstalphacolor.c:
8540         * gst/cutter/gstcutter.c:
8541         * gst/debug/gstnavigationtest.c:
8542         * gst/icydemux/gsticydemux.c:
8543         * gst/level/gstlevel.c:
8544         * gst/multipart/multipart.c:
8545         * gst/rtp/gstrtpamrpay.c:
8546         * gst/rtp/gstrtpdepay.c:
8547         * gst/rtp/gstrtpilbcpay.c:
8548         * gst/rtp/gstrtpmp4gpay.c:
8549         * gst/rtp/gstrtpmp4vpay.c:
8550         * gst/rtsp/gstrtpdec.c:
8551         * gst/rtsp/gstrtspsrc.c:
8552         * gst/udp/gstdynudpsink.c:
8553         * gst/udp/gstmultiudpsink.c:
8554         * gst/udp/gstudpsrc.c:
8555         * gst/videobox/gstvideobox.c:
8556         * gst/videofilter/gstvideoflip.c:
8557           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8558           plus two minor macro fixes.
8559
8560 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * gst/matroska/matroska-demux.c:
8563         (gst_matroska_demux_check_subtitle_buffer),
8564         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8565         (gst_matroska_demux_subtitle_caps):
8566         * gst/matroska/matroska-ids.c:
8567         (gst_matroska_track_init_subtitle_context):
8568         * gst/matroska/matroska-ids.h:
8569           Try to fix up broken matroska files containing subtitle
8570           streams with non-UTF8 character encodings (courtesy of
8571           mkvmerge) using either the encoding specified in the
8572           GST_SUBTITLE_ENCODING environment variable or the
8573           current locale's character set if it is non-UTF8.
8574           Fixes #337076.
8575
8576 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8577
8578         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8579           Set image type from APIC frame as "image-type" field
8580           of GST_TAG_IMAGE buffer caps (#344605).
8581
8582 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8583
8584         * ext/flac/Makefile.am:
8585         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8586         (gst_flac_dec_reset_decoders),
8587         (gst_flac_dec_setup_seekable_decoder),
8588         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8589         (gst_flac_dec_metadata_callback),
8590         (gst_flac_dec_metadata_callback_seekable),
8591         (gst_flac_dec_metadata_callback_stream),
8592         (gst_flac_dec_error_callback),
8593         (gst_flac_dec_error_callback_seekable),
8594         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8595         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8596         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8597         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8598         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8599         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8600         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8601         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8602         (gst_flac_dec_sink_activate_push),
8603         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8604         * ext/flac/gstflacdec.h:
8605           Support chain-based operation, should make flac-over-DAAP
8606           work (#340492).
8607
8608 2006-06-20  Wim Taymans  <wim@fluendo.com>
8609
8610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8611         Doc updates, merge some unused symbols.
8612
8613 2006-06-20  Wim Taymans  <wim@fluendo.com>
8614
8615         * docs/plugins/Makefile.am:
8616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8618         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8619         * gst/rtsp/gstrtspsrc.c:
8620         * gst/rtsp/gstrtspsrc.h:
8621         Added documentation for the rtsp plugin. Fixes #345393.
8622
8623 2006-06-20  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8626         (rtsp_connection_close), (rtsp_connection_free):
8627         Use better G_OS_* macros. Fixes #345301 some more.
8628
8629 2006-06-20  Wim Taymans  <wim@fluendo.com>
8630
8631         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8632
8633         * sys/sunaudio/Makefile.am:
8634         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8635         * sys/sunaudio/gstsunaudiomixerctrl.c:
8636         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8637         (gst_sunaudiomixer_ctrl_list_tracks),
8638         (gst_sunaudiomixer_ctrl_get_volume),
8639         (gst_sunaudiomixer_ctrl_set_volume),
8640         (gst_sunaudiomixer_ctrl_set_mute),
8641         (gst_sunaudiomixer_ctrl_set_record):
8642         * sys/sunaudio/gstsunaudiomixerctrl.h:
8643         * sys/sunaudio/gstsunaudiomixertrack.c:
8644         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8645         * sys/sunaudio/gstsunaudiomixertrack.h:
8646         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8647         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8648         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8649         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8650         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8651         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8652         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8653         (gst_sunaudiosrc_reset):
8654         * sys/sunaudio/gstsunaudiosrc.h:
8655         Add a SunAudio source plugin.
8656         Support stereo and right/left channel gain in the mixer plugin.
8657         Support the RECORD flag so that you can switch between line-input and
8658         microphone in gnome-volume-control.
8659         Code cleanups like using an enumerator for track number instead of an 
8660         integer. Fixes #344923.
8661
8662 2006-06-20  Wim Taymans  <wim@fluendo.com>
8663
8664         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8665
8666         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8667         (rtsp_connection_close):
8668         Make RTSP plugin compile on windows. Fixes #345301.
8669         Some changes to original patch to catch errors better.
8670         use ifdef WIN32 instead of ifndef.
8671
8672 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8673
8674         * configure.ac:
8675         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8676
8677 2006-06-18  Edward Hervey  <edward@fluendo.com>
8678
8679         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8680         After a failed buffer alloc, we need to abort the jpeg decoding (it
8681         started when parsing headers to figure out how many bytes we need
8682         to request downstream).
8683
8684 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8687
8688         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8689           Make sure we don't read beyond the end of the file (#345232).
8690
8691 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * configure.ac:
8694           Fix --disable-external (can't set conditionals conditionally,
8695           #343602).
8696
8697 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8698
8699         * autogen.sh:
8700         * configure.ac:
8701         * docs/Makefile.am:
8702           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8703
8704         * docs/plugins/Makefile.am:
8705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8706         * docs/plugins/inspect/plugin-taglib.xml:
8707           Add/fix apev2mux docs.
8708
8709 2006-06-14  Wim Taymans  <wim@fluendo.com>
8710
8711         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8712         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8713         (gst_dvdec_change_state):
8714         Reset segment info on flush.
8715         Alloc segment in _init, free in _finalize.
8716
8717         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8718         Don't send segments twice.
8719
8720 2006-06-14  Wim Taymans  <wim@fluendo.com>
8721
8722         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8723         Respect segment.stop. Fixes #342592.
8724
8725 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8728           No language specified means the implied language is English
8729           according to the matroska spec (partially fixes #344708);
8730           add some more debug output.
8731
8732 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8735         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8736         (gst_wavparse_chain):
8737           When operating chain-based, don't make any assumptions about the
8738           chunking of the incoming data and make streaming work on days other
8739           than the second Thursday after a full moon. Also fix up debug
8740           messages here and there and make use of the most excellent new
8741           gst_pad_query_peer_duration() utility function.
8742           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8743
8744         * gst/wavparse/gstwavparse.h:
8745           Remove trailing comma after last enum value, some compilers don't
8746           like that.
8747
8748 2006-06-13  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8751         Handle premature EOS gracefully.
8752
8753 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8756           Prevent out of bounds array access when scrubbing towards
8757           the end of the file between the last index entry and the
8758           end. Fixes occasional 'start <= stop' newsegment event
8759           assertions when scrubbing in MJPEG files.
8760
8761 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         * tests/check/elements/.cvsignore:
8764           And another one.
8765
8766 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8769         (scan_encoded_string), (parse_picture_frame):
8770           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8771
8772         * configure.ac:
8773           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8774           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8775
8776 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8777
8778         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8779           gratuitous comment changes
8780         * tests/check/elements/level.c: (GST_START_TEST):
8781           fix level test leaks
8782
8783 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8784
8785         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8786         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8787           Use gst_pad_query_peer_duration() utility function here.
8788
8789 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8790
8791         * autogen.sh:
8792           require am17
8793         * configure.ac:
8794         * ext/annodex/Makefile.am:
8795         * ext/cdio/Makefile.am:
8796         * ext/dv/Makefile.am:
8797         * ext/esd/Makefile.am:
8798         * ext/flac/Makefile.am:
8799         * ext/gdk_pixbuf/Makefile.am:
8800         * ext/ladspa/Makefile.am:
8801         * ext/libcaca/Makefile.am:
8802         * ext/speex/Makefile.am:
8803         * ext/taglib/Makefile.am:
8804         * sys/oss/Makefile.am:
8805         * sys/sunaudio/Makefile.am:
8806         * sys/ximage/Makefile.am:
8807           clean up build further
8808
8809 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8810
8811         * gconf/Makefile.am:
8812           Honour --disable-schemas-install configure option. Fixes #344100.
8813
8814 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * tests/examples/level/Makefile.am:
8817           Add -lm to LIBS for pow() function, don't assume one of our
8818           dependencies (such as libxml-2.0) drags it in automatically
8819           (#343603).
8820
8821 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8824
8825         * configure.ac:
8826           We should use $SED and not $(SED) in configure.ac (#343678).
8827
8828 2006-06-09  Wim Taymans  <wim@fluendo.com>
8829
8830         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8831
8832         * sys/sunaudio/gstsunaudiomixerctrl.c:
8833         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8834         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8835         (gst_sunaudiomixer_ctrl_set_mute):
8836         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8837         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8838         (gst_sunaudiosink_write):
8839         Attached find a patch that fixes a number of bugs with the SunAudio
8840         mixer plugin and fixes #344101:
8841         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8842            tracks onto the tracklist causing gnome-volume-control's preferences
8843            dialog to be messed up and would core dump if you checked/unchecked
8844            any item.
8845         2. We weren't previously setting the MUTE flag properly.  Fixing this
8846            makes gnome-volume-control work better.
8847         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8848            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8849            gnome-volume-control look better.
8850         Also some minor cleanup in gstsunaudiosink.c.
8851
8852 2006-06-09  Wim Taymans  <wim@fluendo.com>
8853
8854         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8855         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8856         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8857         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8858         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8859         * ext/jpeg/gstjpegdec.h:
8860         API: Added IDCT method property
8861         Small cleanups.
8862         Avoid dynamic allocation of trivial fixed structure.
8863         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8864
8865 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8866
8867         * configure.ac:
8868         We now require libraw1394 >= 1.1.0 and that version onwards all
8869         have .pc files.
8870
8871 2006-06-02  Edward Hervey  <edward@fluendo.com>
8872
8873         * gst/law/alaw-decode.c: (alawdec_getcaps): 
8874         Trying to get items from an ANY or EMPTY caps is ... stupid.
8875
8876 2006-06-02  Edward Hervey  <edward@fluendo.com>
8877
8878         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8879         (gst_dvdec_chain), (gst_dvdec_change_state):
8880         * ext/dv/gstdvdec.h:
8881         Added GstSegment handling, now implements dropping/clipping.
8882
8883 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * ext/aalib/gstaasink.h:
8886         * ext/annodex/gstcmmldec.h:
8887         * ext/cairo/gsttimeoverlay.h:
8888         * ext/dv/gstdvdec.h:
8889         * ext/dv/gstdvdemux.h:
8890         * ext/esd/esdmon.h:
8891         * ext/esd/esdsink.h:
8892         * ext/flac/gstflacenc.h:
8893         * ext/gconf/gstgconfaudiosink.h:
8894         * ext/gconf/gstgconfaudiosrc.h:
8895         * ext/gconf/gstgconfvideosink.h:
8896         * ext/gconf/gstgconfvideosrc.h:
8897         * ext/gdk_pixbuf/gstgdkanimation.h:
8898         * ext/gdk_pixbuf/pixbufscale.h:
8899         * ext/hal/gsthalaudiosink.h:
8900         * ext/hal/gsthalaudiosrc.h:
8901         * ext/jpeg/gstjpegenc.h:
8902         * ext/jpeg/gstsmokedec.h:
8903         * ext/jpeg/gstsmokeenc.h:
8904         * ext/libcaca/gstcacasink.h:
8905         * ext/libmng/gstmngdec.h:
8906         * ext/libmng/gstmngenc.h:
8907         * ext/libpng/gstpngdec.h:
8908         * ext/libpng/gstpngenc.h:
8909         * ext/raw1394/gstdv1394src.h:
8910         * ext/speex/gstspeexenc.h:
8911         * gst/autodetect/gstautoaudiosink.h:
8912         * gst/autodetect/gstautovideosink.h:
8913         * gst/avi/gstavidemux.h:
8914         * gst/cutter/gstcutter.h:
8915         * gst/debug/efence.h:
8916         * gst/debug/gstnavigationtest.h:
8917         * gst/debug/gstnavseek.h:
8918         * gst/flx/gstflxdec.h:
8919         * gst/goom/gstgoom.h:
8920         * gst/icydemux/gsticydemux.h:
8921         * gst/id3demux/gstid3demux.h:
8922         * gst/law/alaw-decode.h:
8923         * gst/law/alaw-encode.h:
8924         * gst/law/mulaw-decode.h:
8925         * gst/law/mulaw-encode.h:
8926         * gst/matroska/matroska-mux.h:
8927         * gst/median/gstmedian.h:
8928         * gst/oldcore/gstaggregator.h:
8929         * gst/oldcore/gstfdsink.h:
8930         * gst/oldcore/gstmd5sink.h:
8931         * gst/oldcore/gstmultifilesrc.h:
8932         * gst/oldcore/gstpipefilter.h:
8933         * gst/oldcore/gstshaper.h:
8934         * gst/oldcore/gststatistics.h:
8935         * gst/rtp/gstasteriskh263.h:
8936         * gst/rtp/gstrtpL16depay.h:
8937         * gst/rtp/gstrtpL16pay.h:
8938         * gst/rtp/gstrtpamrdepay.h:
8939         * gst/rtp/gstrtpamrpay.h:
8940         * gst/rtp/gstrtpdepay.h:
8941         * gst/rtp/gstrtpgsmdepay.h:
8942         * gst/rtp/gstrtpgsmpay.h:
8943         * gst/rtp/gstrtph263pay.h:
8944         * gst/rtp/gstrtph263pdepay.h:
8945         * gst/rtp/gstrtph263ppay.h:
8946         * gst/rtp/gstrtpmp4gpay.h:
8947         * gst/rtp/gstrtpmp4vdepay.h:
8948         * gst/rtp/gstrtpmp4vpay.h:
8949         * gst/rtp/gstrtpmpadepay.h:
8950         * gst/rtp/gstrtpmpapay.h:
8951         * gst/rtp/gstrtppcmadepay.h:
8952         * gst/rtp/gstrtppcmapay.h:
8953         * gst/rtp/gstrtppcmudepay.h:
8954         * gst/rtp/gstrtppcmupay.h:
8955         * gst/rtp/gstrtpspeexdepay.h:
8956         * gst/rtp/gstrtpspeexpay.h:
8957         * gst/rtsp/gstrtpdec.h:
8958         * gst/rtsp/gstrtspsrc.h:
8959         * gst/smpte/gstsmpte.h:
8960         * gst/udp/gstdynudpsink.h:
8961         * gst/udp/gstmultiudpsink.h:
8962         * gst/udp/gstudpsink.h:
8963         * gst/udp/gstudpsrc.h:
8964         * gst/videofilter/gstvideobalance.h:
8965         * gst/videofilter/gstvideoflip.h:
8966         * sys/oss/gstossdmabuffer.h:
8967         * sys/oss/gstossmixerelement.h:
8968         * sys/oss/gstosssink.h:
8969         * sys/oss/gstosssrc.h:
8970         * sys/osxvideo/osxvideosink.h:
8971         * sys/sunaudio/gstsunaudiomixer.h:
8972         * sys/sunaudio/gstsunaudiosink.h:
8973         * sys/ximage/gstximagesrc.h:
8974         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8975
8976 2006-05-31  Wim Taymans  <wim@fluendo.com>
8977
8978         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8979         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
8980         (gst_goom_src_setcaps), (gst_goom_src_event),
8981         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
8982         (gst_goom_change_state):
8983         * gst/goom/gstgoom.h:
8984         Handle QoS.
8985         Handle flushing, discont and events.
8986         Fix timestamps and various other cleanups.
8987
8988 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8989
8990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
8991         Fix bus reset when using libiec61883
8992
8993 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8994
8995         * configure.ac:
8996         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
8997         * ext/raw1394/Makefile.am:
8998         Add CFLAGS.
8999         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9000         New method, to receive using libiec61883.
9001         (gst_dv1394src_iso_receive),
9002         #ifdef'd out if libiec61883 is present.
9003         (gst_dv1394src_bus_reset),
9004         Get userdata correctly if using libiec61883. 
9005         (gst_dv1394src_create),
9006         When using libiec61883, only poll one fd and no need to read.
9007         (gst_dv1394src_discover_avc_node),
9008         Replace g_warnings.
9009         (gst_dv1394src_start),
9010         Create new handle when we know which dv port.  More reliable
9011         than setting port on an existing handle.  Initialise libiec61883.
9012         (gst_dv1394src_stop):
9013         If using libiec61883, then cleanup its handle properly.
9014         * ext/raw1394/gstdv1394src.h:
9015         Add libiec61883 handle.
9016
9017 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9018
9019         * gst/avi/gstavidemux.c:
9020           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9021         * win32/MANIFEST:
9022           sort file listing
9023         * win32/vs6/libgstavi.dsp:
9024           add gstavimux.c to the project
9025         * win32/vs6/libgstid3demux.dsp:
9026           add link to zlib library
9027         * win32/vs6/libgstmatroska.dsp:
9028           add matroska-ids.c to the project
9029
9030 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         Patch by: Sebastian Dröge  <mail at slomosnail de >
9033
9034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9036         * ext/taglib/Makefile.am:
9037         * ext/taglib/gstapev2mux.cc:
9038         * ext/taglib/gstapev2mux.h:
9039         * ext/taglib/gstid3v2mux.cc:
9040         * ext/taglib/gsttaglibmux.c: (plugin_init):
9041         * ext/taglib/gsttaglibmux.h:
9042           Add apev2mux element (#343122).
9043         
9044         * tests/check/Makefile.am:
9045         * tests/check/elements/apev2mux.c:
9046         (test_taglib_apev2mux_create_tags),
9047         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9048         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9049         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9050         (apev2mux_suite), (main):
9051           Add unit test for apev2mux element.
9052
9053 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9056         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9057         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9058           GST_PTR_FORMAT should be used to print caps in debug statements.
9059
9060 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9063
9064         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9065         (ape_demux_parse_tags):
9066           Some clean-ups and additions: map APE 'file' tag to
9067           GST_TAG_LOCATION (#343123); add support for extracting
9068           the track count and clean up parsing a bit (#343127).
9069
9070 2006-05-28  Edward Hervey  <edward@fluendo.com>
9071
9072         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9073         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9074
9075 2006-05-28  Edward Hervey  <edward@fluendo.com>
9076
9077         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9078         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9079         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9080         * ext/jpeg/gstjpegdec.h:
9081         Clip outgoing buffers according to currently configured segment.
9082
9083 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * ext/taglib/gstid3v2mux.cc:
9086           Handle  writing of track-count or album-volume-count without
9087           track-number or albume-volume-number (in this case the number
9088           will just be set to 0).
9089
9090         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9091           It would be nice if we actually checked the values received for
9092           track/album-volume number/count in  _check_tags(), rather than
9093           setting them again ...
9094
9095 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9098           A track/volume number or count of 0 does not make sense,
9099           just ignore it along with negative numbers (a tag might
9100           only contain a track count without a track number).
9101
9102 2006-05-27  Edward Hervey  <edward@fluendo.com>
9103
9104         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9105         (gst_jpeg_dec_sink_event):
9106         Abort decompression when receiving FLUSH_STOP. This should avoid
9107         issues when interrupting decoding with flushes.
9108
9109 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9110
9111         * ext/flac/gstflac.c:
9112           Don't #include file we don't dist any longer.
9113
9114 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * README:
9117           Replace current README (containing the release notes from
9118           some 0.9.x version) with a proper README taken from the core.
9119
9120 2006-05-24  Wim Taymans  <wim@fluendo.com>
9121
9122         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9123         Implement EOS correctly by either posting
9124         SEGMENT_DONE or pushing an EOS message depending
9125         on the seek type. Fixes #342592
9126
9127 2006-05-24  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9130         * gst/law/alaw-decode.h:
9131         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9132         * gst/law/alaw-encode.h:
9133         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9134         * gst/law/mulaw-decode.h:
9135         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9136         * gst/law/mulaw-encode.h:
9137         Some cleanups in the chain functions.
9138         Remove some GStreamer 0.0.2 bits.
9139
9140 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9143
9144         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9145           gst_collect_pads_stop() needs to be called before chaining up
9146           to the parent class (#342734).
9147
9148 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * ext/flac/Makefile.am:
9151         * ext/flac/flac_compat.h:
9152         * ext/flac/gstflac.c:
9153         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9154         * ext/flac/gstflacenc.c:
9155           Remove backwards compatibility cruft for dealing with FLAC API
9156           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9157
9158 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9161         (gst_matroska_demux_push_xiph_codec_priv_data),
9162         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9163         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9164         * gst/matroska/matroska-ids.h:
9165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9166         (gst_matroska_mux_video_pad_setcaps),
9167         (xiph3_streamheader_to_codecdata),
9168         (vorbis_streamheader_to_codecdata),
9169         (theora_streamheader_to_codecdata),
9170         (gst_matroska_mux_audio_pad_setcaps),
9171         (gst_matroska_mux_write_data):
9172           Add support for muxing/demuxing theora video (#342448; too bad
9173           none of the usual linux players can actually play this). Playback
9174           in GStreamer will require additional changes to theoradec in -base.
9175           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9176           cleanups.
9177
9178 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9181         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9182           Fix crashes when the horizontal subsampling is 1.
9183           Fixes #342097.
9184
9185 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9188
9189         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9190         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9191         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9192         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9193         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9194         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9195         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9196         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9197         (gst_avi_mux_change_state):
9198         * gst/avi/gstavimux.h:
9199           Some enhancements for avimux (#342526):
9200            - add odml (large file) index support
9201            - store codec init data (e.g. huffyuv)
9202            - miscellaneous other fixes/cleanups
9203
9204 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9205
9206         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9207         Don't output any tag when we encounter a negative track number - the
9208         tag type is uint, so we end up outputting huge positive numbers
9209         instead. (Fixes: #342029)
9210
9211 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9212
9213         * configure.ac:
9214           update for new GSTPB_PLUGINS_DIR
9215
9216 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9217
9218         * rtp/gst/gstrtph263pay.c:
9219         Properly set static caps for H263 at 34.
9220
9221 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9224
9225         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9226           Merge event tags and tag setter tags correctly (#339918). Also,
9227           don't leak taglist in case of an error.
9228           
9229 2006-05-17  Edward Hervey  <edward@fluendo.com>
9230
9231         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9232         We can only do caps intersection if the othercaps are non-empty and not
9233         ANY. Else we return the pad template (base_caps).
9234
9235 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9238           Fix crash when outputting debugging information for certain
9239           pictures (always good to use the right struct member for
9240           the number of records in an array).
9241
9242 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9245
9246         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9247         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9248         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9249         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9250         (gst_ebml_read_float), (gst_ebml_read_ascii),
9251         (gst_ebml_read_binary):
9252           Don't create unnecessary sub-buffers all the time. Dramatically
9253           improves performance with multiple concurrently running
9254           matroskademux instances (#341818) (and avoids doing
9255           unnecessarily inefficient things in the general case).
9256
9257 2006-05-16  Edward Hervey  <edward@fluendo.com>
9258
9259         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9260         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9261         return value of gst_pad_push_event().
9262
9263 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9264
9265         * gst/autodetect/gstautoaudiosink.c:
9266         (gst_auto_audio_sink_find_best):
9267         * gst/autodetect/gstautovideosink.c:
9268         (gst_auto_video_sink_find_best):
9269         Make the name of the child element be based on the name of the
9270         parent, so that debug output is more useful.
9271         
9272         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9273         (parse_insert_string_field), (parse_split_strings):
9274         Rework string parsing to always walk over BOM markers in UTF16
9275         strings, using the endianness indicated by the innermost one,
9276         then trying the opposite endianness if that fails to convert
9277         to valid UTF-8. Fixes #341774
9278
9279 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9280
9281         Patch from: Matthieu <matthieu at fluendo dot com>
9282
9283         * ext/libpng/Makefile.am:
9284         Add LIBPNG_CFLAGS.
9285
9286 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9287
9288         * ext/taglib/gstid3v2mux.cc:
9289           Add support for writing images (APIC frames) into ID3v2
9290           tags (picture type always set to 'other' for now though).
9291
9292 2006-05-14  Michael Smith  <msmith@fluendo.com>
9293
9294         * gst/wavparse/gstwavparse.c:
9295           Update docs; wavparse implements push and pull modes.
9296
9297 2006-05-12  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9300         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9301         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9302         Ooops, bitten by the copy-and-paste design paradigm, fixes
9303         seek again.
9304
9305 2006-05-12  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9308         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9309         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9310         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9311         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9312         (gst_avi_demux_massage_index),
9313         (gst_avi_demux_calculate_durations_from_index),
9314         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9315         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9316         (gst_avi_demux_loop):
9317         * gst/avi/gstavidemux.h:
9318         Some cleanups, prepare to use GstSegment.
9319         Fix error in entry walking code.
9320         Fix VBR detection.
9321         Smarter timestamp calculation code.
9322         Uniform error/eos handling.
9323
9324 2006-05-12  Michael Smith  <msmith@fluendo.com>
9325
9326         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9327         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9328           Fix use of uninitialised values if we're NOT seeking in ready.
9329           Fix typos.
9330
9331 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * gst/wavparse/Makefile.am:
9334           Add CFLAGS and LIBS for libgstbase, fixes build on
9335           Cygwin (#341489).
9336
9337 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9340           Some more debug info. No need to check whether the string
9341           returned by g_convert() is really UTF-8 - either it is or
9342           we get NULL returned.
9343
9344 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9345
9346         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9347           Fix parsing of numeric genre strings some more, by ensuring that
9348           we only try and parse strings that a) Start with '(' and b) Consist
9349           only of digits.
9350           Also, when finding an escaping '((' sequence, bust it back to '(' by
9351           swallowing the first parenthesis
9352
9353 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9356         (gst_esdsink_open), (gst_esdsink_close):
9357         * ext/esd/esdsink.h:
9358           Move the esd_get_server_info() into gst_esdsink_open() and fail
9359           with a decent error message on errors.
9360
9361 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9362
9363         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9364         (gst_esdmon_channels_get_type):
9365         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9366         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9367         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9368         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9369         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9370         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9371         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9372         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9373         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9374         * gst/videomixer/videomixer.c:
9375         (gst_video_mixer_background_get_type):
9376           Const-ify GEnumValue arrays.
9377
9378 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9381
9382         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9383         (gst_avi_mux_do_video_buffer):
9384           Work around gst_buffer_make_metadata_writable() bug that
9385           results in avimux marking all frames in the index as
9386           keyframes (#340859).
9387           
9388 2006-05-08  Wim Taymans  <wim@fluendo.com>
9389
9390         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9391         Make parsing of urls suck slightly less.
9392
9393 2006-05-08  Edward Hervey  <edward@fluendo.com>
9394
9395         * autogen.sh: (CONFIGURE_DEF_OPT): 
9396         libtoolize on Darwin/MacOSX is called glibtoolize.
9397
9398 2006-05-08  Wim Taymans  <wim@fluendo.com>
9399
9400         Patch by: Jens Granseuer <jensgr at gmx dot net>
9401
9402         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9403         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9404         C89 compliance fixes. Fixes #340980
9405
9406 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9407
9408         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9409         * ext/flac/gstflacdec.h:
9410           Handle segment seeks that include the end of the file as stop point
9411           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9412           message instead of an EOS event in case we're in segment seek
9413           mode (fixes #340699).
9414           
9415 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9416
9417         * ext/cairo/gsttextoverlay.c:
9418         * ext/flac/gstflacdec.c:
9419         * ext/gdk_pixbuf/pixbufscale.c:
9420         * gst/apetag/gstapedemux.c:
9421         * gst/debug/breakmydata.c:
9422         * gst/debug/testplugin.c:
9423         * gst/matroska/ebml-write.c:
9424         * gst/multipart/multipartdemux.c:
9425         * sys/osxaudio/gstosxaudiosink.c:
9426         * sys/osxaudio/gstosxaudiosrc.c:
9427         Add semicolons after GST_BOILERPLATE[_FULL] so that
9428         indent doesn't mess up following lines.
9429
9430 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9433
9434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9435           Don't leak caps when freeing the stream context (#340623).
9436
9437 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9438
9439         * configure.ac:
9440           Back to CVS
9441
9442 === release 0.10.3 ===
9443
9444 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9445
9446         * configure.ac:
9447           releasing 0.10.3, "Desplazado"
9448
9449 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9450
9451         * gst/matroska/matroska-mux.c:
9452         (gst_matroska_mux_stream_is_vorbis_header),
9453         (gst_matroska_mux_write_data):
9454           Don't strcmp() NULL strings.
9455           Only start new clusters on video keyframes, not on any
9456           random audio buffer that doesn't have the DELTA_UNIT
9457           flag set (fixes 'make check' again).
9458
9459 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9462
9463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9464         (gst_matroska_mux_stream_is_vorbis_header),
9465         (gst_matroska_mux_write_data):
9466           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9467           value and then dead-lock when muxing vorbis audio streams
9468           (the three vorbis header buffers carry no timestamp, and it
9469           would try to mux these after all video buffers). Fixes #340346.
9470
9471           Improve clustering: start a new cluster also whenever we get
9472           a keyframe.     
9473
9474 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9475
9476         * win32/common/config.h:
9477         * win32/MANIFEST
9478           add the generated file as well
9479
9480 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9481
9482         * Makefile.am:
9483         * configure.ac:
9484         * win32/common/config.h.in:
9485           add win32 stuff
9486
9487 2006-05-03  Michael Smith  <msmith@fluendo.com>
9488
9489         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9490           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9491           SUCKS.
9492
9493 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9494
9495         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9496         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9497         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9498           don't leak caps-string
9499
9500 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9501
9502         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9503         (gst_id3demux_sink_activate):
9504           Let core insert default error message for TYPE_NOT_FOUND
9505           errors, it's just as good as our own and has the added
9506           bonus of being translated.
9507
9508 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9511         (gst_tag_demux_sink_event):
9512         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9513         (gst_id3demux_sink_event):
9514           Post an error message when we get an EOS event and were not
9515           able to find out the type of stream.
9516
9517         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9518         (test_taglib_id3mux_with_tags):
9519           Decrease num-buffers to 16 per iteration again, otherwise the
9520           many memcpy()s and reallocations in the test will hammer slow
9521           CPUs completely and make the test timeout.
9522
9523 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9524
9525         * configure.ac:
9526           figure out where plugins-base plugins are
9527         * tests/check/Makefile.am:
9528           use plugins-base plugins, so we have typefind functions
9529         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9530           increase num-buffers, this makes sure the test errors out instead
9531           of timing out when no typefind functions are present
9532
9533 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9534
9535         * docs/plugins/Makefile.am:
9536           also check .cc files for gtk-doc markup
9537         * configure.ac:
9538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9540         * tests/check/Makefile.am:
9541         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9542         * ext/Makefile.am:
9543         * ext/taglib/Makefile.am:
9544         * ext/taglib/gstid3v2mux.h:
9545         * ext/taglib/gsttaglibmux.c:
9546         * ext/taglib/gsttaglibmux.h:
9547           move taglib-based id3v2muxer to -good.  Fixes #336110.
9548
9549 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9552           ... and fix multichannel/WAVFORMATEX support again.
9553
9554 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
9555
9556         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9557         (gst_wavparse_class_init), (gst_wavparse_dispose),
9558         (gst_wavparse_reset), (gst_wavparse_init),
9559         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9560         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9561         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9562         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9563         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9564         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9565         (gst_wavparse_stream_data), (gst_wavparse_loop),
9566         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9567         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9568         (gst_wavparse_change_state), (plugin_init):
9569         * gst/wavparse/gstwavparse.h:
9570           Add push (streaming) mode to wavparse (fixes #337625)
9571
9572 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9573
9574         * configure.ac:
9575         * tests/Makefile.am:
9576           add ximagesrc icles test
9577
9578 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9579
9580         * configure.ac:
9581         * docs/plugins/Makefile.am:
9582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9584         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9585         (gst_cmml_enc_push_clip):
9586         * sys/Makefile.am:
9587         * sys/ximage/Makefile.am:
9588         * sys/ximage/gstximagesrc.c:
9589           Move ximagesrc plug-in to good after review.  Fixes #336756.
9590
9591 2006-04-28  Michael Smith  <msmith@fluendo.com>
9592
9593         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9594         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9595         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9596         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9597         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9598         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9599         * gst/icydemux/gsticydemux.h:
9600           Fix event handling: cache events when typefinding and forward later.
9601
9602 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9603
9604         * sys/osxaudio/gstosxaudiosink.c:
9605         (plugin_init):
9606          Register osxaudiosrc to the plugin.
9607         * sys/osxaudio/gstosxaudiosrc.c:
9608         (gst_osx_audio_src_osxelement_do_init),
9609         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9610         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9611         (gst_osx_audio_src_get_property),
9612         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9613         (gst_osx_audio_src_osxelement_init):
9614         * sys/osxaudio/gstosxaudiosrc.h:
9615           Port of osxaudiosrc to 0.10.
9616         * sys/osxaudio/Makefile.am:
9617           Add osxaudiosrc
9618
9619 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9620
9621         * sys/osxaudio/gstosxringbuffer.c:
9622         * sys/osxaudio/gstosxringbuffer.h:
9623           Forgot to commit earlier, part of the OSX audio plugin port
9624
9625 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9628         (parse_split_strings):
9629           Recognise and skip any byte order marker (BOM) in
9630           UTF-16 strings.
9631
9632 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * docs/plugins/Makefile.am:
9635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9637         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9638         * docs/plugins/inspect/plugin-avi.xml:
9639         * gst/avi/gstavidemux.c:
9640         * gst/avi/gstavimux.c:
9641           Add docs for both avidemux and avimux.
9642
9643 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9644
9645         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9646
9647         * gst/avi/Makefile.am:
9648         * gst/avi/gstavi.c: (plugin_init):
9649         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9650         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9651         (gst_avi_mux_class_init), (gst_avi_mux_init),
9652         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9653         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9654         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9655         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9656         (gst_avi_mux_riff_get_avix_header),
9657         (gst_avi_mux_riff_get_video_header),
9658         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9659         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9660         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9661         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9662         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9663         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9664         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9665         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9666         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9667         (gst_avi_mux_change_state):
9668         * gst/avi/gstavimux.h:
9669           Port AVI muxer to GStreamer-0.10 (#332031).
9670
9671         * tests/check/Makefile.am:
9672         * tests/check/elements/avimux.c:
9673         * tests/check/elements/.cvsignore:
9674           Add unit test for AVI muxer.
9675
9676 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9677
9678         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9679         (gst_wavparse_class_init), (gst_wavparse_reset),
9680         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9681         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9682         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9683         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9684         (gst_wavparse_stream_data), (gst_wavparse_loop),
9685         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9686         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9687         (plugin_init):
9688         * gst/wavparse/gstwavparse.h:
9689           reverted patch #337625 for the price of 1 hour sleep
9690
9691 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9692
9693         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9694         (gst_wavparse_class_init), (gst_wavparse_reset),
9695         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9696         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9697         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9698         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9699         (gst_wavparse_stream_data), (gst_wavparse_loop),
9700         (gst_wavparse_chain), (plugin_init):
9701         * gst/wavparse/gstwavparse.h:
9702           correct partial implementation of push mode
9703           (from my last commit)
9704
9705 2006-04-26  Wim Taymans  <wim@fluendo.com>
9706
9707         * ext/esd/esdsink.c:
9708         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9709         it is not in esd.h
9710
9711 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9712
9713         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9714         (gst_au_parse_class_init), (gst_au_parse_init),
9715         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9716         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9717         (gst_au_parse_chain), (gst_au_parse_src_convert),
9718         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9719         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9720         (gst_au_parse_change_state):
9721         * gst/auparse/gstauparse.h:
9722           Rewrite auparse to suck a little bit less: make source pad
9723           dynamic, so decodebin/playbin work with non-raw formats
9724           like alaw/mulaw; add query function for duration/position
9725           queries; check whether we have enough data before attempting
9726           to parse the header (instead of crashing when that is not the
9727           case); work around audioconvert sucking by swapping endianness
9728           to the native endianness ourselves for float formats; send
9729           initial newsegment event. Fixes #161712.
9730
9731 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9732
9733         * sys/osxaudio/Makefile.am:
9734         * sys/osxaudio/gstosxaudioelement.c:
9735         (gst_osx_audio_element_get_type),
9736         (gst_osx_audio_element_class_init):
9737         * sys/osxaudio/gstosxaudioelement.h:
9738         * sys/osxaudio/gstosxaudiosink.c:
9739         (gst_osx_audio_sink_osxelement_do_init),
9740         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9741         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9742         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9743         (gst_osx_audio_sink_create_ringbuffer),
9744         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9745         (plugin_init):
9746         * sys/osxaudio/gstosxaudiosink.h:
9747         Port of osxaudiosink to 0.10
9748
9749 2006-04-26  Wim Taymans  <wim@fluendo.com>
9750
9751         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9752         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9753         the size of the ringbuffer. This should fix hangs with older 
9754         esd sound servers.
9755
9756 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9757
9758         * ext/aalib/gstaasink.c:
9759         * ext/annodex/gstcmmldec.c:
9760         * ext/annodex/gstcmmlenc.c:
9761         * ext/cairo/gsttextoverlay.c:
9762         * ext/cairo/gsttimeoverlay.c:
9763         * ext/cdio/gstcdiocddasrc.c:
9764         * ext/dv/gstdvdec.c:
9765         * ext/dv/gstdvdemux.c:
9766         * ext/esd/esdmon.c:
9767         * ext/esd/esdsink.c:
9768         * ext/flac/gstflacenc.c:
9769         * ext/flac/gstflactag.c:
9770         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9771         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9772         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9773         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9774         * ext/gdk_pixbuf/pixbufscale.c:
9775         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9776         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9777         * ext/jpeg/gstjpegdec.c:
9778         * ext/jpeg/gstjpegenc.c:
9779         * ext/jpeg/gstsmokedec.c:
9780         * ext/jpeg/gstsmokeenc.c:
9781         * ext/libcaca/gstcacasink.c:
9782         * ext/libmng/gstmngdec.c:
9783         * ext/libmng/gstmngenc.c:
9784         * ext/libpng/gstpngdec.c:
9785         * ext/libpng/gstpngenc.c:
9786         * ext/mikmod/gstmikmod.c:
9787         * ext/raw1394/gstdv1394src.c:
9788         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9789         * ext/shout2/gstshout2.h:
9790         * ext/speex/gstspeexdec.c:
9791         * ext/speex/gstspeexenc.c:
9792         * gst/alpha/gstalpha.c:
9793         * gst/alpha/gstalphacolor.c:
9794         * gst/apetag/gstapedemux.c:
9795         * gst/auparse/gstauparse.c:
9796         * gst/autodetect/gstautoaudiosink.c:
9797         (gst_auto_audio_sink_base_init):
9798         * gst/autodetect/gstautovideosink.c:
9799         (gst_auto_video_sink_base_init):
9800         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9801         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9802         * gst/cutter/gstcutter.c:
9803         * gst/debug/breakmydata.c:
9804         * gst/debug/efence.c:
9805         * gst/debug/gstnavigationtest.c:
9806         * gst/debug/gstnavseek.c:
9807         * gst/debug/negotiation.c:
9808         * gst/debug/progressreport.c:
9809         * gst/debug/testplugin.c:
9810         * gst/effectv/gstaging.c:
9811         * gst/effectv/gstdice.c:
9812         * gst/effectv/gstedge.c:
9813         * gst/effectv/gstquark.c:
9814         * gst/effectv/gstrev.c:
9815         * gst/effectv/gstshagadelic.c:
9816         * gst/effectv/gstvertigo.c:
9817         * gst/effectv/gstwarp.c:
9818         * gst/flx/gstflxdec.c:
9819         * gst/goom/gstgoom.c:
9820         * gst/icydemux/gsticydemux.c:
9821         * gst/id3demux/gstid3demux.c:
9822         * gst/interleave/deinterleave.c:
9823         * gst/interleave/interleave.c:
9824         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9825         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9826         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9827         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9828         * gst/level/gstlevel.c:
9829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9830         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9831         * gst/median/gstmedian.c:
9832         * gst/monoscope/gstmonoscope.c:
9833         * gst/multipart/multipartdemux.c:
9834         * gst/multipart/multipartmux.c:
9835         * gst/oldcore/gstaggregator.c:
9836         * gst/oldcore/gstfdsink.c:
9837         * gst/oldcore/gstmd5sink.c:
9838         * gst/oldcore/gstmultifilesrc.c:
9839         * gst/oldcore/gstpipefilter.c:
9840         * gst/oldcore/gstshaper.c:
9841         * gst/oldcore/gststatistics.c:
9842         * gst/rtp/gstasteriskh263.c:
9843         * gst/rtp/gstrtpL16depay.c:
9844         * gst/rtp/gstrtpL16pay.c:
9845         * gst/rtp/gstrtpamrdepay.c:
9846         * gst/rtp/gstrtpamrpay.c:
9847         * gst/rtp/gstrtpdepay.c:
9848         * gst/rtp/gstrtpgsmpay.c:
9849         * gst/rtp/gstrtph263pay.c:
9850         * gst/rtp/gstrtph263pdepay.c:
9851         * gst/rtp/gstrtph263ppay.c:
9852         * gst/rtp/gstrtpilbcdepay.c:
9853         * gst/rtp/gstrtpmp4gpay.c:
9854         * gst/rtp/gstrtpmp4vdepay.c:
9855         * gst/rtp/gstrtpmp4vpay.c:
9856         * gst/rtp/gstrtpmpadepay.c:
9857         * gst/rtp/gstrtpmpapay.c:
9858         * gst/rtp/gstrtppcmadepay.c:
9859         * gst/rtp/gstrtppcmapay.c:
9860         * gst/rtp/gstrtppcmudepay.c:
9861         * gst/rtp/gstrtppcmupay.c:
9862         * gst/rtp/gstrtpspeexdepay.c:
9863         * gst/rtp/gstrtpspeexpay.c:
9864         * gst/rtsp/gstrtpdec.c:
9865         * gst/rtsp/gstrtspsrc.c:
9866         * gst/smpte/gstsmpte.c:
9867         * gst/udp/gstdynudpsink.c:
9868         * gst/udp/gstmultiudpsink.c:
9869         * gst/udp/gstudpsink.c:
9870         * gst/udp/gstudpsrc.c:
9871         * gst/videobox/gstvideobox.c:
9872         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9873         * gst/videofilter/gstvideobalance.c:
9874         * gst/videofilter/gstvideoflip.c:
9875         * gst/videofilter/gstvideotemplate.c:
9876         (gst_videotemplate_base_init):
9877         * gst/videomixer/videomixer.c:
9878         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9879         (gst_wavparse_class_init), (gst_wavparse_dispose),
9880         (gst_wavparse_reset), (gst_wavparse_init),
9881         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9882         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9883         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9884         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9885         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9886         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9887         (gst_wavparse_change_state):
9888         * gst/wavparse/gstwavparse.h:
9889         * sys/oss/gstossmixerelement.c:
9890         * sys/oss/gstosssink.c:
9891         * sys/oss/gstosssrc.c:
9892         * sys/osxaudio/gstosxaudioelement.c:
9893         * sys/osxaudio/gstosxaudiosink.c:
9894         * sys/osxaudio/gstosxaudiosrc.c:
9895         * sys/sunaudio/gstsunaudiomixer.c:
9896         * sys/sunaudio/gstsunaudiosink.c:
9897           Define GstElementDetails as const and also static (when defined as
9898           global)
9899
9900 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9903           Source pad has fixed caps. If we don't set this, bad
9904           things happen when the window is resized.
9905
9906 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * gst/matroska/Makefile.am:
9909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9910         (gst_matroska_demux_handle_src_event):
9911         * gst/matroska/matroska-ids.c:
9912         (gst_matroska_track_init_video_context),
9913         (gst_matroska_track_init_audio_context),
9914         (gst_matroska_track_init_subtitle_context),
9915         (gst_matroska_track_init_complex_context):
9916         * gst/matroska/matroska-ids.h:
9917           Handle case where the TrackType ebml chunk does not come before the
9918           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9919           events.
9920
9921 2006-04-25  Wim Taymans  <wim@fluendo.com>
9922
9923         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9924         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9925         It's codec_data, not codec_info.
9926
9927 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9930
9931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9932           Handle codec_data for VfW compatibility codec IDs (#339451)
9933
9934         * gst/matroska/matroska-mux.c:
9935         (gst_matroska_mux_video_pad_setcaps):
9936           Same here, handle codec_data and add additional caps we can handle
9937           now to the pad template (huffyuv, dv and h263 video) (#339451)
9938
9939 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
9942
9943         * gst/matroska/matroska-mux.c:
9944         (gst_matroska_mux_create_buffer_header),
9945         (gst_matroska_mux_write_data):
9946           Fix timestamping of B-frames, use signed integers, do
9947           some rounding (#339678).
9948
9949 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
9950
9951         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
9952         just make it compile with --disable-gst-debug.
9953
9954 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
9955
9956         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9957         Fix a bad conversion using gst_guint64_to_gdouble.
9958         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
9959         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
9960         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
9961     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
9962         mistake.
9963
9964 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
9965
9966         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9967         Use gst_guint64_to_gdouble for conversions
9968         * win32/vs6/gst_plugins_good.dsw:
9969         * win32/vs6/libgsticydemux.dsp:
9970         Add a project file for icydemux
9971
9972 2006-04-21  Wim Taymans  <wim@fluendo.com>
9973
9974         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9975
9976         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9977         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
9978         When splitting audio chunks, the block alignment is not taken in
9979         consideration, so the smaller chunks could be of size which is 
9980         not a multiple of the block alignment. Fixes #336904
9981
9982 2006-04-21  Wim Taymans  <wim@fluendo.com>
9983
9984         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
9985         Use scale functions
9986
9987 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         * ext/dv/gstdv.c: (plugin_init):
9990           Fix build.
9991
9992 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9993
9994         * gst/debug/progressreport.c: (gst_progress_report_finalize),
9995         (gst_progress_report_class_init), (gst_progress_report_init),
9996         (gst_progress_report_do_query), (gst_progress_report_report),
9997         (gst_progress_report_set_property),
9998         (gst_progress_report_get_property):
9999           Add 'format' property to force querying to a particular format.
10000
10001 2006-04-21  Andy Wingo  <wingo@pobox.com>
10002
10003         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10004         best, on big endian systems. Drop its rank in that case. OTOH on
10005         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10006
10007 2006-04-21  Michael Smith  <msmith@fluendo.com>
10008
10009         * configure.ac:
10010         * gst/icydemux/Makefile.am:
10011         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10012         (gst_icydemux_base_init), (gst_icydemux_class_init),
10013         (gst_icydemux_reset), (gst_icydemux_init),
10014         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10015         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10016         (unicodify), (gst_icydemux_unicodify),
10017         (gst_icydemux_parse_and_send_tags),
10018         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10019         (gst_icydemux_chain), (gst_icydemux_change_state),
10020         (gst_icydemux_send_tag_event), (plugin_init):
10021         * gst/icydemux/gsticydemux.h:
10022         * tests/check/Makefile.am:
10023         * tests/check/elements/icydemux.c: (typefind_succeed),
10024         (plugin_init), (icydemux_found_pad), (create_icydemux),
10025         (cleanup_icydemux), (push_data), (GST_START_TEST),
10026         (icydemux_suite), (main):
10027           Add icydemux, and tests.
10028
10029 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10032           Post SEGMENT_DONE message in TIME format.
10033
10034 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10035
10036         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10037
10038         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10039         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10040           Fix index creation when we have to scan the file to create
10041           an index. There may be other types of RIFF 'LIST' chunks than
10042           'movi' and we need to skip them properly as well or we'll end up
10043           reading garbage (#336889). Some other cosmetic changes.
10044           
10045 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10048         (gst_flac_dec_handle_seek_event):
10049           Add support for segment seeks (fixes #338290). Also demote
10050           some recurring debug message from DEBUG to LOG level.
10051
10052 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10055         (gst_matroskademux_do_index_seek),
10056         (gst_matroska_demux_handle_seek_event),
10057         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10058         * gst/matroska/matroska-ids.h:
10059           Set DISCONT flag on first buffer after a discontinuity.
10060           Fix newsegment events sent when seeking and honour KEY_UNIT
10061           seek flag. Create pad with bogus caps if we don't recognise
10062           the stream codec id.
10063
10064         * gst/matroska/matroska-demux.h:
10065           Fix GObject macros.
10066
10067 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10070
10071         * gst/matroska/matroska-demux.c:
10072         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10073           Handle end of segment properly when set; don't dead-lock when
10074           posting start of segment message when doing a segment seek.
10075           Fixes #338810.
10076
10077 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10080         (gst_matroska_demux_plugin_init):
10081           Make mpeg2 aac audio work: create artificial private codec data
10082           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10083           Also call gst_riff_init(). Partially fixes #338767.
10084
10085 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10088         (gst_wavenc_class_init), (gst_wavenc_init),
10089         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10090         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10091         (gst_wavenc_chain), (gst_wavenc_change_state):
10092         * gst/wavenc/gstwavenc.h:
10093           Set caps on first outgoing buffer, so that it doesn't error out
10094           immediately with a non-negotiated error (#338716). Rewrite and
10095           clean up a bit; fix setcaps function to parse things properly;
10096           fix sink caps (8bit audio is unsigned and doesn't have depth);
10097           use boilerplate macros; remove unused properties stuff.
10098
10099 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10102           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10103           handle MJPEG streams and might be autoplugged for those if the
10104           user doesn't have jpegdec installed (resulting in a cryptic error
10105           message about huffman tables). Better to disable JPEG decoding here
10106           and let the user figure out that she needs to install jpegdec.
10107
10108 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10111         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10112         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10113         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10114           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10115           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10116           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10117           debug messages. Fix boilerplate macros.
10118
10119 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10122         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10123           No need to special-case for Gdk-2.0 any longer, we require
10124           Gdk 2.2 or newer; minor clean-ups.
10125
10126 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10129         (gst_shout2send_class_init), (gst_shout2send_init),
10130         (set_shout_metadata), (gst_shout2send_set_metadata),
10131         (gst_shout2send_event), (gst_shout2send_start),
10132         (gst_shout2send_connect), (gst_shout2send_stop),
10133         (gst_shout2send_render), (gst_shout2send_set_property),
10134         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10135         (plugin_init):
10136         * ext/shout2/gstshout2.h:
10137         * po/POTFILES.in:
10138           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10139           change function; use GST_ELEMENT_ERROR for error reporting, not
10140           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10141           will cause crashes or assertion failures; remove (unused) "sync"
10142           property, basesink already has such a property; misc. other
10143           minor fixes and cleanups.
10144
10145 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10148         * ext/esd/gstesd.c: (plugin_init):
10149         * po/POTFILES.in:
10150           Add translatable error message for when we cannot
10151           connect to the sound server, as "Cannot open resource
10152           for writing" isn't really an acceptable message to show
10153           to the user in this case.
10154
10155 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * sys/oss/gst-i18n-plugin.h:
10158           Remove bogus file that doesn't belong here.
10159
10160 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         Patch by: Philippe Valembois
10163
10164         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10165         (gst_shout2send_set_metadata), (gst_shout2send_event),
10166         (gst_shout2send_render), (gst_shout2send_change_state):
10167         * ext/shout2/gstshout2.h:
10168           Handle tags being received before the connection to
10169           the server is established properly (see #338636).
10170
10171 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10174           Don't crash in case the connection to the server fails:
10175           don't set pointer to NULL by assigning FALSE; error out
10176           properly by using GST_ELEMENT_ERROR and returning
10177           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10178           before resetting the pointer.
10179
10180 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10181
10182         * gst/id3demux/id3tags.c:
10183         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10184         (Fixes #338713)
10185
10186 2006-04-12  Wim Taymans  <wim@fluendo.com>
10187
10188         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10189         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10190         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10191         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10192         (gst_gdk_pixbuf_chain):
10193         Some cleanups.
10194         Added RGBA as a possible output format.
10195         Correctly free the supported mimetypes.
10196         deprecate silent arg, it's not used.
10197         Return result from _alloc_buffer to peer.
10198
10199 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10202           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10203           overwriting GST_BUFFER_MALLOCDATA.
10204
10205 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10208         (user_endrow_callback), (user_end_callback),
10209         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10210         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10211         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10212         * ext/libpng/gstpngdec.h:
10213           Handle more than one frame if the content is framed,
10214           like with png-in-quicktime (#331917).
10215
10216 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10217
10218         * sys/oss/Makefile.am:
10219         * sys/oss/common.h:
10220         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10221         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10222         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10223         (gst_oss_src_unprepare):
10224           - the user-visible error strings were in the wrong category
10225           - and the messages were not marked for translation
10226           - which is actually a good thing, because they were exactly
10227             the kind of message you would never want anyone to see
10228           - the macros were using variables that didn't exist in the macro
10229             arguments
10230           - and they were obviously copied from each other and then modified
10231           - so a common header makes sense
10232
10233 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10236           Don't try to modify read-only data.
10237
10238         * gst/matroska/matroska-demux.c:
10239         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10240           Fix comment (won't crash any longer now).
10241
10242 2006-04-10  Michael Smith  <msmith@fluendo.com>
10243
10244         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10245           Use copies of header buffers for caps to avoid circular refcounting
10246           problems (as in theoradec, vorbisdec).
10247
10248         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10249           Fix a typo in test that meant it was testing the wrong thing.
10250
10251         * tests/check/elements/cmmlenc.c: (check_headers):
10252           Fix refcount checks now that we use buffer-copies for caps.
10253
10254 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10257         (gst_matroska_demux_handle_seek_event),
10258         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10259         (gst_matroska_demux_subtitle_caps),
10260         (gst_matroska_demux_plugin_init):
10261           Use static pad templates with ANY caps for audio and video
10262           source pads and get rid of a lot of unnecessary (and partially
10263           broken) code for the template caps. Clean up caps finding
10264           functions. Fixes playback of audio files/streams that do not
10265           contain the sample rate and/or number of channels in the audio
10266           context (happens a lot with vorbis/mp3 .mka files it seems).
10267           Fixes #337183.
10268           Also add myself to copyright holders.
10269
10270 2006-04-10  Michael Smith  <msmith@fluendo.com>
10271
10272         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10273           Use g_list_delete_link () instead of g_list_remove_link () so that
10274           we free the link as well as the contained data.
10275
10276 2006-04-10  Wim Taymans  <wim@fluendo.com>
10277
10278         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10279
10280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10281         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10282         (gst_avi_demux_stream_header):
10283         Fix some crashers with empty chunks. (Fixes #337749)
10284
10285 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10286
10287         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10288           use G_GINT64_CONSTANT for INT64 constants
10289         * gst/videofilter/gstvideobalance.c:
10290           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10291         * win32/vs6/libgstavi.dsp:
10292          add missing libraries for the link and remove avimux.c from
10293          the project as it isn't ported to 0.10 yet
10294         
10295 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10296
10297         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10298           Even better would be if we actually did the right thing
10299           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10300
10301 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10304           Can't just replace 1LL with 1L here just because MSVC doesn't
10305           support it, as it might lead to incorrect results when doing the
10306           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10307           force a 64-bit constant in a way that all compilers are happy with.
10308
10309 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10310
10311         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10312         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10313         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10314         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10315         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10316         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10317         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10318         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10319         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10320         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10321         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10322         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10323         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10324         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10325         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10326         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10327         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10328         * gst/debug/efence.c: (gst_efence_class_init):
10329         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10330         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10331         * gst/goom/gstgoom.c: (gst_goom_class_init):
10332         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10333         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10334         * gst/interleave/interleave.c: (interleave_class_init):
10335         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10336         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10337         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10338         * gst/median/gstmedian.c: (gst_median_class_init):
10339         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10340         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10341         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10342         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10343         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10344         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10345         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10346         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10347         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10348         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10349         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10350         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10351         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10352         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10353         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10354         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10355         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10356         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10357         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10358         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10359         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10360         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10361         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10362         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10363         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10365         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10366         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10367         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10368         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10369         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10370         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10371         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10372         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10373         * sys/osxaudio/gstosxaudioelement.c:
10374         (gst_osxaudioelement_class_init):
10375         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10376         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10377         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10378         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10379
10380 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10381
10382         * ext/mikmod/gstmikmod.h:
10383         * gst/level/gstlevel.h:
10384         Fix more broken GObject macros
10385
10386 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10387
10388         * ext/annodex/gstcmmldec.h:
10389         * ext/annodex/gstcmmlenc.h:
10390         * ext/annodex/gstcmmltag.h:
10391         * ext/cairo/gsttextoverlay.h:
10392         * ext/ladspa/gstsignalprocessor.h:
10393         * gst/matroska/ebml-read.h:
10394         * gst/matroska/ebml-write.h:
10395         * sys/osxaudio/gstosxaudioelement.h:
10396         Fix broken GObject macros
10397
10398 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10401           Don't try to seek beyond the end of the file (would
10402           occasionally display error dialogs in totem when seeking
10403           to the end) (#335869). Will still throw an error though
10404           if the file is truncated and the total_samples value in
10405           the stream header is wrong.
10406
10407 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10410         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10411         (gst_flac_dec_metadata_callback):
10412         * ext/flac/gstflacdec.h:
10413           If the stream header doesn't contain the total number of samples,
10414           search for the last flac frame at the end of the file and calculate
10415           the total duration from that frame's offset (fixes #337609).
10416
10417 2006-04-07  Edward Hervey  <edward@fluendo.com>
10418
10419         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10420         Don't unref the GstPadTemplate returned by
10421         gst_element_class_get_pad_template().
10422
10423 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10426
10427         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10428         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10429         * sys/sunaudio/gstsunaudiosink.h:
10430           Use spec->segsize and spec->segtotal in the prepare function
10431           to initialise the ring buffer instead of using the buffer-time
10432           property (#337421).
10433
10434 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * configure.ac:
10437           Bump core requirements to CVS for gst_pad_query_peer_duration()
10438           which is used by speexdec.
10439
10440 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * ext/speex/gstspeex.c: (plugin_init):
10443         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10444         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10445         (speex_get_sink_query_types), (speex_dec_sink_query),
10446         (speex_get_src_query_types), (speex_dec_src_query),
10447         (speex_dec_src_event), (speex_dec_sink_event),
10448         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10449         (speex_dec_chain_parse_data), (speex_dec_chain),
10450         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10451         (speex_dec_change_state):
10452         * ext/speex/gstspeexdec.h:
10453           Fix seeking and duration queries (#337033); clean up and
10454           refactor a bit.
10455
10456 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10457
10458         * ext/raw1394/gstdv1394src.c:
10459           distinguish between device not found and could not open for
10460           reading
10461
10462 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10463
10464         * Makefile.am:
10465         * configure.ac:
10466         * pkgconfig/.cvsignore:
10467         * pkgconfig/Makefile.am:
10468         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10469           add a .pc file so other modules can use good plugins in tests
10470
10471 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * configure.ac:
10474           clean up, use AS_VERSION and AS_NANO
10475         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10476           use PACKAGE_VERSION define
10477         * po/af.po:
10478         * po/az.po:
10479         * po/cs.po:
10480         * po/en_GB.po:
10481         * po/hu.po:
10482         * po/it.po:
10483         * po/nb.po:
10484         * po/nl.po:
10485         * po/or.po:
10486         * po/sq.po:
10487         * po/sr.po:
10488         * po/sv.po:
10489         * po/uk.po:
10490         * po/vi.po:
10491           updated
10492
10493 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
10494
10495         * ext\jpeg\smokecodec.c:
10496           use of GST_DEBUG instead of DEBUG(a...) for WIN32
10497         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10498           move first instruction after all variables declarations
10499         * gst\alpha\gstalpha.c:
10500         * gst\effectv\gstshagadelic.c:
10501         * gst\smpte\paint.c:
10502         * gst\videofilter\gstvideobalance.c:
10503           define M_PI if it's not defined (it's not defined on WIN32)
10504         * gst\cutter\gstcutter.c: (gst_cutter_chain):
10505         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10506         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10507         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
10508         (gst_matroska_demux_video_caps):
10509         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10510         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10511           use gst_guint64_to_gdouble for conversions
10512         * gst\goom\filters.c: (setPixelRGB_):
10513           fix a debug which was using undefined variable
10514         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10515         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10516           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10517         * win32/vs6:
10518           add vs6 projects files for most of plugins-good
10519         
10520 2006-03-30  j^  <j@bootlab.org>
10521
10522         * ext/aalib/gstaasink.c:
10523         * ext/annodex/gstcmmldec.c:
10524         * ext/annodex/gstcmmlenc.c:
10525         * ext/cairo/gsttextoverlay.c:
10526         * ext/cairo/gsttimeoverlay.c:
10527         * ext/cdio/gstcdiocddasrc.c:
10528         * ext/dv/gstdvdec.c:
10529         * ext/esd/esdmon.c:
10530         * ext/esd/esdsink.c:
10531         * ext/flac/gstflacdec.c:
10532         * ext/flac/gstflacenc.c:
10533         * ext/flac/gstflactag.c:
10534         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10535         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10536         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10537         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10538         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10539         * ext/gdk_pixbuf/pixbufscale.c:
10540         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10541         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10542         * ext/jpeg/gstjpegdec.c:
10543         * ext/jpeg/gstjpegenc.c:
10544         * ext/jpeg/gstsmokedec.c:
10545         * ext/jpeg/gstsmokeenc.c:
10546         * ext/libcaca/gstcacasink.c:
10547         * ext/libmng/gstmngdec.c:
10548         * ext/libmng/gstmngenc.c:
10549         * ext/libpng/gstpngdec.c:
10550         * ext/libpng/gstpngenc.c:
10551         * ext/mikmod/gstmikmod.c:
10552         * ext/raw1394/gstdv1394src.c:
10553         * ext/shout2/gstshout2.c:
10554         * ext/speex/gstspeexdec.c:
10555         * ext/speex/gstspeexenc.c:
10556         * gst/alpha/gstalpha.c:
10557         * gst/alpha/gstalphacolor.c:
10558         * gst/auparse/gstauparse.c:
10559         * gst/autodetect/gstautoaudiosink.c:
10560         (gst_auto_audio_sink_base_init):
10561         * gst/autodetect/gstautovideosink.c:
10562         (gst_auto_video_sink_base_init):
10563         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10564         * gst/cutter/gstcutter.c:
10565         * gst/debug/breakmydata.c:
10566         * gst/debug/efence.c:
10567         * gst/debug/gstnavigationtest.c:
10568         * gst/debug/negotiation.c:
10569         * gst/debug/progressreport.c:
10570         * gst/debug/testplugin.c:
10571         * gst/effectv/gstaging.c:
10572         * gst/effectv/gstdice.c:
10573         * gst/effectv/gstedge.c:
10574         * gst/effectv/gstquark.c:
10575         * gst/effectv/gstrev.c:
10576         * gst/effectv/gstvertigo.c:
10577         * gst/effectv/gstwarp.c:
10578         * gst/flx/gstflxdec.c:
10579         * gst/goom/gstgoom.c:
10580         * gst/interleave/deinterleave.c:
10581         * gst/interleave/interleave.c:
10582         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10583         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10584         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10585         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10586         * gst/level/gstlevel.c:
10587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10589         * gst/median/gstmedian.c:
10590         * gst/monoscope/gstmonoscope.c:
10591         * gst/multipart/multipartdemux.c:
10592         * gst/multipart/multipartmux.c:
10593         * gst/oldcore/gstmd5sink.c:
10594         * gst/oldcore/gstmultifilesrc.c:
10595         * gst/oldcore/gstpipefilter.c:
10596         * gst/oldcore/gstshaper.c:
10597         * gst/oldcore/gststatistics.c:
10598         * gst/rtp/gstasteriskh263.c:
10599         * gst/rtp/gstrtpL16depay.c:
10600         * gst/rtp/gstrtpL16pay.c:
10601         * gst/rtp/gstrtpamrdepay.c:
10602         * gst/rtp/gstrtpamrpay.c:
10603         * gst/rtp/gstrtpdepay.c:
10604         * gst/rtp/gstrtpgsmpay.c:
10605         * gst/rtp/gstrtph263pay.c:
10606         * gst/rtp/gstrtph263pdepay.c:
10607         * gst/rtp/gstrtph263ppay.c:
10608         * gst/rtp/gstrtpmp4gpay.c:
10609         * gst/rtp/gstrtpmp4vdepay.c:
10610         * gst/rtp/gstrtpmp4vpay.c:
10611         * gst/rtp/gstrtpmpadepay.c:
10612         * gst/rtp/gstrtpmpapay.c:
10613         * gst/rtp/gstrtppcmadepay.c:
10614         * gst/rtp/gstrtppcmapay.c:
10615         * gst/rtp/gstrtppcmudepay.c:
10616         * gst/rtp/gstrtppcmupay.c:
10617         * gst/rtp/gstrtpspeexdepay.c:
10618         * gst/rtp/gstrtpspeexpay.c:
10619         * gst/rtsp/gstrtpdec.c:
10620         * gst/smpte/gstsmpte.c:
10621         * gst/videobox/gstvideobox.c:
10622         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10623         * gst/videofilter/gstvideobalance.c:
10624         * gst/videofilter/gstvideoflip.c:
10625         * gst/videofilter/gstvideotemplate.c:
10626         (gst_videotemplate_base_init):
10627         * gst/videomixer/videomixer.c:
10628         * gst/wavenc/gstwavenc.c:
10629         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10630          better/unified long descriptions
10631          Fixed #336602
10632          Some cleanups to auparse, don't send multiple newsegments.
10633
10634 2006-03-29  Wim Taymans  <wim@fluendo.com>
10635
10636         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10637
10638         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10639         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10640         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10641         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10642         * ext/dv/gstdvdemux.h:
10643         Seek in READY patch. Only works for pull based mode.
10644         Fixes #323880
10645
10646 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10649         (gst_gdk_pixbuf_event):
10650           Fix two crashers: don't unref the same caps twice, and
10651           set pixbuf loader to NULL after freeing it.
10652
10653 2006-03-27  Wim Taymans  <wim@fluendo.com>
10654
10655         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10656         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10657         (gst_speexenc_chain):
10658         * ext/speex/gstspeexenc.h:
10659         Don't leak adapter.
10660         A push *always* takes ownership of the buffer, even on
10661         errors.
10662         Small cleanups.
10663
10664 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10667           Create source pad without leaking.
10668
10669 2006-03-24  Wim Taymans  <wim@fluendo.com>
10670
10671         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10672         * ext/flac/gstflacdec.h:
10673         * ext/flac/gstflacenc.h:
10674         Spifify a bit.
10675         Fix deadly lock order error in seeking code, STREAM_LOCK
10676         cannot be taken within LOCK and the streaming variables are
10677         protected with the STREAM_LOCK anyway.
10678
10679 2006-03-24  Wim Taymans  <wim@fluendo.com>
10680
10681         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10682         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10683         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10684         this patch combines the global init_frames with the stream
10685         init_frames. Rationale being that the global delay should 
10686         be subtracted from any stream delay.
10687         Fixes #335858.
10688
10689 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10690
10691         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10692         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10693         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10694         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10695         use DEBUG_FUNCPTR for collectpads
10696
10697 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10700           Don't crash when encoding images where the number of rows isn't
10701           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10702
10703 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10706         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10707         * gst/interleave/interleave.c: (interleave_change_state):
10708         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10709           More state change function fixes.
10710
10711 2006-03-23  Wim Taymans  <wim@fluendo.com>
10712
10713         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10714         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10715         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10716         (gst_esdsink_delay), (gst_esdsink_reset):
10717         * ext/esd/esdsink.h:
10718         Fix esd choppy playback by configuring audiosink
10719         correctly. Fixes #325191
10720
10721 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10724           Make state change function thread-safe.
10725
10726 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10729         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10730           Don't try to read beyond the end of the file just because
10731           the header claims a bigger size (like with truncated files).
10732
10733 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10734
10735         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10736         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10737         (gst_wavparse_stream_data), (gst_wavparse_loop):
10738         * gst/wavparse/gstwavparse.h:
10739           Delay source pad creation until we have the first chunk of
10740           media data, so the we can examine the data and adjust the
10741           caps accordingly if required. This makes playback of .wav
10742           files with DTS-declared-as-PCM content work (#313266).
10743
10744 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10745
10746         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10747         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10748         Don't attempt typefinding on too-short buffers that have been
10749         completely trimmed away. (Fixes #330239)
10750
10751         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10752         Improve the debug output
10753
10754 2006-03-21  Wim Taymans  <wim@fluendo.com>
10755
10756         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10757         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10758         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10759         (gst_esdsink_set_property), (gst_esdsink_get_property):
10760         Some cleanups.
10761         Reset fd to -1 when we close them.
10762
10763 2006-03-21  Wim Taymans  <wim@fluendo.com>
10764
10765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10766         the OPTIONS request result is optional so don't
10767         fail on it.
10768
10769 2006-03-21  Edward Hervey  <edward@fluendo.com>
10770
10771         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10772         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10773         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10774         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10775         (gst_wavparse_change_state):
10776         gcc 4.1 unreferenced pointer fixes.
10777
10778 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10781
10782         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10783           Fix block alignment calculation. Alignment should be done before
10784           adding the byte offset where the data starts (#335231).
10785
10786 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10787
10788         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10789           Ensure that we set correct caps on buffers that are transferred
10790           direct from the input.
10791
10792 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10793
10794         * gst/goom/filters.c: (zoomFilterDestroy):
10795         * gst/goom/goom_core.c: (goom_close):
10796           Free filter data when cleaning up. (Fixes: #334995)
10797
10798 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10799
10800         * configure.ac:
10801           Don't compile udp and rtsp plugins on win32 (mingw) or other
10802           systems that don't have <sys/socket.h> for some reason (#316203).
10803
10804 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10805
10806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10807         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10808         * ext/raw1394/gstdv1394src.h:
10809           Change bus reset handler so it reports useful information such as
10810           whether the device being used connected or disconnected
10811
10812 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/id3demux/id3v2frames.c:
10815         (parse_relative_volume_adjustment_two):
10816           We only care about gain and peak data for the master volume.
10817
10818 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10821         (parse_id_string), (parse_unique_file_identifier),
10822         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10823           Read replay gain tags (#323721).
10824
10825 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * configure.ac:
10828           Bump requirements to gst-plugins-base CVS because
10829           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10830
10831 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10832
10833         * rtp/gst/gstrtppcmadepay.c:
10834         Fixed one of the caps in the code from mulaw to alaw.
10835
10836 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10837
10838         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10839           Ensure that we set caps on the buffers we pass.
10840
10841         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10842         (gst_id3demux_sink_activate):
10843           Ensure that we set caps on the buffers we pass.
10844
10845           Use STREAM, TYPE_NOT_FOUND as the error class when
10846           typefinding fails.
10847
10848 2006-03-15  Edward Hervey  <edward@fluendo.com>
10849
10850         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10851         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10852         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10853         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10854         (gst_jpeg_dec_setcaps):
10855         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10856         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10857         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10858         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10859         (gst_mngdec_src_getcaps):
10860         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10861         (gst_pngdec_caps_create_and_set):
10862         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10863         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10864         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10865         * gst/alpha/gstalpha.c: (gst_alpha_init):
10866         * gst/auparse/gstauparse.c: (gst_au_parse_init):
10867         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10868         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10869         * gst/cutter/gstcutter.c: (gst_cutter_init):
10870         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10871         (gst_efence_checkgetrange):
10872         * gst/debug/negotiation.c: (gst_negotiation_init):
10873         * gst/flx/gstflxdec.c: (gst_flxdec_init):
10874         * gst/goom/gstgoom.c: (gst_goom_init):
10875         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10876         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10877         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10878         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10879         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10880         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10881         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10882         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10883         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10884         (gst_wavparse_create_sourcepad):
10885         Fix memleak with gst_static_pad_template_get().
10886         This uses gst_pad_new_from_static_template() instead.
10887         Fixes #333512
10888
10889 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * configure.ac:
10892           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10893           used by id3demux.
10894
10895         * gst/id3demux/gstid3demux.c: (plugin_init):
10896         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10897         (parse_user_text_identification_frame),
10898         (parse_unique_file_identifier):
10899           Add support for UFID and TXXX frames and extract musicbrainz tags.
10900
10901 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10904           Catch short reads, like they might happen with truncated
10905           files (see #305279); remove unnecessary indentation.
10906
10907 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10908
10909         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10910           Fix DIB image inversion for pictures with a
10911           depth != 8 (#305279).
10912
10913 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10916         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10917         * ext/jpeg/gstjpegdec.h:
10918           Fix durations on outgoing buffers after seeking
10919           in MJPEG files (#334083); some minor clean-ups.
10920
10921 2006-03-13  Wim Taymans  <wim@fluendo.com>
10922
10923         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10924         (gst_wavparse_change_state):
10925         Implement seek in READY (re-fixes #327658)
10926
10927 2006-03-13  Wim Taymans  <wim@fluendo.com>
10928
10929         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
10930         * ext/esd/esdmon.c: (gst_esdmon_get):
10931         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10932         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10933         (gst_gdk_pixbuf_sink_getcaps):
10934         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
10935         (gst_jpegenc_setcaps):
10936         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10937         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10938         (gst_smokeenc_setcaps):
10939         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
10940         (gst_mngdec_src_getcaps):
10941         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
10942         (gst_mngenc_chain):
10943         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10944         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
10945         * ext/speex/gstspeexdec.c: (speex_dec_convert),
10946         (speex_dec_src_event), (speex_dec_chain):
10947         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
10948         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
10949         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
10950         (gst_negotiation_pad_link), (gst_negotiation_chain):
10951         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
10952         (gst_flxdec_chain):
10953         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
10954         (deinterleave_chain):
10955         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
10956         * gst/median/gstmedian.c: (gst_median_link):
10957         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
10958         (gst_monoscope_chain):
10959         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
10960         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
10961         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
10962         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
10963         close #333784 unref the result of gst_pad_get_parent()
10964         by: Christophe Fergeau.
10965
10966 2006-03-09  Wim Taymans  <wim@fluendo.com>
10967
10968         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
10969         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
10970         Handle events in push mode better, can now do non-flushing
10971         seeks in push mode as well.
10972
10973 2006-03-07  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10976         Applied patch from Kai Vehmanen, fixes #333624.
10977
10978 2006-03-06  Julien MOUTTE  <julien@moutte.net>
10979
10980         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
10981         Implement paletted and grayscale png files handling.
10982         (#150363).
10983
10984 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10985
10986         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
10987         (gst_speexenc_chain):
10988           fix a tag list assert
10989           follow gst-plugins-base/ext/ogg/README; set OFFSET
10990           and OFFSET_END.  Muxes correctly with gst-plugins-base
10991           > 0.9.3
10992
10993 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * gst/id3demux/Makefile.am:
10996         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10997         (gst_id3demux_chain), (gst_id3demux_sink_activate):
10998           Use new typefind helper functions here as well, and
10999           do typefinding in pull-mode if upstream supports that.
11000
11001 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * sys/sunaudio/gstsunaudiomixerctrl.c:
11004         (gst_sunaudiomixer_ctrl_get_volume),
11005         (gst_sunaudiomixer_ctrl_set_volume):
11006         * sys/sunaudio/gstsunaudiomixertrack.c:
11007         (gst_sunaudiomixer_track_new):
11008           Remove unused variables, breaks build from CVS
11009           with -Werror (#333392, patch by: Benjamin Pineau)
11010
11011 2006-03-03  Wim Taymans  <wim@fluendo.com>
11012
11013         * docs/plugins/Makefile.am:
11014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11015         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11016         Added wavparse docs.
11017
11018         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11019         (gst_wavparse_reset), (gst_wavparse_init),
11020         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11021         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11022         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11023         (gst_wavparse_stream_data), (gst_wavparse_loop),
11024         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11025         (gst_wavparse_change_state):
11026         * gst/wavparse/gstwavparse.h:
11027         Implement seek in READY (fixes #327658)
11028         Added docs and did some cleanups.
11029
11030 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11033         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11034         (gst_avi_demux_calculate_durations_from_index),
11035         (gst_avi_demux_stream_header):
11036         * gst/avi/gstavidemux.h:
11037           If we have an index, use a duration based on the index instead
11038           of blindly trusting the information in the stream headers
11039           (fixes #331817).
11040
11041 2006-03-03  Wim Taymans  <wim@fluendo.com>
11042
11043         * docs/plugins/Makefile.am:
11044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11046         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11047         Added smoke and jpeg to the docs.
11048
11049         * ext/jpeg/Makefile.am:
11050         * ext/jpeg/gstjpeg.c: (plugin_init):
11051         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11052         * ext/jpeg/gstjpegenc.h:
11053         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11054         (gst_smokedec_chain):
11055         * ext/jpeg/gstsmokedec.h:
11056         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11057         * ext/jpeg/gstsmokeenc.h:
11058         * ext/jpeg/smokecodec.h:
11059         Port smokedec (fixes #331905).
11060         Added some docs.
11061         Some cleanups.
11062
11063 2006-03-03  Wim Taymans  <wim@fluendo.com>
11064
11065         * docs/plugins/Makefile.am:
11066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11068         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11069         Added videobalance and videoflip to the docs.
11070
11071         * gst/videofilter/Makefile.am:
11072         * gst/videofilter/gstvideobalance.c:
11073         (gst_video_balance_update_tables_planar411),
11074         (gst_video_balance_is_passthrough),
11075         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11076         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11077         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11078         (gst_video_balance_finalize), (gst_video_balance_class_init),
11079         (gst_video_balance_init), (gst_video_balance_interface_supported),
11080         (gst_video_balance_interface_init),
11081         (gst_video_balance_colorbalance_list_channels),
11082         (gst_video_balance_colorbalance_set_value),
11083         (gst_video_balance_colorbalance_get_value),
11084         (gst_video_balance_colorbalance_init),
11085         (gst_video_balance_set_property), (gst_video_balance_get_property),
11086         (gst_video_balance_get_type), (plugin_init):
11087         * gst/videofilter/gstvideobalance.h:
11088         Ported to 0.10. (Fixes #326160)
11089         Added docs.
11090
11091         * gst/videofilter/gstvideoflip.c:
11092         * gst/videofilter/gstvideoflip.h:
11093         Added docs.
11094
11095 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * configure.ac:
11098           Bump requirements to current core and -base CVS
11099           (core for new typefind helper API, and -base for the
11100           WAVFORMATEX support that was added to libgstriff and
11101           is needed by wavparse).
11102         
11103         * gst/apetag/Makefile.am:
11104         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11105         (gst_tag_demux_sink_activate):
11106           Use new typefind helpers for typefinding instead of our
11107           home-grown stuff; also, do typefinding in pull-mode if
11108           upstream supports that.
11109
11110 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11111
11112         Reviewed by: Christian Schaller <christian@fluendo.com>
11113
11114         This patch fixes bug: 329107
11115
11116         This Changelog entry is for a commit done on February 17
11117
11118         * ext/gconf/gconf.c
11119         * ext/gconf/gconf.h
11120         * ext/gconf/gstgconfaudiosink.c
11121         * ext/gconf/gstgconfaudiosink.h
11122         * gconf/gstreamer.schemas.in
11123
11124 2006-02-28  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11127         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11128         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11129         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11130         Use DEBUG_OBJECT more.
11131
11132 2006-02-28  Wim Taymans  <wim@fluendo.com>
11133
11134         * docs/plugins/Makefile.am:
11135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11137         Added dvdec and dvdemux to docs.
11138
11139         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11140         Added docs.
11141         Check frame sizes so we don't crash when don't have enough
11142         data.
11143         Send nice error messages on error.
11144
11145         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11146         (gst_dvdemux_class_init), (gst_dvdemux_init),
11147         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11148         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11149         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11150         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11151         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11152         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11153         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11154         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11155         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11156         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11157         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11158         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11159         * ext/dv/gstdvdemux.h:
11160         Added docs.
11161         Implement pull mode.
11162         Fix memleaks.
11163         Reduce memcpy for the video demuxing.
11164
11165 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11166
11167         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11168         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11169         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11170         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11171           Add a little extra debug. Make the decoder not return NOT_LINKED,
11172           as we want to continue decoding all CMML and emitting tags.
11173
11174 2006-02-27  Michael Smith  <msmith@fluendo.com>
11175
11176         * ext/annodex/gstskeltag.c:
11177         * ext/annodex/gstskeltag.h:
11178           Deleted; these files aren't used any more either.
11179
11180 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11181
11182         * ext/Makefile.am: Fix dist-check.
11183
11184 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11185
11186         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11187         memleak.
11188
11189 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11190
11191         * ext/annodex/Makefile.am:
11192         * ext/annodex/gstannodex.c:
11193         * ext/annodex/gstcmmldec.c:
11194         * ext/annodex/gstcmmlenc.c:
11195         * ext/annodex/gstcmmlparser.c:
11196         * ext/annodex/gstcmmlparser.h:
11197         * ext/annodex/gstcmmlutils.c:
11198         * tests/check/elements/cmmldec.c:
11199         * tests/check/elements/cmmlenc.c:
11200           Fix a memleak in gst_cmml_track_list_add_clip.
11201           Handle overflows in clip's start and end times.
11202           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11203           Do not parse junk at the end of a CMML preamble buffer.
11204           Register a libxml error handler to not print stuff on stderr.
11205           Check for bad clip start and end times in the testsuites.
11206
11207 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11208
11209         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11210         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11211         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11212         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11213         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11214         possible memleaks.
11215
11216 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11217
11218         * tests/check/Makefile.am:
11219         * tests/check/elements/cmmldec.c:
11220         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11221         the plugins-base tags.
11222
11223 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11224
11225         * ext/Makefile.am: Re-enable module.
11226
11227 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11228
11229         * tests/check/Makefile.am: Forgot to remove that test.
11230
11231 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11232
11233         * ext/annodex/Makefile.am:
11234         * ext/annodex/gstannodex.c: (plugin_init):
11235         * ext/annodex/gstcmmldec.c:
11236         * ext/annodex/gstskeldec.c:
11237         * ext/annodex/gstskeldec.h:
11238         * tests/check/Makefile.am:
11239         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11240
11241 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11242
11243         * tests/check/Makefile.am: Disable those checks as well.
11244
11245 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11246
11247         * ext/Makefile.am: Disable annodex for now until we figure out
11248         how to make it build.
11249         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11250         Add a rule to your checklist : "please try to at least build 
11251         what you are going to commit into -good, or if you are too lazy
11252         to do that, please check that the buildbots are not crying because
11253         of your commit."
11254
11255 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11256
11257         * configure.ac:
11258         * ext/Makefile.am:
11259         * ext/gdk_pixbuf/Makefile.am:
11260         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11261         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11262         * ext/gdk_pixbuf/pixbufscale.c:
11263         * ext/gdk_pixbuf/pixbufscale.h:
11264           Gdkpixbuf ported from 0.8 to 0.10 by
11265           Renato Filho <renato.filho@indt.org.br>.
11266           gst_loader and gdkpixbufanimation still need port.
11267
11268 2006-02-24  Michael Smith  <msmith@fluendo.com>
11269
11270         * configure.ac:
11271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11272         * ext/Makefile.am:
11273         * ext/annodex/Makefile.am:
11274         * ext/annodex/gstannodex.c:
11275         * ext/annodex/gstannodex.h:
11276         * ext/annodex/gstcmmldec.c:
11277         * ext/annodex/gstcmmldec.h:
11278         * ext/annodex/gstcmmlenc.c:
11279         * ext/annodex/gstcmmlenc.h:
11280         * ext/annodex/gstcmmlparser.c:
11281         * ext/annodex/gstcmmlparser.h:
11282         * ext/annodex/gstcmmltag.c:
11283         * ext/annodex/gstcmmltag.h:
11284         * ext/annodex/gstcmmlutils.c:
11285         * ext/annodex/gstcmmlutils.h:
11286         * ext/annodex/gstskeldec.c:
11287         * ext/annodex/gstskeldec.h:
11288         * ext/annodex/gstskeltag.c:
11289         * ext/annodex/gstskeltag.h:
11290         * tests/check/Makefile.am:
11291         * tests/check/elements/cmmldec.c:
11292         * tests/check/elements/cmmlenc.c:
11293         * tests/check/elements/skeldec.c:
11294           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11295           Includes tests & docs, oh my! Passes Thomas's -good checklist
11296           entirely. Wow.
11297
11298 2006-02-24  Michael Smith  <msmith@fluendo.com>
11299
11300         * autogen.sh:
11301           Check for automake 1.9 as well.
11302
11303 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * ext/flac/gstflacenc.c:
11306           Change min. sample rate to 8kHz to match flacdec's.
11307           
11308 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * ext/cdio/Makefile.am:
11311           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11312           required for Cygwin, see #317048)
11313
11314         * gst/rtp/gstasteriskh263.c:
11315           Cygwin has includes for both the unix network socket API
11316           and the windows API, but only one can be included, so fix
11317           includes to only use one or the other, prefering the unxi
11318           one (#317048).
11319
11320 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11321
11322         * rtp/gst/gstrtppcmadepay.c:
11323         * rtp/gst/gstrtppcmadepay.h:
11324         * rtp/gst/gstgstrtppcmapay.c:
11325         * rtp/gst/gstgstrtppcmapay.h:
11326         * rtp/gst/gstrtppcmudepay.c:
11327         * rtp/gst/gstrtppcmudepay.h:
11328         * rtp/gst/gstrtppcmupay.c:
11329         * rtp/gst/gstrtppcmupay.h:
11330         * rtp/gst/Makefile.am:
11331         * rtp/gst/gstrtp.c:
11332         * rtp/gst/README:
11333         Separated the G711 payloaders/depayloaders into separate elements for
11334         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11335
11336 2006-02-22  Wim Taymans  <wim@fluendo.com>
11337
11338         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11339         (gst_dvdec_change_state):
11340         * ext/dv/gstdvdec.h:
11341         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11342         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11343         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11344         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11345         (gst_dvdemux_flush), (gst_dvdemux_chain),
11346         (gst_dvdemux_change_state):
11347         * ext/dv/gstdvdemux.h:
11348         Ueber spiffify some more, added debug category.
11349         Use _scale.
11350         Use segments, respect playback rate from newsegment.
11351         Fix refcount issue.
11352
11353 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11354
11355         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11356         (gst_signal_processor_process):
11357         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11358         enabled for the build, but it helps me win the feature-count
11359         competitions ooh yeah.
11360
11361 2006-02-19  Wim Taymans  <wim@fluendo.com>
11362
11363         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11364         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11365         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11366         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11367         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11368         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11369         Use scaling code for added precission and more correct stop
11370         position in case scale==0.
11371
11372 2006-02-19  Wim Taymans  <wim@fluendo.com>
11373
11374         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11375         (gst_flxdec_chain):
11376         * gst/flx/gstflxdec.h:
11377         Implement DURATION query.
11378
11379 2006-02-19  Wim Taymans  <wim@fluendo.com>
11380
11381         * gst/flx/flx_color.h:
11382         * gst/flx/flx_fmt.h:
11383         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11384         (gst_flxdec_src_query_handler), (flx_decode_color),
11385         (gst_flxdec_chain):
11386         * gst/flx/gstflxdec.h:
11387         Set MALLOCDATA for the temp buffers so we don't leak.
11388         Some debug cleanups.
11389         Consume all data in the adapter before leaving the chain
11390         function. Fixes #330678.
11391
11392 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11393
11394         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11395         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11396          Handle 0 data size in otherwise valid frames.
11397          Handle numeric strings in 2.4.0 even when not in parentheses 
11398
11399 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/matroska/matroska-demux.c:
11402         (gst_matroska_demux_subtitle_caps),
11403         (gst_matroska_demux_plugin_init):
11404         * gst/matroska/matroska-ids.h:
11405           Recognise SSA/ASS and USF subtitle formats and
11406           set proper caps when they are found.
11407
11408 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11409
11410         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11411         (gst_jpeg_dec_chain):
11412           Fix invalid memory access for some odd-sized images
11413           (see image contained in quicktime stream in #327083);
11414           use g_malloc() instead of g_alloca().
11415
11416 2006-02-17  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11419         Patch from Sebastien Cote, fixes #319884
11420
11421 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11422
11423         * ext/cdio/gstcdio.c: (plugin_init):
11424           Init debug category (#331253).
11425
11426 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11429           Pass extra_data to gst_riff_create_audio_caps(), so that
11430           WAVEFORMATEX stuff works. Post audio codec name and post
11431           it as taglist on the bus. Allow up to 8 channesl for raw
11432           PCM in the source pad template caps.
11433
11434 2006-02-16  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11437         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11438         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11439         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11440         (gst_multipart_set_property), (gst_multipart_get_property):
11441         Applied #318663. Gives quite a few false positives in
11442         autoscan mode, but it's better than nothing. Not closing yet.
11443
11444 2006-02-16  Wim Taymans  <wim@fluendo.com>
11445
11446         * docs/plugins/Makefile.am:
11447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11449         * docs/plugins/gst-plugins-good-plugins.args:
11450         * docs/plugins/inspect/plugin-udp.xml:
11451         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11452         (gst_udpsrc_start):
11453         Update documentation.
11454         Fix args.
11455
11456 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11457
11458         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11459         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11460         frame size. (Fixes #331368)
11461
11462 2006-02-16  Wim Taymans  <wim@fluendo.com>
11463
11464         * gst/rtsp/README:
11465         Updated README.
11466
11467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11468         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11469         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11470         * gst/rtsp/gstrtspsrc.h:
11471         Make sure the RTP port is an even port an try to allocate 
11472         another if not.
11473         Added retry property to control max retries for port allocation.
11474         Make sure RTCP port is RTP port+1.
11475         Cleanup when port allocation fails.
11476         Fixes #319183.
11477         
11478 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11481           Don't ignore return value of the parent class's state
11482           change function (#331385, patch by: Wouter Paesen).
11483
11484 2006-02-15  Wim Taymans  <wim@fluendo.com>
11485
11486         * configure.ac:
11487         * docs/plugins/Makefile.am:
11488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11490         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11491         * ext/Makefile.am:
11492         * ext/hal/Makefile.am:
11493         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11494         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11495         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11496         (do_toggle_element), (gst_hal_audio_sink_set_property),
11497         (gst_hal_audio_sink_get_property),
11498         (gst_hal_audio_sink_change_state):
11499         * ext/hal/gsthalaudiosink.h:
11500         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11501         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11502         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11503         (do_toggle_element), (gst_hal_audio_src_set_property),
11504         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11505         * ext/hal/gsthalaudiosrc.h:
11506         * ext/hal/gsthalelements.c: (plugin_init):
11507         * ext/hal/gsthalelements.h:
11508         * ext/hal/hal.c: (gst_hal_get_string),
11509         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11510         (gst_hal_get_audio_src):
11511         * ext/hal/hal.h:
11512         Add HAL sound device wrapper plugins. Closes #329106
11513
11514 2006-02-15  Wim Taymans  <wim@fluendo.com>
11515
11516         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11517         Add comment in a fultile attempt to stop the copy-and-paste 
11518         paradigm leading to duplication of bad code.
11519
11520         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11521         Mime parameters have to be checked case insensitive
11522
11523 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11526           Advance stream time for lagging subtitle streams by sending
11527           newsegment events with the update flag set.
11528
11529 2006-02-14  Edward Hervey  <edward@fluendo.com>
11530
11531         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11532         There can be bogus data before the hdrl LIST tag in the RIFF header.
11533         It's hard to say if it's not respecting the AVI specifications or not,
11534         but since Google Video is producing AVIs like that and the other player
11535         don't seem to complain, I guess we should do the same.
11536
11537 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11538
11539         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11540         (parse_split_strings):
11541         Add more validation to ensure that a char encoding conversion
11542         produced a valid UTF-8 string.
11543
11544 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
11545
11546         Reviewed by: Edward Hervey  <edward@fluendo.com>
11547
11548         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11549         Properly handle end of segment. Closes #330885.
11550
11551 2006-02-13  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/rtp/gstrtpmp4gpay.h:
11554         For got to commit this one.
11555
11556 2006-02-12  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11559         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11560         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11561         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11562         * gst/rtp/gstrtpmp4gpay.h:
11563         Make more things work.
11564         Handle ACC config strings.
11565
11566 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11569           set timestamps if no incoming timestamps set
11570
11571 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11574         (gst_tag_demux_do_typefind):
11575           ... and fix the very same leaks in GstTagDemux.
11576
11577 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
11578
11579         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11580         (gst_id3demux_do_typefind):
11581         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11582         <jonathan at kaolin dot wh9 dot net>)
11583
11584 2006-02-10  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11587         First set options, then set caps or else the baseclass
11588         will not know about the options, duh.
11589
11590 2006-02-10  Wim Taymans  <wim@fluendo.com>
11591
11592         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11593         (gst_rtp_mp4v_pay_setcaps):
11594         Don't waste time looking for a config string if we have codec_info
11595         on the incomming caps.
11596
11597 2006-02-10  Wim Taymans  <wim@fluendo.com>
11598
11599         * gst/rtp/README:
11600         Say something about case-sensitivity of caps vs mime-attributes.
11601
11602         * gst/rtp/Makefile.am:
11603         * gst/rtp/gstrtp.c: (plugin_init):
11604         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11605         (gst_rtp_amr_pay_handle_buffer):
11606         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11607         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11608         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11609         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11610         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11611         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11612         (gst_rtp_mp4g_pay_plugin_init):
11613         * gst/rtp/gstrtpmp4gpay.h:
11614         Added beginnings of mpeg4-generic payloader (RFC 3640)
11615
11616 2006-02-09  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/rtsp/Makefile.am:
11619         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11620         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11621         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11622         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11623         (gst_rtpdec_change_state):
11624         * gst/rtsp/gstrtpdec.h:
11625         * gst/rtsp/gstrtsp.c: (plugin_init):
11626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11627         * gst/rtsp/rtspconnection.c: (read_body),
11628         (rtsp_connection_receive):
11629         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11630         Resurected rtpdec to make rtspsrc happy again.
11631         Skip attributes from the session id.
11632         Don't crash when dumping a message with an empty body.
11633
11634
11635 2006-02-09  Wim Taymans  <wim@fluendo.com>
11636
11637         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11638         Added more meaningfull warnings when something goes wrong.
11639         Clear F bit on outgoing AMR packets.
11640
11641         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11642         (gst_rtp_amr_pay_handle_buffer):
11643         Added debugging category
11644         Support payloading of multiple AMR frames.
11645
11646         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11647         Added some debugging.
11648
11649 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11650
11651         * configure.ac:
11652           Back to CVS
11653
11654 === release 0.10.2 ===
11655
11656 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11657
11658         * configure.ac:
11659           releasing 0.10.2, "Papa was a rolling stone"
11660
11661 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11662
11663         * configure.ac:
11664           Bump core and plugins-base requirement to 0.10.2.2
11665           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11666
11667 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * ext/flac/gstflac.c: (plugin_init):
11670         * ext/speex/gstspeex.c: (plugin_init):
11671           Register musicbrainz tags.
11672
11673 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * ext/gconf/gconf.h:
11676           Remove declaration of function that no longer exists.
11677
11678 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11679
11680         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11681         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11682         Make shout2 work for non ogg streams
11683
11684 2006-02-06  Wim Taymans  <wim@fluendo.com>
11685
11686         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11687         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11688         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11689         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11690         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11691         * gst/udp/gstmultiudpsink.h:
11692         Updated docs.
11693         Added properties bytes-served, bytes_to_serve.
11694         Post proper error messages,
11695         Emit client added signal too.
11696
11697 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11698
11699         * docs/plugins/Makefile.am:
11700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11702         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11703         (gst_multiudpsink_get_stats):
11704           adding docs for multiudpsink
11705
11706 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11707
11708         * gst/level/gstlevel.c: (gst_level_transform_ip):
11709           peak below decay is not necessarily an error, so don't ERROR log
11710
11711 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11714         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11715         (gst_ebml_write_seek):
11716         * gst/matroska/ebml-write.h:
11717           Make sure we send a newsegment event in BYTES format
11718           before sending buffers (#328531).
11719
11720 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11723         (gst_dvdemux_sink_query):
11724         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11725         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11726         (speex_dec_src_query):
11727         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11728         (gst_speexenc_sink_query):
11729         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11730         * gst/matroska/matroska-demux.c:
11731         (gst_matroska_demux_get_src_query_types),
11732         (gst_matroska_demux_handle_src_query):
11733         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11734         (gst_wavparse_pad_query):
11735           Pass unhandled queries upstream instead of just dropping
11736           them (#326446). Update query type arrays here and there.
11737
11738 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * tests/check/elements/matroskamux.c: (setup_src_pad):
11741           Collectpads in core got changed and now also holds a
11742           reference to any pad that is part of it. Fix refcount
11743           checks in test case accordingly.
11744
11745 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * gst/apetag/gstapedemux.h:
11748           Fix include, for now GstTagDemux is in the apetag dir.
11749
11750 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         * docs/plugins/Makefile.am:
11753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11755         * docs/plugins/inspect/plugin-cdio.xml:
11756           Add cdio plugin to docs.
11757
11758         * ext/cdio/gstcdiocddasrc.c:
11759           Add gtk-doc blurb.
11760
11761         * ext/cdio/gstcdio.c:
11762           The plugin is called 'cdio' not 'cddio'.
11763
11764 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * configure.ac:
11767         * docs/plugins/Makefile.am:
11768         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11770         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11771         * docs/plugins/inspect/plugin-apetag.xml:
11772         * gst/apetag/Makefile.am:
11773         * gst/apetag/gstapedemux.c:
11774         * gst/apetag/gstapedemux.h:
11775         * gst/apetag/gsttagdemux.c:
11776         * gst/apetag/gsttagdemux.h:
11777           Add APE tag demuxer (#325649).
11778
11779 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11780
11781         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11782         (gst_gconf_get_default_video_sink),
11783         (gst_gconf_get_default_audio_src),
11784         (gst_gconf_get_default_video_src):
11785         * ext/gconf/gconf.h:
11786         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11787         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11788         (do_toggle_element):
11789         * ext/gconf/gstgconfaudiosink.h:
11790         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11791         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11792         (do_toggle_element):
11793         * ext/gconf/gstgconfaudiosrc.h:
11794         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11795         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11796         (do_toggle_element):
11797         * ext/gconf/gstgconfvideosink.h:
11798         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11799         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11800         (do_toggle_element):
11801         * ext/gconf/gstgconfvideosrc.h:
11802           Ignore changing the GConf key to "". Ignore GConf key updates
11803           that don't actually change the string.
11804           For now, ignore the GConf key when the state is > READY, as
11805           it breaks streaming. Sometime it will be nice to bring the
11806           new sink online even mid-stream, by sending NEWSEGMENT info
11807           and possibly prerolling.
11808           (Fixes #326736)
11809
11810 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11811
11812         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11813         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11814         (zoomFilterSetResolution), (zoomFilterDestroy),
11815         (zoomFilterFastRGB), (pointFilter):
11816         * gst/goom/filters.h:
11817         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11818         (goom_update), (goom_close):
11819         * gst/goom/goom_core.h:
11820         * gst/goom/goom_tools.h:
11821         * gst/goom/graphic.c:
11822         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11823         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11824         * gst/goom/gstgoom.h:
11825         * gst/goom/lines.c: (goom_lines):
11826         * gst/goom/lines.h:
11827           Make goom reentrant by moving all important static variables
11828           into instance structures.
11829           (Fixes #329181)
11830
11831 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11834         (gst_avi_demux_all_source_pads_unlinked),
11835         (gst_avi_demux_process_next_entry):
11836         * gst/avi/gstavidemux.h:
11837           Third attempt, use gst_pad_is_linked() this time.
11838
11839 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11840
11841         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11842         (parse_split_strings):
11843         Adjust for data length indicators when parsing (Fixes #329810)
11844         Fix stupid bug parsing UTF-8 tag text.
11845         Output tag strings with multiple fields as multiple tags, so the
11846         app gets all the data.
11847
11848 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11849
11850         * ext/flac/gstflacenc.c:
11851         Fixed a bug add in last commit, where no event is send. Thanks Tim to
11852         show me.
11853         
11854 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11855
11856         * ext/flac/gstflacenc.c:
11857         * gst/matroska/ebml-read.c:
11858         Just make it compile with --disable-gst-debug.
11859
11860 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
11861
11862         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11863         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11864         (id3v2_genre_fields_to_taglist):
11865           Never output a tag with a null contents string.
11866
11867 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11870           Only pause if all pads are unlinked AND we've tried to send data
11871           on all of them at least once.
11872
11873 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11876         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11877           Make loop function/task pause itself when all source pads are
11878           unlinked.
11879
11880 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11881
11882         * configure.ac:
11883         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11884           Use new functions from core to render a bin from a
11885           string. Fixes build. Up requirements to core CVS.
11886
11887 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11890           Don't push buffers into the adapter that we are going to
11891           push downstream again without framing anyway. Also, the
11892           adaptor takes ownership of buffers put into it (fixes
11893           auparse pushing invalid buffers for .au files with
11894           ADPCM contents). Finally, set caps on all outgoing buffers.
11895
11896 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11897
11898         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11899         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11900         (gst_id3demux_send_tag_event):
11901         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11902         Someone should kick my butt. Remove ID3v1 tags from the end of the
11903         file.
11904
11905         Improve error messages. Send the TAG message as soon as we complete
11906         typefinding, instead of waiting until we send the first buffer.
11907         Downstream tag event is still sent before the first buffer.
11908
11909 2006-01-27  Jan Gerber  <j@bootlab.org>
11910
11911         Reviewed by: Andy Wingo <wingo@pobox.com>
11912
11913         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11914         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11915         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11916         to not have warings flooding stderr. this is the suggested way
11917         also used in dvgrab and kino. (#328336)
11918
11919 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11920
11921         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11922         (gst_oss_sink_init), (gst_oss_sink_finalise):
11923           Free the device name string when finalised.
11924
11925 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11926
11927         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
11928           Don't put function calls in g_return_if_fail() statements,
11929           or they'll be replaced with NOOPs if someone compiles with
11930           G_DISABLE_CHECKS defined.
11931           
11932 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
11933
11934         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11935         Never trust ANY information encoded in a media file, especially
11936         when it's giving you sizes. (Fixes #328452)
11937
11938 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
11939
11940         * gst/rtp/gstrtpg711pay.c:
11941         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
11942         bug #325148.
11943
11944 2006-01-23  Edward Hervey  <edward@fluendo.com>
11945
11946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
11947         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
11948         * gst/matroska/matroska-ids.h:
11949         Added recognition of Real Audio and Video streams in matroska demuxer.
11950
11951 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11952
11953         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11954           Remove errant break statement, and fix compilation with
11955           older GCC.
11956
11957 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
11958
11959         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * sys/sunaudio/gstsunaudiomixerctrl.c:
11962         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
11963           Export functions that are needed in other parts of the code,
11964           makes the mixer actually work; adjust magic minimum buffer-time
11965           value from 3ms to 5ms to work around stuttering during mp3
11966           playback (#327765).
11967
11968 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
11969
11970         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11973         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
11974           Fix possible deadlock in matroska muxer (#327825).
11975
11976 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11977
11978         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
11979         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11980         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
11981         * gst/rtsp/sdpmessage.h:
11982         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
11983         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
11984           C89 fixes: declare variables at the beginning of a block and
11985           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
11986           <jensgr at gmx dot net>).
11987
11988 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11989
11990         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11991         * gst/id3demux/id3tags.h:
11992         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11993         (parse_comment_frame), (parse_text_identification_frame),
11994         (id3v2_tag_to_taglist), (id3v2_are_digits),
11995         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
11996         (parse_split_strings), (free_tag_strings):
11997           Rewrite parsing of text tags to handle multiple NULL terminated
11998           strings. Parse numeric genre strings and ID3v2 type
11999           "(3)(6)Alternative" style genre strings.
12000           Parse dates that are only YYYY or YYYY-mm format.
12001           (Fixes #328241 and #322154)
12002
12003 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12006           Don't forget to initialize liboil, otherwise our oil functions
12007           will crash (fixes #327871; patch by: Christoph Burghardt
12008           <hawkes at web dot de>).
12009
12010 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * configure.ac:
12013           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12014           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12015           patch by: Brian Cameron <brian dot cameron at sun dot com>
12016
12017 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12020         * ext/cdio/gstcdio.h:
12021         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12022           Fix build for libcdio versions >= 76; give slightly lower rank
12023           than cdparanoia.
12024
12025 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * configure.ac:
12028         * ext/Makefile.am:
12029         * ext/cdio/Makefile.am:
12030         * ext/cdio/gstcdio.c:
12031         * ext/cdio/gstcdio.h:
12032         * ext/cdio/gstcdiocddasrc.c:
12033         * ext/cdio/gstcdiocddasrc.h:
12034           Port libcdio cdda source, formerly known as cddasrc, now known as
12035           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12036           but that's not tested (fixes #317658).
12037
12038 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12041           Fix conversion from TIME to BYTES format (fixes #326864;
12042           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12043
12044 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12045
12046         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12047           Fix compilation of id3demux when zlib is not present.
12048           (Fixes #326602; patch by: Sergey Scobich)
12049
12050 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         * ext/esd/Makefile.am:
12053           Add $(ESD_CFLAGS), otherwise build will fail for folks
12054           with libesd in a non-standard prefix (#327009).
12055
12056 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12057
12058         * configure.ac:
12059           back to HEAD
12060
12061 === release 0.10.1 ===
12062
12063 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12064
12065         * configure.ac:
12066           releasing 0.10.1, "Li"
12067
12068 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12069
12070           patch by: Wim Taymans
12071
12072         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12073           fix memleak.  Fixes #326618
12074
12075 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12076
12077           patch by: Mike Smith
12078
12079         * gst/level/gstlevel.c: (gst_level_message_new),
12080         (gst_level_message_append_channel):
12081           Fix memleak.  Fixes #326612
12082
12083 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12084
12085         * configure.ac:
12086           prereleasing
12087         * po/af.po:
12088         * po/az.po:
12089         * po/cs.po:
12090         * po/en_GB.po:
12091         * po/hu.po:
12092         * po/it.po:
12093         * po/nb.po:
12094         * po/nl.po:
12095         * po/or.po:
12096         * po/sq.po:
12097         * po/sr.po:
12098         * po/sv.po:
12099         * po/uk.po:
12100         * po/vi.po:
12101           update translations
12102
12103 2006-01-10  Michael Smith  <msmith@fluendo.com>
12104
12105         * gst/level/gstlevel.c: (gst_level_class_init),
12106         (gst_level_dispose):
12107           Don't leak filter arrays.
12108
12109 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12110
12111         reviewed by: Christian Schaller <uraeus@gnome.org>
12112         
12113         * configure.ac:
12114         * gst-plugins-good.spec.in:
12115         * sys/Makefile.am:
12116         * sys/sunaudio/Makefile.am:
12117         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12118         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12119         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12120         (gst_sunaudiomixer_change_state):
12121         * sys/sunaudio/gstsunaudiomixer.h:
12122         * sys/sunaudio/gstsunaudiomixerctrl.c:
12123         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12124         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12125         (gst_sunaudiomixer_ctrl_list_tracks),
12126         (gst_sunaudiomixer_ctrl_get_volume),
12127         (gst_sunaudiomixer_ctrl_set_volume),
12128         (gst_sunaudiomixer_ctrl_set_mute),
12129         (gst_sunaudiomixer_ctrl_set_record):
12130         * sys/sunaudio/gstsunaudiomixerctrl.h:
12131         * sys/sunaudio/gstsunaudiomixertrack.c:
12132         (gst_sunaudiomixer_track_class_init),
12133         (gst_sunaudiomixer_track_init), (fill_labels),
12134         (gst_sunaudiomixer_track_new):
12135         * sys/sunaudio/gstsunaudiomixertrack.h:
12136         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12137         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12138         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12139         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12140         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12141         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12142         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12143         * sys/sunaudio/gstsunaudiosink.h:
12144
12145         Add SunAudio plugin - tested to make sure it doesn't break
12146         the build under GNU/Linux.      
12147
12148 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12149
12150         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12151         * gst-plugins-good/gst/udp/gstudpsrc.c:
12152         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12153         overrides the port or multicast parameters. Fixes bugs #323021.
12154         API addition: adds GstUDPSrc::sockfd property   
12155
12156 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * ext/gconf/Makefile.am:
12159         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12160         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12161         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12162         (do_toggle_element), (cb_toggle_element),
12163         (gst_gconf_audio_src_change_state):
12164         * ext/gconf/gstgconfaudiosrc.h:
12165         * ext/gconf/gstgconfelements.c: (plugin_init):
12166         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12167         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12168         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12169         (do_toggle_element), (cb_toggle_element),
12170         (gst_gconf_video_src_change_state):
12171         * ext/gconf/gstgconfvideosrc.h:
12172           Add new gconfaudiosrc and gconfvideosrc elements
12173           (needed for gnome-sound-recorder).
12174
12175 2006-01-06  Edward Hervey  <edward@fluendo.com>
12176
12177         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12178         Add gst_element_no_more_pads() for proper decodebin behaviour.
12179         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12180         (parse_text_identification_frame), (parse_split_strings):
12181         Failure to decode some tags is not a GST_ERROR() but a
12182         GST_WARNING()
12183         When iterating over a chunk of text, check that we haven't gone too
12184         far.
12185
12186 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12187
12188         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12189         (plugin_init):
12190           call oil_init() when using liboil
12191
12192 2006-01-04  Wim Taymans  <wim@fluendo.com>
12193
12194         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12195         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12196         Fix leaks.
12197
12198 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12199
12200         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12203         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12204         (gst_flac_dec_change_state):
12205           Don't g_assert() where we should just return FALSE; remove
12206           unnecessary g_assert(); initialize some fields properly in
12207           state change function (fixes #325504). Also, use
12208           GST_DEBUG_OBJECT in two more places.
12209
12210 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12211
12212         * configure.ac:
12213           also remove smoothwave's Makefile.am
12214         * docs/plugins/Makefile.am:
12215           fix plugin docs
12216
12217 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12218
12219         * tests/examples/Makefile.am:
12220           added missing Makefile.am
12221
12222 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12223
12224         * configure.ac:
12225         * gst/level/Makefile.am:
12226         * gst/level/level-example.c:
12227         * tests/Makefile.am:
12228         * tests/examples/level/Makefile.am:
12229         * tests/examples/level/level-example.c: (message_handler), (main):
12230           moved level-example to tests/examples/level-example
12231         * tests/old/examples/level/demo.c: (main):
12232         * tests/old/examples/level/plot.c: (main):
12233           some initial fixes
12234
12235 2005-12-29  Michael Smith  <msmith@fluendo.com>
12236
12237         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12238         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12239         * gst/udp/gstmultiudpsink.h:
12240           Track packets sent per client in addition to bytes sent; provide
12241           this info through get-stats signal
12242
12243 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12246           Can't use gst_object_unref() on a GstAdapter (#325191).
12247
12248 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12249
12250         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12251         If a broken tag has 0 bytes payload, at least still skip
12252         the 10 byte header
12253
12254 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12255
12256         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12257         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12258         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12259         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12260           Making these depayloaders (H263+ and mpeg4 video) inherit from
12261           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12262
12263 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12264
12265         * docs/plugins/gst-plugins-good-plugins.args:
12266         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12267         Regenerate the plugin hiearchy.
12268
12269 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12270
12271         * docs/plugins/Makefile.am:
12272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12274         * docs/plugins/gst-plugins-good-plugins.args:
12275         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12276         (gst_id3demux_base_init), (gst_id3demux_class_init),
12277         (gst_id3demux_chain):
12278         * gst/id3demux/gstid3demux.h:
12279           Add documentation for id3demux.
12280           Don't fail if the first buffer is not at offset 0, just
12281           attempt to typefind and do pass through
12282           Rename the gst_type function from gst_gst_id3demux..
12283
12284 2005-12-20  Michael Smith  <msmith@fluendo.com>
12285
12286         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12287         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12288         (gst_multiudpsink_get_stats):
12289         * gst/udp/gstmultiudpsink.h:
12290           Collect statistics; return them from get_stats.
12291
12292 2005-12-19  Edward Hervey  <edward@fluendo.com>
12293
12294         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12295         Stupid signedness issue...
12296
12297 2005-12-19  Edward Hervey  <edward@fluendo.com>
12298
12299         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12300         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12301         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12302         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12303         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12304         Construct index for indexless files.
12305         Make sure pad/buffers are correctly reset to NULL once we don't need
12306         them anymore, else we get lovely segfaults/assertions.
12307         * gst/wavparse/gstwavparse.c:
12308         Yes, you can have 96KHz audio and wma in wav :(
12309
12310 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12311
12312         * configure.ac:
12313           Check for optional dependency on zlib for id3demux
12314
12315         * gst/id3demux/Makefile.am:
12316         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12317         (gst_id3demux_base_init), (gst_id3demux_class_init),
12318         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12319         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12320         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12321         (gst_id3demux_set_property), (gst_id3demux_get_property),
12322         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12323         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12324         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12325         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12326         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12327         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12328         (simple_find_peek), (simple_find_suggest),
12329         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12330         (plugin_init):
12331         * gst/id3demux/gstid3demux.h:
12332         * gst/id3demux/id3tags.c: (read_synch_uint),
12333         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12334         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12335         (id3demux_id3v2_frames_to_tag_list):
12336         * gst/id3demux/id3tags.h:
12337         * gst/id3demux/id3v2.4.0-frames.txt:
12338         * gst/id3demux/id3v2.4.0-structure.txt:
12339         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12340         (parse_comment_frame), (parse_text_identification_frame),
12341         (id3v2_tag_to_taglist), (parse_split_strings):
12342           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12343           otherwise it discards them. Works on my test files. 
12344
12345         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12346           Don't send EOS to a non-existing srcpad
12347           The debug category can be static
12348
12349 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12350
12351         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12352         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12353         * gst/multipart/multipartdemux.c:
12354           change some char* into char[]
12355
12356 2005-12-16  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12359         (gst_wavparse_other), (gst_wavparse_perform_seek),
12360         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12361         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12362         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12363         * gst/wavparse/gstwavparse.h:
12364         Use GstSegment to implement more seeking features.
12365
12366 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368         * gst/rtsp/rtspconnection.c:
12369           Add <netinet/in.h> include and move <arpa/inet.h> include
12370           to make things work on OpenBSD as well (fixes #323717;
12371           patch by: Benjamin Pineau)
12372
12373 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12374
12375         * gst/rtp/gstrtpspeexdepay.c:
12376         * gst/rtp/gstrtpspeexpay.c:
12377         Set clock rate to be fixed in 8000. It fixes bug #324012.
12378
12379 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12380
12381         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12382         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12383         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12384         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12385         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12386         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12387         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12388         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12389         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12390         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12391         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12392         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12393         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12394         * gst-plugins-good/gst/rtp/README:
12395         Fixed payload range in payloder caps. Removed payload range completely
12396         from depayloaders as they don't require payload type in their caps.
12397         In effect, there isn't any specific payload type for any given codec,
12398         only suggestions.
12399         Fixes bug #324011.
12400
12401 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12402
12403         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12404         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12405         (gst_videomixer_collected): Code cleanup and re-enabling 
12406         queued time validity check for correct EOS handling.
12407
12408 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12411         (gst_oss_mixer_element_get_property),
12412         (gst_oss_mixer_element_change_state):
12413         Add 'device-name' property and fix state change function.
12414
12415 2005-12-13  Edward Hervey  <edward@fluendo.com>
12416
12417         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12418         If the speed of the file is null in the header, set the frame_time to
12419         the default setting of GST_SECOND / 70. Which is the default
12420         frame_delay for .fli files as stated in this document :
12421         http://www.compuphase.com/flic.htm
12422         Would be nice to have the time conversion done properly too (duration =
12423         flxh->frames * flxdec->frame_time)
12424
12425 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12426
12427         * docs/plugins/Makefile.am:
12428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12429         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12430         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12431         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12432         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12433         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12434         documentation for videomixer on my way with a funny sample
12435         pipeline.
12436
12437 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12438
12439         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12440         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12441         (gst_videomixer_update_queues), (gst_videomixer_collected):
12442         Fix caps negotiation. (#323896)
12443
12444 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12445
12446         * gst/matroska/matroska-demux.c:
12447         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12448           Set correct timestamps on audio laces, fixes playback of mp3 from
12449                 matroska.
12450
12451 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12454         (gst_au_parse_class_init), (gst_au_parse_init),
12455         (gst_au_parse_dispose), (gst_au_parse_chain),
12456         (gst_au_parse_change_state), (plugin_init):
12457         * gst/auparse/gstauparse.h:
12458           Use gst_object_unref() for GstObjects instead of
12459           g_object_unref() and fix a mem leak in a debug
12460           statement; while we're at it, also borgify, use
12461           boilerplate macros and clean up a little bit.
12462
12463 2005-12-11  Edward Hervey  <edward@fluendo.com>
12464
12465         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12466         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12467         Added pull mode.
12468
12469 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * gst/goom/gstgoom.c:
12472         * gst/level/level-example.c: (main):
12473         * gst/smoothwave/demo-osssrc.c: (main):
12474           Use audiotestsrc instead of sinesrc (#323798).
12475
12476 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
12477
12478         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12479           more debug-func-ptr usage
12480
12481 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
12482
12483         * gst/flx/flx_color.c: (flx_colorspace_convert):
12484         * gst/flx/flx_color.h:
12485         * gst/flx/flx_fmt.h:
12486         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12487         * gst/flx/gstflxdec.h:
12488           Now flxdec works on big-endian machines as well.
12489
12490 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12493         (gst_fenced_buffer_copy):
12494           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12495           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12496           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12497           and use GST_DEBUG_FUNCPTR for pad functions.
12498
12499 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12500
12501         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12502         (gst_flac_dec_class_init), (gst_flac_dec_init),
12503         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12504         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12505         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12506         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12507         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12508         (gst_flac_dec_change_state):
12509         * ext/flac/gstflacdec.h:
12510           Rewrite flacdec a bit, so that even seeking might work now. Most
12511           importantly, don't act upon any flow return values we get, just tell
12512           the decoder everything's dandy and act on the flow return values
12513           later on in the loop function. We don't want to mess up the internal
12514           decoder state for non-fatal things like flushing pads etc. Other
12515           than that, use GstSegment (segment seeks don't work yet though, but
12516           should be easy to add), use boilerplate macros, drop the superfluous
12517           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12518           lots of other things.
12519
12520 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         * configure.ac:
12523           Update comment in OSS includes check.
12524
12525         * sys/oss/gstossdmabuffer.c:
12526         * sys/oss/gstosshelper.c:
12527         * sys/oss/gstossmixer.c:
12528         * sys/oss/gstossmixertrack.c:
12529         * sys/oss/gstosssink.c:
12530         * sys/oss/gstosssrc.c:
12531         * sys/oss/oss_probe.c:
12532           Don't assume the OSS soundcard.h include is always in
12533           the sys/ directory. Instead, use the existing defines
12534           from config.h to include the right file. Fixes
12535           compilation on OpenBSD 3.8 (#323718).
12536
12537 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12538
12539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12540         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12541         * docs/plugins/inspect/plugin-1394.xml:
12542         * docs/plugins/inspect/plugin-aasink.xml:
12543         * docs/plugins/inspect/plugin-alaw.xml:
12544         * docs/plugins/inspect/plugin-alpha.xml:
12545         * docs/plugins/inspect/plugin-alphacolor.xml:
12546         * docs/plugins/inspect/plugin-auparse.xml:
12547         * docs/plugins/inspect/plugin-autodetect.xml:
12548         * docs/plugins/inspect/plugin-avi.xml:
12549         * docs/plugins/inspect/plugin-cacasink.xml:
12550         * docs/plugins/inspect/plugin-cairo.xml:
12551         * docs/plugins/inspect/plugin-cutter.xml:
12552         * docs/plugins/inspect/plugin-debug.xml:
12553         * docs/plugins/inspect/plugin-dv.xml:
12554         * docs/plugins/inspect/plugin-efence.xml:
12555         * docs/plugins/inspect/plugin-effectv.xml:
12556         * docs/plugins/inspect/plugin-esdsink.xml:
12557         * docs/plugins/inspect/plugin-flac.xml:
12558         * docs/plugins/inspect/plugin-flxdec.xml:
12559         * docs/plugins/inspect/plugin-gconfelements.xml:
12560         * docs/plugins/inspect/plugin-goom.xml:
12561         * docs/plugins/inspect/plugin-jpeg.xml:
12562         * docs/plugins/inspect/plugin-level.xml:
12563         * docs/plugins/inspect/plugin-matroska.xml:
12564         * docs/plugins/inspect/plugin-mulaw.xml:
12565         * docs/plugins/inspect/plugin-multipart.xml:
12566         * docs/plugins/inspect/plugin-navigationtest.xml:
12567         * docs/plugins/inspect/plugin-ossaudio.xml:
12568         * docs/plugins/inspect/plugin-png.xml:
12569         * docs/plugins/inspect/plugin-rtp.xml:
12570         * docs/plugins/inspect/plugin-rtsp.xml:
12571         * docs/plugins/inspect/plugin-shout2send.xml:
12572         * docs/plugins/inspect/plugin-smpte.xml:
12573         * docs/plugins/inspect/plugin-speex.xml:
12574         * docs/plugins/inspect/plugin-udp.xml:
12575         * docs/plugins/inspect/plugin-videobox.xml:
12576         * docs/plugins/inspect/plugin-videoflip.xml:
12577         * docs/plugins/inspect/plugin-videomixer.xml:
12578         * docs/plugins/inspect/plugin-wavenc.xml:
12579         * docs/plugins/inspect/plugin-wavparse.xml:
12580         * ext/flac/gstflac.c: (plugin_init):
12581         * ext/flac/gstflacdec.c: (flacdec_get_type),
12582         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12583         (gst_flac_dec_init), (gst_flac_dec_finalize),
12584         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12585         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12586         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12587         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12588         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12589         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12590         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12591         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12592         * ext/flac/gstflacdec.h:
12593         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12594         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12595         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12596         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12597         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12598         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12599         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12600         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12601         (gst_flac_enc_change_state):
12602         * ext/flac/gstflacenc.h:
12603           borgify and fix up documentation
12604
12605 2005-12-09  Michael Smith  <msmith@fluendo.com>
12606
12607         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12608           Accept a wider range of flac files, more closely matching flac spec.
12609
12610 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12611
12612         * docs/plugins/Makefile.am: Add multipart elements.
12613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12614         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12615         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12616         * gst/multipart/multipartdemux.c:
12617         * gst/multipart/multipartmux.c: Add docs.
12618
12619 2005-12-07  Edward Hervey  <edward@fluendo.com>
12620
12621         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12622         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12623         (gst_avi_demux_invert):
12624         Memleak and crasher fixes.
12625         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12626         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12627         Memleak fixes
12628
12629 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631         * ext/aalib/gstaasink.h:
12632         * ext/cairo/gsttextoverlay.h:
12633         * ext/dv/gstdvdec.h:
12634         * ext/dv/gstdvdemux.c:
12635         * ext/dv/gstdvdemux.h:
12636         * ext/esd/esdsink.h:
12637         * ext/flac/flac_compat.h:
12638         * ext/flac/gstflacdec.h:
12639         * ext/flac/gstflacenc.h:
12640         * ext/gconf/gconf.h:
12641         * ext/gconf/gstgconfaudiosink.h:
12642         * ext/gconf/gstgconfvideosink.h:
12643         * ext/gdk_pixbuf/gstgdkanimation.h:
12644         * ext/jpeg/gstjpegdec.h:
12645         * ext/jpeg/smokecodec.h:
12646         * ext/jpeg/smokeformat.h:
12647         * ext/ladspa/gstsignalprocessor.h:
12648         * ext/ladspa/search.c: (LADSPAPluginSearch):
12649         * ext/ladspa/utils.h:
12650         * ext/libmng/gstmng.c:
12651         * ext/libmng/gstmngdec.h:
12652         * ext/libmng/gstmngenc.c:
12653         * ext/libmng/gstmngenc.h:
12654         * ext/libpng/gstpng.c:
12655         * ext/libpng/gstpngenc.c:
12656         * ext/libpng/gstpngenc.h:
12657         * ext/shout2/gstshout2.h:
12658         * ext/speex/gstspeexdec.h:
12659         * ext/speex/gstspeexenc.c:
12660         * ext/speex/gstspeexenc.h:
12661         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12662         * gst/autodetect/gstautoaudiosink.h:
12663         * gst/autodetect/gstautovideosink.h:
12664         * gst/avi/gstavidemux.h:
12665         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12666         (gst_cutter_set_property), (gst_cutter_get_caps):
12667         * gst/cutter/gstcutter.h:
12668         * gst/debug/tests.c: (md5_process_block):
12669         * gst/debug/tests.h:
12670         * gst/effectv/gstwarp.c:
12671         * gst/flx/flx_fmt.h:
12672         * gst/flx/gstflxdec.h:
12673         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12674         (zoomFilterFastRGB):
12675         * gst/goom/filters.h:
12676         * gst/goom/goom_tools.h:
12677         * gst/law/alaw-encode.c:
12678         * gst/level/gstlevel.c:
12679         * gst/level/gstlevel.h:
12680         * gst/matroska/ebml-write.h:
12681         * gst/matroska/matroska-demux.h:
12682         * gst/matroska/matroska-ids.h:
12683         * gst/matroska/matroska-mux.h:
12684         * gst/monoscope/convolve.c: (convolve_match):
12685         * gst/monoscope/convolve.h:
12686         * gst/multipart/multipartmux.c:
12687         * gst/oldcore/gstaggregator.c:
12688         * gst/oldcore/gstaggregator.h:
12689         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12690         * gst/oldcore/gstmd5sink.h:
12691         * gst/oldcore/gstmultifilesrc.c:
12692         * gst/oldcore/gstmultifilesrc.h:
12693         * gst/oldcore/gstpipefilter.h:
12694         * gst/oldcore/gstshaper.h:
12695         * gst/rtp/gstrtpL16depay.h:
12696         * gst/rtp/gstrtpL16pay.h:
12697         * gst/rtp/gstrtpdepay.h:
12698         * gst/rtp/gstrtpmp4vpay.c:
12699         * gst/rtp/gstrtpmp4vpay.h:
12700         * gst/rtsp/gstrtspsrc.c:
12701         * gst/rtsp/gstrtspsrc.h:
12702         * gst/rtsp/rtspconnection.h:
12703         * gst/rtsp/rtspdefs.h:
12704         * gst/rtsp/rtspmessage.h:
12705         * gst/rtsp/rtsptransport.h:
12706         * gst/rtsp/rtspurl.c:
12707         * gst/rtsp/rtspurl.h:
12708         * gst/rtsp/sdpmessage.c:
12709         * gst/rtsp/sdpmessage.h:
12710         * gst/smpte/barboxwipes.c:
12711         * gst/smpte/gstmask.h:
12712         * gst/smpte/gstsmpte.h:
12713         * gst/smpte/paint.c:
12714         * gst/smpte/paint.h:
12715         * gst/udp/gstdynudpsink.h:
12716         * gst/udp/gstmultiudpsink.h:
12717         * gst/udp/gstudpsink.c:
12718         * gst/udp/gstudpsink.h:
12719         * gst/udp/gstudpsrc.c:
12720         * gst/videomixer/videomixer.c:
12721         * gst/wavenc/riff.h:
12722         * gst/wavparse/gstwavparse.h:
12723         * sys/oss/gstossdmabuffer.h:
12724         * sys/oss/gstossmixer.h:
12725         * sys/oss/gstossmixerelement.h:
12726         * sys/oss/gstossmixertrack.h:
12727         * sys/oss/gstosssink.c:
12728         * sys/oss/gstosssink.h:
12729         * sys/oss/gstosssrc.c:
12730         * sys/oss/gstosssrc.h:
12731         * sys/osxaudio/gstosxaudioelement.h:
12732         * sys/osxaudio/gstosxaudiosink.h:
12733         * sys/osxaudio/gstosxaudiosrc.h:
12734           expand tabs
12735
12736 === release 0.10.0 ===
12737
12738 2005-12-05   <thomas (at) apestaart (dot) org>
12739
12740         * configure.ac:
12741           releasing 0.10.0, "Abondance"
12742
12743 2005-12-05  Andy Wingo  <wingo@pobox.com>
12744
12745         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12746         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12747         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12749         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12750         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12751         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12752         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12753         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12754         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12755         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12756         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12757         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12758         * gst/goom/gstgoom.c: (gst_goom_chain):
12759         * gst/matroska/matroska-demux.c:
12760         (gst_matroska_demux_push_vorbis_codec_priv_data),
12761         (gst_matroska_demux_add_wvpk_header):
12762         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12763         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12764         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12765         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12766         alloc_buffer changes.
12767
12768 2005-12-05  Michael Smith  <msmith@fluendo.com>
12769
12770         * docs/plugins/gst-plugins-good-plugins.args:
12771           Remove args for plugins that aren't in -good.
12772
12773 === release 0.9.7 ===
12774
12775 2005-12-01   <thomas (at) apestaart (dot) org>
12776
12777         * configure.ac:
12778           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12779
12780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12781
12782         * docs/plugins/.cvsignore:
12783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12784         * docs/plugins/inspect/plugin-multipart.xml:
12785         * docs/plugins/inspect/plugin-rtp.xml:
12786           add multipart plugin to docs
12787
12788 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12789
12790         * configure.ac:
12791         * ext/Makefile.am:
12792         * ext/pango/Makefile.am:
12793         * ext/pango/gstclockoverlay.c:
12794         * ext/pango/gstclockoverlay.h:
12795         * ext/pango/gsttextoverlay.c:
12796         * ext/pango/gsttextoverlay.h:
12797         * ext/pango/gsttextrender.c:
12798         * ext/pango/gsttextrender.h:
12799         * ext/pango/gsttimeoverlay.c:
12800         * ext/pango/gsttimeoverlay.h:
12801           move pango to base
12802
12803 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12804
12805         * gst/rtp/Makefile.am:
12806         * gst/rtp/gstrtpL16depay.c:
12807         * gst/rtp/gstrtpL16depay.h:
12808         * gst/rtp/gstrtpL16parse.c:
12809         * gst/rtp/gstrtpL16parse.h:
12810         * gst/rtp/gstrtpgsmdepay.c:
12811         * gst/rtp/gstrtpgsmdepay.h:
12812         * gst/rtp/gstrtpgsmparse.c:
12813         * gst/rtp/gstrtpgsmparse.h:
12814           parsers are depayers
12815
12816 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12817
12818         * gst/rtp/Makefile.am:
12819         * gst/rtp/gstasteriskh263.c:
12820         * gst/rtp/gstrtp.c:
12821         * gst/rtp/gstrtpL16enc.c:
12822         * gst/rtp/gstrtpL16enc.h:
12823         * gst/rtp/gstrtpL16parse.c:
12824         * gst/rtp/gstrtpL16parse.h:
12825         * gst/rtp/gstrtpL16pay.c:
12826         * gst/rtp/gstrtpL16pay.h:
12827         * gst/rtp/gstrtpamrdec.c:
12828         * gst/rtp/gstrtpamrdec.h:
12829         * gst/rtp/gstrtpamrdepay.c:
12830         * gst/rtp/gstrtpamrdepay.h:
12831         * gst/rtp/gstrtpamrenc.c:
12832         * gst/rtp/gstrtpamrenc.h:
12833         * gst/rtp/gstrtpamrpay.c:
12834         * gst/rtp/gstrtpamrpay.h:
12835         * gst/rtp/gstrtpdec.c:
12836         * gst/rtp/gstrtpdec.h:
12837         * gst/rtp/gstrtpdepay.c:
12838         * gst/rtp/gstrtpdepay.h:
12839         * gst/rtp/gstrtpg711dec.c:
12840         * gst/rtp/gstrtpg711dec.h:
12841         * gst/rtp/gstrtpg711depay.c:
12842         * gst/rtp/gstrtpg711depay.h:
12843         * gst/rtp/gstrtpg711enc.c:
12844         * gst/rtp/gstrtpg711enc.h:
12845         * gst/rtp/gstrtpg711pay.c:
12846         * gst/rtp/gstrtpg711pay.h:
12847         * gst/rtp/gstrtpgsmenc.c:
12848         * gst/rtp/gstrtpgsmenc.h:
12849         * gst/rtp/gstrtpgsmparse.c:
12850         * gst/rtp/gstrtpgsmparse.h:
12851         * gst/rtp/gstrtpgsmpay.c:
12852         * gst/rtp/gstrtpgsmpay.h:
12853         * gst/rtp/gstrtph263enc.c:
12854         * gst/rtp/gstrtph263enc.h:
12855         * gst/rtp/gstrtph263pay.c:
12856         * gst/rtp/gstrtph263pay.h:
12857         * gst/rtp/gstrtph263pdec.c:
12858         * gst/rtp/gstrtph263pdec.h:
12859         * gst/rtp/gstrtph263pdepay.c:
12860         * gst/rtp/gstrtph263pdepay.h:
12861         * gst/rtp/gstrtph263penc.c:
12862         * gst/rtp/gstrtph263penc.h:
12863         * gst/rtp/gstrtph263ppay.c:
12864         * gst/rtp/gstrtph263ppay.h:
12865         * gst/rtp/gstrtpmp4vdec.c:
12866         * gst/rtp/gstrtpmp4vdec.h:
12867         * gst/rtp/gstrtpmp4vdepay.c:
12868         * gst/rtp/gstrtpmp4vdepay.h:
12869         * gst/rtp/gstrtpmp4venc.c:
12870         * gst/rtp/gstrtpmp4venc.h:
12871         * gst/rtp/gstrtpmp4vpay.c:
12872         * gst/rtp/gstrtpmp4vpay.h:
12873         * gst/rtp/gstrtpmpadec.c:
12874         * gst/rtp/gstrtpmpadec.h:
12875         * gst/rtp/gstrtpmpadepay.c:
12876         * gst/rtp/gstrtpmpadepay.h:
12877         * gst/rtp/gstrtpmpaenc.c:
12878         * gst/rtp/gstrtpmpaenc.h:
12879         * gst/rtp/gstrtpmpapay.c:
12880         * gst/rtp/gstrtpmpapay.h:
12881         * gst/rtp/gstrtpspeexdec.c:
12882         * gst/rtp/gstrtpspeexdec.h:
12883         * gst/rtp/gstrtpspeexdepay.c:
12884         * gst/rtp/gstrtpspeexdepay.h:
12885         * gst/rtp/gstrtpspeexenc.c:
12886         * gst/rtp/gstrtpspeexenc.h:
12887         * gst/rtp/gstrtpspeexpay.c:
12888         * gst/rtp/gstrtpspeexpay.h:
12889           Do burger's rename for rtp payloaders and depayloaders
12890
12891 2005-11-30  Wim Taymans  <wim@fluendo.com>
12892
12893         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12894         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12895         * ext/dv/gstdvdemux.h:
12896         Fix seeking in dvdemux again, add some more debug info.
12897
12898 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12899
12900         * configure.ac:
12901           fix tests
12902
12903 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12904
12905         * PORTED_09:
12906         * docs/random/PORTED_09:
12907           move
12908         * tests/Makefile.am:
12909           add
12910         * win32/gst.sln:
12911           remove
12912
12913 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12914
12915         * Makefile.am:
12916         * check/.cvsignore:
12917         * check/Makefile.am:
12918         * check/elements/.cvsignore:
12919         * check/elements/level.c:
12920         * check/elements/matroskamux.c:
12921         * configure.ac:
12922         * examples/Makefile.am:
12923         * examples/capsfilter/Makefile.am:
12924         * examples/capsfilter/capsfilter1.c:
12925         * examples/gob/Makefile.am:
12926         * examples/gob/gst-identity2.gob:
12927         * examples/gstplay/.cvsignore:
12928         * examples/gstplay/Makefile.am:
12929         * examples/gstplay/player.c:
12930         * examples/indexing/.cvsignore:
12931         * examples/indexing/Makefile.am:
12932         * examples/indexing/indexmpeg.c:
12933         * examples/level/Makefile.am:
12934         * examples/level/README:
12935         * examples/level/demo.c:
12936         * examples/level/plot.c:
12937         * examples/stats/Makefile.am:
12938         * examples/stats/mp2ogg.c:
12939         * examples/switch/.cvsignore:
12940         * examples/switch/Makefile.am:
12941         * examples/switch/switcher.c:
12942           move under tests/
12943
12944 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
12947         (gst_text_render_class_init), (resize_bitmap),
12948         (gst_text_render_render_text), (gst_text_render_setcaps),
12949         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
12950         (gst_text_render_chain), (gst_text_render_finalize),
12951         (gst_text_render_init), (gst_text_render_set_property):
12952         * ext/pango/gsttextrender.h:
12953           Add missing files.
12954
12955 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12956
12957         * configure.ac:
12958         * ext/Makefile.am:
12959         * ext/pango/Makefile.am:
12960         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
12961         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
12962         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
12963         * ext/pango/gstclockoverlay.h:
12964         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12965         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
12966         (gst_text_overlay_finalize), (gst_text_overlay_init),
12967         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
12968         (gst_text_overlay_text_pad_linked),
12969         (gst_text_overlay_text_pad_unlinked),
12970         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
12971         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
12972         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
12973         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12974         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12975         (gst_text_overlay_change_state), (plugin_init):
12976         * ext/pango/gsttextoverlay.h:
12977         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
12978         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
12979         (gst_time_overlay_class_init), (gst_time_overlay_init):
12980         * ext/pango/gsttimeoverlay.h:
12981           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
12982           and add background shading and text wrapping modes. Make 
12983           timoverlay derive from textoverlay. Also add new clockoverlay
12984           element.
12985
12986 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12987
12988         * gst/udp/Makefile.am: Moved to netbuffer.
12989
12990 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12991
12992         * configure.ac:
12993         * PORTED_O9:
12994         * gst/multipart/Makefile.am:
12995         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12996         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12997         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12998         (gst_multipart_demux_change_state),
12999         (gst_multipart_demux_plugin_init):
13000         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13001         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13002         (gst_multipart_mux_sinkconnect),
13003         (gst_multipart_mux_request_new_pad),
13004         (gst_multipart_mux_handle_src_event),
13005         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13006         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13007         0.9.
13008
13009 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13012         * gst/debug/gstnavigationtest.h:
13013         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13014         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13015         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13016         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13017         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13018         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13019         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13020         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13021         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13022         (gst_video_flip_get_type):
13023         * gst/videofilter/gstvideoflip.h:
13024           update for symbols change
13025
13026 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13027
13028         * gst/udp/gstdynudpsink.c:
13029         * gst/udp/gstudpsrc.c:
13030           the old gstnet lib was renamed gstnetbuffer (#322257)
13031
13032 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13033
13034         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13035         (gst_text_overlay_collected):
13036           Actually render the text from the text pad.
13037
13038 2005-11-29  Edward Hervey  <edward@fluendo.com>
13039
13040         * gst/debug/gstnavseek.c: (gst_navseek_event):
13041         * gst/debug/progressreport.c: (gst_progress_report_event):
13042         Update for GstBaseTransform event virtual method
13043
13044 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13045
13046         * ext/cairo/Makefile.am:
13047           no need to link to videofilter
13048
13049 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13050
13051         * gst/debug/Makefile.am:
13052         * gst/debug/gstnavigationtest.h:
13053         * gst/effectv/Makefile.am:
13054         * gst/effectv/gstaging.c:
13055         * gst/effectv/gstdice.c:
13056         * gst/effectv/gstedge.c:
13057         * gst/effectv/gstquark.c:
13058         * gst/effectv/gstrev.c:
13059         * gst/effectv/gstshagadelic.c:
13060         * gst/effectv/gstvertigo.c:
13061         * gst/effectv/gstwarp.c:
13062         * gst/videofilter/Makefile.am:
13063         * gst/videofilter/gstvideofilter.c:
13064         * gst/videofilter/gstvideofilter.h:
13065         * gst/videofilter/gstvideoflip.h:
13066           remove the videofilter library and link to the one in base
13067
13068 2005-11-28  Edward Hervey  <edward@fluendo.com>
13069
13070         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13071         Useless check now we're setting the current entry correctly.
13072
13073 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13076         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13077         (gst_jpegenc_change_state):
13078           Don't leak input buffer in chain function (fixes #322667); make 
13079           state change function thread-safe; don't repeat the current function
13080           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13081           gst_pad_alloc_buffer(); misc. minor cleanups.
13082
13083 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13084
13085         * gst/matroska/matroska-mux.c:
13086         (gst_matroska_mux_video_pad_setcaps):
13087         Look for pixel-aspect-ratio in caps, not pixel_width and
13088         pixel_height (Fixes: #322645)
13089
13090 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13091
13092         * gst/matroska/matroska-mux.c:
13093         (gst_matroska_mux_video_pad_setcaps):
13094         From Michal Benes:
13095         frame duration should be GST_SECOND / framerate, not
13096         GST_SECOND * framerate. (Fixes: #322643)
13097
13098 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13099
13100         * configure.ac:
13101           fix up GST_PLUGIN_LDFLAGS
13102         * gst/rtsp/rtspconnection.c:
13103           fix includes (see #317043)
13104         * gst/videofilter/Makefile.am:
13105           stop installing this library
13106
13107 2005-11-26  Edward Hervey  <edward@fluendo.com>
13108
13109         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13110         Handle the case where the incoming Video dv stream doesn't have
13111         a pixel aspect ratio set.
13112
13113 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13114
13115         * docs/plugins/Makefile.am:
13116         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13117         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13118         * ext/flac/gstflacdec.c:
13119           document flacdec
13120
13121 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13122
13123         * docs/plugins/Makefile.am:
13124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13126         * docs/plugins/inspect/plugin-autodetect.xml:
13127         * ext/cairo/gstcairo.c: (plugin_init):
13128         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13129         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13130         (gst_text_overlay_init), (gst_text_overlay_font_init),
13131         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13132         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13133         (gst_text_overlay_text_pad_linked),
13134         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13135         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13136         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13137         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13138         (gst_text_overlay_change_state):
13139         * ext/cairo/gsttextoverlay.h:
13140         * ext/cairo/gsttimeoverlay.c:
13141         (gst_cairo_time_overlay_update_font_height),
13142         (gst_cairo_time_overlay_set_caps),
13143         (gst_cairo_time_overlay_get_unit_size),
13144         (gst_cairo_time_overlay_print_smpte_time),
13145         (gst_cairo_time_overlay_transform),
13146         (gst_cairo_time_overlay_base_init),
13147         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13148         (gst_cairo_time_overlay_get_type):
13149         * ext/cairo/gsttimeoverlay.h:
13150           do some name borgifying
13151           document
13152
13153 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13154
13155         * docs/plugins/Makefile.am:
13156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13158         * gst/autodetect/gstautoaudiosink.c:
13159         (gst_auto_audio_sink_base_init):
13160         * gst/autodetect/gstautovideosink.c:
13161         (gst_auto_video_sink_base_init),
13162         (gst_auto_video_sink_factory_filter):
13163           documenting auto*sink
13164           using strstr for the video sink lookup, class field is not ordered
13165         * docs/plugins/inspect/plugin-1394.xml:
13166         * docs/plugins/inspect/plugin-aasink.xml:
13167         * docs/plugins/inspect/plugin-alaw.xml:
13168         * docs/plugins/inspect/plugin-alpha.xml:
13169         * docs/plugins/inspect/plugin-alphacolor.xml:
13170         * docs/plugins/inspect/plugin-auparse.xml:
13171         * docs/plugins/inspect/plugin-autodetect.xml:
13172         * docs/plugins/inspect/plugin-avi.xml:
13173         * docs/plugins/inspect/plugin-cacasink.xml:
13174         * docs/plugins/inspect/plugin-cairo.xml:
13175         * docs/plugins/inspect/plugin-cutter.xml:
13176         * docs/plugins/inspect/plugin-debug.xml:
13177         * docs/plugins/inspect/plugin-dv.xml:
13178         * docs/plugins/inspect/plugin-efence.xml:
13179         * docs/plugins/inspect/plugin-effectv.xml:
13180         * docs/plugins/inspect/plugin-esdsink.xml:
13181         * docs/plugins/inspect/plugin-flac.xml:
13182         * docs/plugins/inspect/plugin-flxdec.xml:
13183         * docs/plugins/inspect/plugin-gconfelements.xml:
13184         * docs/plugins/inspect/plugin-goom.xml:
13185         * docs/plugins/inspect/plugin-jpeg.xml:
13186         * docs/plugins/inspect/plugin-level.xml:
13187         * docs/plugins/inspect/plugin-matroska.xml:
13188         * docs/plugins/inspect/plugin-mulaw.xml:
13189         * docs/plugins/inspect/plugin-navigationtest.xml:
13190         * docs/plugins/inspect/plugin-ossaudio.xml:
13191         * docs/plugins/inspect/plugin-png.xml:
13192         * docs/plugins/inspect/plugin-rtp.xml:
13193         * docs/plugins/inspect/plugin-rtsp.xml:
13194         * docs/plugins/inspect/plugin-shout2send.xml:
13195         * docs/plugins/inspect/plugin-smpte.xml:
13196         * docs/plugins/inspect/plugin-speex.xml:
13197         * docs/plugins/inspect/plugin-udp.xml:
13198         * docs/plugins/inspect/plugin-videobox.xml:
13199         * docs/plugins/inspect/plugin-videoflip.xml:
13200         * docs/plugins/inspect/plugin-videomixer.xml:
13201         * docs/plugins/inspect/plugin-wavenc.xml:
13202         * docs/plugins/inspect/plugin-wavparse.xml:
13203           update for HEAD version
13204
13205 2005-11-25  Michael Smith  <msmith@fluendo.com>
13206
13207         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13208           Patch from Sebastien Cote to close control sockets in udpsrc.
13209
13210 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13211
13212         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13213         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13214         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13215         (gst_quarktv_base_init), (gst_quarktv_class_init),
13216         (gst_quarktv_init): Flush the planes list on reverse caps
13217         negotiation. This was crashing because of differently sized
13218         buffers.
13219
13220 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13221
13222         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13223         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13224         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13225         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13226         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13227         (gst_videoflip_set_property), (gst_videoflip_base_init),
13228         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13229         correctly, fix identity flipping, convert navigation event 
13230         correctly again.
13231
13232 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13233
13234         * configure.ac: back to HEAD
13235
13236 === release 0.9.6 ===
13237
13238 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13239
13240         * configure.ac:
13241           releasing 0.9.6, "Everything's Not Lost"
13242
13243 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13246         Oops, initialise the framerate GValue
13247
13248 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13249
13250         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13251         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13252         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13253         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13254         (gst_timeoverlay_get_type):
13255         * ext/cairo/gsttimeoverlay.h:
13256         * gst/debug/Makefile.am:
13257         * gst/debug/gstnavigationtest.c:
13258         (gst_navigationtest_handle_src_event),
13259         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13260         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13261         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13262         (gst_navigationtest_init), (gst_navigationtest_get_type),
13263         (plugin_init):
13264         * gst/debug/gstnavigationtest.h:
13265         * gst/effectv/Makefile.am:
13266         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13267         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13268         (gst_agingtv_base_init), (gst_agingtv_class_init),
13269         (gst_agingtv_init), (gst_agingtv_get_type):
13270         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13271         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13272         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13273         (gst_dicetv_get_type):
13274         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13275         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13276         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13277         (gst_edgetv_get_type):
13278         * gst/effectv/gsteffectv.c:
13279         * gst/effectv/gsteffectv.h:
13280         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13281         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13282         (gst_quarktv_change_state), (gst_quarktv_base_init),
13283         (gst_quarktv_class_init), (gst_quarktv_init),
13284         (gst_quarktv_get_type):
13285         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13286         (gst_revtv_get_unit_size), (gst_revtv_transform),
13287         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13288         (gst_revtv_get_type):
13289         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13290         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13291         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13292         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13293         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13294         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13295         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13296         (gst_vertigotv_init), (gst_vertigotv_get_type):
13297         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13298         (gst_warptv_get_unit_size), (gst_warptv_transform),
13299         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13300         (gst_warptv_get_type):
13301         * gst/videofilter/Makefile.am:
13302         * gst/videofilter/gstvideobalance.c:
13303         * gst/videofilter/gstvideobalance.h:
13304         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13305         (gst_videofilter_class_init), (gst_videofilter_init):
13306         * gst/videofilter/gstvideofilter.h:
13307         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13308         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13309         (gst_videoflip_flip), (gst_videoflip_transform),
13310         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13311         (gst_videoflip_base_init), (gst_videoflip_class_init),
13312         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13313         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13314         BaseTransform, it's just a place holder for now and every video
13315         effect plugin has been ported to use BaseTransform features 
13316         directly. QuarkTV was fixed too (was broken), navigationtest works
13317         and best for the end, videoflip converts navigation events depending
13318         on flip method ! Fixes #320953
13319
13320 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13321
13322         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13323         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13324         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13325         (gst_goom_src_negotiate), (gst_goom_chain):
13326         * gst/matroska/matroska-mux.c:
13327         (gst_matroska_mux_video_pad_setcaps):
13328         * sys/osxvideo/osxvideosink.m:
13329           Fixes for API changes
13330
13331 2005-11-23  Michael Smith <msmith@fluendo.com>
13332
13333         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13334         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13335         * ext/jpeg/gstjpegdec.h:
13336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13337         * ext/jpeg/gstjpegenc.h:
13338         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13339         (gst_smokeenc_resync):
13340         * ext/jpeg/gstsmokeenc.h:
13341           JPEG fractiony goodness.
13342
13343 2005-11-22  Michael Smith <msmith@fluendo.com>
13344
13345         * gst/goom/filters.c:
13346         * gst/goom/graphic.h:
13347           Fix compilation by making some functions static inline instead of
13348           extern inline, matching the way they're used.
13349
13350 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13351
13352         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13353         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13354         * ext/cairo/gsttextoverlay.h:
13355         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13356         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13357         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13358         (gst_pngdec_caps_create_and_set):
13359         * ext/libpng/gstpngdec.h:
13360         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13361         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13362         * gst/avi/gstavimux.c: (gst_avimux_init),
13363         (gst_avimux_vidsinkconnect):
13364         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13365         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13366         (gst_goom_src_negotiate), (gst_goom_chain):
13367         * gst/goom/gstgoom.h:
13368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13369         * gst/matroska/matroska-mux.c:
13370         (gst_matroska_mux_video_pad_setcaps):
13371         * sys/osxvideo/osxvideosink.h:
13372         * sys/osxvideo/osxvideosink.m:
13373           More fractional framerate conversions 
13374
13375 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13376
13377         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13378         * gst/debug/gstnavigationtest.c:
13379         (gst_navigationtest_handle_src_event):
13380         * gst/videofilter/gstvideofilter.c:
13381         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13382         (gst_videofilter_init):
13383         * gst/videofilter/gstvideofilter.h:
13384           Convert to fractional framerates.
13385
13386 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13387
13388         * ext/aalib/gstaasink.c:
13389         * ext/dv/gstdvdec.c:
13390         * ext/esd/esdmon.c:
13391         * ext/flac/gstflacenc.c:
13392         * ext/gdk_pixbuf/pixbufscale.c:
13393         * ext/libcaca/gstcacasink.c:
13394         * ext/shout2/gstshout2.c:
13395         * gst/alpha/gstalpha.c:
13396         * gst/oldcore/gstaggregator.c:
13397         * gst/oldcore/gstshaper.c:
13398         * gst/smpte/barboxwipes.c:
13399         * gst/smpte/gstsmpte.c:
13400         * gst/videobox/gstvideobox.c:
13401         * gst/videofilter/gstvideoflip.c:
13402         * gst/videomixer/videomixer.c:
13403           fix up more enums
13404
13405 2005-11-22  Michael Smith <msmith@fluendo.com>
13406
13407         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13408         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13409         (gst_videomixer_update_queues):
13410           Fractional framerates, videomixer.
13411
13412 2005-11-22  Michael Smith <msmith@fluendo.com>
13413
13414         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13415         * ext/dv/gstdvdec.h:
13416         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13417         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13418         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13419         (gst_dvdemux_flush):
13420         * ext/dv/gstdvdemux.h:
13421           Fractional framerates for DV. 
13422
13423 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * gst/autodetect/gstautoaudiosink.c:
13426         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13427         * gst/autodetect/gstautovideosink.c:
13428         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13429           Use gst_plugin_feature_list_free() to free feature list and
13430           in the case of autovideosink free the list at all. Also
13431           miscellaneous cosmetic fixes.
13432
13433 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13434
13435         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13436         (gst_cutter_set_property), (gst_cutter_get_caps):
13437           copy calculation code from level; remove use of some audio
13438           functions
13439
13440 2005-11-22  Andy Wingo  <wingo@pobox.com>
13441
13442         * Update for gst_tag_setter API changes.
13443
13444 2005-11-22  Andy Wingo  <wingo@pobox.com>
13445
13446         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13447         (gst_dvdemux_demux_frame)
13448         * ext/flac/gstflacdec.c (gst_flacdec_write)
13449         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13450         (gst_flacenc_sink_event)
13451         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13452         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13453         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13454         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13455         * gst/auparse/gstauparse.c (gst_auparse_chain)
13456         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13457         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13458         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13459         (gst_avi_demux_handle_seek)
13460         * gst/goom/gstgoom.c (gst_goom_event)
13461         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13462         * gst/matroska/matroska-demux.c
13463         (gst_matroska_demux_handle_seek_event)
13464         (gst_matroska_demux_loop_stream_parse_id)
13465         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13466         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13467         (gst_wavparse_stream_headers): Run update-funcnames.
13468
13469 2005-11-22  Edward Hervey  <edward@fluendo.com>
13470
13471         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13472         (gst_dv1394src_init), (gst_dv1394src_dispose),
13473         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13474         (gst_dv1394src_uri_set_uri):
13475         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13476         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13477         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13478         URIHandler interface and element properties are now properly
13479         synchronized for DV1394src and UDPSrc
13480
13481 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * ext/flac/Makefile.am:
13484         * ext/speex/Makefile.am:
13485           libgsttagedit has been renamed to libgsttag.
13486
13487 2005-11-21  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst/rtsp/rtspconnection.c: (read_body):
13490         Apply patch from Sebastien Cote to fix #319184.
13491
13492 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13493
13494         * configure.ac:
13495         * gst/cutter/Makefile.am:
13496         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13497         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13498         (gst_cutter_set_property), (gst_cutter_get_property),
13499         (plugin_init), (gst_cutter_get_caps):
13500           port cutter
13501         * gst/level/gstlevel.c:
13502           fix up plugin details
13503
13504 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13507         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13508         (gst_flacdec_src_event):
13509         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13510         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13511         (gst_signal_processor_getrange), (gst_signal_processor_chain):
13512         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13513         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13514         (gst_flxdec_sink_event_handler):
13515         * gst/matroska/matroska-demux.c:
13516         (gst_matroska_demux_handle_seek_event):
13517         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13518           Update for stream lock API changes: don't take stream log
13519           in sink event handlers any longer and change GST_STREAM_LOCK
13520           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13521           functions.
13522
13523 2005-11-21  Michael Smith <msmith@fluendo.com>
13524
13525         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13526           gst_object_unref, not g_object_unref
13527
13528 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13529
13530         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13531         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13532           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13533
13534 2005-11-21  Michael Smith <msmith@fluendo.com>
13535
13536         * gst/auparse/Makefile.am:
13537         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13538         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13539         (gst_auparse_change_state):
13540         * gst/auparse/gstauparse.h:
13541           Partially fix #161712. playbin still doesn't work on these files,
13542           (on the bug report, Andy says we aren't typefinding it for some
13543           reason?) but at least auparse isn't totally busted like it was before.
13544
13545 2005-11-21  Andy Wingo  <wingo@pobox.com>
13546
13547         * *.h:
13548         * *.c: Ran scripts/update-macros. Oh yes.
13549
13550 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13551
13552         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13553           Filler events are gone for now, comment out section generating
13554           them.
13555
13556 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13557
13558         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13559         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13560         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13561         * sys/osxvideo/osxvideosink.m:
13562           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13563           (#322027)
13564
13565 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13568         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13569         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13570         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13571         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13572         (gst_avi_demux_stream_data):
13573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13574         * gst/wavenc/gstwavenc.c: (write_metadata):
13575         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13576         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13577         Fixes for GST_FOURCC_FORMAT API change.
13578
13579 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13580
13581         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13582         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13583         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13584         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13585         (gst_text_overlay_change_state):
13586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13587         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13588         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13589         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13590         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13591         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13592         (gst_videomixer_change_state):
13593           Fix for collect pads API change. Also fix textoverlay state
13594           change function.
13595
13596 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13597
13598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13599         GST_PAD_IS_USABLE by something approaching it.
13600
13601 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13602
13603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13604         API changes.
13605         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13606         but also fix the code that was not checking return values from
13607         pad_push neither using pad_alloc_buffer.
13608
13609 2005-11-18  Edward Hervey  <edward@fluendo.com>
13610
13611         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13612         (gst_pngenc_chain):
13613         Added debug category
13614         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13615         goes to EOS.
13616
13617 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13618
13619         * gst/rtp/Makefile.am
13620         * gst/rtp/gstrtp.c
13621         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13622         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13623         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13624         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13625         * gst/rtp/gstrtpg711enc.h:
13626         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13627         * gst/rtp/gstrtpspeexenc.c:
13628         * gst/rtp/gstrtpspeexenc.h:
13629         * gst/rtp/gstrtpspeexdec.c:
13630         * gst/rtp/gstrtpspeexdec.h:
13631         Created Speex payloader and depayloader; Optimize G711 payloader to
13632         use adapter and send packets until MTU size.
13633
13634 2005-11-16  Wim Taymans  <wim@fluendo.com>
13635
13636         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13637         Fix leak in check.
13638
13639 2005-11-16  Wim Taymans  <wim@fluendo.com>
13640
13641         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13642         Fix state change.
13643
13644 2005-11-16  Andy Wingo  <wingo@pobox.com>
13645
13646         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13647         (gst_udpsrc_create): Move comment.
13648
13649 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13650
13651         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13652
13653         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13654           When seeking, seek to closest index entry at or before the requested
13655           seek position, not just the closest one (#321001).
13656
13657 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13660         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13661           Invert DIB images again (see #132341).
13662
13663 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13664
13665         * configure.ac:
13666           rework configure.ac file
13667         * ext/aalib/gstaasink.c:
13668         * ext/cairo/gstcairo.c:
13669         * ext/dv/gstdv.c:
13670         * ext/esd/gstesd.c:
13671         * ext/flac/gstflac.c:
13672         * ext/gconf/gstgconfelements.c:
13673         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13674         * ext/jpeg/gstjpeg.c:
13675         * ext/ladspa/gstladspa.c:
13676         * ext/libcaca/gstcacasink.c:
13677         * ext/libmng/gstmng.c:
13678         * ext/libpng/gstpng.c:
13679         * ext/mikmod/gstmikmod.c:
13680         * ext/pango/gsttextoverlay.c:
13681         * ext/pango/gsttimeoverlay.c:
13682         * ext/raw1394/gst1394.c:
13683         * ext/speex/gstspeex.c:
13684         * gst/alpha/Makefile.am:
13685         * gst/alpha/gstalpha.c:
13686         * gst/alpha/gstalphacolor.c:
13687         * gst/auparse/gstauparse.c:
13688         * gst/autodetect/gstautoaudiosink.c:
13689         (gst_auto_audio_sink_factory_filter),
13690         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13691         * gst/autodetect/gstautodetect.c:
13692         * gst/avi/gstavi.c:
13693         * gst/cutter/gstcutter.c:
13694         * gst/debug/efence.c:
13695         * gst/debug/gstdebug.c:
13696         * gst/debug/gstnavigationtest.c:
13697         * gst/effectv/gsteffectv.c:
13698         * gst/flx/gstflxdec.c:
13699         * gst/goom/gstgoom.c:
13700         * gst/interleave/plugin.c:
13701         * gst/law/alaw.c:
13702         * gst/law/mulaw.c:
13703         * gst/level/gstlevel.c:
13704         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13705         * gst/matroska/matroska.c:
13706         * gst/median/gstmedian.c:
13707         * gst/monoscope/gstmonoscope.c:
13708         * gst/multipart/multipart.c:
13709         * gst/oldcore/gstelements.c:
13710         * gst/rtp/gstrtp.c:
13711         * gst/rtsp/gstrtsp.c:
13712         * gst/smoothwave/gstsmoothwave.c:
13713         * gst/smpte/gstsmpte.c:
13714         * gst/udp/gstudp.c:
13715         * gst/videobox/gstvideobox.c:
13716         * gst/videofilter/gstgamma.c:
13717         * gst/videofilter/gstvideobalance.c:
13718         * gst/videofilter/gstvideoflip.c:
13719         * gst/videofilter/gstvideotemplate.c:
13720         * gst/videomixer/videomixer.c:
13721         * gst/wavenc/gstwavenc.c:
13722         * gst/wavparse/gstwavparse.c:
13723         * sys/oss/gstossaudio.c:
13724         * sys/osxaudio/gstosxaudio.c:
13725           update GST_PLUGIN_DEFINE
13726         * gst/rtp/Makefile.am:
13727         * gst/rtp/gstasteriskh263.c:
13728           check for htons/htonl headers and possibly link to winsock2 lib
13729
13730 2005-11-12  Edward Hervey  <edward@fluendo.com>
13731
13732         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13733         Only GST_DEBUG() information on the valid components.
13734
13735 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13736
13737         * configure.ac: back to HEAD
13738
13739 === release 0.9.5 ===
13740
13741 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13742
13743         * configure.ac:
13744           releasing 0.9.5, "Phone Alarm"
13745
13746 2005-11-11  Edward Hervey  <edward@fluendo.com>
13747
13748         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13749         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13750         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13751         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13752         (gst_avi_demux_loop):
13753         * gst/avi/gstavidemux.h:
13754         Yeah, implement proper seeking. Exact seeking and segment seeking.
13755         Still need to do some checks for segment_stop.
13756
13757 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13758
13759         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13760
13761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13762           Don't try to ready buffer duration from buffer that we don't
13763           own any  longer and that might already have been unreffed.
13764           (#321136)
13765
13766 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13767
13768         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13769         (flx_decode_delta_flc), (gst_flxdec_chain):
13770         Attempting to optimize the code for embedded systems.
13771
13772 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13773
13774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13777           Don't re-use already closed file descriptor. (#320920)
13778
13779 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13780
13781         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13782         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13783         (gst_oss_sink_prepare):
13784         * sys/oss/gstosssink.h:
13785           Cache probed caps; fix debug output for SET_PARAM macros.
13786
13787 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13788
13789         * ext/cairo/Makefile.am:
13790         * ext/cairo/gstcairo.c: (plugin_init):
13791         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13792         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13793         (gst_text_overlay_init), (gst_text_overlay_font_init),
13794         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13795         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13796         (gst_text_overlay_text_pad_linked),
13797         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13798         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13799         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13800         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13801         (gst_text_overlay_change_state):
13802         * ext/cairo/gsttextoverlay.h:
13803           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13804           property and redo positioning. Doesn't handle upstream renegotiation
13805           yet though.
13806
13807 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13810         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13811         (gst_avi_demux_loop):
13812           No need to take the STREAM_LOCK in the loop function. Improve
13813           some debug messages. Don't leak pad names in debug messages.
13814
13815 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13816
13817         * gst/matroska/matroska-demux.c:
13818         (gst_matroska_demux_push_vorbis_codec_priv_data),
13819         (gst_matroska_demux_add_wvpk_header):
13820           Don't error out when the source pad isn't linked.
13821
13822 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13823
13824         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13825         (gst_gconf_audio_sink_change_state):
13826         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13827         (gst_gconf_video_sink_change_state):
13828           Fix state change functions here as well and set kid
13829           to NULL state before removing it.
13830
13831 2005-11-01  Edward Hervey  <edward@fluendo.com>
13832
13833         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13834         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13835         Added proper event handlind, 
13836         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13837         ignored),
13838         and don't set a duration of 0 for buffers otherwise they are discarded
13839         by GstBaseSink.
13840
13841         GstWavEnc needs some serious loving, after going through the code I'm
13842         really wondering how this can stay in -good ...
13843
13844 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13845
13846         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13847         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13848         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13849         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13850         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13851         (gst_matroska_mux_collected):
13852           Fix leaks and invalid memory access as reported by valgrind
13853
13854 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13855
13856         Patch by: Michal Benes <michal.benes@xeris.cz>
13857
13858         * check/Makefile.am:
13859         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13861         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13862           add a unit test for matroskamux
13863           fix the bugs that the unit test exposed
13864
13865 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * gst/autodetect/gstautoaudiosink.c:
13868         (gst_auto_audio_sink_class_init),
13869         (gst_auto_audio_sink_change_state):
13870         * gst/autodetect/gstautovideosink.c:
13871         (gst_auto_video_sink_class_init),
13872         (gst_auto_video_sink_change_state):
13873           Fix state change function and use GST_DEBUG_FUNCPTR in
13874           class_init.
13875
13876 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13877
13878         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13881         (gst_ebml_write_reset), (gst_ebml_write_element_new):
13882         * gst/matroska/ebml-write.h:
13883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13884           Set timestamps on outgoing ebml headers as well, so that the
13885           element after matroskamux can get the timestamp already when
13886           reading the first ebml element and doesn't have to wait for
13887           the actual data buffer for that (#320308).
13888           
13889 2005-10-31  Andy Wingo  <wingo@pobox.com>
13890
13891         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13892         (gst_videomixer_pad_link): Kill some memleaks.
13893         (gst_videomixer_pad_get_property): Style fix.
13894         (gst_videomixer_pad_set_property): Style fix.
13895         (gst_videomixer_pad_init): Style fix.
13896         (gst_videomixer_update_queues): Kill memleak.
13897         (gst_videomixer_loop): Kill memleak.
13898         (gst_videomixer_collected): Kill memleak.
13899
13900 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13901
13902         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13903         gst_auparse_change_state:
13904         Just some cleanup.
13905
13906 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13907
13908         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13909         Add checks to GST_FLOW_NOT_LINKED for values returned
13910         from gst_pad_push.
13911         
13912 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13913
13914         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13915         (gst_rtpg711dec_process):
13916         * gst/rtp/gstrtpgsmenc.c:
13917         Payloader now sets some default caps on the srcpad if caps on the sinkpad
13918         are never set. This is important for the g711 to work with burger's rtpbin
13919         element.
13920
13921 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
13922
13923         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
13924         (gst_speexenc_push_buffer):
13925         Add checks for return values from gst_pad_push and
13926         gst_pad_alloc_buffer.
13927
13928 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
13929
13930         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13933         (gst_matroska_demux_parse_info),
13934         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13935         (gst_matroska_demux_parse_cluster):
13936         * gst/matroska/matroska-ids.h:
13937         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13938         (gst_matroska_mux_init), (gst_matroska_mux_start),
13939         (gst_matroska_mux_create_buffer_header),
13940         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
13941         (gst_matroska_mux_get_property):
13942         * gst/matroska/matroska-mux.h:
13943           Add SimpleBlock support to matroska demuxer and muxer (part of
13944           Matroska v2). (#319731)
13945
13946 2005-10-28  Wim Taymans  <wim@fluendo.com>
13947
13948         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
13949         (gst_jpeg_dec_change_state):
13950         * ext/jpeg/gstjpegdec.h:
13951         Cleanups. Don't create caps for every chain.
13952
13953 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
13954
13955         * gst/law/alaw-encode.c: (gst_alawenc_init),
13956         (alawenc_setcaps), (gst_alawenc_chain)
13957         * gst/law/alaw-encode.h:
13958         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
13959         (mulawenc_setcaps), (gst_mulawenc_chain)
13960         * gst/law/mulaw-encode.h:
13961         Set timestamp on buffer and it allows RTP G711 elements
13962         work properly.
13963
13964 2005-10-27  Wim Taymans  <wim@fluendo.com>
13965
13966         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
13967         Set correct format on oss instead of a silly value. 
13968
13969 2005-10-27  Julien MOUTTE  <julien@moutte.net>
13970
13971         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13972         (gst_video_box_transform_caps), (gst_video_box_set_caps),
13973         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
13974         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
13975         I420 rendering as well, doesn't bring much for my platform.
13976         Might help on some other platforms.
13977
13978 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13979
13980         * gst/rtp/gstrtpgsmenc.c:
13981         * gst/rtp/gstrtpgsmparse.c:
13982         Declaring the padtemplate correctly.
13983
13984 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13985
13986         * gst/rtp/gstrtpg711dec.c:
13987         * gst/rtp/gstrtpg711enc.c:
13988         * gst/rtp/gstrtpgsmenc.c:
13989         * gst/rtp/gstrtpgsmparse.c:
13990         Setting the proper copyright notice.
13991
13992 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13993
13994         * gst/videobox/Makefile.am: Use liboil.
13995         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13996         (gst_video_box_set_property), (gst_video_box_transform_caps),
13997         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
13998         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
13999         using liboil. Will dot the same to I420 border generation
14000         tomorrow.
14001
14002 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14003
14004         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14005         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14006         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14007         * gst/rtp/gstrtpg711dec.h:
14008         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14009         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14010         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14011         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14012         (gst_rtpgsmenc_handle_buffer):
14013         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14014         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14015         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14016         * gst/rtp/gstrtpgsmparse.h:
14017         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14018         inherits from the basertpdepayloader.
14019
14020 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14021
14022         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14023         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14024         (gst_video_box_ayuv): Removing this forgotten debug.
14025
14026 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14027
14028         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14029         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14030         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14031
14032 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         * sys/oss/gstossaudio.c:
14035         * sys/oss/gstossdmabuffer.c:
14036         * sys/oss/gstosshelper.c:
14037         * sys/oss/gstossmixer.c:
14038         * sys/oss/gstossmixerelement.c:
14039         * sys/oss/gstossmixertrack.c:
14040         * sys/oss/gstosssink.c:
14041         * sys/oss/gstosssrc.c:
14042           Actually use the 'oss' debug category we register.
14043
14044 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14045
14046         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14047         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14048         Use gst_pad_get_parent and drop the ref that was added through
14049         that call.
14050
14051 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * gst/rtp/gstrtpgsmenc.c:
14054           Fix compilation
14055
14056 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14057
14058         * gst/rtp/gstrtpg711dec.c
14059         Just removed a couple of lines of weird code used during
14060         development/test time.
14061
14062 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14063
14064         * gst/rtp/Makefile.am
14065         * gst/rtp/gstrtp.c
14066         * gst/rtp/gstrtpg711enc.c
14067         * gst/rtp/gstrtpg711enc.h
14068         * gst/rtp/gstrtpg711dec.c
14069         * gst/rtp/gstrtpg711dec.h
14070         Created G711 payloader and depayloader (it supports mulaw and alaw
14071         (dec)encoders)
14072
14073 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14074
14075         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14076         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14077         Doh ! I introduced wingo's bug again ! Sorry...
14078
14079 2005-10-25  Christian Schaller <christian@fluendo.com> 
14080
14081         * gst/rtp/Makefile.am: add missing header files for disting
14082
14083 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14084
14085         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14086         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14087         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14088         (gst_rtpgsmenc_handle_buffer):
14089         * gst/rtp/gstrtpgsmenc.h:
14090         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14091         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14092         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14093         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14094         * gst/rtp/gstrtpgsmparse.h:
14095         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14096
14097 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14098
14099         * ext/libpng/gstpngdec.c: (user_info_callback),
14100         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14101         a newsegment event, move some redundant code in a single place.
14102
14103 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14104
14105         * ext/libpng/gstpngdec.c: (user_info_callback),
14106         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14107         hack to get correct colors order when we have a png image with
14108         alpha channel.
14109
14110 2005-10-24  Edward Hervey  <edward@fluendo.com>
14111
14112         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14113         Call gst_element_no_more_pads when there will be no more pads.
14114
14115 2005-10-24  Wim Taymans  <wim@fluendo.com>
14116
14117         * gst/rtp/Makefile.am:
14118         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14119         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14120         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14121         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14122         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14123         (gst_asteriskh263_plugin_init):
14124         * gst/rtp/gstasteriskh263.h:
14125         * gst/rtp/gstrtp.c: (plugin_init):
14126         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14127         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14128         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14129         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14130         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14131         (gst_rtph263enc_plugin_init):
14132         * gst/rtp/gstrtph263enc.h:
14133         Added two new payloaders, an RFC 2190 payloader for h263 and
14134         a payload convertor for an asterisk server.
14135
14136 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14137
14138         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14139           Set bytes_per_sample correctly (is not always 4, but 
14140           depends on width and number of channels).
14141
14142 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14145         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14146         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14147         (gst_flacenc_sink_event), (gst_flacenc_chain),
14148         (gst_flacenc_set_property), (gst_flacenc_get_property),
14149         (gst_flacenc_change_state):
14150         * ext/flac/gstflacenc.h:
14151           Fix seeking, so that flacenc can rewrite the header with the
14152           correct duration and amount of samples and all that at EOS;
14153           also set timestamps and granulepos on outgoing buffers; add
14154           debug category; fix state change function.
14155           
14156 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14157
14158         * gst/videomixer/videomixer.c: Don't restrict video geometry
14159         from 16 to 4096.
14160
14161 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14162
14163         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14164         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14165         Fix caps negotiation correctly, add debugging category.
14166
14167 2005-10-24  Christian Schaller  <christian@fluendo.com>
14168
14169         * configure.ac: Port over Thomas's change from base listing all plugins
14170
14171 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14172
14173         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14174         a sink pad.
14175
14176 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14177
14178         * configure.ac:
14179         * docs/upload.mak:
14180           back to HEAD
14181
14182 === release 0.9.4 ===
14183
14184 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14185
14186         * configure.ac:
14187           Releasing 0.9.4, "Dromiceiomimus"
14188
14189 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14192         (gst_speexenc_src_query):
14193           Add position and duration query, fix query type function.
14194           
14195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14196         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14197           Let's not set non-fixed caps on source pads.
14198
14199 2005-10-21  Wim Taymans  <wim@fluendo.com>
14200
14201         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14202         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14203         (gst_avi_demux_handle_seek):
14204         Set correct stream_time in newsegment event.
14205         avi can also handle a duration query now.
14206
14207 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * gst/matroska/matroska-demux.c:
14210         (gst_matroska_demux_handle_src_query),
14211         (gst_matroska_demux_handle_seek_event),
14212         (gst_matroska_demux_loop_stream_parse_id):
14213           Fix duration query; fix basetime in newsegment event after
14214           seek; fix duration in initial newsegment event.
14215
14216         * gst/matroska/matroska-mux.c:
14217         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14218           Extract number of channels and samplerate from vorbis headers;
14219           add some debug messages when querying the durations of the
14220           input streams.
14221
14222 2005-10-20  Wim Taymans  <wim@fluendo.com>
14223
14224         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14225         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14226         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14227         Set stream time correctly in newsegment.
14228
14229 2005-10-20  Wim Taymans  <wim@fluendo.com>
14230
14231         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14232         Correctly fill in the stream time.
14233
14234 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * check/elements/level.c: (GST_START_TEST):
14237         * gst/level/gstlevel.c: (gst_level_message_new):
14238         * gst/level/level-example.c: (message_handler):
14239           use ELEMENT messages instead
14240
14241 2005-10-19  Wim Taymans  <wim@fluendo.com>
14242
14243         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14244         (gst_dvdemux_src_query):
14245         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14246         (gst_flacdec_src_query):
14247         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14248         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14250         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14251         * gst/debug/progressreport.c: (gst_progress_report_report):
14252         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14253         * gst/matroska/matroska-demux.c:
14254         (gst_matroska_demux_handle_src_query):
14255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14256         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14257         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14258         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14259         (gst_wavparse_srcpad_event):
14260         API change fix.
14261
14262 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/goom/filters.c:
14265         * gst/goom/graphic.h:
14266         * gst/goom/lines.c:
14267           Make inline functions either 'static inline' or 'extern inline',
14268           otherwise the Forte compiler apparently won't inline them (#317300).
14269
14270 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14271
14272         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14273         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14274         (user_info_callback), (user_endrow_callback), (user_end_callback),
14275         (user_read_data), (gst_pngdec_caps_create_and_set),
14276         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14277         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14278         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14279         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14280         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14281         very nice and handle push/pull based model. if you have filesrc
14282         connected to it, it will do random access to load the png file.
14283         If you have a network source that can't do _getrange, it does 
14284         progressive loading through the chain function.
14285         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14286         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14287         thanks to Master Wim Taymans ;-)
14288
14289 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14290
14291         * gst/matroska/Makefile.am:
14292         * gst/matroska/ebml-read.c:
14293         * gst/matroska/ebml-read.h:
14294         * gst/matroska/matroska-demux.c:
14295         * gst/matroska/matroska-demux.h:
14296         * gst/matroska/matroska.c: (plugin_init):
14297           Ported matroska demuxer to 0.9.
14298
14299 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14300
14301         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14302
14303         * gst/matroska/matroska-mux.c:
14304         (gst_matroska_mux_video_pad_setcaps),
14305         (gst_matroska_mux_audio_pad_setcaps):
14306           Fix mpeg4 input handling (#318847); also, while we're at it,
14307           fix media type for Motion-JPEG: should be image/jpeg.
14308
14309 2005-10-18  Wim Taymans  <wim@fluendo.com>
14310
14311         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14312         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14313         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14314         Fix for segment-start/stop API change.
14315
14316 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14317
14318         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14319         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14320         way.
14321
14322 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14323
14324         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14325         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14326         output declared in transform_caps.
14327
14328 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14329
14330         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14331
14332 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14333
14334         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14335         (gst_video_box_get_unit_size): Fix wrong size calculations and
14336         implement get_unit_size correctly.
14337
14338 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14339
14340         * configure.ac:
14341           Enable flx plugin.
14342
14343         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14344           Fix gcc4 signedness issue.
14345
14346 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14347
14348         * configure.ac: Adding videomixer.
14349         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14350         (user_read_data), (gst_pngdec_chain): More debugging.
14351         * gst/alpha/Makefile.am: Adding alphacolor
14352         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14353         (gst_alpha_color_class_init), (gst_alpha_color_init),
14354         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14355         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14356         (plugin_init): Ported to 0.9 using in place base tranform.
14357         * gst/videomixer/Makefile.am:
14358         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14359         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14360         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14361         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14362         (gst_videomixer_init), (gst_videomixer_getcaps),
14363         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14364         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14365         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14366         to 0.9 using collectpads.
14367
14368 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14369
14370         * configure.ac:
14371         * gst/flx/Makefile.am:
14372         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14373         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14374         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14375         * gst/flx/gstflxdec.h:
14376         flx plugin ported to 0.9
14377
14378 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14379
14380         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14381           use new gst_version_string()
14382
14383 2005-10-16  Andy Wingo  <wingo@pobox.com>
14384
14385         * configure.ac: GLIB_CHECK.
14386
14387 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14388
14389         * ext/libpng/Makefile.am:
14390         * ext/libpng/gstpng.c: (plugin_init):
14391         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14392         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14393         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14394
14395 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14396
14397         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * configure.ac:
14400         * gst/matroska/Makefile.am:
14401         * gst/matroska/ebml-ids.h:
14402         * gst/matroska/ebml-write.c:
14403         * gst/matroska/ebml-write.h:
14404         * gst/matroska/matroska-ids.h:
14405         * gst/matroska/matroska-mux.c:
14406         * gst/matroska/matroska-mux.h:
14407         * gst/matroska/matroska.c: (plugin_init):
14408           Port matroska muxer to 0.9 (#318847).
14409
14410 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14413         (comment_init), (comment_add):
14414           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14415           use GST_READ_UINT32_LE() and friends rather than the private
14416           implementation of those same macros.
14417
14418 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14419
14420         * examples/stats/mp2ogg.c:
14421           more typo fixes
14422
14423 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14424
14425         * examples/indexing/indexmpeg.c: (main):
14426         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14427         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14428         * ext/esd/esdmon.h:
14429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14430         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14431         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14432         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14433         * gst/avi/gstavimux.c: (gst_avimux_init):
14434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14435         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14436         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14437         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14438         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14439         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14440         * gst/oldcore/gstmultifilesrc.h:
14441         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14442         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14443         (gst_pipefilter_change_state):
14444         * gst/oldcore/gstpipefilter.h:
14445         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14446         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14447         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14448         * sys/osxaudio/gstosxaudiosink.h:
14449         * sys/osxaudio/gstosxaudiosrc.h:
14450           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14451           moved bitshift from macro to enum definition
14452
14453 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14454
14455         * ext/Makefile.am:
14456         * ext/cairo/Makefile.am:
14457         * ext/cairo/gstcairo.c: (plugin_init):
14458         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14459         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14460         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14461         * ext/cairo/gsttimeoverlay.h:
14462           update of cairo-based timeoverlay to 1.0 Cairo API
14463           doesn't work yet for resizing of output sink
14464
14465 2005-10-11  Wim Taymans  <wim@fluendo.com>
14466
14467         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14468         newsegment API fix.
14469
14470 2005-10-11  Wim Taymans  <wim@fluendo.com>
14471
14472         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14473         (gst_dvdemux_demux_frame):
14474         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14475         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14476         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14477         (gst_avi_demux_handle_seek):
14478         * gst/goom/gstgoom.c: (gst_goom_event):
14479         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14480         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14481         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14482         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14483         (gst_wavparse_srcpad_event):
14484         newsegment API update.
14485
14486 2005-10-11  Andy Wingo  <wingo@pobox.com>
14487
14488         * ext/speex/gstspeexenc.c: Signedness cleanups.
14489
14490 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
14491
14492         * PORTED_09:
14493         * ext/speex/Makefile.am:
14494         * ext/speex/gstspeex.c:
14495         * ext/speex/gstspeexenc.c:
14496         Speexenc ported to 0.9
14497
14498 2005-10-10  Wim Taymans  <wim@fluendo.com>
14499
14500         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14501         (gst_oss_sink_init), (gst_oss_sink_set_property),
14502         (gst_oss_sink_get_property), (gst_oss_sink_open),
14503         (gst_oss_sink_prepare), (gst_oss_sink_reset):
14504         * sys/oss/gstosssink.h:
14505         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14506         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14507         (gst_oss_src_prepare):
14508         Cleanups, make device configurable in the sink, handle and report
14509         errors.
14510
14511 2005-10-10  Wim Taymans  <wim@fluendo.com>
14512
14513         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14514         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14515         Make sure element is NULL before removing from the bin.
14516
14517 2005-10-07  Andy Wingo  <wingo@pobox.com>
14518
14519         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14520         block forever in a read().
14521         (gst_dv1394src_bus_reset): Post a message when the cable is
14522         unplugged.
14523         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14524         (gst_dv1394src_bus_reset): Don't unref the message.
14525
14526         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14527         hacking. The only change should be that the state change stuff was
14528         put into basesrc's start() and stop() routines, which coalesces
14529         some steps.
14530
14531 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14532
14533         * configure.ac:
14534           Add check for mmap
14535           
14536         * gst/debug/Makefile.am:
14537           Only compile efence plugin on systems that have mmap.
14538
14539 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         * gst/debug/Makefile.am:
14542         * gst/debug/breakmydata.c:
14543         * gst/debug/gstdebug.c:
14544         * gst/debug/gstnavigationtest.c:
14545         * gst/debug/gstnavseek.c: 
14546         * gst/debug/gstnavseek.h:
14547         * gst/debug/progressreport.c: 
14548         * gst/debug/testplugin.c:
14549           Port progressreport, navseek, navigationtest, testsink and
14550           breakmydata.
14551
14552 2005-10-05  Edward Hervey  <edward@fluendo.com>
14553
14554         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14555         (gst_dvdemux_src_query):
14556         Fixes for better conversion
14557
14558 2005-10-04  Michael Smith <msmith@fluendo.com>
14559
14560         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14561         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14562         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14563         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14564           Set state of elements to NULL before removing from bins.
14565           Set state of test element to NULL if we failed to move it to READY
14566
14567 2005-10-04  Edward Hervey  <edward@fluendo.com>
14568
14569         * ext/dv/Makefile.am:
14570         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
14571         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14572         Corrected the query function for position so it doesn't forget what
14573         format was asked, and calls the conversion functions on the correct pad.
14574
14575 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14576
14577         * configure.ac:
14578           back to development
14579
14580 === release 0.9.3 ===
14581
14582 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14583
14584         * configure.ac:
14585           Releasing 0.9.3, "Aramis"
14586
14587 2005-10-03  Andy Wingo  <wingo@pobox.com>
14588
14589         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14590         error returns.
14591
14592 2005-10-02  Andy Wingo  <wingo@pobox.com>
14593
14594         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14595
14596         * ext/flac/gstflacenc.c: Ported to 0.9.
14597
14598         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14599
14600         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14601         and link to gsttagedit. Enable flacenc.
14602
14603         * ext/flac/gstflacdec.c: Re-enable tag reading.
14604
14605 2005-09-30  Wim Taymans  <wim@fluendo.com>
14606
14607         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14608         * gst/rtp/gstrtpgsmparse.c:
14609         * gst/rtp/gstrtph263penc.c:
14610         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14611         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14612         (gst_rtpmp4venc_set_property):
14613         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14614         Various class and caps fixes from Andre Magalhaes (andrunko)
14615
14616 2005-09-29  Wim Taymans  <wim@fluendo.com>
14617
14618         * gst/level/level-example.c: (main):
14619         Update for new bus API.
14620
14621 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * configure.ac:
14624           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14625           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14626
14627 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14630           Fix playback of mono streams (bytes_per_sample should be set
14631           from the sample width and the number of channels negotiated,
14632           and not just be set to 4) (#317338)
14633
14634 2005-09-26  Wim Taymans  <wim@fluendo.com>
14635
14636         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14637         (gst_rtpmpaenc_handle_buffer):
14638         Set buffer duration correctly.
14639
14640 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14643         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14644         (gst_avi_demux_change_state):
14645           Don't crash when encountering a stream with an unknown fourcc or
14646           codec id. Instead, create a pad of type video/x-avi-unknown or
14647           audio/x-avi-unknown, which as a side-effect also results in less
14648           confusing error messages in players ('no decoder' vs. 'no streams');
14649           minor fixes to state change function and class_init function.
14650
14651 2005-09-24  Wim Taymans  <wim@fluendo.com>
14652
14653         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14654         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14655         These are sinks.
14656
14657 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14658
14659         * check/elements/level.c: (GST_START_TEST):
14660           fix test for new GstClockTime use
14661         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14662         (gst_level_transform_ip):
14663         * gst/level/gstlevel.h:
14664           fix up the decay peak, ensuring the decay peak is never lower
14665           than the peak for that interval
14666
14667 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * docs/plugins/gst-plugins-good-plugins.args:
14670         * docs/plugins/inspect/plugin-alpha.xml:
14671         * docs/plugins/inspect/plugin-rtp.xml:
14672         * gst/level/gstlevel.c: (gst_level_set_caps),
14673         (gst_level_transform_ip):
14674           updating docs
14675
14676 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * Makefile.am:
14679         * check/elements/level.c: (GST_START_TEST):
14680         * gst/level/Makefile.am:
14681         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14682         (gst_level_set_property), (gst_level_get_property),
14683         (gst_level_set_caps), (gst_level_message_new),
14684         (gst_level_transform_ip):
14685         * gst/level/gstlevel.h:
14686         * gst/level/level-example.c: (message_handler), (main):
14687           convert to using GstClockTime for all time values, finally.
14688
14689 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14690
14691         * gst/auparse/Makefile.am:
14692         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14693           fix up build
14694         * configure.ac:
14695         * ext/cairo/Makefile.am:
14696         * ext/dv/Makefile.am:
14697         * ext/esd/Makefile.am:
14698         * ext/flac/Makefile.am:
14699         * ext/gconf/Makefile.am:
14700         * ext/gdk_pixbuf/Makefile.am:
14701         * ext/jpeg/Makefile.am:
14702         * ext/ladspa/Makefile.am:
14703         * ext/libcaca/Makefile.am:
14704         * ext/libmng/Makefile.am:
14705         * ext/libpng/Makefile.am:
14706         * ext/mikmod/Makefile.am:
14707         * ext/pango/Makefile.am:
14708         * ext/raw1394/Makefile.am:
14709         * ext/shout2/Makefile.am:
14710         * ext/speex/Makefile.am:
14711         * gst/alpha/Makefile.am:
14712         * gst/autodetect/Makefile.am:
14713         * gst/avi/Makefile.am:
14714         * gst/cutter/Makefile.am:
14715         * gst/debug/Makefile.am:
14716         * gst/effectv/Makefile.am:
14717         * gst/flx/Makefile.am:
14718         * gst/goom/Makefile.am:
14719         * gst/interleave/Makefile.am:
14720         * gst/law/Makefile.am:
14721         * gst/matroska/Makefile.am:
14722         * gst/median/Makefile.am:
14723         * gst/monoscope/Makefile.am:
14724         * gst/multipart/Makefile.am:
14725         * gst/oldcore/Makefile.am:
14726         * gst/rtp/Makefile.am:
14727         * gst/rtsp/Makefile.am:
14728         * gst/smoothwave/Makefile.am:
14729         * gst/smpte/Makefile.am:
14730         * gst/videobox/Makefile.am:
14731         * gst/videofilter/Makefile.am:
14732         * gst/videomixer/Makefile.am:
14733         * gst/wavenc/Makefile.am:
14734         * gst/wavparse/Makefile.am:
14735         * sys/oss/Makefile.am:
14736         * sys/osxaudio/Makefile.am:
14737         * sys/osxvideo/Makefile.am:
14738           fix up GST_LIBS use
14739
14740 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14741
14742         * gst/auparse/Makefile.am:
14743         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14744           fix build of auparse
14745
14746 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14747
14748         * configure.ac:
14749         * PORTED_09:
14750         * gst/auparse/gstauparse.c:
14751         * gst/auparse/gstauparse.h:
14752         Auparse ported to 0.9.
14753
14754 2005-09-22  Wim Taymans  <wim@fluendo.com>
14755
14756         * gst/rtp/TODO:
14757         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14758         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14759         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14760         (gst_rtpmp4venc_set_property):
14761         * gst/rtp/gstrtpmp4venc.h:
14762         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14763         * gst/rtp/gstrtpmpaenc.h:
14764         Use is_filled to both check MTU and max-ptime of base class.
14765
14766 2005-09-22  Wim Taymans  <wim@fluendo.com>
14767
14768         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14769         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14770         (gst_rtpmp4venc_set_property):
14771         Don't fragment packets with multiple frames.
14772
14773 2005-09-22  Wim Taymans  <wim@fluendo.com>
14774
14775         * gst/rtp/TODO:
14776         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14777         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14778         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14779         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14780         (gst_rtpmp4venc_get_property):
14781         * gst/rtp/gstrtpmp4venc.h:
14782         Remove g_print.
14783         Update TODO
14784         Make payload encoder a bit smarter and more correct with
14785         timestamps.
14786         Added option in payloader to include config string in-band.
14787
14788 2005-09-21  Wim Taymans  <wim@fluendo.com>
14789
14790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14791         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14792         (gst_rtspsrc_send):
14793         Strip spaces for key/value pairs.
14794
14795 2005-09-21  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14798         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14799         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14800         (gst_rtspsrc_change_state):
14801         More SDP parsing and caps setting.
14802         Do NO_PREROLL differently.
14803         add pads only after negotiated.
14804
14805         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14806         (gst_udpsrc_getcaps):
14807         Implement the getcaps function.
14808
14809 2005-09-21  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14812         (gst_rtpamrdec_chain):
14813         Handle multiple AMr packets per payload. Handle CRC and
14814         parse ILL/ILP.
14815
14816         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14817         Make caps params strings for easy SDP mapping.
14818         
14819         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14820         Handle capsnego better.
14821
14822         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14823         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14824         Generate and parse config string in the caps.
14825
14826 2005-09-21  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/rtp/README:
14829         Update README
14830
14831         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14832         Make extra params as strings.
14833
14834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14835         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14836         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14837         Make state change return NO_PREROLL as this is a live
14838         source.
14839
14840         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14841         Don't unref old caps when NULL.
14842
14843 2005-09-20  Wim Taymans  <wim@fluendo.com>
14844
14845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14846         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14847         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14848         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14849         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14850         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14851         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14852         * gst/rtsp/sdpmessage.h:
14853         Add URI handler.
14854         Parse SDP and create caps.
14855
14856 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
14857
14858         * gst/alpha/gstalpha.c:
14859           fix element description
14860
14861 2005-09-19  Wim Taymans  <wim@fluendo.com>
14862
14863         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14864         Don't check payload for now.
14865
14866 2005-09-19  Wim Taymans  <wim@fluendo.com>
14867
14868         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14869         (gst_wavparse_init), (gst_wavparse_parse_file_header),
14870         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14871         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14872         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14873         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14874         (gst_wavparse_change_state):
14875         * gst/wavparse/gstwavparse.h:
14876         Fix wavparse some more.
14877
14878 2005-09-19  Wim Taymans  <wim@fluendo.com>
14879
14880         * check/elements/level.c: (GST_START_TEST):
14881         Fix for bus API change.
14882
14883 2005-09-19  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst/level/level-example.c: (main):
14886         Fix for new bus API.
14887
14888         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14889         Set caps on pads.
14890
14891 2005-09-15  Wim Taymans  <wim@fluendo.com>
14892
14893         * gst/rtp/Makefile.am:
14894         * gst/rtp/README:
14895         * gst/rtp/gstrtp.c: (plugin_init):
14896         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14897         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14898         (gst_rtpamrdec_change_state):
14899         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14900         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14901         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14902         * gst/rtp/gstrtpamrenc.h:
14903         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14904         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14905         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14906         * gst/rtp/gstrtpgsmenc.h:
14907         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14908         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14909         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14910         (gst_rtpgsmparse_change_state):
14911         * gst/rtp/gstrtpgsmparse.h:
14912         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14913         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14914         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14915         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14916         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14917         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14918         * gst/rtp/gstrtph263penc.h:
14919         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14920         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14921         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14922         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14923         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14924         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14925         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14926         * gst/rtp/gstrtpmp4venc.h:
14927         * gst/rtp/gstrtpmpadec.c:
14928         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
14929         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
14930         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
14931         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
14932         * gst/rtp/gstrtpmpaenc.h:
14933         Updates to payloader/depayloaders, make payloaders use
14934         the base classes.
14935         Updated README with suggested RTP caps and how to convert
14936         to/from SDP.
14937         Added config descriptor in mp4v payloader.
14938
14939 2005-09-15  Andy Wingo  <wingo@pobox.com>
14940
14941         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
14942         * gst/autodetect/gstautovideosink.c
14943         (gst_auto_video_sink_find_best): Update for new registry API.
14944
14945 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * common/c-to-xml.py:
14948         * common/gtk-doc-plugins.mak:
14949           a simple py script to generate valid xml from a C example
14950           probably also need to strip an MIT license when we decide
14951         * docs/plugins/Makefile.am:
14952         * gst/level/Makefile.am:
14953         * gst/level/gstlevel.c: (gst_level_init):
14954         * gst/level/level-example.c: (message_handler), (main):
14955           add an example to level that will show up in the docs
14956         * gst/rtp/TODO:
14957           add a note for the future
14958
14959 2005-09-14  Michael Smith <msmith@fluendo.com>
14960
14961         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
14962           Actually define the debug object being used in wavenc. Fixes #316205
14963
14964 2005-09-14  Michael Smith <msmith@fluendo.com>
14965
14966         * gst/smpte/Makefile.am:
14967           Link against GST_BASE_LIBS, to get it linked against libgstbase;
14968           needed to build on windows (bug 316204)
14969
14970 2005-09-12  Andy Wingo  <wingo@pobox.com>
14971
14972         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
14973
14974 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14975
14976         * configure.ac:
14977         * gst/fdsrc/Makefile.am:
14978         * gst/fdsrc/gstfdsrc.c:
14979         * gst/fdsrc/gstfdsrc.h:
14980           Move fdsrc back into gstreamer core elements.
14981
14982         * gst/level/gstlevel.c: (gst_level_class_init),
14983         (gst_level_transform_ip):
14984         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
14985           Basetransform changes.
14986
14987 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14988
14989         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14990         * ext/jpeg/smokecodec.c: (find_best_size):
14991           fix compiler warnings
14992
14993 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14994
14995         * gst-plugins-good.spec.in:
14996           spec file fixes
14997         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
14998         (gst_multiudpsink_render), (gst_multiudpsink_add),
14999         (gst_multiudpsink_clear):
15000           it actually helps to actually stream if we hook up the
15001           "add" signal to an actual implementation
15002         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15003           some debugging
15004
15005 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15006
15007         * ext/jpeg/Makefile.am:
15008         * ext/jpeg/gstjpeg.c
15009         * ext/jpeg/gstjpegenc.c:
15010         * ext/jpeg/gstsmokeenc.c:
15011
15012 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15013
15014         * ext/flac/gstflacdec.c:
15015         * ext/flac/gstflacenc.c:
15016         * ext/flac/gstflactag.c:
15017         * ext/speex/gstspeexenc.c:
15018           gsttaginterface.h -> gsttagsetter.h
15019
15020 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15021
15022         * configure.ac:
15023         * gst/debug/Makefile.am:
15024         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15025         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15026         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15027         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15028         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15029           Port to 0.9 and re-enable efence plugin.
15030
15031 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15034         (gst_flacdec_write), (gst_flacdec_convert_src):
15035         * ext/flac/gstflacdec.h:
15036           Add support for flac files with 24/32 bits per sample; and misc.
15037           minor clean-ups. Seeking is still partly broken (for me at least).
15038
15039 2005-09-06  Wim Taymans  <wim@fluendo.com>
15040
15041         * gst/rtp/Makefile.am:
15042         * gst/rtp/gstrtp.c: (plugin_init):
15043         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15044         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15045         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15046         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15047         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15048         (gst_rtpmp4vdec_plugin_init):
15049         * gst/rtp/gstrtpmp4vdec.h:
15050         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15051         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15052         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15053         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15054         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15055         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15056         * gst/rtp/gstrtpmp4venc.h:
15057         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15058         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15059         Added mpeg4 video payload encoder/decoder.
15060         Added some docs in mpa payloader.
15061
15062 === release 0.9.1 ===
15063
15064 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * NEWS:
15067         * README:
15068         * RELEASE:
15069         * autogen.sh:
15070         * configure.ac:
15071           releasing 0.9.1, "Blondie"
15072
15073 2005-09-05  Andy Wingo  <wingo@pobox.com>
15074
15075         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15076         here from the state change handler, so we fire signals without
15077         holding the state lock.
15078
15079 2005-09-02  Andy Wingo  <wingo@pobox.com>
15080
15081         * All plugins updated for element state changes.
15082
15083 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15084
15085         * Makefile.am:
15086         * check/.cvsignore:
15087         * check/Makefile.am:
15088         * check/elements/.cvsignore:
15089         * check/elements/level.c: (setup_level), (cleanup_level),
15090         (GST_START_TEST), (level_suite), (main):
15091           add a test for level
15092         * common/release.mak:
15093           move the enum checking to release.mak
15094         * configure.ac:
15095           add valgrind and check checking
15096         * gst/level/gstlevel.c: (gst_level_transform):
15097         * gst/level/gstlevel.h:
15098           fix Andy's cast bug
15099           convert a field to int
15100           fix the arithmetic to int when checking for emit so that a
15101           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15102
15103 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15104
15105         * Makefile.am:
15106         * configure.ac:
15107           add docs to build
15108         * common/plugins.xsl:
15109           wrap Description into a refsect2
15110         * docs/Makefile.am:
15111         * docs/plugins/Makefile.am:
15112         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15113         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15114         * gst/goom/Makefile.am:
15115         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15116         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15117         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15118         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15119         (gst_goom_change_state):
15120         * gst/goom/gstgoom.h:
15121           GstGOOM -> GstGoom
15122           add an example launch line
15123         * gst/level/gstlevel.h:
15124         * gst/monoscope/gstmonoscope.c:
15125           cleanups
15126
15127 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15128
15129         * configure.ac:
15130         * docs/plugins/Makefile.am:
15131         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15132         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15133         * docs/plugins/gst-plugins-good-plugins.types:
15134           document elements and plugins.  Shazam !
15135
15136 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15139           be found under doc/random/ChangeLog-0.8