gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Mark Nauwelaerts <manauw skynet be>
4
5         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6         Fix regression in stream numbering. Fixes #502655.
7
8 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
11
12         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
13         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
14         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
15         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
16         (gst_rtp_h264_pay_handle_buffer):
17         * gst/rtp/gstrtph264pay.h:
18         Use higher performance start-code searching.
19         Parse NALs and store SPS, PPS and profile in the caps so that they can
20         be used in the SDP. Fixes #502814.
21
22 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
25         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
26           Init some structs to zero before we pass them to ioctl, which
27           avoids valgrind warnings.  Also fix a small memory leak.
28
29 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         Patch by: Wouter Cloetens <wouter at mind dot be>
32
33         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
34         Copy timestamp from input to output. Not very perfect yet but better
35         than nothing. Fixes #503023.
36
37 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
38
39         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
40           Also print a useful error message with the old Wavpack API
41           if possible.
42
43 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
44
45         * ext/wavpack/gstwavpackdec.c:
46           More build fixes for old libwavpack versions: include config.h so
47           that WAVPACK_OLD_API is actually defined as detected; only use
48           WavpackGetErrorMessage if it is available. This fixes the build
49           on debian stable for me.
50
51 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
52
53         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
54         * ext/wavpack/gstwavpackparse.c:
55           (gst_wavpack_parse_create_src_pad):
56           Workaround the non-existance of WavpackGetChannelMask in Wavpack
57           versions below 4.40.0.
58
59 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
60
61         * configure.ac:
62           And now do it right for real...
63
64 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
65
66         * configure.ac:
67           Correctly reset $LIBS to not contain -lm.
68
69 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
70
71         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
72
73         * configure.ac:
74         * ext/cairo/gsttimeoverlay.c:
75           (gst_cairo_time_overlay_print_smpte_time):
76           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
77           and checking for rint() and implementing it ourself if it doesn't
78           exist. Fixes #497293.
79
80 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
81
82         * configure.ac:
83           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
84
85 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
86
87         * sys/oss/gstosshelper.c:
88         Verify that the format returned after the ioctl is the one
89         we requested. It is valid for the ioctl to succeed while
90         substituting an alternate 'supported' sample format.
91
92 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
93
94         * sys/oss/gstossaudio.c: (plugin_init):
95         * sys/oss/gstosssink.c: (gst_oss_sink_open):
96         * sys/oss/gstosssrc.c: (gst_oss_src_open):
97           Post decent (and translated) error message when we can't
98           open the audio device for some reason.
99
100 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
101
102         * sys/oss/gstosssink.c:
103         * sys/oss/gstosssrc.c:
104         Allow the AUDIODEV environment variable to redirect us
105         to a different default OSS device, like sunaudiosink does
106         on Solaris (makes audio play automatically on SunRays).
107
108 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
109
110         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
111         * gst/audiofx/audiochebyshevfreqband.c:
112         (gst_audio_chebyshev_freq_band_transform_ip):
113         * gst/audiofx/audiochebyshevfreqlimit.c:
114         (gst_audio_chebyshev_freq_limit_transform_ip):
115         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
116         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
117         The transform_ip() methods should do nothing if in passthrough mode.
118         It might get non-writable buffers in that case but the buffer might
119         as well be writable.
120
121         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
122         The transform() methods won't be called in passthrough mode and
123         otherwise the buffer is always writable so don't check here.
124
125 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
126
127         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
128           Fix seeking in .wav files again (#501775).  Some people seem to think
129           they don't need to test their changes when they're just 'reflowing'
130           some code.
131
132 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
133
134         * gst/autodetect/gstautovideosink.c:
135         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
136         (gst_auto_video_sink_init),
137         (gst_auto_video_sink_create_element_with_pretty_name),
138         (gst_auto_video_sink_find_best),
139         (gst_auto_video_sink_set_property),
140         (gst_auto_video_sink_get_property):
141         * gst/autodetect/gstautovideosink.h:
142         Fix docs.
143         Use same error reporting code as autoaudiosink.
144         Add property to filter sinks based on caps. Only select raw video sinks
145         by default for backwards compat.
146         API: GstAutoVideoSink::filter-caps
147
148 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
149
150         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
151
152         * gst/autodetect/gstautoaudiosink.c:
153         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
154         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
155         (gst_auto_audio_sink_set_property),
156         (gst_auto_audio_sink_get_property):
157         * gst/autodetect/gstautoaudiosink.h:
158         Add property to filter sinks based on caps. Only select raw audio sinks
159         by default for backwards compat.  Fixes #417420.
160         API: GstAutoAudioSink::filter-caps
161
162 2007-11-29  Michael Smith <msmith@fluendo.com>
163
164         Patch by: Arek Korbik <arkadini@gmail.com>
165
166         * gst/videobox/gstvideobox.c: (plugin_init):
167           Initialise liboil in plugin_init()
168
169 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
170
171         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
172         Post error before sending EOS. Fixes #499178.
173
174 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
175
176         * win32/vs6/gst_plugins_good.dsw:
177         * win32/vs6/libgstpng.dsp:
178         Add a project file for libgstpng
179
180 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
181
182         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
183         (gst_rtp_h263_depay_process):
184         Code beautification.
185         Added debug statements.
186         Don't bit-shift everything, just do operations on last/first byte
187         instead.
188
189 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
190
191         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
192
193         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
194         Fix wrong comparison in overrun check. Fixes #499239 some more.
195
196 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
197
198         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
199         (gst_rtp_h263_depay_process):
200         * gst/rtp/gstrtph263depay.h:
201         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
202         stream.
203
204 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
205
206         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
207
208         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
209         (gst_rtp_mp4a_depay_process):
210         * gst/rtp/gstrtpmp4adepay.h:
211         Fix depayloading when multiple frames are inside one RTP packet.
212         Fixes #499239.
213
214 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
215
216         * gst/level/gstlevel.c:
217           Add GAP-flag support.
218
219 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
220
221         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
222         Read the I flag for Mode A h263 rtp stream and set the
223         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
224         Fixes #499383
225
226 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
227
228         * gst/level/gstlevel.c:
229           Remove some dead code and do cleanups.
230
231 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
232
233         * tests/check/pipelines/simple-launch-lines.c:
234           Improve the tests by allowing to set a target state.
235
236 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
237
238         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
239         Don't check the caps of the output buffer if they're equal some
240         other caps. The caps can change in a backward compatible way
241         and did at this point.
242
243 2007-11-24  Julien MOUTTE  <julien@moutte.net>
244
245         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
246         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
247         (gst_qtdemux_seek_to_previous_keyframe),
248         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
249         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
250         reverse playback support.
251
252 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
253
254         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
255         Also set the channel layout on the Wavpack caps if we're having
256         a mono layout. Of course only do it for "audio/x-wavpack".
257
258 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
259
260         * ext/wavpack/gstwavpackcommon.c:
261         (gst_wavpack_get_default_channel_mask),
262         (gst_wavpack_set_channel_layout),
263         (gst_wavpack_get_default_channel_positions),
264         (gst_wavpack_get_channel_mask_from_positions),
265         (gst_wavpack_set_channel_mapping):
266         * ext/wavpack/gstwavpackcommon.h:
267         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
268         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
269         * ext/wavpack/gstwavpackdec.h:
270         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
271         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
272         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
273         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
274         (gst_wavpack_enc_rewrite_first_block),
275         (gst_wavpack_enc_sink_event):
276         * ext/wavpack/gstwavpackenc.h:
277         * ext/wavpack/gstwavpackparse.c:
278         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
279         (gst_wavpack_parse_scan_to_find_sample),
280         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
281         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
282         * ext/wavpack/gstwavpackparse.h:
283         Add support for encoding, parsing and decoding multichannel
284         files with up to 8 channels. This also improves the robustness
285         of parsing quite a bit.
286
287         * ext/wavpack/gstwavpackstreamreader.c:
288         (gst_wavpack_stream_reader_read_bytes),
289         (gst_wavpack_stream_reader_get_pos),
290         (gst_wavpack_stream_reader_set_pos_abs),
291         (gst_wavpack_stream_reader_set_pos_rel),
292         (gst_wavpack_stream_reader_push_back_byte),
293         (gst_wavpack_stream_reader_get_length),
294         (gst_wavpack_stream_reader_can_seek),
295         (gst_wavpack_stream_reader_write_bytes):
296         Improve debugging.
297
298 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
299
300         * ext/libpng/gstpngdec.c:
301         * ext/libpng/gstpngdec.h:
302           Don't release the png-memory from within the callback.
303
304 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
305
306         Patch by: René Stadler <mail at renestadler dot de>
307
308         * ext/libpng/gstpngenc.c:
309           Don't leak buffer data memory. Fixes #498395.
310
311 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
312
313         Patch by: René Stadler <mail at renestadler dot de>
314
315         * tests/check/pipelines/simple-launch-lines.c:
316           Tests for #498395.
317
318 2007-11-20  Julien MOUTTE  <julien@moutte.net>
319
320         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
321         (gst_tag_lib_mux_adjust_event_offsets):
322         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
323         * sys/osxaudio/Makefile.am:
324         * sys/osxvideo/cocoawindow.h:
325         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
326
327 2007-11-15  David Schleef  <ds@schleef.org>
328
329         * ext/cairo/gsttextoverlay.c:
330           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
331
332 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
333
334         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
335
336         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
337         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
338         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
339         * gst/rtp/gstrtpmp2tpay.h:
340         Fill the MTU with as many packets as possible. Fixes #491323.
341
342 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
343
344         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
345
346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
347         Fix some more leaks. Fixes #497007.
348
349 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
350
351         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
352
353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
354         (gst_rtspsrc_stream_configure_tcp):
355         Fix 3 pad leaks. Fixes #496983.
356
357 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
358
359         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
360
361         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
362         Fix small leak. Fixes #497017.
363
364 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
365
366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
367         (gst_qtdemux_prepare_current_sample),
368         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
369         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
370         * gst/qtdemux/qtdemux_fourcc.h:
371         * gst/qtdemux/qtdemux_types.c:
372         Add suppport for theora in quicktime according to XiphQT.
373
374 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
375
376         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
377         (gst_v4l2src_init), (gst_v4l2src_set_property),
378         (gst_v4l2src_get_property):
379         * sys/v4l2/gstv4l2src.h:
380         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
381           Always copy buffers by default (handle safer with bugged drivers)
382           and added a property to make it possible to use mmap effectively (no
383           copy if possible) when application wants to. Fixes: #480557.
384
385 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
386
387         * gst/id3demux/id3tags.c:
388         * gst/id3demux/id3tags.h:
389         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
390           We don't want the same string multiple times in a tag list for the
391           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
392           this doesn't happen and remove special-case code for GST_TAG_GENRE.
393
394 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
395
396         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
397           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
398           into ID3v2 TXXX frames (fixes #347848).
399
400 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
403           Don't leak sdp message contents (fixes #496773).
404
405         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
406           Don't leak URI string.
407
408 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
409
410         Patch by: Julien Puydt <julien dot puydt at laposte net>
411
412         * ext/raw1394/Makefile.am:
413         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
414           (gst_1394_property_probe_get_properties),
415           (gst_1394_property_probe_probe_property),
416           (gst_1394_property_probe_needs_probe),
417           (gst_1394_property_probe_get_values),
418           (gst_1394_property_probe_interface_init),
419           (gst_1394_type_add_property_probe_interface):
420         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
421         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
422           (gst_dv1394src_init), (gst_dv1394src_dispose),
423           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
424           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
425           (gst_dv1394src_update_device_name):
426         * ext/raw1394/gstdv1394src.h:
427           Implement GstPropertyProbe interface and add "device-name" property,
428           so applications can use this to probe for available devices in the
429           same way they can already with v4lsrc and v4l2src (however horrible
430           this property probe interface may be). Fixes #358841.
431
432 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
433
434         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
435
436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
437           (gst_rtspsrc_parse_range):
438           Don't leak event, don't leak range (fixes #496752).
439
440 2007-11-14  Michael Smith <msmith@fluendo.com>
441
442         Patch by: Arek Korbik <arkadini@gmail.com>
443
444         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
445           Detect RGBA/BGRA correctly on little endian systems.
446
447 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
450           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
451           corresponding ioctl() call fails even though the driver claims to
452           support this format, just fall back to the pre-2.6.19 kernel
453           routine that creates caps with suitable height and width ranges
454           (see #448278).
455
456 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
457
458         Patch by: Mark Nauwelaerts <manauw skynet be>
459
460         * gst/matroska/matroska-demux.c:
461           (gst_matroska_demux_push_dvd_clut_change_event),
462           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
463           (gst_matroska_demux_subtitle_caps):
464         * gst/matroska/matroska-ids.h:
465           Extract palette data for dvd subpicture streams and send it
466           downstream as custom gstreamer dvd event (fixes #453417).
467
468 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
471           Implement minimal parsing of the passed pango font description
472           string, so passing a font size works the same as with the
473           pango textoverlay plugin; fixes #455086.
474           (Maybe we could just use pangocairo here at some point).
475
476 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
477
478         * gst/avi/gstavidemux.c:
479         * gst/wavparse/gstwavparse.c:
480           Return the result in _activate_pull(). Don't ref element there.
481
482 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
483
484         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
485         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
486         (gst_wavparse_srcpad_event):
487           Ref the element when we should, but not when we its not needed. Reflow
488           the event_handling to not leak the event.       
489
490 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
491
492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
493         (qtdemux_parse_samples):
494         Properly free QTDemuxSamples array.
495         Protect table write with a sensible check, some files apparently DO contain
496         stts values starting with 0 :(
497
498 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
499
500         * gst/avi/gstavidemux.c:
501         * gst/qtdemux/qtdemux.c:
502           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
503           previous commit messed up.
504
505 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
506
507         * gst/avi/gstavidemux.c:
508         * gst/qtdemux/qtdemux.c:
509           Sync _handle_src_event() with oggdemux. In avidemux also ref the
510           element when we should, but not when we its not needed.
511
512 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
513
514         * gst/wavparse/gstwavparse.c:
515           Return FALSE if we can't handle a query instead of changing the
516           format. Ignore fact when dealing with mpeg audio.
517
518 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
519
520         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
521
522         * configure.ac:
523         * gst/udp/gstdynudpsink.c:
524         * gst/udp/gstdynudpsink.h:
525         * gst/udp/gstmultiudpsink.c:
526         * gst/udp/gstmultiudpsink.h:
527         * gst/udp/gstudpsink.c:
528         * gst/udp/gstudpsink.h:
529           Fix includes for MSVC and GLib-2.14.0 (#492388).
530
531         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
532           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
533
534 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
535
536         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
537         (gst_mulawdec_chain):
538         * gst/law/mulaw-decode.h:
539         Calculate outgoing buffer duration if incoming buffer didn't have a
540         valid duration.
541
542 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
543
544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
545         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
546         Smarter combine_flow code that also deals with downstream elements
547         returning UNEXPECTED when they receive data out of the segment
548         boundaries. Fixes #491305.
549
550 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
551
552         * sys/v4l2/v4l2src_calls.c:
553           Fix 'unused variable' compiler warning when compiling against
554           older kernel headers.
555
556 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * ext/taglib/gstid3v2mux.cc (add_funcs):
559           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
560
561 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
562
563         * tests/check/pipelines/simple-launch-lines.c:
564            Improve the tests a little more.
565
566 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
567
568         patch by: Yun Zheng Hu
569
570         * sys/osxaudio/gstosxaudiosrc.c:
571         Use default input device instead of default output device and
572         only memcpy actual available bytes.
573
574 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
575
576         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
577           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
578           early. It is temporary until we find something better.
579
580 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
581
582         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
583
584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
585         Fix race when pausing a RTSP stream in interleaved.
586         Fixes #475784.
587
588 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
589
590         Patch by: Peter Kjellerstedt <pkj at axis com>
591
592         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
593         Use correct unref function for buffers. #488844.
594
595 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
596
597         * gst/avi/gstavimux.c:
598         * tests/check/elements/avimux.c:
599           Add some debug and sync tests with the fix.     
600
601 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
602
603         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
604
605         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
606         When the socket is used by the app for other purposes, don't generate an
607         error if there is activaty on the socket that is not data related.
608         Fixes #487488.
609
610 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
611
612         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
613         (gst_v4l2src_grab_frame):
614         Add some more debug info. Generate an error when we run out of buffers
615         for some reason. See #480557.
616
617 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
618
619         Patch by: Anders Skargren <anders dot skargren at axis dot com>
620
621         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
622         Set marker bit correctly.
623
624 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
625
626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
627         Use allowed name for the GstStructure.
628
629 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * ext/gconf/gstswitchsink.c:
632         * gst/autodetect/gstautoaudiosink.c:
633           Use new gst_bus_pop_filtered().
634
635 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
636
637         * sys/v4l2/gstv4l2src.c:
638         * sys/v4l2/v4l2src_calls.c:
639           When probing the formats and sizes a camera supports, make
640           sure the best ones (highest resolution, prefered format)
641           end up at the beginning of the probed caps and the less
642           desirable ones at the end.  This is important because the
643           order within the caps matters for things like fixation and
644           negotiation, ie. what format is chosen in the end.
645           With recent kernels, the current probing code will end up
646           querying the supported sizes from lowest resolution to
647           highest resolution, adding them to the probed caps in that
648           order, resulting to v4l2src fixating to the lowest possible
649           resolution if downstream does not express a size preference.
650           Also make up a somewhat random ranking of prefered output
651           formats for the same reason. Fixes #485828.
652         
653 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
654
655         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
656
657         * gst/id3demux/id3v2frames.c:
658           Extract license/copyright URIs from ID3v2 WCOP frames
659           (Fixes #447000).
660
661         * tests/check/elements/id3demux.c:
662         * tests/files/Makefile.am:
663         * tests/files/id3-447000-wcop.tag:
664           Add simple unit test.
665
666 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * ext/taglib/gstid3v2mux.cc:
669           Add support for license/copyright URI tags (ID3v2 WCOP frame).
670           Prerequisite for #447000.
671
672 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
673
674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
675         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
676         a GstClockTime.
677
678 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
679
680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
681         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
682         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
683         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
684         (gst_rtspsrc_change_state):
685         More seeking fixes, mostly passing around the new playback segment in
686         order to configure it properly.
687         Also reset base_time of udp sources when setting them back to PLAYING as
688         a temporary hack until core supports seek in live sources properly.
689
690 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
691
692         * gst/rtp/gstrtpmp4adepay.c:
693         Fix caps as to not confuse autopluggers.
694
695 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * gst/id3demux/gstid3demux.c:
698         * gst/id3demux/gstid3demux.h:
699         * gst/id3demux/id3tags.c:
700         * gst/id3demux/id3tags.h:
701         * gst/id3demux/id3v2frames.c:
702           Port ID3 tag demuxer over to the new GstTagDemux in -base
703           (now would be a good time to test re-importing your music
704           collection).
705
706 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
707
708         * gst/apetag/Makefile.am:
709         * gst/apetag/gstapedemux.c:
710         * gst/apetag/gstapedemux.h:
711         * gst/apetag/gsttagdemux.c:
712         * gst/apetag/gsttagdemux.h:
713           Port APE tag demuxer over to the new GstTagDemux in -base.
714
715 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
716
717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
718         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
719         (gst_rtspsrc_handle_internal_src_query),
720         (gst_rtspsrc_handle_src_query), (new_session_pad),
721         (gst_rtspsrc_stream_configure_tcp),
722         (gst_rtspsrc_stream_configure_transport),
723         (gst_rtspsrc_loop_send_cmd):
724         Improve flushing behaviour.
725         Set state of the udp sources to PAUSE/PLAYING correctly.
726         Handle events and queries for UDP and TCP transport now.
727
728 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
729
730         * gst/rtp/gstrtpgsmdepay.c:
731         * gst/rtp/gstrtpgsmpay.c:
732           Add log category.
733
734 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
735
736         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
737
738         * tests/check/Makefile.am:
739         * tests/check/pipelines/simple-launch-lines.c:
740           Add unit tests for payloaders/depayloaders.
741
742 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
743
744         * gst/avi/gstavimux.c:
745         * gst/avi/gstavimux.h:
746           Also save codec data for audio streams. Fixes #482495.
747
748 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
749
750         * gst/avi/gstavimux.c:
751           Fix "Index entry has invalid stream nr 1".
752           Add support for muxing aac - work in progress (see #482495).
753
754 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
755
756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
757         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
758         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
759         * gst/rtsp/gstrtspsrc.h:
760         Parse bandwidth modifiers, they are not yet configured in the session
761         manager because we don't have an API for that yet.
762
763 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
764
765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
766         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
767         Use shiny new function in -base to get the default clock-rate.
768         Update some docs.
769
770 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
771
772         * win32/MANIFEST:
773         Add files to win32 manifest.
774         * win32/vs6/libgstaudiofx.dsp:
775         * win32/vs6/libgstqtdemux.dsp:
776         * win32/vs6/libgstrtp.dsp:
777         * win32/vs6/libgstrtsp.dsp:
778         Update project files.
779
780 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
781
782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
783         (gst_rtspsrc_play):
784         * gst/rtsp/gstrtspsrc.h:
785         In TCP mode, only timestamp the first buffer. TCP is not real time and
786         it does not make sense to try to skew compensate, also some servers send
787         the first batch of data in a burst.
788
789 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst/matroska/matroska-demux.c:
792           Fix setting the discont flag on the first buffer
793           pushed downstream for formats with private codec
794           data that needs to be deserialised into buffers
795           (such as vorbis and FLAC when in a matroska container).
796
797 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
798
799         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
800
801         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
802         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
803         (gst_rtp_mp4v_pay_handle_buffer):
804         * gst/rtp/gstrtpmp4vpay.h:
805         Free the config string. Fixes #480707.
806         Clean up the timestamp code a little.
807
808 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
809
810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
811         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
812         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
813         * gst/rtsp/gstrtspsrc.h:
814         Set timestamps on RTP buffers in interleaved mode.
815         Mark first buffers with a DISCONT.
816         Remove flush hack now that sync for live sources has been figured out.
817
818 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
819
820         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
821         Update documentation.
822
823 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
824
825         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
826         (gst_rtp_xqt_depay_change_state):
827         * gst/qtdemux/gstrtpxqtdepay.h:
828         Fail if we don't know the quicktime format.
829
830 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
831
832         * ext/flac/gstflacenc.c:
833         * ext/flac/gstflacenc.h:
834           Save the flow return from the last gst_pad_push() and
835           make sure we pass the right flow return value upstream
836           in the case of failure; minor clean-ups.
837
838 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * ext/taglib/gstapev2mux.cc:
841         * ext/taglib/gstid3v2mux.cc:
842         * gst/apetag/gstapedemux.c:
843           Add support for the new GST_TAG_COMPOSER (#459809).
844
845 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * gst/law/alaw-decode.c:
848         * gst/law/alaw-decode.h:
849         * gst/law/alaw-encode.c:
850         * gst/law/alaw-encode.h:
851         * gst/law/alaw.c:
852         * gst/law/mulaw-conversion.h:
853           Compulsive clean-ups: use boilerplate macros, add debug
854           categories, fix up things to conform to symbol nomenklatura,
855           etc.
856
857 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
858
859         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
860
861         * gst/law/alaw-decode.c:
862         * gst/law/alaw-encode.c:
863           Use static tables for A-Law decoding and encoding; this makes
864           A-Law decoding and encoding less CPU-intensive, but increases
865           the binary size a bit. Leaving old code around for now,
866           selectable by a define in the code. Fixes #435435.
867
868 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * configure.ac:
871         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
872         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
873         in configure.ac.
874
875 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
876
877         Patch by: <j at bootlab dot org>
878
879         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
880         Add fourccs for MPEG2 HDV streams. Fixes #479960.
881
882 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
883
884         * sys/oss/gstosshelper.c:
885           Use GST_WARNING instead of a g_critical. This situation is not caused
886           by the application.
887
888 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
889
890         * po/LINGUAS:
891         * po/nl.po:
892           Updated translations.
893
894 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
895
896         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
897
898         * po/eu.po:
899           Added Basque translation.
900
901 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
902
903         translated by: Abel Cheung <abelcheung@gmail.com>
904
905         * po/zh_HK.po:
906         * po/zh_TW.po:
907           Added Chinese (traditional and Hong Kong) translation.
908
909 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
910
911         translated by: Jakub Bogusz <qboosh@pld-linux.org>
912
913         * po/pl.po:
914           Added Polish translation.
915
916 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
917
918         translated by: Ilkka Tuohela <hile@iki.fi>
919
920         * po/fi.po:
921           Added Finnish translation.
922
923 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
924
925         translated by: Jorge González González <aloriel@gmail.com>
926
927         * po/es.po:
928           Added Spanish translation.
929
930 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
931
932         translated by: Mogens Jaeger <mogens@jaeger.tf>
933
934         * po/da.po:
935           Added Danish translation.
936
937 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
938
939         translated by: Funda Wang <fundawang@linux.net.cn>
940
941         * po/zh_CN.po:
942           Added Chinese (simplified) translation.
943
944 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
945
946         translated by: Alexander Shopov <ash@contact.bg>
947
948         * po/bg.po:
949           Added Bulgarian translation.
950
951 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
952
953         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
954         Set outgoing packet duration because we can. Fixes #478244 some more.
955
956 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
957
958         * ext/cairo/gsttextoverlay.c:
959           Add info about static leak.
960         
961         * tests/check/Makefile.am:
962         * tests/check/generic/states.c:
963           Improved state change unit test.
964
965 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
966
967         * docs/plugins/.cvsignore:
968         * tests/check/.cvsignore:
969           Ignore registries in any format.
970
971 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
972
973         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
974         Removed some unused code.
975
976         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
977         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
978         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
979         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
980         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
981         (gst_rtp_theora_pay_flush_packet):
982         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
983         Try to preserve the incomming buffer duration on the outgoing
984         packets. Fixes #478244.
985
986 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * ext/taglib/gstapev2mux.cc:
989         * ext/taglib/gstid3v2mux.cc:
990           Work around compiler warnings with g++-4.2 when assigning a
991           string constant to a gchar * (partially fixes #478092).
992
993 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
994
995         * configure.ac:
996           We require core CVS now for gst_base_src_set_do_timestamp().
997
998 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
999
1000         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1002         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1003         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1004         (gst_rtspsrc_handle_message):
1005         Fix compiler warnings shown with Forte.
1006
1007 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1008
1009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1010         (gst_rtspsrc_dup_printf):
1011         Give meaningfull error when all streams failed to configure for some
1012         reason.
1013
1014 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1015
1016         * gst/rtp/README:
1017         Update README with the design for synchronisation rules of RTP on
1018         sender and receiver.
1019
1020 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1021
1022         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1023         (gst_wavparse_chain):
1024         Don't push EOS from the chain function, the element
1025         driving the pipeline is responsible for this. The bug
1026         this was meant to fix seems to be queue not forwarding
1027         EOS in all cases (see #476514).
1028
1029 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1030
1031         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1032         (gst_level_transform_ip):
1033         * gst/level/gstlevel.h:
1034         Use basetransform segment so that it is correctly managed on flushes and
1035         start/stop.
1036         Report message timestamp as stream time, which is what an application
1037         can understand.
1038
1039 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1040
1041         * ext/taglib/gstapev2mux.cc:
1042         * ext/taglib/gstapev2mux.h:
1043         * ext/taglib/gsttaglibmux.c:
1044         * tests/check/elements/apev2mux.c:
1045         Update my mail address.
1046
1047 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1048
1049         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1050         (gst_wavparse_loop), (gst_wavparse_chain):
1051         Add EOS logic for the push-based mode too. Fixes #476514.
1052
1053 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1054
1055         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1056         * gst/law/alaw-encode.h:
1057         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1058         (gst_mulawenc_chain):
1059         * gst/law/mulaw-encode.h:
1060         Fix law encoder timestamps.
1061
1062 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1063
1064         * ext/gconf/gstgconfaudiosink.c:
1065           Fix warning when building without debug.
1066
1067         * sys/oss/gstossmixertrack.c:
1068           Use const like in alsamixertrack.c (fixes warnings).
1069
1070 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1071
1072         * sys/v4l2/v4l2src_calls.c:
1073         (gst_v4l2src_probe_caps_for_format_and_size):
1074         Fix framerate detection code some more.
1075         Handle the case where there is a weird step in the stepwise framerates.
1076         Don't overwrite the min interval with the framerate, use a temp variable
1077         instead.
1078         Use max in the Continuous framerate intervals instead of step, which is
1079         1 according to the docs. Fixes #475424.
1080
1081 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1082
1083         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1084         Make udpsrc timestamp outgoing buffers based on when they were received.
1085         Also make it output a segment in time.
1086
1087 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1088
1089         * gst/avi/gstavidemux.c:
1090           Plug a little leak. Little code cleanups.
1091
1092 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * configure.ac:
1095           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1096           flac versions, 's good for cross-compilation karma.
1097
1098 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1101
1102         * gst/rtp/gstrtph263pay.c:
1103           Fix up header structure so that compilers don't add padding
1104           between the structure fields, since that would lead to us
1105           sending RTP packets with broken headers (as is currently the
1106           case when compiling with MSVC). Also see similar fixes in
1107           libgstrtp in gst-plugins-base. (#474616; #471194)
1108
1109 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1110
1111         * sys/v4l2/v4l2src_calls.c:
1112         (gst_v4l2src_probe_caps_for_format_and_size):
1113         Don't overwrite our GValue with 0 but instead use the previously
1114         computed value. Fixes #471823 some more.
1115
1116 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1119           No tabs in this file please, or gtk-doc will end up documenting
1120           rather absurd class hierarchies.
1121
1122 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * ext/gconf/gstswitchsink.c:
1125           If the new kid element fails to change state for some reason
1126           (e.g. esdsink not being able to connect to the sound server),
1127           forward the error message it posted on the bus instead of just
1128           posting a generic 'Internal state change error: please file a
1129           bug' error message. Fixes #471364.
1130
1131 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst/qtdemux/Makefile.am:
1134         * gst/qtdemux/qtdemux.c:
1135           Don't assume tags are encoded as UTF-8 (#473670).
1136
1137 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1138
1139         * sys/v4l2/gstv4l2src.c:
1140         * sys/v4l2/gstv4l2src.h:
1141         * sys/v4l2/v4l2src_calls.c:
1142           Implement LATENCY queries in the crudest way possible so I don't
1143           have to use sync=false any longer when testing with videosinks.
1144
1145 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1146
1147         * configure.ac:
1148           Fix build.
1149
1150 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1151
1152         * sys/v4l2/v4l2src_calls.c:
1153         (gst_v4l2src_probe_caps_for_format_and_size):
1154         Add some more debugging in the framerate function.
1155         Iterate stepwise framerate up to and _including_ the max and if nothing
1156         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1157         don't end up with an empty list. Fixes #471823
1158
1159 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1160
1161         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1162         (gst_multiudpsink_set_clients_string),
1163         (gst_multiudpsink_get_clients_string),
1164         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1165         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1166         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1167         (gst_multiudpsink_clear):
1168         Add property do configure destination address/port pairs
1169         API:GstMultiUDPSink::clients
1170
1171 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1172
1173         * tests/examples/Makefile.am:
1174         * tests/examples/rtp/Makefile.am:
1175         * tests/examples/rtp/client-H263p-AMR.sh:
1176         * tests/examples/rtp/client-H263p-PCMA.sdp:
1177         * tests/examples/rtp/client-H263p-PCMA.sh:
1178         * tests/examples/rtp/client-H264-PCMA.sdp:
1179         * tests/examples/rtp/client-H264-PCMA.sh:
1180         * tests/examples/rtp/client-PCMA.sh:
1181         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1182         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1183         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1184         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1185         Added some RTP example scripts for sending and receiving RTP streams.
1186
1187 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1188
1189         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1190         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1191         Restructure the setcaps function so that we can also compute the
1192         expected GStreamer output size of the video frames.
1193         Set frame_byte_size correctly so that read-based devices have a chance
1194         of working correctly.
1195         When grabbing a frame, discard frames that are not of the expected size.
1196         Some cameras don't output the right framesize for the first buffer.
1197         Try only a couple of times to get a valid frame, else error out.
1198
1199         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1200         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1201         Add some more debug info when scanning the device.
1202
1203         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1204         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1205         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1206         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1207         Add some more debug info when dequeing a frame.
1208
1209 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * gst/wavparse/gstwavparse.c:
1212           More code cleanups. Add some more comment and improve debugs logs.
1213
1214 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1215
1216         * gst/wavparse/gstwavparse.c:
1217         * gst/wavparse/gstwavparse.h:
1218           Implement seek-query. Refactor duration calculations. Appropriate use
1219           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1220           out of loops.
1221
1222 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * gst/avi/gstavidemux.c:
1225           Implement seek-query.
1226
1227 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1228
1229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1230         (gst_rtspsrc_dup_printf):
1231         Use new basesink async property to make sparse RTCP packet not wait for
1232         preroll.
1233
1234 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1235
1236         * gst/audiofx/Makefile.am:
1237         Dist the right file.
1238
1239 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1240
1241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1242         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1243         Make sure we generate and parse floating point values in the POSIX
1244         locale instead of the current locale. 
1245
1246 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1247
1248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1249         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1250         (gst_rtspsrc_play):
1251         * gst/rtsp/gstrtspsrc.h:
1252         Fix method detection again.
1253         Keep track of when we must send a Range header.
1254         Use segment values for Range, Speed and Scale headers.
1255         Parse Speed and Scale headers to update the segment values.
1256
1257 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1258
1259         patch by: Mark Nauwelaerts <manauw@skynet.be>
1260
1261         * sys/v4l2/v4l2src_calls.c:
1262           Handle optional v4l2 ioctls gracefully.
1263
1264 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1265
1266         * gst/rtp/Makefile.am:
1267         * gst/rtp/gstrtp.c: (plugin_init):
1268         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1269         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1270         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1271         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1272         (gst_rtp_h263_depay_get_property),
1273         (gst_rtp_h263_depay_change_state),
1274         (gst_rtp_h263_depay_plugin_init):
1275         * gst/rtp/gstrtph263depay.h:
1276         Added an H263 depayloader. Fixes #369392.
1277
1278         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1279         (gst_rtp_h263p_depay_process):
1280         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1281         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1282         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1283         payloads.
1284         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1285
1286 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1287
1288         * gst/audiofx/audiochebyshevfreqband.c:
1289         * gst/audiofx/audiochebyshevfreqlimit.c:
1290         Add small comparision with the windowed sinc filters in the docs.
1291
1292 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1293
1294         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1295         (audiochebyshevfreqband_suite):
1296         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1297         (audiochebyshevfreqlimit_suite):
1298         Also test 32 bit float mode and the type 2 variants of the filters.
1299
1300 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1301
1302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1303         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1304         (gst_rtspsrc_loop):
1305         Refactor the udp and interleaved loop function a bit.
1306
1307 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1308
1309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1310         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1311         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1312         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1313         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1314         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1315         * gst/rtsp/gstrtspsrc.h:
1316         Protect connection activity with a new lock, avoids deadlocks when going
1317         to PAUSED. Fixes #455808.
1318
1319 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1320
1321         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1322         Fix debug statement.
1323
1324 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1325
1326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1327         Fix stray %u in debug line as spotted by Saur on IRC.
1328
1329 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1330
1331         * gst/audiofx/audiochebyshevfreqband.c:
1332         (gst_audio_chebyshev_freq_band_class_init):
1333         * gst/audiofx/audiochebyshevfreqlimit.c:
1334         (gst_audio_chebyshev_freq_limit_class_init):
1335         Use generator macros for the process functions for the different
1336         sample types, add lower upper boundaries for the GObject properties
1337         so automatically generated UIs can use sliders and add a note about
1338         the number of poles as a too high number of poles combined with
1339         very low or very high frequencies will produce only noise.
1340         * docs/plugins/gst-plugins-good-plugins.args:
1341         Regenerated for the property changes.
1342
1343 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1344
1345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1346         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1347         (gst_rtspsrc_stream_configure_udp_sink),
1348         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1349         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1350         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1351         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1352         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1353         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1354         * gst/rtsp/gstrtspsrc.h:
1355         Improve timeout handling.
1356         Use the same socket for sending and receiving RTCP packets so that some
1357         servers can track clients better.
1358         Improve connection closed handling. Try to reconnect.
1359         Don't overwrite our content base with NULL.
1360         Improve debugging.
1361         Improve range parsing and handling.
1362         Remove flushing hack now that core does the right thing.
1363
1364 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1365
1366         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1367         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1368         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1369         (gst_multiudpsink_close), (gst_multiudpsink_add):
1370         * gst/udp/gstmultiudpsink.h:
1371         Add support for getting and setting the socket to use.
1372
1373         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1374         (gst_udpsrc_create), (gst_udpsrc_get_property):
1375         Add support for getting the currently used socket.
1376
1377 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1378
1379         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1380
1381         * gst/audiofx/Makefile.am:
1382         * gst/audiofx/audiochebyshevfreqband.c:
1383         (gst_audio_chebyshev_freq_band_mode_get_type),
1384         (gst_audio_chebyshev_freq_band_base_init),
1385         (gst_audio_chebyshev_freq_band_dispose),
1386         (gst_audio_chebyshev_freq_band_class_init),
1387         (gst_audio_chebyshev_freq_band_init),
1388         (generate_biquad_coefficients), (calculate_gain),
1389         (generate_coefficients),
1390         (gst_audio_chebyshev_freq_band_set_property),
1391         (gst_audio_chebyshev_freq_band_get_property),
1392         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1393         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1394         (gst_audio_chebyshev_freq_band_start):
1395         * gst/audiofx/audiochebyshevfreqband.h:
1396         * gst/audiofx/audiochebyshevfreqlimit.c:
1397         (gst_audio_chebyshev_freq_limit_mode_get_type),
1398         (gst_audio_chebyshev_freq_limit_base_init),
1399         (gst_audio_chebyshev_freq_limit_dispose),
1400         (gst_audio_chebyshev_freq_limit_class_init),
1401         (gst_audio_chebyshev_freq_limit_init),
1402         (generate_biquad_coefficients), (calculate_gain),
1403         (generate_coefficients),
1404         (gst_audio_chebyshev_freq_limit_set_property),
1405         (gst_audio_chebyshev_freq_limit_get_property),
1406         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1407         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1408         (gst_audio_chebyshev_freq_limit_start):
1409         * gst/audiofx/audiochebyshevfreqlimit.h:
1410         * gst/audiofx/audiofx.c: (plugin_init):
1411         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1412         Fixes #464800.
1413
1414         * tests/check/Makefile.am:
1415         * tests/check/elements/.cvsignore:
1416         * tests/check/elements/audiochebyshevfreqband.c:
1417         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1418         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1419         * tests/check/elements/audiochebyshevfreqlimit.c:
1420         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1421         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1422         Add unit tests for the chebyshev filters.
1423
1424         * docs/plugins/Makefile.am:
1425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1427         * docs/plugins/gst-plugins-good-plugins.args:
1428         * docs/plugins/inspect/plugin-1394.xml:
1429         * docs/plugins/inspect/plugin-audiofx.xml:
1430         * docs/plugins/inspect/plugin-dv.xml:
1431         * docs/plugins/inspect/plugin-flac.xml:
1432         * docs/plugins/inspect/plugin-jpeg.xml:
1433         * docs/plugins/inspect/plugin-png.xml:
1434         * docs/plugins/inspect/plugin-rtp.xml:
1435         * docs/plugins/inspect/plugin-shout2send.xml:
1436         * docs/plugins/inspect/plugin-wavpack.xml:
1437         And add docs for the chebyshev filters. While doing
1438         that also run make update in docs/plugins.
1439
1440 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * ext/annodex/gstcmmltag.c:
1443         * gst/rtp/gstrtpvorbispay.c:
1444           Make ro memory to share.
1445
1446 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1447
1448         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1449         Improve UDP performance by avoiding a select() when we have data
1450         available immediatly.
1451
1452 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1453
1454         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1455         (gst_rtp_dec_class_init):
1456         * gst/rtsp/gstrtpdec.h:
1457         Add (dummy) SSRC management signals.
1458
1459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1460         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1461         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1462         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1463         (on_timeout), (gst_rtspsrc_stream_configure_manager),
1464         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1465         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1466         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1467         * gst/rtsp/gstrtspsrc.h:
1468         Add connection-speed property.
1469         Add find_stream helper functions.
1470         Handle stream EOS based on BYE messages or SSRC timeout.
1471         Returns SUCCESS from the state change function as we hide our async
1472         elements from the parent.
1473
1474 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * gst/debug/rndbuffersize.c:
1477           Fix da leak.
1478
1479 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
1480
1481         * gst/debug/Makefile.am:
1482         * gst/debug/breakmydata.c:
1483         * gst/debug/gstdebug.c:
1484         * gst/debug/negotiation.c:
1485         * gst/debug/progressreport.c:
1486         * gst/debug/rndbuffersize.c:
1487         * gst/debug/testplugin.c:
1488           Add new test element and clean-up the others a little.
1489
1490 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1491
1492         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1493         Fix parsing of mp4a version 0 atoms. Fixes #465774.
1494
1495 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1496
1497         * gst/rtp/gstrtpilbcdepay.c:
1498           Include stdlib.
1499
1500 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
1501
1502         * gst/rtp/gstrtpmpvdepay.c:
1503         Set the mpegversion in the caps so that autoplugging does not get
1504         confused.
1505
1506 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1507
1508         * po/hu.po:
1509         * po/uk.po:
1510         * po/vi.po:
1511           Updated translations.
1512
1513 2007-08-08  Michael Smith <msmith@fluendo.com>
1514
1515         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1516           Render right border in the correct location.
1517
1518 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1519
1520         Patch by: Olivier Crete <tester at tester dot ca>
1521
1522         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1523         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1524         Make mode property a string. Fixes #464475.
1525
1526 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1527
1528         * ext/flac/gstflacenc.c:
1529           Widen caps to match decoder a bit and add more FIXMEs.
1530
1531 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1532
1533         patch by: Mark Nauwelaerts <manauw@skynet.be>
1534
1535         * gst/avi/gstavimux.c:
1536           Fix ODML index tag numbering. Fixes #463624.
1537
1538 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1539
1540         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1541         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1542         (gst_rtspsrc_stream_configure_tcp),
1543         (gst_rtspsrc_stream_configure_udp_sink):
1544         Fix default clock-rate for realmedia.
1545         Fix parsing of transport.
1546         Don't try to link NULL pads.
1547
1548 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * po/POTFILES.skip:
1551           Add POTFILES.skip with list of source files that aren't disted at the
1552           moment but contain translatable strings. Should hopefully pacify
1553           broken tools and make it clearer that these files are left out
1554           intentionally (#461600).
1555
1556 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1557
1558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1559         If the buffer was entirely clipped ... don't try sending it :)
1560
1561 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1562
1563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1564         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1565         (gst_rtspsrc_create_transports_string),
1566         (gst_rtspsrc_prepare_transports):
1567         If we don't hav a session manager, set the caps on outgoing buffers
1568         ourselves.
1569         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1570         Append final bit of the transport string even when it does not contain a
1571         placeholder.
1572
1573 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1574
1575         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1576         (gst_rtsp_ext_list_connect):
1577         * gst/rtsp/gstrtspext.h:
1578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1579         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1580         Clean up the interface list.
1581         Allow connecting to interface signals for the extensions.
1582         Remove old extension code.
1583         Free list on cleanup.
1584         Allow extensions to send additional RTSP messages.
1585
1586 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1587
1588         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1589         Handle a NULL gconf key gracefully by rendering the default element.
1590
1591 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1592
1593         * gst/rtsp/gstrtspext.h:
1594         Fix include path for extension interface.
1595
1596 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1597
1598         * gst/audiofx/audioamplify.h:
1599         Also remove a now unecessary variable here.
1600
1601 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1602
1603         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1604         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1605         * gst/audiofx/audiodynamic.c:
1606         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1607         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1608         * gst/audiofx/audiodynamic.h:
1609         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1610         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1611         * gst/audiofx/audioinvert.h:
1612         Don't save format information ourselves, this is already saved in
1613         GstAudioFilter.
1614
1615 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1616
1617         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1618         (gst_rtsp_ext_list_stream_select):
1619         * gst/rtsp/gstrtspext.h:
1620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1621         Use rank to filter out extensions.
1622         Add url to stream_select interface call.
1623
1624 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1625
1626         * gst/rtsp/Makefile.am:
1627         * gst/rtsp/base64.c:
1628         * gst/rtsp/base64.h:
1629         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1630         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1631         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1632         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1633         (gst_rtsp_ext_list_setup_media),
1634         (gst_rtsp_ext_list_configure_stream),
1635         (gst_rtsp_ext_list_get_transports),
1636         (gst_rtsp_ext_list_stream_select):
1637         * gst/rtsp/gstrtspext.h:
1638         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1639         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1640         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1641         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1642         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1643         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1644         (gst_rtspsrc_stream_configure_tcp),
1645         (gst_rtspsrc_stream_configure_mcast),
1646         (gst_rtspsrc_stream_configure_udp),
1647         (gst_rtspsrc_stream_configure_udp_sink),
1648         (gst_rtspsrc_stream_configure_transport),
1649         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1650         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1651         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1652         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1653         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1654         (gst_rtspsrc_parse_methods),
1655         (gst_rtspsrc_create_transports_string),
1656         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1657         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1658         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1659         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1660         * gst/rtsp/gstrtspsrc.h:
1661         * gst/rtsp/rtsp.h:
1662         * gst/rtsp/rtspconnection.c:
1663         * gst/rtsp/rtspconnection.h:
1664         * gst/rtsp/rtspdefs.c:
1665         * gst/rtsp/rtspdefs.h:
1666         * gst/rtsp/rtspext.h:
1667         * gst/rtsp/rtspextwms.c:
1668         * gst/rtsp/rtspextwms.h:
1669         * gst/rtsp/rtspmessage.c:
1670         * gst/rtsp/rtspmessage.h:
1671         * gst/rtsp/rtsprange.c:
1672         * gst/rtsp/rtsprange.h:
1673         * gst/rtsp/rtsptransport.c:
1674         * gst/rtsp/rtsptransport.h:
1675         * gst/rtsp/rtspurl.c:
1676         * gst/rtsp/rtspurl.h:
1677         * gst/rtsp/sdp.h:
1678         * gst/rtsp/sdpmessage.c:
1679         * gst/rtsp/sdpmessage.h:
1680         * gst/rtsp/test.c:
1681         Use shiny new RTSP and SDP library.
1682         Implement RTSP extensions using the new interface.
1683         Remove a lot of old code.
1684
1685 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1686
1687         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1688         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1689
1690 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1691
1692         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1693         Don't unref the outgoing buffer twice when dropping it because it's
1694         outside of the segment.
1695
1696 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1697
1698         * configure.ac:
1699         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1700         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1701         Use the new buffer clipping function from gstaudio here and
1702         require gst-plugins-base CVS.
1703         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1704         For framed Wavpack buffers we require a valid timestamp.
1705
1706 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1707
1708         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1709         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1710         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1711         Clip raw audio and video when we can, keep track of current output
1712         segment.
1713         Don't leak buffers and events when there is no output pad.
1714         Improve debugging here and there.
1715
1716 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * configure.ac:
1719           Sync liboil check with plugins-base.
1720
1721 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1722
1723         * ext/annodex/Makefile.am:
1724           Fix CFLAGS/LIBS.
1725
1726         * ext/cdio/gstcdiocddasrc.c:
1727         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1728           Include stdlib
1729
1730         * ext/cairo/Makefile.am:
1731         * gst/videofilter/Makefile.am:
1732         * tests/examples/level/Makefile.am:
1733           Use $(LIBM) instead of -lm
1734
1735 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1736
1737         * sys/v4l2/gstv4l2src.c:
1738           Add another example pipeline.
1739
1740 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1741
1742         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1743
1744         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1745           Use define here.
1746
1747         * sys/v4l2/gstv4l2tuner.c:
1748         (gst_v4l2_tuner_set_frequency_and_notify):
1749           Don't touch the property - its still disabled.
1750
1751         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1752         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1753         * sys/v4l2/v4l2src_calls.h:
1754           Improve fallback format negotionation. Fixes #451388
1755
1756 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * tests/check/elements/videocrop.c: (GST_START_TEST):
1759           Fix the test.
1760
1761 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * docs/plugins/Makefile.am:
1764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1766         * docs/plugins/inspect/plugin-jpeg.xml:
1767         * docs/plugins/inspect/plugin-png.xml:
1768         * ext/jpeg/gstjpegdec.c:
1769         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1770         (gst_pngdec_sink_setcaps):
1771           More docs. More logs in pngdec.
1772
1773 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1774
1775         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1776           Initialize num_buffers with minimum value.
1777
1778         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1779         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1780           Handle frame-size query failure gracefully.
1781
1782 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1783
1784         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1785         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1786         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1787         of qt/aac files.
1788
1789 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1790
1791         * ext/wavpack/gstwavpackdec.c:
1792         (gst_wavpack_dec_clip_outgoing_buffer):
1793         Fix buffer clipping to correctly clip to the segment stop.
1794
1795 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1796
1797         * configure.ac:
1798         * tests/Makefile.am:
1799         Remove bogus check for libcheck, since we check for
1800         gstreamer-check and it pulls in the required info from there,
1801         and we weren't actually _using_ the information for libcheck
1802         ourselves anyway.
1803
1804 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1805
1806         * configure.ac:
1807           Use pkg-config to locate check.
1808
1809 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1812         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1813         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1814         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1815         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1816         * gst/effectv/gstaging.c: (gst_agingtv_transform):
1817         * gst/effectv/gstdice.c: (gst_dicetv_transform):
1818         * gst/effectv/gstedge.c: (gst_edgetv_transform):
1819         * gst/effectv/gstquark.c: (gst_quarktv_transform):
1820         * gst/effectv/gstrev.c: (gst_revtv_transform):
1821         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1822         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1823         * gst/effectv/gstwarp.c: (gst_warptv_transform):
1824         * gst/matroska/matroska-demux.c:
1825         (gst_matroska_demux_add_wvpk_header),
1826         (gst_matroska_demux_check_subtitle_buffer),
1827         (gst_matroska_decode_buffer):
1828         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1829           Fix build against core CVS.
1830
1831 2007-07-10  Edward Hervey  <bilboed@gmail.com>
1832
1833         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1834         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1835         don't have enough granularity to convert that boolean into a
1836         GstFlowReturn.
1837
1838 2007-07-06  Michael Smith <msmith@fluendo.com>
1839
1840         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1841         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1842         (gst_alawdec_change_state):
1843         * gst/law/alaw-decode.h:
1844         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1845         (gst_mulawdec_class_init), (gst_mulawdec_init),
1846         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1847         * gst/law/mulaw-decode.h:
1848           Fix capsnego bogosity in *law decoders. 
1849
1850 2007-07-06  Michael Smith <msmith@fluendo.com>
1851
1852         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1853         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1854         (gst_smokeenc_change_state):
1855         * ext/jpeg/gstsmokeenc.h:
1856           Remove stupidity in get/set caps functions.
1857           Fix some refcounting problems.
1858
1859 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1860
1861         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1862         Remove endianness-flipping hack that seems to have been required
1863         only because of a bug in ffmpegcolorspace.
1864         Partially Fixes: #451908
1865
1866 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * docs/plugins/Makefile.am:
1869           Simplify --extra-dir as gtkdoc scans recursively.
1870
1871 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
1872
1873         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1874
1875         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1876         Set the encoding-name in the rtp caps to all uppercase, as required by
1877         the caps spec.
1878         Some small cleanups in the error paths. Fixes #453037.
1879
1880 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1881
1882         * ext/wavpack/gstwavpackparse.c:
1883         (gst_wavpack_parse_index_get_last_entry),
1884         (gst_wavpack_parse_index_get_entry_from_sample),
1885         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1886         (gst_wavpack_parse_scan_to_find_sample):
1887         * ext/wavpack/gstwavpackparse.h:
1888         Use a GSList for the GArray that is used like a list anyway.
1889
1890 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
1893         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
1894         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
1895           Add state change function where we set 0/1 as default framerate in
1896           case our setcaps function isn't called, like it might not in a
1897           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
1898           gdkpixbufdec trying to create caps with a 0/0 framerate.
1899           Also post an error message on the bus if gst_pad_push() fails when
1900           called from our sink event handler (+1 for flow returns for event
1901           functions in 0.11) instead of failing silently.
1902
1903 2007-06-27  Wim Taymans  <wim@fluendo.com>
1904
1905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
1906         Cast stack args to the proper types. Fixes #451249.
1907
1908 2007-06-27  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1911         (new_session_pad), (gst_rtspsrc_setup_streams):
1912         * gst/rtsp/gstrtspsrc.h:
1913         For container formats we only need to activate one of the streams so
1914         that we correctly signal no-more-pads. Fixes #451015.
1915
1916 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1917
1918         * docs/plugins/gst-plugins-good-plugins.args:
1919         * docs/plugins/inspect/plugin-aasink.xml:
1920         * docs/plugins/inspect/plugin-alaw.xml:
1921         * docs/plugins/inspect/plugin-alpha.xml:
1922         * docs/plugins/inspect/plugin-alphacolor.xml:
1923         * docs/plugins/inspect/plugin-annodex.xml:
1924         * docs/plugins/inspect/plugin-apetag.xml:
1925         * docs/plugins/inspect/plugin-audiofx.xml:
1926         * docs/plugins/inspect/plugin-auparse.xml:
1927         * docs/plugins/inspect/plugin-autodetect.xml:
1928         * docs/plugins/inspect/plugin-avi.xml:
1929         * docs/plugins/inspect/plugin-cacasink.xml:
1930         * docs/plugins/inspect/plugin-cairo.xml:
1931         * docs/plugins/inspect/plugin-cdio.xml:
1932         * docs/plugins/inspect/plugin-cutter.xml:
1933         * docs/plugins/inspect/plugin-debug.xml:
1934         * docs/plugins/inspect/plugin-efence.xml:
1935         * docs/plugins/inspect/plugin-effectv.xml:
1936         * docs/plugins/inspect/plugin-esdsink.xml:
1937         * docs/plugins/inspect/plugin-flac.xml:
1938         * docs/plugins/inspect/plugin-flxdec.xml:
1939         * docs/plugins/inspect/plugin-gconfelements.xml:
1940         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1941         * docs/plugins/inspect/plugin-goom.xml:
1942         * docs/plugins/inspect/plugin-halelements.xml:
1943         * docs/plugins/inspect/plugin-icydemux.xml:
1944         * docs/plugins/inspect/plugin-id3demux.xml:
1945         * docs/plugins/inspect/plugin-jpeg.xml:
1946         * docs/plugins/inspect/plugin-ladspa.xml:
1947         * docs/plugins/inspect/plugin-level.xml:
1948         * docs/plugins/inspect/plugin-matroska.xml:
1949         * docs/plugins/inspect/plugin-mulaw.xml:
1950         * docs/plugins/inspect/plugin-multipart.xml:
1951         * docs/plugins/inspect/plugin-navigationtest.xml:
1952         * docs/plugins/inspect/plugin-ossaudio.xml:
1953         * docs/plugins/inspect/plugin-png.xml:
1954         * docs/plugins/inspect/plugin-quicktime.xml:
1955         * docs/plugins/inspect/plugin-rtp.xml:
1956         * docs/plugins/inspect/plugin-rtsp.xml:
1957         * docs/plugins/inspect/plugin-smpte.xml:
1958         * docs/plugins/inspect/plugin-speex.xml:
1959         * docs/plugins/inspect/plugin-taglib.xml:
1960         * docs/plugins/inspect/plugin-udp.xml:
1961         * docs/plugins/inspect/plugin-videobalance.xml:
1962         * docs/plugins/inspect/plugin-videobox.xml:
1963         * docs/plugins/inspect/plugin-videocrop.xml:
1964         * docs/plugins/inspect/plugin-videoflip.xml:
1965         * docs/plugins/inspect/plugin-videomixer.xml:
1966         * docs/plugins/inspect/plugin-wavenc.xml:
1967         * docs/plugins/inspect/plugin-wavparse.xml:
1968         * docs/plugins/inspect/plugin-ximagesrc.xml:
1969           Update docs with caps info.
1970
1971 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * po/POTFILES.in:
1974           Add more files with translatable strings (#450878).
1975
1976 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1977
1978         * MAINTAINERS:
1979         Updating all the maintainers files
1980
1981 2007-06-22  Edward Hervey  <edward@fluendo.com>
1982
1983         * ext/flac/gstflactag.c: (gst_flac_tag_init):
1984         * gst/interleave/deinterleave.c: (deinterleave_init),
1985         (deinterleave_sink_link):
1986         * gst/interleave/interleave.c: (interleave_init):
1987         * gst/median/gstmedian.c: (gst_median_init):
1988         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
1989         Fix memory leaks.
1990         * tests/check/elements/id3demux.c: (pad_added_cb):
1991         Remove unused variable.
1992
1993 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
1994
1995         * ext/gconf/gconf.h:
1996         Make the prototype of gst_gconf_get_key_for_sink_profile
1997         match the implementation.
1998         Patch by: Damien Carbery <damien dot carbery at sun dot com>
1999         Fixes: #449747
2000
2001 2007-06-20  Michael Smith <msmith@fluendo.com>
2002
2003         * gst/rtp/gstrtpdepay.c:
2004           Fix description - rtpdepay is not a payloader.
2005
2006 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2007
2008         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2009         (qtdemux_video_caps):
2010         * gst/qtdemux/qtdemux_fourcc.h:
2011           Add MJPG to the variants of motion jpeg.
2012
2013 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * tests/check/Makefile.am:
2016         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2017         * tests/check/elements/videocrop.c: (GST_START_TEST):
2018         * tests/check/elements/videofilter.c:
2019         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2020         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2021           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2022           error flags are included and it errors out on compiler warnings
2023           for CVS builds; remove unused variables in various unit tests.
2024
2025 2007-06-19  Wim Taymans  <wim@fluendo.com>
2026
2027         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2028         (rtsp_connection_close), (rtsp_connection_free):
2029         Use threadsafe inet_ntop to convert an ip number to a string. 
2030         Fixes #447961.
2031         Don't leak fd (and ip) when freeing a connection without first closing
2032         it.
2033
2034 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2035
2036         * configure.ac:
2037         Back to CVS
2038
2039         * gst-plugins-good.doap:
2040         Add 0.10.6 to the doap file.
2041
2042 === release 0.10.6 ===
2043
2044 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2045
2046         * configure.ac:
2047           releasing 0.10.6, "Wobble Board"
2048
2049 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2050
2051         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2052         (rtsp_connection_free):
2053           Revert previous commit again, since we are frozen (sorry).
2054
2055 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2056
2057         Patch by: Peter Kjellerstedt <pkj at axis com>
2058
2059         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2060         (rtsp_connection_free):
2061           inet_ntoa() uses a static buffer internally, so we need to copy the
2062           returned string if we want to store it for later (#447961).
2063
2064 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2065
2066         * win32/vs6/autogen.dsp:
2067         * win32/vs6/gst_plugins_good.dsw:
2068         * win32/vs6/libgstalaw.dsp:
2069         * win32/vs6/libgstalpha.dsp:
2070         * win32/vs6/libgstalphacolor.dsp:
2071         * win32/vs6/libgstapetag.dsp:
2072         * win32/vs6/libgstaudiofx.dsp:
2073         * win32/vs6/libgstauparse.dsp:
2074         * win32/vs6/libgstautodetect.dsp:
2075         * win32/vs6/libgstavi.dsp:
2076         * win32/vs6/libgstcutter.dsp:
2077         * win32/vs6/libgstdirectdraw.dsp:
2078         * win32/vs6/libgstdirectsound.dsp:
2079         * win32/vs6/libgsteffectv.dsp:
2080         * win32/vs6/libgstflx.dsp:
2081         * win32/vs6/libgstgoom.dsp:
2082         * win32/vs6/libgsticydemux.dsp:
2083         * win32/vs6/libgstid3demux.dsp:
2084         * win32/vs6/libgstinterleave.dsp:
2085         * win32/vs6/libgstjpeg.dsp:
2086         * win32/vs6/libgstlevel.dsp:
2087         * win32/vs6/libgstmatroska.dsp:
2088         * win32/vs6/libgstmedian.dsp:
2089         * win32/vs6/libgstmonoscope.dsp:
2090         * win32/vs6/libgstmulaw.dsp:
2091         * win32/vs6/libgstmultipart.dsp:
2092         * win32/vs6/libgstqtdemux.dsp:
2093         * win32/vs6/libgstrtp.dsp:
2094         * win32/vs6/libgstrtsp.dsp:
2095         * win32/vs6/libgstsmpte.dsp:
2096         * win32/vs6/libgstspeex.dsp:
2097         * win32/vs6/libgstudp.dsp:
2098         * win32/vs6/libgstvideobalance.dsp:
2099         * win32/vs6/libgstvideobox.dsp:
2100         * win32/vs6/libgstvideocrop.dsp:
2101         * win32/vs6/libgstvideoflip.dsp:
2102         * win32/vs6/libgstvideomixer.dsp:
2103         * win32/vs6/libgstwaveform.dsp:
2104         * win32/vs6/libgstwavenc.dsp:
2105         * win32/vs6/libgstwavparse.dsp:
2106         Mark *.dsp & *.dsw as binary files and convert to DOS line
2107         endings, as they don't load into VS6 correctly otherwise.
2108
2109 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2110
2111         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2112         (rtsp_connection_connect):
2113         Fix the MingW build. 
2114         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2115         Fixes: #446981
2116
2117 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2118
2119         * tests/check/elements/.cvsignore:
2120         * tests/icles/.cvsignore:
2121         Hush the buildbots up
2122
2123 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2124
2125         * configure.ac:
2126         * sys/Makefile.am:
2127         * sys/directdraw/Makefile.am:
2128         * sys/directsound/Makefile.am:
2129         * sys/waveform/Makefile.am:
2130         Make sure to dist everything needed for win32 builds.
2131
2132 2007-06-14  Edward Hervey  <edward@fluendo.com>
2133
2134         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2135         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2136         caps.
2137         Fixes #447458
2138
2139 2007-06-13  Wim Taymans  <wim@fluendo.com>
2140
2141         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2142         Make sure we allocate enough memory for the codec_data.
2143         Fixes #447210.
2144
2145 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2146
2147         * win32/MANIFEST:
2148         Add videocrop project file to the win32 manifest.
2149         * win32/vs6/gst_plugins_good.dsw:
2150         Add qtdemux,videocrop and waveform projects to the workspace.
2151         * win32/vs6/libgstqtdemux.dsp:
2152         Add zlib to the link list of qtdemux.
2153         * win32/vs6/libgstvideocrop.dsp:
2154         Add a project file for videocrop.
2155
2156 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2157
2158         * po/POTFILES.in:
2159         Add qtdemux for translation
2160
2161 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2162
2163         * configure.ac:
2164         * docs/plugins/Makefile.am:
2165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2167         * docs/plugins/inspect/plugin-videocrop.xml:
2168         * gst-plugins-good.spec.in:
2169         * sys/Makefile.am:
2170         * tests/check/Makefile.am:
2171         * tests/icles/Makefile.am:
2172         * tests/icles/videocrop-test.c:
2173         Move videocrop and osxvideo from -bad.
2174
2175 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2176
2177         * configure.ac:
2178         * docs/plugins/Makefile.am:
2179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2181         * docs/plugins/gst-plugins-good-plugins.args:
2182         * docs/plugins/inspect/plugin-qtdemux.xml:
2183         * docs/plugins/inspect/plugin-quicktime.xml:
2184         * win32/MANIFEST:
2185         Move qtdemux from -bad.
2186
2187         * gst-plugins-good.spec.in:
2188         Update spec file to reflect moving of qtdemux and wavpack
2189
2190 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2191         
2192         * win32/MANIFEST:
2193         * docs/plugins/Makefile.am:
2194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2196         * docs/plugins/inspect/plugin-directdraw.xml:
2197         * docs/plugins/inspect/plugin-directsound.xml:
2198         * docs/plugins/inspect/plugin-waveform.xml:
2199         Move the waveform plugin from -bad too. Update the inspect xml
2200         files to mention Plugins Good instead of Plugins Bad.
2201
2202 2007-06-12  Andy Wingo  <wingo@pobox.com>
2203
2204         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2205         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2206         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2207         finalization and resuscitation. No longer public.
2208         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2209         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2210         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2211         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2212         miniobject semantics, and be threadsafe.
2213         (gst_v4l2src_queue_frame): Remove this function, as we just call
2214         the ioctls directly in the two places where we queue buffers.
2215         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2216         directly.
2217         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2218         to allocate the pool, which also preallocates the GstBuffers.
2219         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2220         queueing the frames directly.
2221         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2222         mmap buffers have been dequeued.
2223
2224         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2225         real MiniObject instead of rolling our own refcounting and
2226         finalizing. Give it a lock.
2227         (struct _GstV4l2Buffer): Remove one intermediary object, having
2228         the buffers hold the struct v4l2_buffer directly.
2229
2230         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2231         capture_init so that it can set them on the buffers that it will
2232         create.
2233         (gst_v4l2src_get_read): For better or for worse, include the
2234         timestamping and offsetting code here; really we should be using
2235         bufferalloc though.
2236         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2237         preallocated, mmap'd buffers.
2238
2239 2007-06-11  Wim Taymans  <wim@fluendo.com>
2240
2241         Patch by: daniel fischer <dan at f3c dot com>
2242
2243         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2244         (gst_ximage_src_get_caps):
2245         Actually use the display_name property so that we can dump any
2246         available X display. Fixes #445905.
2247
2248 2007-06-11  Wim Taymans  <wim@fluendo.com>
2249
2250         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2251
2252         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2253         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2254         Add missing rate fields to caps. Fixes #441118.
2255
2256 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2257
2258         * win32/vs6/gst_plugins_good.dsw:
2259         * win32/vs8/gst-plugins-good.sln:
2260         Add DirectSound and DirectDraw sinks project files to
2261         workspace and solution files.
2262
2263 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2264
2265         Patch by: Josh Coalson <xflac at yahoo dot com>,
2266         updated by Alexis Ballier <aballier at gentoo dot org>:
2267
2268         * configure.ac:
2269         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2270         (gst_flac_dec_setup_seekable_decoder),
2271         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2272         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2273         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2274         * ext/flac/gstflacdec.h:
2275         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2276         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2277         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2278         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2279         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2280         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2281         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2282         * ext/flac/gstflacenc.h:
2283         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2284         
2285 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2286
2287         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2288         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2289         not necessary anymore as we need at least that core version. 
2290
2291 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2292
2293         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2294         (gst_wavpack_dec_chain):
2295         * ext/wavpack/gstwavpackdec.h:
2296         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2297         (gst_wavpack_parse_push_buffer):
2298         * ext/wavpack/gstwavpackparse.h:
2299         Improve discont handling by checking if the next Wavpack block has
2300         the expected, following block index.
2301
2302 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2303
2304         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2305           Fix element description.
2306
2307 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2308
2309         * configure.ac:
2310         * docs/plugins/Makefile.am:
2311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2313         * docs/plugins/gst-plugins-good-plugins.args:
2314         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2315         * docs/plugins/gst-plugins-good-plugins.signals:
2316         * docs/plugins/inspect/plugin-autodetect.xml:
2317         * docs/plugins/inspect/plugin-gconfelements.xml:
2318         * docs/plugins/inspect/plugin-ladspa.xml:
2319         * docs/plugins/inspect/plugin-rtp.xml:
2320         * docs/plugins/inspect/plugin-wavpack.xml:
2321         * ext/Makefile.am:
2322         * tests/check/Makefile.am:
2323           move wavpack plugin.  See #352605.
2324
2325 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2326
2327         * configure.ac:
2328         * docs/plugins/Makefile.am:
2329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2331         * docs/plugins/gst-plugins-good-plugins.args:
2332         * sys/Makefile.am:
2333         * win32/MANIFEST:
2334         Add DirectDraw & DirectSound plugins to the build and docs.
2335
2336 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2339         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2340           When operating in pull mode, error out correct on not-linked.
2341
2342 2007-06-06  Andy Wingo  <wingo@pobox.com>
2343
2344         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2345         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2346         format and size if the ioctls are defined; should fix compilation
2347         on Linux < 2.16.19.
2348
2349 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2350
2351         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2352           Printf fixes in debug statements; use LOG level for debug statements
2353           that are printed for each and every frame; convert c++ comments to
2354           C-style comments; not much point using g_try_malloc() if we then not
2355           even check the return value.
2356
2357 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * configure.ac:
2360           Bump requirements to released versions (core and base 0.10.13).
2361
2362         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2363           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2364           own implementation.
2365
2366 2007-06-05  Andy Wingo  <wingo@pobox.com>
2367
2368         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2369         some useless comments.
2370
2371         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2372         frames before calling STREAMON, that might leave them in a state
2373         where they can't be dequeued if we go back to NULL without calling
2374         STREAMON, according to the docs.
2375         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2376         before we call STREAMON.
2377         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2378         failures. (For me this code hung.) The pool refcounting is still
2379         crack; added a note to that effect.
2380
2381 2007-06-05  Wim Taymans  <wim@fluendo.com>
2382
2383         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2384         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2385         Add support for mapping gst structure names to the MIME type equivalent.
2386         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2387
2388 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2391         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2392         (gst_wavenc_chain), (gst_wavenc_change_state):
2393         * gst/wavenc/gstwavenc.h:
2394         Properly write wav files with width!=depth by having the depth most
2395         significant bytes set and all others zero. Fixes #442535.
2396
2397 2007-06-01  Wim Taymans  <wim@fluendo.com>
2398
2399         * gst/rtsp/rtspconnection.c:
2400         Add include to make buildbot happy.
2401
2402 2007-06-01  Wim Taymans  <wim@fluendo.com>
2403
2404         Patch by: Peter Kjellerstedt  <pkj at axis com>
2405
2406         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2407         (rtsp_connection_connect), (add_date_header),
2408         (rtsp_connection_send), (parse_response_status),
2409         (parse_request_line), (parse_line), (rtsp_connection_receive):
2410         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2411         * gst/rtsp/rtspdefs.h:
2412         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2413         (rtsp_message_init_request), (rtsp_message_init_response),
2414         (rtsp_message_remove_header), (rtsp_message_append_headers),
2415         (rtsp_message_dump):
2416         * gst/rtsp/rtspmessage.h:
2417         Improves version checking, allowing an RTSP server to reply with "505
2418         RTSP Version not supported.
2419         Adds a Date header to all messages.
2420         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2421         want to be able to send a response even if something in the request was
2422         invalid. EINVAL is only used when passing wrong arguments to functions.
2423         Do not handle an invalid method in parse_request_line(). Defer this to
2424         the caller so it can respond with "405 Method Not Allowed".
2425         Improves parsing of the timeout parameter to the Session header,
2426         allowing whitespace after the semicolon. 
2427         Avoids a compiler warning due to variables shadowing a function argument.
2428
2429 2007-06-01  Wim Taymans  <wim@fluendo.com>
2430
2431         Based on Patch by: Daniel Charles <dcharles at ti dot com>
2432
2433         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2434         (gst_rtp_amr_depay_process):
2435         * gst/rtp/gstrtpamrdepay.h:
2436         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2437         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2438         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2439         * gst/rtp/gstrtpamrpay.h:
2440         Add support for AMR-WB.
2441         Small cleanups such as using BOILERPLATE.
2442
2443 2007-05-31  Wim Taymans  <wim@fluendo.com>
2444
2445         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2446         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2447
2448 2007-05-30  Andy Wingo  <wingo@pobox.com>
2449
2450         * sys/v4l2/gstv4l2object.h: 
2451         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2452         unintended changes.
2453
2454         * sys/v4l2/v4l2src_calls.h: 
2455         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2456         the format list in the order that the driver gives it to us.
2457         (gst_v4l2src_probe_caps_for_format_and_size)
2458         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2459         based on the capabilities of the device.
2460         (gst_v4l2src_grab_frame): Update for object variable renaming.
2461         (gst_v4l2src_set_capture): Update to be strict in its parameters,
2462         as in the set_caps below.
2463         (gst_v4l2src_capture_init): Update for object variable renaming,
2464         and reflow.
2465         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2466         (gst_v4l2src_capture_deinit): Update for object variable renaming.
2467         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2468         (gst_v4l2src_get_fps): Remove; these functions don't have much
2469         meaning outside of an atomic set_caps method.
2470         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2471         known.
2472
2473         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2474         call to update_fps; not sure about this change.
2475         (gst_v4l2_tuner_set_norm): Work around the fact that for the
2476         moment we don't have an update_fps_func.
2477
2478         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2479         structures in the object, just store what we need. Do store the
2480         probed caps of the device. Don't store the current frame rate.
2481
2482         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2483         update_fps_function, for now. Update for new object variable
2484         naming.
2485         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2486         new object variable naming.
2487         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2488         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2489         (gst_v4l2src_get_caps): Rework to probe the device for supported
2490         frame sizes and frame rates.
2491         (gst_v4l2src_set_caps): Rework to be strict in the given
2492         parameters: if someone asks us to have a certain size and rate,
2493         that is what we configure.
2494         (gst_v4l2src_get_read): Update for object variable naming. Don't
2495         leak buffers on short reads.
2496         (gst_v4l2src_get_mmap): Update for object variable naming, and add
2497         comments.
2498         (gst_v4l2src_create): Update for object variable naming.
2499
2500 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2501
2502         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2503         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2504         * gst/avi/gstavidemux.h:
2505           Parse subtitle text streams instead of erroring out (#442034). Still
2506           needs a parser for the subtitles to actually show up.
2507
2508 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2511         (gst_avi_demux_loop):
2512           Make _push_event() return TRUE if the event could be pushed on at
2513           least one pad and not only if it could be pushed on all pads,
2514           otherwise we'll end up posting an error message on EOS if one or
2515           more source pads are not connected.
2516
2517 2007-05-28  Wim Taymans  <wim@fluendo.com>
2518
2519         * gst/rtsp/rtsptransport.c:
2520         Use renamed RTP bin.
2521
2522 2007-05-28  Wim Taymans  <wim@fluendo.com>
2523
2524         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2525
2526         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2527         (gst_video_box_set_property), (gst_video_box_transform_caps),
2528         (video_box_recalc_transform), (gst_video_box_set_caps),
2529         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2530         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2531         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2532         (gst_video_box_i420_i420), (gst_video_box_transform),
2533         (plugin_init):
2534         Add AYUV->AYUV and AYUV->I420 formats. 
2535         Fix negotiation and I420->AYUV conversion.
2536         Fixes #429329.
2537
2538 2007-05-26  Wim Taymans  <wim@fluendo.com>
2539
2540         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2541         Use different variables for nested for loops so that the outer loop
2542         functions properly and speex files with multiple frames per buffer work
2543         properly.
2544         Fixes #441408.
2545
2546 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2549           Don't leak newsegment events.
2550
2551 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * gst/wavparse/Makefile.am:
2554           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2555           drags it in.
2556
2557 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2558
2559         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2560         (notgst_value_array_append_buffer),
2561         (gst_flac_enc_process_stream_headers),
2562         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2563         (gst_flac_enc_change_state):
2564         * ext/flac/gstflacenc.h:
2565           Collect headers, add "streamheader" field to output caps and set
2566           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2567           produces output according to the official FLAC-to-Ogg mapping
2568           instead of completely broken files. Fixes #426044.
2569
2570 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2571
2572         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2573         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2574         (gst_id3demux_sink_event):
2575         * gst/id3demux/gstid3demux.h:
2576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2577         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2578         (gst_tag_demux_send_new_segment):
2579         Handle and adjust new-segment events so that downstream really
2580         sees a stream with the tag pieces stripped off the front and back.
2581         Fixes strangeness in seeking when mp3 decoders use the new-segment
2582         byte position to estimate their current playback position timestamp
2583         and then the arriving buffers don't match up.
2584
2585 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2586
2587         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2588           Don't unnecessarily perform a READY->NULL->READY transition on the
2589           detected audio sink when starting up. Fixes: #440127
2590
2591 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2594         (gst_flac_enc_chain):
2595           Don't crash in chain function if setcaps hasn't been called.
2596
2597 2007-05-24  Wim Taymans  <wim@fluendo.com>
2598
2599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2600         Init value to avoid infinte loops.
2601
2602 2007-05-24  Wim Taymans  <wim@fluendo.com>
2603
2604         Patch by: Peter Kjellerstedt  <pkj at axis com>
2605
2606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2607         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2608         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2609         (gst_rtspsrc_play):
2610         (rtsp_connection_send), (rtsp_connection_receive):
2611         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2612         Fix for new API.
2613
2614         * gst/rtsp/rtspconnection.c: (add_auth_header),
2615         Only add authorisation and session headers when sending messages.
2616
2617         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2618         (rtsp_message_init_request), (rtsp_message_init_response),
2619         (rtsp_message_unset), (rtsp_message_add_header),
2620         (rtsp_message_remove_header), (rtsp_message_get_header),
2621         (rtsp_message_append_headers), (dump_key_value),
2622         (rtsp_message_dump):
2623         * gst/rtsp/rtspmessage.h:
2624         Add support for multiple headers of the same type by storing the parsed
2625         headers in a GArray instaed of a hashtable.
2626
2627 2007-05-21  Wim Taymans  <wim@fluendo.com>
2628
2629         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2630         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2631         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2632         safer shutdown.
2633
2634 2007-05-21  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2637         * gst/rtsp/gstrtpdec.h:
2638         Added signal for backwards compat.
2639
2640 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2641         
2642         Patch by: René Stadler <mail at renestadler dot de>
2643
2644         * configure.ac:
2645         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2646         (gst_au_parse_parse_header), (gst_au_parse_chain):
2647         * gst/auparse/gstauparse.h:
2648         Use audioconvert for converting from non-native endianness floats
2649         in auparse instead of doing it ourself. Fixes #424527.
2650         This needs the audioconvert from plugins-base CVS.
2651         
2652 2007-05-21  Wim Taymans  <wim@fluendo.com>
2653
2654         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2655         (gst_rtp_h263p_pay_flush):
2656         Fix enum registration.
2657
2658 2007-05-21  Wim Taymans  <wim@fluendo.com>
2659
2660         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2661
2662         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2663         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2664         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2665         (gst_rtp_h263p_pay_flush):
2666         * gst/rtp/gstrtph263ppay.h:
2667         Add new fragmentation mode base on GOB headers. Fixes #438940.
2668
2669 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2670
2671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2672           Printf format fix.
2673
2674 2007-05-18  Wim Taymans  <wim@fluendo.com>
2675
2676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2677         Don't crash when an unsupported transport error was returned by the
2678         server, just try to configure the next stream. Fixes #439255.
2679
2680 2007-05-18  Wim Taymans  <wim@fluendo.com>
2681
2682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2683         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2684         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2685         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2686         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2687         * gst/rtsp/gstrtspsrc.h:
2688         Add TCP timeout property and use it for all TCP connection.
2689
2690         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2691         (rtsp_connection_write), (rtsp_connection_next_timeout),
2692         (rtsp_connection_reset_timeout):
2693         Make connect and writes cancelable and make them use the timeout.
2694
2695 2007-05-18  Wim Taymans  <wim@fluendo.com>
2696
2697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2698         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2699         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2700         (gst_rtspsrc_setup_streams):
2701         Refactor timeout handling.
2702         Also send keep-alive when dealing with TCP transport.
2703
2704         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2705         (rtsp_connection_free), (rtsp_connection_next_timeout),
2706         (rtsp_connection_reset_timeout):
2707         * gst/rtsp/rtspconnection.h:
2708         Use a timer to handle the session timeouts, add some methods to deal
2709         with timeouts.
2710
2711 2007-05-17  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2714         (gst_rtspsrc_setup_streams):
2715         Ignore streams that fail the setup command, we will retry with a
2716         different transport later on.
2717
2718         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2719         (rtsp_ext_wms_configure_stream):
2720         Fix encoding name case.
2721
2722 2007-05-16  Edward Hervey  <edward@fluendo.com>
2723
2724         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2725         Fix build on macosx.
2726
2727 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2730         Replace direct comparison of a string with the string literal "" with
2731         a comparison of the first character with '\0'. Fixes #438926.
2732
2733 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * gst/debug/breakmydata.c (gst_break_my_data_init):
2736           One more try. This should be the proper fix now.
2737
2738 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * gst/debug/breakmydata.c:
2741           Ooops, no // comments please.
2742
2743 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2744
2745         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2746         (gst_break_my_data_init):
2747           Fix gst_buffer_is_writable() assertion.
2748
2749 2007-05-14  David Schleef  <ds@schleef.org>
2750
2751         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2752           video/x-raw-bayer.  Fixes #314160.
2753
2754 2007-05-14  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2757         (gst_rtp_theora_depay_parse_configuration):
2758         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2759         (gst_rtp_theora_pay_finish_headers),
2760         (gst_rtp_theora_pay_handle_buffer):
2761         Update theora pay/depayloader in a similar to vorbis.
2762
2763         * gst/rtp/gstrtpvorbisdepay.c:
2764         (gst_rtp_vorbis_depay_parse_configuration):
2765         Update docs.
2766
2767 2007-05-14  Wim Taymans  <wim@fluendo.com>
2768
2769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2770         When we try to execute a method that is not supported by the server,
2771         don't error out but remove the method from the accepted methods so that
2772         we never try to perform this method again.
2773
2774 2007-05-14  Wim Taymans  <wim@fluendo.com>
2775
2776         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2777         Remove annoying _dump_mem.
2778
2779 2007-05-14  Wim Taymans  <wim@fluendo.com>
2780
2781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2782         Parse range correctly.
2783
2784         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2785         The baseurl now always has a '/' at the start.
2786
2787 2007-05-14  Wim Taymans  <wim@fluendo.com>
2788
2789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2790         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2791         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2792         Factor out caps configuration and configure more stuff such as the time
2793         ranges and speed/scale values.
2794
2795         * gst/rtsp/rtsptransport.c:
2796         Add Copyright after non-trival fixes.
2797
2798 2007-05-12  Wim Taymans  <wim@fluendo.com>
2799
2800         Patch by: Peter Kjellerstedt  <pkj at axis com>
2801
2802         * gst/rtsp/gstrtspsrc.h:
2803         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2804         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2805         (rtsp_message_get_header):
2806         * gst/rtsp/rtspmessage.h:
2807         Make channel guint8 where possible.
2808         Make rtsp_message_init_data() take the channel as a guint8.
2809
2810         * gst/rtsp/rtspdefs.c:
2811         Fixed a typo: Timout -> Timeout
2812
2813         * gst/rtsp/rtspdefs.h:
2814         Make RTSP_CHECK() behave as a statement.
2815
2816         * gst/rtsp/sdpmessage.c:
2817         Avoid a compiler warning in INIT_ARRAY().
2818         Fixes #437692.
2819
2820 2007-05-12  Wim Taymans  <wim@fluendo.com>
2821
2822         Patch by: Peter Kjellerstedt  <pkj at axis com>
2823
2824         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2825         (rtsp_url_get_request_uri):
2826         * gst/rtsp/rtspurl.h:
2827         Add support for query parameters to RTSP URLs.
2828
2829 2007-05-12  Wim Taymans  <wim@fluendo.com>
2830
2831         Patch by: Peter Kjellerstedt  <pkj at axis com>
2832
2833         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2834         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2835         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2836         (rtsp_transport_parse), (rtsp_transport_as_text):
2837         * gst/rtsp/rtsptransport.h:
2838         Add validation to rtsp_transport_parse().
2839         Add rtsp_transport_as_text() to generate an RTSP header from an
2840         RTSPTransport.
2841         Change ssrc to guint (was a string) since that is what it is, even
2842         though it is sent as a hex string.
2843         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2844         incorrect, which can be seen when looking at the examples in the RFC).
2845         Fixes #437670.
2846
2847 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2848
2849         Patch by: Eric Anholt
2850
2851         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2852           gst_ximage_src_ximage_get):
2853         Use union of all damage between frames to make it faster.
2854         Fixes bug #342463.
2855         Also fix crasher when cursor is at bottom right of window.
2856
2857 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2858
2859         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2860           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2861           streaming mode regression for file from #343837 with 'bext' chunk
2862           before the 'fmt' chunk.
2863
2864 2007-05-11  Wim Taymans  <wim@fluendo.com>
2865
2866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2867         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2868         (gst_rtspsrc_handle_src_event),
2869         (gst_rtspsrc_stream_configure_manager),
2870         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2871         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2872         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2873         * gst/rtsp/gstrtspsrc.h:
2874         * gst/rtsp/rtspdefs.h:
2875         Preliminary seek support.
2876         Activate internal pads so that we can receive events on them.
2877         Don't try to parse a range string when it's NULL.
2878
2879 2007-05-11  Wim Taymans  <wim@fluendo.com>
2880
2881         * gst/rtp/README:
2882         Update README with new RTP variables that will be used for
2883         synchronisation.
2884
2885         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
2886         (gst_rtp_vorbis_depay_parse_configuration),
2887         (gst_rtp_vorbis_depay_process):
2888         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
2889         (gst_rtp_vorbis_pay_finish_headers),
2890         (gst_rtp_vorbis_pay_handle_buffer):
2891         Update vorbis pay and depayloader to draft-04.
2892
2893 2007-05-11  Wim Taymans  <wim@fluendo.com>
2894
2895         * gst/rtsp/rtsptransport.c:
2896         UDP MCAST is actually the default for RTP/AVP.
2897 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
2898
2899         * gst/level/gstlevel.c: (gst_level_transform_ip):
2900         Use guint8 * instead of gpointer then vs6 can build 
2901         in_data += (filter->width / 8).
2902
2903 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2904
2905         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
2906           gst_ximage_src_ximage_get):
2907         * sys/ximage/gstximagesrc.h (last_ximage):
2908         When using Damage actually keep the last frame, and not assume
2909         that the buffer we get already has the last frame on it.
2910         Copy the cursor over if we specify a non-zero start x and
2911         start y.
2912
2913 2007-05-11  Wim Taymans  <wim@fluendo.com>
2914
2915         * gst/rtsp/rtsptransport.c:
2916         Make UDP the default transport when not specified.
2917
2918 2007-05-09  David Schleef  <ds@schleef.org>
2919
2920         * gst/level/gstlevel.c:
2921           Revert last change.
2922
2923 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2924
2925         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
2926         (gst_level_transform_ip):
2927         Use guint8 * instead of gpointer then vs6 know the size of data
2928         pointed when moving the pointer.
2929         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2930         Move instructions after variables declaration.
2931         * win32/vs6/autogen.dsp:
2932         * win32/vs6/libgstrtp.dsp:
2933         * win32/vs6/libgstrtsp.dsp:
2934         Update vs6 project files.
2935
2936 2007-05-09  Wim Taymans  <wim@fluendo.com>
2937
2938         * gst/rtsp/Makefile.am:
2939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
2940         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
2941         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
2942         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
2943         (rtsp_range_free):
2944         * gst/rtsp/rtsprange.h:
2945         Add code to parse time ranges.
2946         Report DURATION on the stream when possible.
2947
2948 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
2951         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
2952         (gst_videomixer_collected):
2953           Fix strides calculation for AYUV (it's just width*4) (#436910).
2954
2955 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2956
2957         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
2958         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
2959         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
2960         Sync the GObject properties before each processing step to properly
2961         work with the controller.
2962
2963 2007-05-04  Wim Taymans  <wim@fluendo.com>
2964
2965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2966         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2967         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2968         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
2969         (gst_rtspsrc_change_state):
2970         Let more error state trickle down so that we can catch more error
2971         cases.
2972         Handle keep-alive a little smarter by selecting a method the server
2973         actually supports.
2974         Fix a race in UDP streaming shutdown.
2975
2976 2007-05-04  Wim Taymans  <wim@fluendo.com>
2977
2978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
2979         Ignore errors when trying to use the keep-alive messages.
2980
2981 2007-05-04  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
2984         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
2985         (gst_rtspsrc_stream_configure_manager),
2986         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
2987         (gst_rtspsrc_stream_configure_mcast),
2988         (gst_rtspsrc_stream_configure_udp),
2989         (gst_rtspsrc_stream_configure_udp_sink),
2990         (gst_rtspsrc_stream_configure_transport):
2991         Send RTCP messages back to the server over the TCP connection.
2992
2993         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
2994         (rtsp_connection_send), (rtsp_connection_read), (read_body),
2995         (rtsp_connection_receive):
2996         * gst/rtsp/rtspconnection.h:
2997         Factor out and expose lowlevel _write and _read methods.
2998         Implement sending data messages to the server.
2999
3000 2007-05-03  Wim Taymans  <wim@fluendo.com>
3001
3002         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3003         (gst_multipart_mux_collected):
3004         Fix timestamps on outgoing buffers.
3005
3006 2007-05-03  Wim Taymans  <wim@fluendo.com>
3007
3008         * gst/multipart/multipartmux.c:
3009         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3010         (gst_multipart_mux_change_state):
3011         Emit NEWSEGMENT events before pushing the first buffer.
3012
3013 2007-05-03  Wim Taymans  <wim@fluendo.com>
3014
3015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3016         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3017         (gst_rtspsrc_handle_src_query),
3018         (gst_rtspsrc_stream_configure_manager),
3019         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3020         (gst_rtspsrc_stream_configure_mcast),
3021         (gst_rtspsrc_stream_configure_udp),
3022         (gst_rtspsrc_stream_configure_udp_sink),
3023         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3024         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3025         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3026         (gst_rtspsrc_pause):
3027         Refactor transport configuration code.
3028         Create internal pads for TCP transport so that we can implement events
3029         and queries.
3030         Handle events and queries.
3031         Parse range from the SDP.
3032         Fix race in pause handler where the connection could still be flushing.
3033
3034 2007-05-02  Wim Taymans  <wim@fluendo.com>
3035
3036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3037         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3038         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3039         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3040         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3041         (gst_rtspsrc_change_state):
3042         * gst/rtsp/gstrtspsrc.h:
3043         Fix race when multiple udp sources post timeouts, just act on the first
3044         received timeout.
3045         Protect stream list with a recursive lock to fix some races.
3046         Flush connection when we need to do a reconnect or stop.
3047         Make state lock recursive.
3048
3049         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3050         (rtsp_connection_close):
3051         Some small cleanups.
3052
3053 2007-05-02  Wim Taymans  <wim@fluendo.com>
3054
3055         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3056         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3057         Only set DISCONT when there actually is a discont or when we just
3058         started.
3059
3060 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3061
3062         * ext/flac/gstflac.c: (plugin_init):
3063         Call bindtextdomain() to get localized strings.
3064
3065 2007-05-02  Wim Taymans  <wim@fluendo.com>
3066
3067         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3068         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3069         (gst_wavparse_stream_data):
3070         * gst/wavparse/gstwavparse.h:
3071         Be a bit more clever when dealing with VBR files with FACT tags, we
3072         don't want to timestamp buffers in that case but the estimated BPS can
3073         be used for seeking.
3074         Only send close segment in the streaming thread.
3075
3076 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3077
3078         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3079         Correctly post an error on the bus if something went wrong in the loop
3080         function. This fixes a few cases where the task was paused and nothing
3081         happened anymore.
3082
3083 2007-05-02  Wim Taymans  <wim@fluendo.com>
3084
3085         * gst/rtsp/test.c: (main):
3086         Fix compilation of deprecated test just because I'm too lazy to delete
3087         it.
3088
3089 2007-05-02  Wim Taymans  <wim@fluendo.com>
3090
3091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3092         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3093         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3094         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3095         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3096         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3097         * gst/rtsp/gstrtspsrc.h:
3098         Fix sending RTCP to the right place.
3099         Fix bug in reffing the wrong UDP element.
3100         Use new pad names for the session manager.
3101         Implement handling server requests in interleaved and UDP modes.
3102         Handle session keep-alive in UDP modes.
3103         Remove GCond for handling UDP timeouts.
3104
3105         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3106         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3107         (rtsp_connection_receive), (rtsp_connection_close):
3108         * gst/rtsp/rtspconnection.h:
3109         Store connection IP address for later.
3110         Add timeout args to all operations that might block forever.
3111         Parse session timeout.
3112         Only close sockets when not already closed.
3113
3114         * gst/rtsp/rtspdefs.c:
3115         * gst/rtsp/rtspdefs.h:
3116         Add timeout return value and error string.
3117
3118         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3119         Add small comment.
3120
3121 2007-05-01  Wim Taymans  <wim@fluendo.com>
3122
3123         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3124
3125         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3126         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3127         * gst/rtp/gstrtpmp4vpay.h:
3128         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3129
3130 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3131
3132         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3133           Remove v4l2src from docs, since it breaks the docs build, and the
3134           plugin is only built if --enable-experimental is used anyway.
3135
3136         * docs/plugins/Makefile.am:
3137           Spaces => tab.
3138
3139 2007-04-29  Wim Taymans  <wim@fluendo.com>
3140
3141         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3142         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3143         Add code to drop membership of a multicast group.
3144
3145         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3146         (gst_udpsink_set_uri):
3147         Implement URI handler.
3148
3149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3150         (gst_rtspsrc_parse_rtpinfo):
3151         Use URI handler to make udpsink instace.
3152         Improve code to configure port and destination.
3153
3154 2007-04-29  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3157         Fix multicast detection.
3158         Don't try to join a multicast group if the address is not multicast.
3159
3160         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3161         Small debug improvement.
3162
3163 2007-04-27  Wim Taymans  <wim@fluendo.com>
3164
3165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3166         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3167         (gst_rtspsrc_handle_message):
3168         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3169         parent.
3170
3171 2007-04-27  Wim Taymans  <wim@fluendo.com>
3172
3173         * gst/rtp/gstrtpilbcdepay.h:
3174         Fix mode property when specified as an arg.
3175
3176 2007-04-26  Edward Hervey  <edward@fluendo.com>
3177
3178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3181         * docs/plugins/inspect/plugin-osxaudio.xml:
3182         Add documentation for osxaudio plugin.
3183
3184 2007-04-26  Wim Taymans  <wim@fluendo.com>
3185
3186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3187         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3188         (gst_rtspsrc_open), (gst_rtspsrc_close),
3189         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3190         (gst_rtspsrc_pause):
3191         * gst/rtsp/gstrtspsrc.h:
3192         Protect state changes with a lock.
3193
3194         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3195         (parse_line):
3196         * gst/rtsp/rtspconnection.h:
3197         Remove some unused stuff.
3198
3199 2007-04-26  Wim Taymans  <wim@fluendo.com>
3200
3201         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3202         Handle the case where there are exactly 0 bytes to read and the ioctl
3203         did not report an error. Fixes #433530.
3204
3205 2007-04-26  Wim Taymans  <wim@fluendo.com>
3206
3207         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3208         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3209         * gst/wavparse/gstwavparse.h:
3210         Apply DISCONT to buffers.
3211         Only apply timestamp to the first sample after a DISCONT, too many VBR
3212         files cause random jitter in the timestamps. Fixes #433119.
3213
3214 2007-04-25  Wim Taymans  <wim@fluendo.com>
3215
3216         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3217         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3218         (gst_rtp_dec_get_property):
3219         * gst/rtsp/gstrtpdec.h:
3220         Add dummy latency property to be backwards compat with rtpbin.
3221
3222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3223         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3224         (gst_rtspsrc_stream_configure_transport),
3225         (gst_rtspsrc_parse_rtpinfo):
3226         * gst/rtsp/gstrtspsrc.h:
3227         Add latency property and configure in the session manager.
3228         Don't set invalid clock-base and seqnum-base on caps, some servers
3229         sometimes don't send them.
3230
3231 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3232
3233         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3234         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3235           Double-check that RGB input caps are really RGBA caps (apparently
3236           the core doesn't always catch it if those caps aren't a subset of
3237           our template caps, also see #421543). Fixes #429319 in a way.
3238           Also, don't leak the pad template in the transform_caps function.
3239
3240         * tests/check/Makefile.am:
3241         * tests/check/elements/.cvsignore:
3242         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3243         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3244         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3245         (GST_START_TEST), (alphacolor_suite):
3246           Add some basic unit tests for alphacolor.
3247
3248 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3249
3250         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3251           If we get a fatal flow return in the loop function, first post the
3252           error message and only then send the EOS event downstream, otherwise
3253           applications might get an eos message before the error message and
3254           think everything was ok (related to #429319).
3255
3256 2007-04-25  Wim Taymans  <wim@fluendo.com>
3257
3258         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3259         Read the channel byte as an unsigned byte.
3260
3261 2007-04-25  Wim Taymans  <wim@fluendo.com>
3262
3263         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3264         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3265         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3266         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3267         (gst_rtp_gsm_depay_setcaps):
3268         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3269         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3270         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3271         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3272         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3273         (gst_ilbc_depay_get_property):
3274         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3275         * gst/rtp/gstrtpmp4adepay.c:
3276         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3277         (gst_rtp_pcma_depay_setcaps):
3278         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3279         (gst_rtp_pcmu_depay_setcaps):
3280         Make sure we configure the clock_rate in the baseclass in the setcaps
3281         function. Fixes #431282.
3282
3283 2007-04-25  Wim Taymans  <wim@fluendo.com>
3284
3285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3286         (gst_rtspsrc_stream_free), (request_pt_map),
3287         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3288         * gst/rtsp/gstrtspsrc.h:
3289         Parse server address from SDP.
3290         Hook up a udpsink to send RTCP back to the server.
3291
3292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3293         * gst/rtsp/rtsptransport.h:
3294         Add some docs.
3295
3296 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3297
3298         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3299           Make header field check conditional. Fixes #433135
3300
3301 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * docs/plugins/Makefile.am:
3304         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3306         * docs/plugins/inspect/plugin-alphacolor.xml:
3307         * gst/alpha/Makefile.am:
3308         * gst/alpha/gstalphacolor.c:
3309         * gst/alpha/gstalphacolor.h:
3310           Add minimal docs blurb to alphacolor; split out headers into
3311           separate header file for gtk-doc.
3312
3313 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/debug/progressreport.c: (gst_progress_report_report):
3316           Don't try to post NULL message (in case we can't query upstream
3317           position or duration).
3318
3319 2007-04-18  Michael Smith  <msmith@fluendo.com>
3320
3321         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3322         (gst_cutter_get_caps):
3323         * gst/cutter/gstcutter.h:
3324           Fix some of the most obvious bugs in cutter. Now doesn't leak
3325           everything if input is silent.
3326
3327 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3328
3329         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3330         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3331         * gst/wavenc/gstwavenc.h:
3332         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3333         else results in a invalid block align and invalid files.
3334
3335 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3336
3337         Patch by: Snaik <snaik32 gmail com>
3338
3339         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3340           Add missing break statement for BOX_HORIZONTAL case.
3341
3342 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3343
3344         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3345
3346         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3347         Use correct format strings for integer types.
3348
3349 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3352         (gst_wavparse_create_sourcepad):
3353         Use gst_riff_create_audio_template_caps () instead of the local caps.
3354         This makes updates of the local caps unecessary whenever libgstriff
3355         gets support for new formats.
3356
3357 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3360
3361         * sys/sunaudio/gstsunaudio.c:
3362         * sys/sunaudio/gstsunaudiomixer.c:
3363         * sys/sunaudio/gstsunaudiomixer.h:
3364         * sys/sunaudio/gstsunaudiomixerctrl.c:
3365         * sys/sunaudio/gstsunaudiomixerctrl.h:
3366         * sys/sunaudio/gstsunaudiomixertrack.h:
3367         * sys/sunaudio/gstsunaudiosink.c:
3368         * sys/sunaudio/gstsunaudiosink.h:
3369         * sys/sunaudio/gstsunaudiosrc.c:
3370         * sys/sunaudio/gstsunaudiosrc.h:
3371           Fix and/or update copyright attributions (#430228).
3372
3373 2007-04-13  Wim Taymans  <wim@fluendo.com>
3374
3375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3376         Fix docs.
3377
3378         * gst/rtsp/URLS:
3379         Add some more example urls.
3380
3381         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3382         (gst_rtp_dec_chain_rtp):
3383         Better debugging.
3384
3385         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3386         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3387         (gst_rtspsrc_parse_rtpinfo):
3388         Remove unused code.
3389
3390 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3391
3392         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3393         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3394         (gst_wavparse_stream_data):
3395           Relax the audio/mpeg caps again and add FIXME: comment.
3396
3397 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3400         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3401         (gst_wavparse_stream_data):
3402         * gst/wavparse/gstwavparse.h:
3403           More sanity check for the header fields. Fix type for 'rate' header
3404           field.
3405
3406 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3407
3408         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3409         (gst_icydemux_unicodify):
3410           If the metadata strings we get in the stream are not UTF-8, try to
3411           interpret them according to the character encodings specified in the
3412           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3413           only fall back to locale/ISO-8859-1 if those aren't set or don't
3414           work. Should fix #428901.
3415
3416 2007-04-12  Wim Taymans  <wim@fluendo.com>
3417
3418         * gst/rtp/gstrtph264depay.c:
3419         Use the proper sync word for SPS and PPS.
3420
3421 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3422
3423         * gst/rtp/Makefile.am:
3424         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3425           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3426         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3427           Add a simple hashing implementation that we can use to generate
3428           a 24-bit ident value based on the codebooks for vorbis and theora.
3429         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3430           gst_rtp_theora_pay_handle_buffer):
3431         * gst/rtp/gstrtpvorbisdepay.c
3432           (gst_rtp_vorbis_depay_parse_configuration,
3433           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3434         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3435           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3436           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3437           Use the hashing function, ensuring that the same codebooks result
3438           in the same ident and thus the same SDP description.
3439           Various log fixes/changes.
3440
3441 2007-04-12  Wim Taymans  <wim@fluendo.com>
3442
3443         Patch by: jerry tan <jerry dot tan at sun dot com>
3444
3445         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3446         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3447         application's responsibility to make sure it open the device once.
3448         Remove a careless error if AUDIODEV is set. Fixes #392620.
3449
3450 2007-04-12  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3453         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3454         * gst/rtsp/gstrtpdec.h:
3455         Make backward compat with rtpbin by adding the request-pt-map signals.
3456
3457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3458         (new_session_pad), (request_pt_map),
3459         (gst_rtspsrc_stream_configure_transport),
3460         (gst_rtspsrc_stream_configure_caps),
3461         (gst_rtspsrc_activate_streams):
3462         * gst/rtsp/gstrtspsrc.h:
3463         Implement request-pt-map signals instead of setting caps on the buffers
3464         for the session manager.
3465
3466 2007-04-11  Wim Taymans  <wim@fluendo.com>
3467
3468         * gst/udp/gstudp.c: (plugin_init):
3469         Register GstNetBuffer in plugin_init so that the type can be used from
3470         multiple threads without races.
3471
3472 2007-04-10  Wim Taymans  <wim@fluendo.com>
3473
3474         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3475         (gst_rtp_amr_depay_process):
3476         Fix depayloader clock_rate and some cleanups.
3477
3478         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3479         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3480         * gst/rtp/gstrtph264depay.h:
3481         Don't push codec_data in the adapter because it might get flushed when
3482         we get a discont.
3483
3484         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3485         Handle multiple AU per packet.
3486
3487         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3488         (gst_rtp_sv3v_depay_plugin_init):
3489         Disable rank, this one does not work.
3490         Remove timestamping, base class does that.
3491
3492 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
3493
3494         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3495           limit caps to the formats we announce in the template
3496
3497         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3498         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3499         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3500           fix some crashers/asserts when dealing with broken files
3501
3502 2007-04-10  Wim Taymans  <wim@fluendo.com>
3503
3504         Patch by: Peter Kjellerstedt  <pkj at axis com>
3505
3506         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3507         * gst/rtp/gstrtpL16depay.c:
3508         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3509         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3510         (gst_rtp_speex_depay_setcaps):
3511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3512         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3513         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3514         Fix some compiler warnings. Fixes #428182.
3515
3516 2007-04-06  Wim Taymans  <wim@fluendo.com>
3517
3518         * gst/rtsp/Makefile.am:
3519         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3520         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3521         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3522         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3523         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3524         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3525         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3526         (create_rtcp), (gst_rtp_dec_request_new_pad),
3527         (gst_rtp_dec_release_pad):
3528         * gst/rtsp/gstrtpdec.h:
3529         * gst/rtsp/gstrtsp.c: (plugin_init):
3530         Morph RTPDec into something compatible with RTPBin as a fallback.
3531         Various other style fixes.
3532
3533         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3534         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3535         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3536         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3537         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3538         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3539         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3540         * gst/rtsp/gstrtspsrc.h:
3541         Implement RTPBin session manager handling.
3542         Don't try to add empty properties to caps.
3543         Implement fallback session manager, handling.
3544         Don't combine errors from RTCP streams, just ignore them.
3545
3546         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3547         * gst/rtsp/rtsptransport.h:
3548         Implement fallback session manager.
3549         Make RTPBin the default one when available.
3550
3551 2007-04-05  Wim Taymans  <wim@fluendo.com>
3552
3553         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3554         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3555         This element is ready to be autoplugged.
3556
3557 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3558
3559         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3560         Don't leave the offsets defined by upstream element on the
3561         compressed data buffer we are pushing downstream. Make them
3562         GST_BUFFER_OFFSET_NONE.
3563
3564 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3565
3566         * gst/avi/README:
3567         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3568         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3569         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3570         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3571         (gst_avi_demux_calculate_durations_from_index),
3572         (gst_avi_demux_stream_header_push),
3573         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3574         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3575           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3576
3577 2007-04-03  Wim Taymans  <wim@fluendo.com>
3578
3579         * gst/smpte/barboxwipes.c:
3580         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3581
3582 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3583
3584         * gst/wavparse/gstwavparse.c:
3585         Support audio/x-raw-float in wav files. This only works with
3586         plugins-base CVS, using an older version doesn't have any
3587         disadvantages though.
3588
3589 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3590
3591         * configure.ac:
3592         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3593         (gst_au_parse_parse_header), (gst_au_parse_chain):
3594         * gst/auparse/gstauparse.h:
3595         Revert last change as we don't want plugins-good to depend on
3596         plugins-base CVS now.
3597
3598 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         * configure.ac:
3601         Require gst-plugins-base CVS for audioconvert with non-native
3602         float support and width/depth fix in libgstriff.
3603
3604         Patch by: René Stadler <mail at renestadler dot de>
3605
3606         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3607         (gst_au_parse_parse_header), (gst_au_parse_chain):
3608         * gst/auparse/gstauparse.h:
3609         Don't swap the floats ourself if they're not in native endianness.
3610         Instead let audioconvert handle this. Fixes #339838.
3611
3612 2007-03-29  Wim Taymans  <wim@fluendo.com>
3613
3614         * gst/rtp/gstasteriskh263.h:
3615         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3616         (gst_rtp_h263p_depay_change_state):
3617         * gst/rtp/gstrtph263pdepay.h:
3618         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3619         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3620         (gst_rtp_h264_depay_change_state):
3621         * gst/rtp/gstrtph264depay.h:
3622         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3623         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3624         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3625         Flush adapter on disconts.
3626
3627 2007-03-29  Wim Taymans  <wim@fluendo.com>
3628
3629         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3630         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3631         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3632         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3633         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3634         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3635         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3636         (gst_rtp_mp4v_depay_process):
3637         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3638         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3639         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3640         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3641         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3642         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3643         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3644         Use more efficient adapter and rtpbuffer methods when possible.
3645
3646 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3649         (gst_wavenc_sink_setcaps):
3650         Correctly handle width!=depth input.
3651         * gst/wavparse/gstwavparse.c:
3652         Already export in the caps that width==8 uses unsigned samples and
3653         everything else uses signed samples.
3654
3655 2007-03-29  Wim Taymans  <wim@fluendo.com>
3656
3657         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3658
3659         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3660         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3661         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3662         (gst_dynudpsink_close):
3663         * gst/udp/gstdynudpsink.h:
3664         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3665         (gst_udpsrc_create), (gst_udpsrc_set_property),
3666         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3667         * gst/udp/gstudpsrc.h:
3668         Rework the socket allocation a bit based on the sockfd argument so that
3669         it becomes usable.
3670         Add a closefd property to instruct the udp elements to close the custom
3671         file descriptors when going to READY. Fixes #423304.
3672         API:GstUDPSrc::closefd property
3673         API:GstDynUDPSink::closefd property
3674
3675 2007-03-29  Wim Taymans  <wim@fluendo.com>
3676
3677         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3678
3679         * gst/rtp/Makefile.am:
3680         * gst/rtp/gstrtp.c: (plugin_init):
3681         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3682         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3683         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3684         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3685         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3686         (gst_rtp_h264_pay_plugin_init):
3687         * gst/rtp/gstrtph264pay.h:
3688         Added H264 payloader. Fixes #423782.
3689
3690         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3691         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3692         Small fixes.
3693
3694 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3695
3696         * gst/wavparse/gstwavparse.c:
3697         Actually support depths from 1 to 32, not only 8 to 32.
3698
3699 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3700
3701         * gst/wavparse/gstwavparse.c:
3702         Add support for wav files containing audio/x-raw-int with random
3703         depths between 1 and 32 bits.
3704
3705 2007-03-28  Wim Taymans  <wim@fluendo.com>
3706
3707         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3708
3709         * gst/rtp/Makefile.am:
3710         * gst/rtp/gstrtp.c: (plugin_init):
3711         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3712         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3713         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3714         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3715         (gst_rtp_mp4a_depay_get_property),
3716         (gst_rtp_mp4a_depay_change_state),
3717         (gst_rtp_mp4a_depay_plugin_init):
3718         * gst/rtp/gstrtpmp4adepay.h:
3719         Added MP4A-LATM depayloader. Fixes #417792.
3720
3721         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3722         (gst_rtp_mp4v_depay_process):
3723         Fixup depayloader, setting codec_data, using more efficient adaptor and
3724         rtpbuffer handling.
3725
3726         * gst/rtsp/URLS:
3727         Add url to test above.
3728
3729 2007-03-25  Wim Taymans  <wim@fluendo.com>
3730
3731         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3732         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3733         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3734         (gst_rtspsrc_media_to_caps),
3735         (gst_rtspsrc_stream_configure_transport),
3736         (gst_rtspsrc_stream_configure_caps),
3737         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3738         * gst/rtsp/gstrtspsrc.h:
3739         Handle default clock-rates for static payload types, rearrange stuff so
3740         that the rtpmap field in the sdp can override the defaults.
3741         Parse RTP-Info field to get the seqnum and timebase fields that should
3742         go in the caps.
3743         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3744         the server. 
3745
3746 2007-03-22  Wim Taymans  <wim@fluendo.com>
3747
3748         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3749
3750         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3751         Accept complex pipeline descriptions as an audio profile instead of just
3752         a single element. Fixes #420658.
3753
3754 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3757           Rename registered type in preparation of GstTagDemux moving to
3758           -base at some point in the future.
3759
3760 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3763           Streaming mode fixes: don't unref buffer we don't own any longer;
3764           remove bogus adapter flush. Fixes #419338.
3765
3766 2007-03-17  David Schleef  <ds@schleef.org>
3767
3768         * REQUIREMENTS: Change the format to key/value, add a bunch of
3769           information, remove a bunch of requirements that are for
3770           other GStreamer packages.
3771
3772 2007-03-17  David Schleef  <ds@schleef.org>
3773
3774         * REQUIREMENTS: Fix a few things.  This file really needs a
3775         good once-over.
3776
3777 2007-03-15  Edward Hervey  <edward@fluendo.com>
3778
3779         * sys/Makefile.am:
3780         Don't forget to distribute the sys/osxaudio/ directory.
3781
3782 2007-03-15  Edward Hervey  <edward@fluendo.com>
3783
3784         * configure.ac:
3785         * sys/Makefile.am:
3786         * sys/osxaudio/Makefile.am:
3787         * sys/osxaudio/gstosxaudio.c:
3788         * sys/osxaudio/gstosxaudiosink.c:
3789         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3790         (gst_osx_audio_sink_getcaps),
3791         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3792         * sys/osxaudio/gstosxaudiosrc.c:
3793         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3794         (gst_osx_audio_src_create_ringbuffer):
3795         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3796         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3797         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3798         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3799         * sys/osxaudio/gstosxringbuffer.h:
3800         Activate osxaudio in gst-plugins-good with proper build setup.
3801         Add inlined documentation.
3802         Fix debug statements
3803         Fix ringbuffer when pausing.
3804         Fixes #323471
3805
3806 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3807         * gst/rtp/gstrtppcmapay.c:
3808         * gst/rtp/gstrtppcmapay.h:
3809         * gst/rtp/gstrtppcmupay.c:
3810         * gst/rtp/gstrtppcmupay.h:
3811         Ported mulaw and alaw payloaders to use new base class
3812
3813 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3814
3815         * po/af.po:
3816         * po/az.po:
3817         * po/cs.po:
3818         * po/en_GB.po:
3819         * po/it.po:
3820         * po/nl.po:
3821         * po/or.po:
3822         * po/sq.po:
3823         * po/sr.po:
3824         * po/sv.po:
3825         * po/uk.po:
3826         * po/vi.po:
3827           Update translations.
3828
3829 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * configure.ac:
3832           Fix string replace error (AG_AG_GST_* => AG_GST_*).
3833
3834 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3837           Fix handling of -1 values for start and stop values when seeking,
3838           and SEEK_CUR+SEEK_END here as well.
3839
3840 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
3841
3842         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3843           Fix handling of -1 values for start and stop values when seeking, 
3844           and SEEK_CUR+SEEK_END.
3845
3846 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3849           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3850           the image format a variable-length NUL-terminated string; in
3851           versions before that the image format is a fixed-length string of
3852           3 characters (see #348644 for a sample tag).
3853           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3854
3855 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3856
3857         * win32/MANIFEST:
3858         Add new project files to MANIFEST.
3859         * win32/vs6/libgstaudiofx.dsp:
3860         * win32/vs6/libgstrtp.dsp:
3861         * win32/vs6/libgstrtsp.dsp:
3862         Update project files.
3863         
3864 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3867         (gst_avi_demux_parse_index):
3868         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3870           Printf format fixes; also add some missing quotes in translated
3871           strings. Fixes #416728 and #416727.
3872
3873 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3874
3875         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3876           Tim and I can't think of any reason the child audio sink needs to 
3877           be set back to NULL after successfully determining that it can 
3878           reach READY - it gets immediately set back to READY by the caller
3879           anyway, causing an unnecessary close/open of any audio devices
3880           involved.
3881
3882 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * po/LINGUAS:
3885         * po/ja.po:
3886           Add ja.po file from #377306.
3887
3888 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3889
3890         * sys/sunaudio/gstsunaudio.c: (plugin_init):
3891         * sys/sunaudio/gstsunaudiomixertrack.c:
3892         (gst_sunaudiomixer_track_new):
3893           Actually translate sunaudio mixer track labels instead of just
3894           marking the strings as translatable (#377306); clean up weird
3895           label string mapping code that serves no apparent purpose. Also
3896           set the 'untranslated-label' property when creating mixer tracks
3897           if the GstMixerTrack base class supports this.
3898
3899         * tests/check/Makefile.am:
3900         * tests/check/elements/.cvsignore:
3901         * tests/check/elements/sunaudio.c: (GST_START_TEST),
3902         (sunaudio_suite):
3903           Very minimalistic unit test for sunaudiomixer element (compiles, but not
3904           actually tested on a system where sunaudiomixer is available).
3905
3906 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3907
3908         * tests/check/Makefile.am:
3909         Re-enable the states test and see if it works on the buildbots.
3910
3911 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3912
3913         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
3914         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
3915         (gst_dvdec_change_state):
3916         * ext/dv/gstdvdec.h:
3917         Infer pixel-aspect-ratio from the video frame format if it isn't
3918         provided by the container, as happens when playing DV from AVI
3919         or Quicktime containers.
3920
3921         Patch by: Wim Taymans <wim@fluendo.com>
3922         Fixes #380944
3923
3924 2007-03-09  Wim Taymans  <wim@fluendo.com>
3925
3926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3927         When activated, remove the udpsrc timeout, we have dataflow and timeouts
3928         will later be handled by the jitterbuffer.
3929
3930 2007-03-09  Wim Taymans  <wim@fluendo.com>
3931
3932         * ext/taglib/gstid3v2mux.cc:
3933         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3934         Fixes #414496.
3935         
3936         Patch by: Alex Lancaster <alexl at users sourceforge net>
3937
3938 2007-03-09  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3941         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
3942         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3943         (gst_avi_demux_chain):
3944         Fix stream position reporting after a seek. Fixes #416445.
3945
3946 2007-03-08  Wim Taymans  <wim@fluendo.com>
3947
3948         Patch by: René Stadler <mail at renestadler dot de>
3949
3950         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3951         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
3952         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
3953         Make avidemux accept optional header chunks in any order.
3954         Fixes #415446.
3955
3956 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3957
3958         * tests/check/Makefile.am:
3959         Disable the states check until the remaining Valgrind errors
3960         are fixed or suppressed.
3961
3962 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3963
3964         * tests/check/elements/.cvsignore:
3965           Add audiodynamic check to .cvsignore
3966
3967 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3968
3969         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3970
3971         * gst/audiofx/Makefile.am:
3972         * gst/audiofx/audiodynamic.c:
3973         (gst_audio_dynamic_characteristics_get_type),
3974         (gst_audio_dynamic_mode_get_type),
3975         (gst_audio_dynamic_set_process_function),
3976         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
3977         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
3978         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
3979         (gst_audio_dynamic_transform_hard_knee_compressor_int),
3980         (gst_audio_dynamic_transform_hard_knee_compressor_float),
3981         (gst_audio_dynamic_transform_soft_knee_compressor_int),
3982         (gst_audio_dynamic_transform_soft_knee_compressor_float),
3983         (gst_audio_dynamic_transform_hard_knee_expander_int),
3984         (gst_audio_dynamic_transform_hard_knee_expander_float),
3985         (gst_audio_dynamic_transform_soft_knee_expander_int),
3986         (gst_audio_dynamic_transform_soft_knee_expander_float),
3987         (gst_audio_dynamic_transform_ip):
3988         * gst/audiofx/audiodynamic.h:
3989         * gst/audiofx/audiofx.c: (plugin_init):
3990         Add new audiodynamic element which can act as a compressor or
3991         expander. Supported are hard-knee and soft-knee operation modes with
3992         user-specified ratio and threshold.
3993         Attack and release parameters are not yet implemented but will follow.
3994         * docs/plugins/Makefile.am:
3995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3997         * docs/plugins/gst-plugins-good-plugins.args:
3998         * docs/plugins/inspect/plugin-audiofx.xml:
3999         Integrate audiodynamic into the docs.
4000         * tests/check/Makefile.am:
4001         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4002         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4003         Add unit test for audiodynamic.
4004
4005 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4006
4007         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4008         Free handles that we allocated when exiting via the error paths.
4009
4010 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4011
4012         * gst/level/gstlevel.c: (gst_level_class_init),
4013         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4014         (gst_level_transform_ip):
4015         * gst/level/gstlevel.h:
4016           Resolve message timestamps against the playback segment.
4017
4018 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4019
4020         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4021         (gst_id3demux_sink_activate):
4022           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4023           caps passed to it (previously one code path assumed it took ownership
4024           while another one assumed it didn't, while in fact it sometimes did and
4025           sometimes didn't ...).
4026
4027         * configure.ac:
4028         * tests/files/Makefile.am:
4029         * tests/files/id3-407349-1.tag:
4030         * tests/files/id3-407349-2.tag:
4031           Add directory where data for unit tests can be stored.
4032
4033         * tests/Makefile.am:
4034         * tests/check/Makefile.am:
4035         * tests/check/elements/.cvsignore:
4036         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4037         (read_tags_from_file), (run_check_for_file),
4038         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4039           Add unit test for id3demux, and in particular for bug #407349. Only
4040           testing pull-mode for now; push mode doesn't work yet because the test
4041           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4042
4043 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * tests/check/Makefile.am:
4046           Add missing backslash at end of line.
4047
4048 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4049
4050         Trigger rebuild.
4051
4052 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4055         * gst/id3demux/id3tags.h:
4056         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4057         (parse_obsolete_tdat_frame):
4058           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4059           the four-digit number will be interpreted as a year, whereas it is
4060           month and day in DDMM format. Instead, parse TDAT frames and fix up
4061           the date in the GST_TAG_DATE tag later if we also extracted a year.
4062           Fixes #407349.
4063
4064 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4065
4066         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4067         (gst_switch_commit_new_kid):
4068         Fix up the dispose logic so it doesn't leak, and fix setting of 
4069         the child state so that we don't set a child to our current state 
4070         just as we are changing it to something else.
4071
4072 2007-03-06  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4075         (gst_goom_chain):
4076         * gst/goom/gstgoom.h:
4077         Document, fix and improve goom adapter behaviour.
4078         Fixes #407006.
4079
4080 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4081
4082         * ext/esd/esdsink.c: (gst_esdsink_open):
4083         Unref static pad template after using it.
4084
4085 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4086
4087         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4088         (gst_switch_commit_new_kid):
4089         Fix up the reference counting of the child elements.
4090
4091 2007-03-05  Wim Taymans  <wim@fluendo.com>
4092
4093         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4094         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4095         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4096         Fix encoding-name case.
4097
4098 2007-03-05  Wim Taymans  <wim@fluendo.com>
4099
4100         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4101         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4102         (gst_rtp_speex_depay_process):
4103         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4104         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4105         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4106         (gst_rtp_speex_pay_change_state):
4107         * gst/rtp/gstrtpspeexpay.h:
4108         Fix speex (de)payloader. Fixes #358040.
4109
4110 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4111
4112         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4113         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4114         Install fakesink in NULL by fixing some broken logic. This obviates
4115         the need to manually set _IS_SINK.
4116         Add some comments and remove a little cruft while I'm at it.
4117
4118 2007-03-05  Wim Taymans  <wim@fluendo.com>
4119
4120         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4121         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4122
4123 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * po/POTFILES.in:
4126           Update.
4127
4128 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4129
4130         * tests/check/Makefile.am:
4131         Gah! Also disable gconfvideosink from the tests, otherwise
4132         it will instantiate autovideosink, and dfbvideosink and
4133         leak on the buildbots.
4134
4135 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4136
4137         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4138         (gst_cdio_cdda_src_finalize):
4139         Make sure we always destroy our libcdio handle.
4140
4141 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4142
4143         * tests/check/Makefile.am:
4144         Disable autovideosink so the buildbots don't barf over memory
4145         leaked in the directfb sink.
4146
4147 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4148
4149         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4150         Chain up in dispose
4151
4152 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4153
4154         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4155         (gst_multipart_find_pad_by_mime):
4156         Use gst_pad_new_from_static_template instead of
4157         static_pad_template_get+pad_new.
4158
4159 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4160
4161         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4162         Catch the case where no clock has been set.
4163
4164 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4165
4166         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4167         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4168         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4169         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4170         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4171         (gst_gconf_audio_src_finalize), (do_toggle_element):
4172         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4173         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4174         (do_toggle_element):
4175         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4176         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4177         (gst_gconf_video_src_finalize), (do_toggle_element):
4178         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4179         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4180         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4181         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4182         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4183         (gst_shout2send_init), (gst_shout2send_finalize):
4184         * gst/debug/testplugin.c: (gst_test_class_init),
4185         (gst_test_finalize):
4186         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4187         (gst_flxdec_dispose):
4188         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4189         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4191         (gst_rtspsrc_finalize):
4192         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4193         * gst/rtsp/rtspextwms.h:
4194         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4195         (gst_smpte_finalize):
4196         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4197         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4198         (gst_udpsink_finalize):
4199         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4200         (gst_wavparse_sink_activate):
4201         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4202         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4203         (gst_oss_src_finalize):
4204         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4205         * sys/v4l2/gstv4l2object.h:
4206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4207         (gst_v4l2src_finalize):
4208         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4209
4210         Fix a bunch of leaks shown by the newly-added states test.
4211
4212 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4213
4214         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4215         Use gst_pad_new_from_static_template instead of 
4216         static_pad_template_get+pad_new.
4217
4218 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4219
4220         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4221
4222         * ext/libcaca/Makefile.am:
4223         * gst/debug/Makefile.am:
4224           Don't mix tabs and spaces (#414168).
4225
4226 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4227
4228         * tests/check/generic/.cvsignore:
4229           Ignore files to please buildbot.
4230
4231 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4232
4233         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4234         (gst_wavparse_stream_data):
4235           Unbreak my previous commit (swapped nominator & denominator). Tim,
4236           thanks for spotting.
4237
4238 2007-03-02  Wim Taymans  <wim@fluendo.com>
4239
4240         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4241         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4242         (gst_cdio_cdda_src_finalize):
4243         Small code cleanups.
4244         Don't use pad_alloc as the base class cannot deal with the error codes.
4245
4246 2007-03-02  Wim Taymans  <wim@fluendo.com>
4247
4248         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4249         (gst_udpsrc_create):
4250         Fix doc.
4251
4252 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4253
4254         Patch by: René Stadler <mail@renestadler.de>
4255
4256         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4257         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4258         (gst_wavparse_stream_data):
4259           Handle rounding better to not drop last sample frame. Fixes #356692
4260
4261 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4262
4263         * tests/check/Makefile.am:
4264         Disable cacasink from the states check too - it also calls exit(1)
4265         on us when it can't find a terminal to talk to.
4266
4267 2007-03-02  Wim Taymans  <wim@fluendo.com>
4268
4269         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4270
4271         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4272         (gst_udpsrc_create), (gst_udpsrc_set_property),
4273         (gst_udpsrc_get_property):
4274         * gst/udp/gstudpsrc.h:
4275         Add support to strip proprietary headers. Fixes #350296.
4276
4277 2007-03-02  Wim Taymans  <wim@fluendo.com>
4278
4279         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4280         Fix compilation.
4281
4282 2007-03-02  Wim Taymans  <wim@fluendo.com>
4283
4284         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4285
4286         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4287         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4288         (gst_rtp_mp2t_depay_set_property),
4289         (gst_rtp_mp2t_depay_get_property):
4290         * gst/rtp/gstrtpmp2tdepay.h:
4291         Add support to strip off proprietary headers. Fixes #350278.
4292
4293 2007-03-02  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/hal/hal.c:
4296         Fix compilation.
4297
4298 2007-03-02  Wim Taymans  <wim@fluendo.com>
4299
4300         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4301         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4302         (gst_sunaudiosrc_open):
4303         * sys/sunaudio/gstsunaudiosrc.h:
4304         Remove device-name from GstSunAudioSrc. Fixes #412597.
4305
4306 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4307
4308         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4309         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4310         Having NULL as UDI previously selected the default sink/src. Change
4311         this back but mention it in the debug output.
4312         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4313         (gst_hal_get_oss_element), (gst_hal_get_string),
4314         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4315         (gst_hal_get_audio_src):
4316         * ext/hal/hal.h:
4317         Refactor a bit, check all error conditions, greatly improve debugging
4318         and fix some possible memory leaks. Also implement OSS support
4319         and allow specifying an UDI that points to a real device. For this the
4320         child device which supports ALSA (preferred) or OSS is used.
4321         As a side effect this makes it impossible now to get a alsasink in
4322         halaudiosrc and a alsasrc in halaudiosink.
4323
4324 2007-03-01  Wim Taymans  <wim@fluendo.com>
4325
4326         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4327         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4328         Errors from the udp sources are not fatal unless all of them are in
4329         error.
4330
4331 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4332
4333         * tests/check/Makefile.am:
4334         Disable aasink in the states test. I suspect this is the element that
4335         is calling exit(1) when it can't proceed.
4336
4337 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4338
4339         * tests/check/Makefile.am:
4340         Draw plugins in from the build tree sys/ dir, rather than picking
4341         up the already installed versions.
4342
4343 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4344
4345         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4346         Error out correctly when getting xcontext fails.
4347
4348 2007-03-01  Wim Taymans  <wim@fluendo.com>
4349
4350         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4351         Make state change to PAUSED NO_PREROLL because that's what it will be in
4352         the future and rtspsrc relies on it.
4353
4354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4355         (gst_rtspsrc_change_state):
4356         Don't error out when we don't get an error from the state change
4357         function.
4358
4359 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4360
4361         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4362         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4363           Check if the device UDI is set before trying to query HAL
4364           about it and give a useful error message if it wasn't set.
4365         * ext/hal/hal.c: (gst_hal_get_string):
4366           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4367           gives an assertion failure in D-Bus when running with
4368           DBUS_FATAL_WARNINGS=1.
4369
4370 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4371
4372         * configure.ac:
4373           Convert to new AG_GST style.
4374
4375 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4376
4377         * tests/check/Makefile.am:
4378         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4379           add test for states
4380
4381 2007-02-28  Wim Taymans  <wim@fluendo.com>
4382
4383         * tests/check/elements/.cvsignore:
4384         Add new videofilter check to .cvsignore.
4385
4386 2007-02-28  Wim Taymans  <wim@fluendo.com>
4387
4388         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4389         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4390         (gst_avi_demux_loop), (gst_avi_demux_chain):
4391         Fix combined flow return. Fixes #412608.
4392
4393 2007-02-28  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst/videofilter/Makefile.am:
4396         Dist header..
4397
4398 2007-02-28  Wim Taymans  <wim@fluendo.com>
4399
4400         * gst/videofilter/gstgamma.h:
4401         Add header too.
4402
4403 2007-02-28  Wim Taymans  <wim@fluendo.com>
4404
4405         Patch by: Mark Nauwelaerts <manauw at skynet be>
4406
4407         * gst/videofilter/Makefile.am:
4408         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4409         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4410         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4411         (oil_tablelookup_u8), (gst_gamma_set_caps),
4412         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4413         Port gamma filter to 0.10. Fixes #412704.
4414
4415         * tests/check/Makefile.am:
4416         * tests/check/elements/videofilter.c: (setup_filter),
4417         (cleanup_filter), (check_filter), (GST_START_TEST),
4418         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4419         Add unit tests for videofilters.
4420
4421 2007-02-28  Wim Taymans  <wim@fluendo.com>
4422
4423         * gst/rtsp/URLS:
4424         Add another interesting test url.
4425
4426         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4427         Don't allow getting header fields from data packets.
4428
4429 2007-02-28  Michael Smith  <msmith@fluendo.com>
4430
4431         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4432         (gst_shout2send_init), (gst_shout2send_start),
4433         (gst_shout2send_set_property), (gst_shout2send_get_property):
4434         * ext/shout2/gstshout2.h:
4435           Add a property for username.
4436
4437 2007-02-27  Christian Schallerr <christian@fluendo.com>
4438
4439         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4440
4441 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4442
4443         * gst/rtsp/Makefile.am:
4444         Fix make check too.
4445
4446 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4447
4448         * gst/rtsp/base64.c: (util_base64_encode):
4449         * gst/rtsp/base64.h:
4450         Commit missing files for base64 encoding.
4451
4452 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4455
4456         * configure.ac:
4457         * ext/annodex/Makefile.am:
4458         * ext/jpeg/Makefile.am:
4459         * ext/speex/Makefile.am:
4460         * gst/alpha/Makefile.am:
4461         * gst/cutter/Makefile.am:
4462         * gst/debug/Makefile.am:
4463         * gst/effectv/Makefile.am:
4464         * gst/goom/Makefile.am:
4465         * gst/level/Makefile.am:
4466         * gst/smpte/Makefile.am:
4467         * gst/videofilter/Makefile.am:
4468           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4469
4470 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4471
4472         * gst/rtsp/Makefile.am:
4473         * gst/rtsp/rtspconnection.c: (append_auth_header),
4474         (rtsp_connection_send), (rtsp_connection_set_auth):
4475         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4476         from icecast to replace it. Relicensed from GPL courtesy of Mike
4477         Smith.
4478
4479 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4480
4481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4482         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4483         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4484         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4485         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4486         (gst_rtspsrc_uri_set_uri):
4487         * gst/rtsp/gstrtspsrc.h:
4488         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4489         (append_auth_header), (rtsp_connection_send),
4490         (rtsp_connection_free), (rtsp_connection_set_auth):
4491         * gst/rtsp/rtspconnection.h:
4492         * gst/rtsp/rtspdefs.h:
4493         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4494         * gst/rtsp/rtspurl.h:
4495
4496         Implement simple Basic Authentication support so that urls like
4497         rtsp://user:pass@hostname/rtspstream work on hosts that require
4498         authentication.
4499
4500 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
4501
4502         * sys/v4l2/gstv4l2object.c:
4503         * sys/v4l2/gstv4l2tuner.c:
4504         * sys/v4l2/v4l2_calls.c:
4505         Fix segfault when oppening a radio device.
4506         
4507 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4508
4509         * gst/level/gstlevel.c: (gst_level_set_caps),
4510         (gst_level_transform_ip):
4511         * sys/v4l2/README:
4512         * tests/check/elements/level.c: (GST_START_TEST):
4513           Fix level for multi-channel case.
4514
4515 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4516
4517         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4518         (gst_level_transform_ip):
4519         * gst/level/gstlevel.h:
4520           Use function pointer for process function and add process functions
4521           for float audio.
4522
4523 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
4524
4525         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4526         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4527         (gst_v4l2src_capture_init):
4528           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4529           fixes #407369
4530
4531 2007-02-18  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst/rtp/Makefile.am:
4534         * gst/rtp/gstrtp.c: (plugin_init):
4535         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4536         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4537         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4538         (gst_rtp_mp2t_pay_plugin_init):
4539         * gst/rtp/gstrtpmp2tpay.h:
4540         Added simple mpeg transport stream payloader.
4541
4542 2007-02-16  Wim Taymans  <wim@fluendo.com>
4543
4544         * gst/rtsp/URLS:
4545         Add example H264 rtsp url.
4546
4547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4548         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4549         Don't convert values to lowercase or we might mess up base64 encoded
4550         properties.
4551
4552 2007-02-16  Wim Taymans  <wim@fluendo.com>
4553
4554         * gst/rtp/README:
4555         Fix case of string params.
4556
4557         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4558         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4559         Fix depayloader, support more packet types.
4560         Add sync codes to make sure the packetizer can do its job.
4561
4562         * gst/rtp/gstrtpmp4gdepay.c:
4563         * gst/rtp/gstrtpmp4gpay.c:
4564         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4565         Fix caps case again.
4566
4567 2007-02-15  Wim Taymans  <wim@fluendo.com>
4568
4569         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4570         Set right caps on output buffers.
4571
4572 2007-02-14  Wim Taymans  <wim@fluendo.com>
4573
4574         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4575         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4576         Clear stack allocated SDPMedia struct before calling _init() on it.
4577         Clarify this in the docs as well.
4578
4579 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4580
4581         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4582         (do_change_child):
4583         Don't reset the profile when going switching states, as it makes
4584         the element non-reusable.
4585
4586 2007-02-14  Wim Taymans  <wim@fluendo.com>
4587
4588         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4589         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4590         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4591         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4592         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4593         (sdp_parse_line):
4594         * gst/rtsp/sdpmessage.h:
4595         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4596         Fix memory management of SDP messages. Fixes #407793.
4597
4598 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4599
4600         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4601
4602         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4603         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4604
4605 2007-02-14  Wim Taymans  <wim@fluendo.com>
4606
4607         Patch by: jp.liu <jp_liu at astrocom dot cn>
4608
4609         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4610         Fix parsing of password field in url. Fixes #407797.
4611
4612 2007-02-14  Wim Taymans  <wim@fluendo.com>
4613
4614         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4615         (gst_wavparse_reset), (gst_wavparse_init),
4616         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4617         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4618         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4619         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4620         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4621         (gst_wavparse_loop), (gst_wavparse_chain),
4622         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4623         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4624         (plugin_init):
4625         * gst/wavparse/gstwavparse.h:
4626         Update docs.
4627         Use boilerplate.
4628         Various code cleanups.
4629         When the bitrate is not known (bps == 0 or compressed formats) let
4630         downstream element guestimate the duration and position and don't
4631         generate timestamps or durations. Fixes #405213.
4632         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4633         error flowreturn upstream.
4634
4635 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4636
4637         * ext/gconf/Makefile.am:
4638         * ext/gconf/gconf.c: (gst_gconf_get_string),
4639         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4640         (gst_gconf_render_bin_with_default):
4641         * ext/gconf/gconf.h:
4642         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4643         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4644         (gst_gconf_audio_sink_dispose), (do_change_child),
4645         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4646         (cb_change_child), (gst_gconf_audio_sink_change_state):
4647         * ext/gconf/gstgconfaudiosink.h:
4648         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4649         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4650         (gst_switch_sink_init), (gst_switch_sink_dispose),
4651         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4652         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4653         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4654         * ext/gconf/gstswitchsink.h:
4655         * gst/autodetect/gstautoaudiosink.c:
4656         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4657         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4658         (gst_auto_audio_sink_detect):
4659         * gst/autodetect/gstautovideosink.c:
4660         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4661         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4662         (gst_auto_video_sink_detect):
4663         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4664         and a child that implements the GConf key monitoring. The end goal of
4665         this is an audio sink that can be changed on the fly, but at the 
4666         moment it still only changes on the next READY transition.
4667
4668 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4671         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4672         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4673         (gst_avi_demux_calculate_durations_from_index),
4674         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4675         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4676         (gst_avi_demux_loop):
4677           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4678
4679 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4680
4681         * configure.ac:
4682         * docs/plugins/Makefile.am:
4683           Add crossreferences to glib/gobject/gstream docs.
4684
4685 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4686
4687         * gst/monoscope/Makefile.am:
4688         * gst/monoscope/gstmonoscope.c:
4689           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4690           (but no LIBS, since we only use defines from the headers).
4691
4692 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4693
4694         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4695
4696         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4697         (gst_wavparse_stream_data):
4698           Fix massive memory leak when operating in streaming mode due to
4699           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4700           Fixes #407057.
4701
4702 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4703
4704         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4705         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4706         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4707         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4708         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4709         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4710         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4711         (gst_avi_demux_calculate_durations_from_index),
4712         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4713         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4714         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4715         * gst/avi/gstavidemux.h:
4716           Save some memory (8%) by repacking the index entry structure (more to
4717           come). Add more FIXMEs to questionable parts.
4718
4719 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4720
4721         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4722         (gst_v4l2src_get_caps):
4723         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4724         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4725         (gst_v4l2src_capture_init):
4726           More FIXME comments and messaging changes.
4727
4728 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4729
4730         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4731         (gst_goom_change_state):
4732         * gst/goom/gstgoom.h:
4733           Improved docs and use GST_DEBUG_FUNCPTR.
4734
4735         * gst/level/gstlevel.c: (gst_level_class_init):
4736           Use GST_DEBUG_FUNCPTR.
4737
4738         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4739         (gst_monoscope_chain), (gst_monoscope_change_state):
4740           Improved docs source cleanups.
4741
4742 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         * gst/debug/Makefile.am:
4745         * gst/debug/gstdebug.c: (plugin_init):
4746         * gst/debug/gstpushfilesrc.c:
4747         * gst/debug/gstpushfilesrc.h:
4748           Add code for a pushfilesrc element that implements a pushfile:// URI
4749           handler, to make debugging push-mode operation of demuxer/decoders
4750           that support both easier in connection with seek/playbin/etc.
4751           The element isn't registered at the moment.
4752
4753 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4754
4755         * gst/avi/gstavimux.c:
4756           Comment a #if 0 in caps template definition as VS6 seems to 
4757         do not support it.
4758         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4759           Use gst_guint64_to_gdouble for conversion.
4760         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4761           Move variables declaration before the first instruction.
4762         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4763           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4764           And don't include netdb.h for G_OS_WIN32
4765         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4766           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4767           by VS6 then use an other way to initialize SDPMedia structure.
4768         * gst/udp/gstdynudpsink.h:
4769         * gst/udp/gstdynudpnetutils.h:
4770           Do not include <sys/time.h> for G_OS_WIN32
4771         * gst/udp/gstudpsrc.c:
4772           Define socklen_t as int for G_OS_WIN32
4773         * win/common/config.h.in:
4774           Undef HAVE_NETINET_IN_H
4775         * win32/vs6/gst_plugins_good.dsw:
4776         * win32/vs6/libgstrtp.dsp:
4777         * win32/vs6/libgstrtsp.dsp:
4778         * win32/vs6/libgstautogen.dsp:
4779         * win32/vs6/libgstaudiofx.dsp:
4780         * win32/vs6/libgstudp.dsp:
4781           Add and update project files.
4782         * win32/common/gstudp-enumtypes.c:
4783         * win32/common/gstudp-enumtypes.h:
4784           Add a copy of udp enumtypes to win32/common as in core 
4785           and base.
4786         
4787 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4788
4789         * configure.ac:
4790           Activate monoscope when building with --enable-experimental. Fix
4791           --enable-external configure switch description.
4792
4793         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4794         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4795           Help gst-indent.
4796
4797 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4800           Explicitly cast result of pointer arithmetic to integer in order to
4801           avoid compiler warnings on some 64-bit systems. Should fix #406018.
4802
4803 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst/debug/progressreport.c:
4806           Some more docs.
4807
4808 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * docs/plugins/inspect/plugin-rtp.xml:
4811           Update for new elements.
4812
4813         * gst/debug/progressreport.h:
4814           Commit newly-created header file as well.
4815
4816 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4817
4818         * docs/plugins/Makefile.am:
4819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4821         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4822         * gst/debug/Makefile.am:
4823         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4824         (gst_progress_report_do_query), (gst_progress_report_report):
4825           Make progressreport element post messages with the current progress
4826           on the bus. Also add some basic docs for it.
4827
4828 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * ext/hal/hal.c: (gst_hal_get_string):
4831         * ext/hal/hal.h:
4832           Some small cleanups; deal with errors when parsing the HAL ALSA
4833           capabilities a bit better.
4834
4835 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4838           Let's try this again and use the right cast this time.
4839
4840 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4843           Add cast to avoid compiler warnings with older GLib versions
4844           where the nick/name members in GEnumValue are not declared as
4845           constant strings.
4846
4847 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4850         (gst_gconf_render_bin_from_key),
4851         (gst_gconf_get_default_audio_sink):
4852         * ext/gconf/gconf.h:
4853         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4854         (do_toggle_element), (gst_gconf_audio_sink_set_property),
4855         (gst_gconf_audio_sink_get_property):
4856           In gconfaudiosink, get the right key as the old key in do_toggle
4857           (ie. one dependent on the profile selected). Log some more stuff so
4858           we can see what's actually going on.
4859
4860 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
4861
4862         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4863         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4864         (gst_audio_amplify_set_process_function),
4865         (gst_audio_amplify_setup):
4866         * gst/audiofx/audioamplify.h:
4867         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4868         (gst_audio_invert_class_init), (gst_audio_invert_setup):
4869         * gst/audiofx/audioinvert.h:
4870         Some small cleanups and port both elements to the new GstAudioFilter
4871         base class to save a few lines of common code.
4872         * gst/audiofx/Makefile.am:
4873         Link against libgstaudio for the above changes
4874
4875 2007-01-29  Wim Taymans  <wim@fluendo.com>
4876
4877         * tests/check/elements/.cvsignore:
4878         Some more ignores.
4879
4880 2007-01-26  Wim Taymans  <wim@fluendo.com>
4881
4882         Patch by: charles <charlesg3 at gmail dot com>
4883
4884         * ext/shout2/gstshout2.c: (gst_shout2send_init),
4885         (set_shout_metadata), (gst_shout2send_event):
4886         * ext/shout2/gstshout2.h:
4887         Properly handle tags in shout2send. Fixes #399825.
4888
4889 2007-01-25  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4892         (gst_rtspsrc_activate_streams):
4893         Convert SDP fields to upper/lowercase following the rules in the SDP to
4894         caps document. 
4895
4896 2007-01-25  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst/rtp/README:
4899         * gst/rtp/gstrtpilbcdepay.c:
4900         * gst/rtp/gstrtpilbcpay.c:
4901         * gst/rtp/gstrtpmp4gdepay.c:
4902         * gst/rtp/gstrtpmp4gpay.c:
4903         * gst/rtp/gstrtpspeexdepay.c:
4904         * gst/rtp/gstrtpspeexpay.c:
4905         * gst/rtp/gstrtpsv3vdepay.c:
4906         * gst/rtp/gstrtptheoradepay.c:
4907         * gst/rtp/gstrtptheorapay.c:
4908         * gst/rtp/gstrtpvorbisdepay.c:
4909         * gst/rtp/gstrtpvorbispay.c:
4910         Fix case of encoding-name and key/value pairs to match the document.
4911         This is to make interoperation with SDP case-insensitive as required by
4912         the relevant RFCs.
4913
4914 2007-01-25  Wim Taymans  <wim@fluendo.com>
4915
4916         * configure.ac:
4917         Bump required -core/-base to CVS
4918
4919 2007-01-25  Wim Taymans  <wim@fluendo.com>
4920
4921         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
4922         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
4923         * gst/rtp/gstrtpL16pay.h:
4924         Fill up to MTU using adapter.
4925         Timestamp rtp packets.
4926
4927 2007-01-25  Edward Hervey  <edward@fluendo.com>
4928
4929         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4930         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
4931         Use G_GSIZE_FORMAT in print statements for portability.
4932         Fixes build on macosx.
4933
4934 2007-01-24  Wim Taymans  <wim@fluendo.com>
4935
4936         * gst/rtp/Makefile.am:
4937         * gst/rtp/gstrtp.c: (plugin_init):
4938         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
4939         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
4940         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
4941         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
4942         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
4943         (gst_rtp_L16_depay_plugin_init):
4944         * gst/rtp/gstrtpL16depay.h:
4945         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
4946         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
4947         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
4948         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
4949         (gst_rtp_L16_pay_plugin_init):
4950         * gst/rtp/gstrtpL16pay.h:
4951         Port and enable raw audio payloader/depayloader. Needs a bit more work
4952         on the payloader side.
4953
4954 2007-01-24  Wim Taymans  <wim@fluendo.com>
4955
4956         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
4957         (gst_rtspsrc_stream_configure_transport),
4958         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
4959         * gst/rtsp/gstrtspsrc.h:
4960         Only unblock the udp pads when we linked and activated them all.
4961         Fixes #395688.
4962
4963 2007-01-24  Wim Taymans  <wim@fluendo.com>
4964
4965         * gst/rtp/Makefile.am:
4966         * gst/rtp/gstrtp.c: (plugin_init):
4967         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
4968         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
4969         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
4970         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
4971         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
4972         * gst/rtp/gstrtpac3depay.h:
4973         Added simple AC3 depayloader (RFC 4184).
4974
4975         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4976         Fix a leak.
4977
4978 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
4979
4980         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4981
4982         * gst/audiofx/Makefile.am:
4983         * gst/audiofx/audioamplify.c:
4984         (gst_audio_amplify_clipping_method_get_type),
4985         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
4986         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
4987         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
4988         (gst_audio_amplify_set_caps),
4989         (gst_audio_amplify_transform_int_clip),
4990         (gst_audio_amplify_transform_int_wrap_negative),
4991         (gst_audio_amplify_transform_int_wrap_positive),
4992         (gst_audio_amplify_transform_float_clip),
4993         (gst_audio_amplify_transform_float_wrap_negative),
4994         (gst_audio_amplify_transform_float_wrap_positive),
4995         (gst_audio_amplify_transform_ip):
4996         * gst/audiofx/audioamplify.h:
4997         * gst/audiofx/audiofx.c: (plugin_init):
4998         Add new element "audioamplify". This allows scaling of raw audio
4999         samples, similar to the "volume" element, but provides different modes
5000         for clipping and allows unlimited amplification. It's mainly targeted
5001         for creative sound design and not as a replacement of the "volume"
5002         element. Fixes #397162
5003         * docs/plugins/Makefile.am:
5004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5006         * docs/plugins/gst-plugins-good-plugins.args:
5007         * docs/plugins/inspect/plugin-audiofx.xml:
5008         Add docs for audioamplify and integrate them into the build system
5009         * tests/check/Makefile.am:
5010         * tests/check/elements/audioamplify.c: (setup_amplify),
5011         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5012         Add fairly extensive unit test suite for audioamplify
5013
5014 2007-01-24  Wim Taymans  <wim@fluendo.com>
5015
5016         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5017         Unblock pads after adding the pads to the element so that autopluggers
5018         get a change to link something. Possibly fixes #395688.
5019
5020 2007-01-24  Wim Taymans  <wim@fluendo.com>
5021
5022         * gst/rtp/gstrtpamrdepay.c:
5023         * gst/rtp/gstrtpgsmdepay.c:
5024         * gst/rtp/gstrtph263pdepay.c:
5025         * gst/rtp/gstrtph263ppay.c:
5026         * gst/rtp/gstrtph264depay.c:
5027         * gst/rtp/gstrtpilbcdepay.c:
5028         * gst/rtp/gstrtpmp2tdepay.c:
5029         * gst/rtp/gstrtpmp4gdepay.c:
5030         * gst/rtp/gstrtpmp4gpay.c:
5031         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5032         * gst/rtp/gstrtpmp4vpay.c:
5033         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5034         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5035         (gst_rtp_mpa_depay_process):
5036         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5037         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5038         * gst/rtp/gstrtppcmadepay.c:
5039         * gst/rtp/gstrtppcmudepay.c:
5040         * gst/rtp/gstrtpspeexdepay.c:
5041         * gst/rtp/gstrtpspeexpay.c:
5042         * gst/rtp/gstrtpsv3vdepay.c:
5043         * gst/rtp/gstrtptheoradepay.c:
5044         * gst/rtp/gstrtptheorapay.c:
5045         * gst/rtp/gstrtpvorbisdepay.c:
5046         * gst/rtp/gstrtpvorbispay.c:
5047         Fix caps with payload numbers.
5048         Add some fixed payload numbers to caps when possible.
5049
5050 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5051
5052         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5053
5054         * gst/audiofx/Makefile.am:
5055         * gst/audiofx/audiofx.c: (plugin_init):
5056         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5057         (gst_audio_invert_class_init), (gst_audio_invert_init),
5058         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5059         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5060         (gst_audio_invert_transform_float),
5061         (gst_audio_invert_transform_ip):
5062         * gst/audiofx/audioinvert.h:
5063         Add new audiofx element "audioinvert". This element swaps the upper
5064         and lower half of samples and can be used for example for a
5065         wide-stereo effect. Fixes #396057
5066         * docs/plugins/Makefile.am:
5067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5068         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5069         * docs/plugins/gst-plugins-good-plugins.args:
5070         * docs/plugins/inspect/plugin-audiofx.xml:
5071         Add docs for the audioinvert element and add them to the build system.
5072         * tests/check/Makefile.am:
5073         * tests/check/elements/audioinvert.c: (setup_invert),
5074         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5075         Add unit test suite for the audioinvert element.
5076
5077 2007-01-23  Wim Taymans  <wim@fluendo.com>
5078
5079         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5080         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5081         Parse config params as string and int.
5082         Parse and use AU header length
5083
5084 2007-01-23  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5087         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5088         * gst/smpte/gstmask.c: (_gst_mask_register):
5089         * gst/smpte/gstmask.h:
5090         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5091         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5092         (gst_smpte_paint_triangle_clock):
5093         constify some static structs.
5094         Don't update the mask if nothing changed to the params.
5095         Make sure we never draw outside of the picture. Fixes #398325.
5096
5097 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5098
5099         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5100           Error out properly when pull_range fails while we're reading the
5101           headers, instead of just pausing the task silently. Fixes #399338.
5102
5103 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5106           Some more sanity checks to make sure the input formats match and the
5107           input pads are actually negotiated, in case someone tries to feed
5108           buffers from fakesrc or filesrc. Fixes #398299.
5109           Also const-ify an array, just because we can.
5110
5111 2007-01-19  Edward Hervey  <edward@fluendo.com>
5112
5113         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5114         Ignore previous commit, that was only valid for widths and heights
5115         that are multiples of 4.
5116         Copy over size/stride macros from jpegdec. This allows the element
5117         to work with any width,height...
5118         ... but puts in evidence that the actual transformations only work
5119         with width/height that are multiples of 4.
5120
5121 2007-01-19  Edward Hervey  <edward@fluendo.com>
5122
5123         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5124         Allocate buffers of the right size.
5125         The proper size of a I420 buffer in bytes is:
5126         
5127             width * height * 3
5128             ------------------
5129                     2
5130
5131 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5132
5133         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5134           Proxy getcaps on sink pads too, so that we either end up with the
5135           same dimensions on all pads or error out if that's not possible
5136           (seems to work even!). Fixes #398086, I think.
5137
5138 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5141         * docs/plugins/gst-plugins-good-plugins.args:
5142         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5143           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5144           fix integer properties with -1 as minimum value.
5145
5146         * docs/plugins/inspect/plugin-1394.xml:
5147         * docs/plugins/inspect/plugin-aasink.xml:
5148         * docs/plugins/inspect/plugin-alaw.xml:
5149         * docs/plugins/inspect/plugin-alpha.xml:
5150         * docs/plugins/inspect/plugin-alphacolor.xml:
5151         * docs/plugins/inspect/plugin-annodex.xml:
5152         * docs/plugins/inspect/plugin-apetag.xml:
5153         * docs/plugins/inspect/plugin-audiofx.xml:
5154         * docs/plugins/inspect/plugin-auparse.xml:
5155         * docs/plugins/inspect/plugin-autodetect.xml:
5156         * docs/plugins/inspect/plugin-avi.xml:
5157         * docs/plugins/inspect/plugin-cacasink.xml:
5158         * docs/plugins/inspect/plugin-cairo.xml:
5159         * docs/plugins/inspect/plugin-cdio.xml:
5160         * docs/plugins/inspect/plugin-cutter.xml:
5161         * docs/plugins/inspect/plugin-debug.xml:
5162         * docs/plugins/inspect/plugin-dv.xml:
5163         * docs/plugins/inspect/plugin-efence.xml:
5164         * docs/plugins/inspect/plugin-effectv.xml:
5165         * docs/plugins/inspect/plugin-esdsink.xml:
5166         * docs/plugins/inspect/plugin-flac.xml:
5167         * docs/plugins/inspect/plugin-flxdec.xml:
5168         * docs/plugins/inspect/plugin-gconfelements.xml:
5169         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5170         * docs/plugins/inspect/plugin-goom.xml:
5171         * docs/plugins/inspect/plugin-halelements.xml:
5172         * docs/plugins/inspect/plugin-icydemux.xml:
5173         * docs/plugins/inspect/plugin-id3demux.xml:
5174         * docs/plugins/inspect/plugin-jpeg.xml:
5175         * docs/plugins/inspect/plugin-level.xml:
5176         * docs/plugins/inspect/plugin-matroska.xml:
5177         * docs/plugins/inspect/plugin-mulaw.xml:
5178         * docs/plugins/inspect/plugin-multipart.xml:
5179         * docs/plugins/inspect/plugin-navigationtest.xml:
5180         * docs/plugins/inspect/plugin-ossaudio.xml:
5181         * docs/plugins/inspect/plugin-png.xml:
5182         * docs/plugins/inspect/plugin-rtp.xml:
5183         * docs/plugins/inspect/plugin-rtsp.xml:
5184         * docs/plugins/inspect/plugin-shout2send.xml:
5185         * docs/plugins/inspect/plugin-smpte.xml:
5186         * docs/plugins/inspect/plugin-speex.xml:
5187         * docs/plugins/inspect/plugin-taglib.xml:
5188         * docs/plugins/inspect/plugin-udp.xml:
5189         * docs/plugins/inspect/plugin-videobalance.xml:
5190         * docs/plugins/inspect/plugin-videobox.xml:
5191         * docs/plugins/inspect/plugin-videoflip.xml:
5192         * docs/plugins/inspect/plugin-videomixer.xml:
5193         * docs/plugins/inspect/plugin-wavenc.xml:
5194         * docs/plugins/inspect/plugin-wavparse.xml:
5195         * docs/plugins/inspect/plugin-ximagesrc.xml:
5196           Update to CVS.
5197
5198 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5199
5200         Patch by: Sebastian Dröge <slomo circular-chaos org>
5201
5202         * gst/audiofx/audiopanorama.c:
5203           Fix doc section name (Fixes #397946)
5204
5205 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5206
5207         * sys/v4l2/gstv4l2object.c:
5208         (gst_v4l2_object_install_properties_helper),
5209         (gst_v4l2_object_set_property_helper),
5210         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5211         * sys/v4l2/gstv4l2object.h:
5212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5213         (gst_v4l2src_init), (gst_v4l2src_set_property),
5214         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5216         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5217         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5218         (gst_v4l2src_capture_deinit):
5219           Fix EIO handing when capturing. Add new property to specify the number of
5220           buffers to enque (and remove the borked num-buffers usage).
5221
5222 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5223
5224         Patch by: Sebastian Dröge <slomo circular-chaos org>
5225
5226         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5227         (gst_audio_panorama_set_process_function):
5228           Use a function array for process methods, add more docs and define the
5229           startindex of enums.
5230
5231 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         Patch by: Mark Nauwelaerts <manauw at skynet be>
5234
5235         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5236         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5237         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5238         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5239         (gst_avi_mux_riff_get_avi_header),
5240         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5241         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5242         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5243         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5244         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5245         (gst_avi_mux_change_state):
5246         * gst/avi/gstavimux.h:
5247         * tests/check/elements/avimux.c: (teardown_src_pad):
5248           Add support for more than one audio stream; write better AVIX
5249           header; refactor code a bit; don't announce vorbis caps on our audio
5250           sink pads since we don't support it anyway. Closes #379298.
5251
5252 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         Patch by: Sebastian Dröge <slomo circular-chaos org>
5255
5256         * gst/audiofx/audiopanorama.c:
5257         (gst_audio_panorama_method_get_type),
5258         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5259         (gst_audio_panorama_set_process_function),
5260         (gst_audio_panorama_set_property),
5261         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5262         (gst_audio_panorama_transform_m2s_int_simple),
5263         (gst_audio_panorama_transform_s2s_int_simple),
5264         (gst_audio_panorama_transform_m2s_float_simple),
5265         (gst_audio_panorama_transform_s2s_float_simple):
5266         * gst/audiofx/audiopanorama.h:
5267           Add 'method' property and provide a simple (non-psychoacustic)
5268           processing method (#394859).
5269
5270         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5271         (panorama_suite):
5272           Tests for new method.
5273
5274 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5277         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5278           Set correct caps on outgoing pulled buffers, or things blow up
5279           after recent core changes.
5280
5281 2007-01-11  Wim Taymans  <wim@fluendo.com>
5282
5283         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5284
5285         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5286         (gst_multipart_mux_request_new_pad),
5287         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5288         (gst_multipart_mux_change_state):
5289         Return FLOW errors ASAP. Fixes #394977.
5290         Misc cleanups.
5291
5292 2007-01-11  Wim Taymans  <wim@fluendo.com>
5293
5294         Patch by: Lutz Mueller <lutz at topfrose dot de>
5295
5296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5297         Check for stream pad before activating. 
5298
5299 2007-01-10  Wim Taymans  <wim@fluendo.com>
5300
5301         Patch by: Peter Kjellerstedt  <pkj at axis com>
5302
5303         * gst/rtsp/COPYING.MIT:
5304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5305         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5306         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5307         (gst_rtspsrc_stream_configure_transport),
5308         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5309         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5310         (gst_rtspsrc_parse_methods),
5311         (gst_rtspsrc_create_transports_string),
5312         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5313         (gst_rtspsrc_open), (gst_rtspsrc_close):
5314         * gst/rtsp/gstrtspsrc.h:
5315         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5316         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5317         (parse_request_line), (parse_line), (rtsp_connection_read),
5318         (rtsp_connection_close):
5319         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5320         (rtsp_method_as_text), (rtsp_header_as_text),
5321         (rtsp_status_as_text), (rtsp_find_header_field),
5322         (rtsp_find_method):
5323         * gst/rtsp/rtspdefs.h:
5324         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5325         (rtsp_ext_wms_configure_stream):
5326         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5327         (rtsp_message_new_request), (rtsp_message_init_request),
5328         (rtsp_message_new_response), (rtsp_message_init_response),
5329         (rtsp_message_init_data), (rtsp_message_unset),
5330         (rtsp_message_free), (rtsp_message_add_header),
5331         (rtsp_message_get_header), (rtsp_message_set_body),
5332         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5333         * gst/rtsp/rtspmessage.h:
5334         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5335         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5336         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5337         (sdp_message_dump):
5338         Allow url to be NULL to be able to use it for server connections.
5339         Can now send responses as well as requests.
5340         No longer hangs in an endless loop if EOF is received.
5341         Can now convert a status code to a text string.
5342         Return RTSP_HDR_INVALID for unknown headers.
5343         Return RTSP_INVALID for unknown methods.
5344         Copy CSeq and Session headers from the request.
5345         Only free memory corresponding to the currently set message type.
5346         Added const to function arguments as appropriate.
5347         Avoid a compiler warning when initializing nmedia.
5348         Use guint rather than gint to avoid compiler warnings.
5349         Fix crasher in wms extension.
5350         Factor out stream setup from open_connection.
5351         Delay activation of streams when actual data is received from the
5352         server, this prepares us to do proper protocol switching.
5353         Added new license.
5354         Fixes #380895.
5355
5356
5357 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         Patch by: Sebastian Dröge <slomo ubuntu com>
5360
5361         * docs/plugins/Makefile.am:
5362         * gst/audiofx/audiopanorama.c:
5363           Some small docs fixes (#394851).
5364
5365 2007-01-09  Wim Taymans  <wim@fluendo.com>
5366
5367         * gst/avi/gstavidemux.c:
5368         Fix docs.
5369
5370 2007-01-09  Wim Taymans  <wim@fluendo.com>
5371
5372         * gst/rtp/Makefile.am:
5373         * gst/rtp/gstrtp.c: (plugin_init):
5374         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5375         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5376         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5377         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5378         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5379         * gst/rtp/gstrtpmpvdepay.h:
5380           Added RFC 2250 MPEG Video Depayloader.
5381
5382         * gst/rtp/gstrtpL16depay.h:
5383         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5384         (gst_rtp_h263p_depay_process):
5385         Fix Header file. Small cleanups.
5386
5387         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5388         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5389         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5390         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5391         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5392         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5393         (gst_rtp_mp4v_depay_change_state):
5394         Remove usused code. Remove Adapter from state Change. Added debug.
5395
5396         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5397         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5398         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5399         * gst/rtp/gstrtpmpadepay.h:
5400         Subclass base depayloader.
5401         Added debug.
5402         Support static payload type assignment as well.
5403
5404         * gst/rtp/gstrtpmpapay.c:
5405         Fix caps.
5406
5407 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5408
5409         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5410
5411         * ext/jpeg/gstjpegdec.c:
5412         * ext/jpeg/gstjpegenc.c:
5413         * ext/jpeg/smokecodec.c:
5414           These libjpeg callbacks should return a 'boolean' (unsigned char
5415           apparently) and not a 'gboolean' (which maps to gint). Fixes
5416           warnings when compiling with MingW (#393427).
5417
5418         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5419           Use ioctlsocket on win32.
5420
5421         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5422           Some printf format fixes for win32.
5423
5424 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5425
5426         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5427           Use gst_guint64_to_gdouble for conversion.
5428         * win32/vs6/libgstmatroska.dsp:
5429           Add zlib to the link.
5430         * win32/vs6/libgstvideobox.dsp:
5431           Update liboil library name (project is linked to 
5432           liboil-0.3-0.lib now).
5433           
5434 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * gst/matroska/Makefile.am:
5437           If zlib is available and used, we must link it explicitly for
5438           things to work on MingW (fixes #392855).
5439
5440 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * ext/esd/esdsink.c: (gst_esdsink_delay):
5443           Don't return bogus values when esd_get_delay() fails for some
5444           reason (#392189).
5445
5446 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5447
5448         * sys/ximage/gstximagesrc.c: (composite_pixel):
5449           Fix presumably copy'n'pasto for 16bpp depth.
5450
5451 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst/matroska/matroska-mux.c:
5454         (gst_matroska_mux_audio_pad_setcaps):
5455           The "signed" field in audio caps is of boolean type, trying to use
5456           gst_structure_get_int() to extract it will fail. Fixing this makes
5457           matroskamux accept raw audio input (#387121) (use at your own risk
5458           though, due to the matroska spec being not entirely useful in this
5459           respect).
5460           Also fix up raw audio structures in template caps so that they
5461           represent what our setcaps function will actually accept, so that
5462           converters know what to convert to.
5463           Finally, don't fail if there isn't an "endianness" field in 8-bit
5464           PCM caps.
5465
5466 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5467
5468         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5469         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5470         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5471         (teardown_cmmldec):
5472         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5473         (teardown_cmmlenc):
5474         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5475           reapply consistent pad (de)activation
5476
5477 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
5478
5479         * configure.ac:
5480         Back to CVS
5481
5482         * gst-plugins-good.doap:
5483         Add 0.10.5 doap entry
5484
5485 === release 0.10.5 ===
5486
5487 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
5488
5489         * configure.ac:
5490           releasing 0.10.5, "The Path of Thorns"
5491
5492 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5493
5494         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5495         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5496         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5497         (teardown_cmmldec):
5498         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5499         (teardown_cmmlenc):
5500         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5501           revert my freeze breakage
5502
5503 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5504
5505         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5506         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5507         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5508         (teardown_cmmldec):
5509         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5510         (teardown_cmmlenc):
5511         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5512           consistent pad (de)activation
5513
5514 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * configure.ac:
5517         * ext/Makefile.am:
5518         Disable LADPSA, as it has moved to the -bad module for the duration.
5519
5520 2006-12-18  Wim Taymans  <wim@fluendo.com>
5521
5522         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5523         (gst_signal_processor_event):
5524         Reset flow_state back to _OK after a flush stop so that we exit our
5525         error state after the flush. Fixes #374213
5526
5527 2006-12-16  David Schleef  <ds@schleef.org>
5528
5529         * sys/osxvideo/osxvideosink.h:
5530         * sys/osxvideo/osxvideosink.m:
5531           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
5532
5533 2006-12-16  David Schleef  <ds@schleef.org>
5534
5535         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5536
5537         * sys/osxvideo/Makefile.am:
5538         * sys/osxvideo/osxvideosink.h:
5539         * sys/osxvideo/osxvideosink.m:
5540           Preliminary patch for porting osxvideosink
5541
5542 2006-12-16  Wim Taymans  <wim@fluendo.com>
5543
5544         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5545
5546         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5547         (gst_videomixer_set_master_geometry),
5548         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5549         (gst_videomixer_reset), (gst_videomixer_init),
5550         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5551         (gst_videomixer_release_pad), (gst_videomixer_collected),
5552         (gst_videomixer_change_state):
5553         Introduce some locking around the videomixer state so that it does not
5554         crash when adding/removing pads. Fixes #383043.
5555
5556 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * configure.ac:
5559           Make sure libcaca can actually be used instead of just checking for
5560           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5561           cross-compiling (fixes #384587).
5562
5563 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5564
5565         * Makefile.am:
5566         * gst-plugins-good.doap:
5567         * gst-plugins-good.spec.in:
5568           adding doap file
5569
5570 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * configure.ac:
5573           libflac-1.1.3 changed API again, but we can't build against it yet,
5574           so make sure our check doesn't use libflac-1.1.3 and add a comment
5575           to this effect.
5576
5577 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5580         (gst_quarktv_planetable_clear):
5581           Add some NULL pointer checks (possibly related to #385623).
5582
5583 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5586         (gst_tag_demux_chain):
5587         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5588           In streaming mode, if the first buffer we get doesn't have an
5589           offset, fix it up to be 0, otherwise trimming won't work later on
5590           and we'll be typefinding application/x-id3, which may result in
5591           decodebin plugging an endless number of id3demux elements as a
5592           consequence. Fixes #385031.
5593           
5594 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5595
5596         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5597           Ignore the buffer_time the sound device reports. Turns out it is 
5598           sometimes completely bogus and we're better off without it.
5599
5600 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5603         (gst_matroska_demux_video_caps):
5604         * gst/matroska/matroska-ids.c:
5605         (gst_matroska_track_init_video_context):
5606         * gst/matroska/matroska-ids.h:
5607           Try harder to extract the framerate for video tracks correctly and
5608           save it directly instead of converting it back and forth a few
5609           times. Mostly makes a difference for very small framerates (<1).
5610           Fixes #380199.
5611
5612 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5615         (gst_gconf_audio_src_dispose), (do_toggle_element):
5616         * ext/gconf/gstgconfaudiosrc.h:
5617           Remove gconf notify hook when the gconfaudiosrc element is
5618           destroyed, otherwise the callback may be called on an
5619           already-destroyed instance and bad things happen. Should fix
5620           #378184.
5621           Also ignore gconf key changes when the source is already running.
5622
5623 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         Patch by: Sebastian Dröge  <mail at slomosnail de>
5626
5627         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5628           We need to be able to read and parse any possible floating point string
5629           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5630           will parse the former only in certain locales though, so we really need
5631           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5632           make sure we can parse either version at all times.
5633           Fixes #382982 for real.
5634
5635 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5636
5637         * sys/sunaudio/gstsunaudiomixerctrl.c:
5638         * sys/sunaudio/gstsunaudiosrc.c:
5639
5640         Use the sunaudio debug category.
5641
5642         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5643         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5644         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5645         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5646         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5647         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5648         (gst_sunaudiosink_reset):
5649         * sys/sunaudio/gstsunaudiosink.h:
5650
5651         Uses the sunaudio debug category for all debug output
5652         Implements the _delay() callback to synchronise video playback better
5653         Change the segtotal and segsize values back to the parent class 
5654           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5655           respectively)
5656         Measure the samples written to the device vs. played.
5657         Keep track of segments in the device by writing empty eof frames, and
5658         sleep using a GCond when we get too far ahead and risk overrunning the
5659         sink's ringbuffer.
5660
5661         Fixes: #360673
5662
5663 2006-12-08  Wim Taymans  <wim@fluendo.com>
5664
5665         Patch by: Sebastian Dröge  <mail at slomosnail de >
5666
5667         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5668         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5669         * gst/audiofx/audiopanorama.h:
5670         Fix audiopanorame with float samples. Fixes #383726.
5671
5672 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5673
5674         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5675         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5676         (gst_sunaudiosrc_reset):
5677
5678         Implement reset functions to unblock the src/sink more quickly on 
5679         state change requests.
5680         Patch by: Brian Cameron <brian dot cameron at sun com>
5681
5682 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5683
5684         * sys/sunaudio/gstsunaudiomixer.c:
5685         (gst_sunaudiomixer_change_state):
5686         Construct the correct mixer device name when the AUDIODEV env var
5687         is set.
5688
5689         Patch by: Jerry Tan <jerry.tan at sun dot com>
5690         Fixes: #383596
5691
5692 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5693
5694         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5695         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5696         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5697         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5698         Patch by: Jerry Tan <jerry.tan at sun dot com>
5699         Fixes: #349015
5700
5701 2006-12-07  Wim Taymans  <wim@fluendo.com>
5702
5703         * gst/smpte/gstmask.h:
5704         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5705         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5706         (gst_smpte_collected), (gst_smpte_set_property),
5707         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5708         * gst/smpte/gstsmpte.h:
5709         Port to 0.10 some more. 
5710         Added duration property to specify the duration of the transition.
5711         Make framerate a fraction.
5712         Deprecate fps property, we only use negotiated fps.
5713         Added docs.
5714         Fix collectpad usage.
5715         Reset state in READY.
5716         Send NEWSEGMENT event.
5717         Fix racy updates of object properties.
5718         Added debug category.
5719         Fixes #383323.
5720
5721 2006-12-06  Wim Taymans  <wim@fluendo.com>
5722
5723         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5724
5725         * gst/videomixer/videomixer.c:
5726         (gst_videomixer_set_master_geometry),
5727         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5728         Don't reset xpos and ypos in the setcaps function because causes
5729         unexpected behaviour.
5730         Fixes #382179.
5731
5732 2006-12-06  Wim Taymans  <wim@fluendo.com>
5733
5734         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5735         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5736         Keep track of the buffer timestamp in the collectdata member instead
5737         of modifying the buffer without making the metadata writable first.
5738         Fixes #382277.
5739
5740 2006-12-06  Wim Taymans  <wim@fluendo.com>
5741
5742         Patch by: Rob Taylor <robtaylor at floopily dot org>
5743
5744         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5745         If using multicast in udpsrc, bind to the multicast address rather than
5746         IN_ADDR_ANY.
5747         This allows the simultanous use of multiple udpsrcs listening on
5748         different multicat addresses. Without this all udpsrcs will receive all
5749         packets from all subscribed multicast addresses.
5750         Fixes #383001.
5751
5752 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5753
5754         * ext/taglib/gstid3v2mux.cc:
5755         Don't attempt to write a NULL frame into the ID3 tag set when the 
5756         createFrame method returned NULL.
5757         Fixes: #381857
5758         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5759
5760 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5761
5762         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5763         Use g_strtod() instead of sscanf to parse doubles, so that it will
5764         try parsing in the C locale if the current locale fails.
5765         Fixes: #382982
5766         Patch by: Sebastian Dröge  <mail at slomosnail de >
5767
5768 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5769
5770         * win32/MANIFEST:
5771         Fix compilation on win32 under VS8
5772         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5773         Partially fixes #381175
5774
5775 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * gst/avi/gstavimux.c:
5778           accept all mpegversions,fixes #380825
5779           spotted by: Jerome Alet  
5780
5781 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5782
5783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5784         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5785         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5786         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5787           cleanup the error message a bit more
5788
5789 2006-11-28  Wim Taymans  <wim@fluendo.com>
5790
5791         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5792         Fix width and height properties.
5793
5794         * ext/libcaca/gstcacasink.h:
5795         Fix compilation on newer libcaca that require us to include a new
5796         header. Fixes #379918.
5797
5798 2006-11-28  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5801         * gst/rtsp/gstrtspsrc.h:
5802         * gst/rtsp/rtspext.h:
5803         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5804         (rtsp_ext_wms_get_context):
5805         Add method so that extensions can choose to disable the setup of
5806         a stream.
5807         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5808
5809 2006-11-27  Wim Taymans  <wim@fluendo.com>
5810
5811         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5812
5813         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5814         Push header in a separate buffer instead of memcpy:ing all data.
5815         Change LF => CRLF in headers.
5816         Move trailing LF to header. Fixes #379792.
5817
5818 2006-11-27  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5821         Small buffer overflow fix and improve debugging.
5822
5823 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * ext/esd/esdmon.h:
5826         * ext/esd/esdsink.h:
5827           remove obsolete _factory_init protos
5828
5829 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5830
5831         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5832         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5833         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5834         (gst_avi_demux_read_subindexes_push),
5835         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5836         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5837         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5838         (gst_avi_demux_massage_index),
5839         (gst_avi_demux_calculate_durations_from_index),
5840         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5841         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5842         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5843           remove dead code, tweak debugs statements, add comments, use
5844           _uint64_scale instead _uint64_scale_int when using guint64 values,
5845           small optimizations, reflow some error handling
5846
5847 2006-11-22  Edward Hervey  <edward@fluendo.com>
5848
5849         * po/.cvsignore:
5850         We never put .pot files in cvs. Let's ignore them all.
5851
5852 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * po/POTFILES.in:
5855           ... but better exclude files that aren't disted.
5856
5857 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * po/POTFILES.in:
5860           Add v4l2 source files to list of files with translations, so the
5861           strings are actually extracted (however bad they still may be).
5862
5863 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5866           Minor clean-ups: const-ify static array, remove trailing comma from
5867           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5868
5869 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
5870
5871         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5872         Make sure that g_free always gets called on the same pointer that was 
5873         returned by g_malloc.  Fixes #376594.
5874         Do not leak memory if decompressed size is wrong.
5875         Remove unneeded check of return value of g_malloc.
5876         Patch by: René Stadler <mail@renestadler.de>
5877
5878 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
5881           Add missing curly brackets.
5882
5883 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
5884
5885         * sys/v4l2/v4l2src_calls.c:
5886         Fix capture_deinit.
5887
5888 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
5891         (gst_matroska_mux_request_new_pad):
5892           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
5893
5894         * tests/check/elements/matroskamux.c: (setup_src_pad),
5895         (setup_sink_pad), (GST_START_TEST):
5896         Activate pads before using them.
5897
5898 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
5901           Initialise variable to get rid of bogus compiler warning.
5902
5903 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
5904
5905         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
5906
5907         * gst/rtp/gstrtph263pay.c:
5908         * gst/rtp/gstrtph263pdepay.c:
5909         * gst/rtp/gstrtph263ppay.c:
5910           Specify H.263 variant and version in the caps (fixes #361637)
5911
5912 2006-11-15  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst/rtsp/rtspconnection.c: (read_body):
5915         Don't set a data pointer to NULL and a size > 0 when we deal
5916         with empty packets.
5917
5918         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
5919         (rtsp_message_init_response), (rtsp_message_init_data),
5920         (rtsp_message_unset), (rtsp_message_free),
5921         (rtsp_message_take_body):
5922         Check that we can't create invalid empty packets. 
5923
5924 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5925
5926         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5927
5928         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
5929         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
5930         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
5931         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5932         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
5933         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
5934         * gst/matroska/matroska-mux.h:
5935           Add basic tag writing support; implement releasing pads (#374658).
5936
5937 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5938
5939         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5940         (gst_matroska_demux_audio_caps):
5941           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
5942
5943 2006-11-14  David Schleef  <ds@schleef.org>
5944
5945         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
5946
5947 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5950
5951         * win32/vs8/gst-plugins-good.sln:
5952         * win32/vs8/libgst1394.vcproj:
5953         * win32/vs8/libgstaasink.vcproj:
5954         * win32/vs8/libgstalaw.vcproj:
5955         * win32/vs8/libgstalpha.vcproj:
5956         * win32/vs8/libgstalphacolor.vcproj:
5957         * win32/vs8/libgstannodex.vcproj:
5958         * win32/vs8/libgstapetag.vcproj:
5959         * win32/vs8/libgstaudiofx.vcproj:
5960         * win32/vs8/libgstauparse.vcproj:
5961         * win32/vs8/libgstautodetect.vcproj:
5962         * win32/vs8/libgstavi.vcproj:
5963         * win32/vs8/libgstcacasink.vcproj:
5964         * win32/vs8/libgstcdio.vcproj:
5965         * win32/vs8/libgstcutter.vcproj:
5966         * win32/vs8/libgstdv.vcproj:
5967         * win32/vs8/libgsteffectv.vcproj:
5968         * win32/vs8/libgstflac.vcproj:
5969         * win32/vs8/libgstflxdec.vcproj:
5970         * win32/vs8/libgstgoom.vcproj:
5971         * win32/vs8/libgsticydemux.vcproj:
5972         * win32/vs8/libgstid3demux.vcproj:
5973         * win32/vs8/libgstjpeg.vcproj:
5974         * win32/vs8/libgstladspa.vcproj:
5975         * win32/vs8/libgstlevel.vcproj:
5976         * win32/vs8/libgstmatroska.vcproj:
5977         * win32/vs8/libgstmikmod.vcproj:
5978         * win32/vs8/libgstmng.vcproj:
5979         * win32/vs8/libgstmonoscope.vcproj:
5980         * win32/vs8/libgstmulaw.vcproj:
5981         * win32/vs8/libgstmultipart.vcproj:
5982         * win32/vs8/libgstpng.vcproj:
5983         * win32/vs8/libgstrtp.vcproj:
5984         * win32/vs8/libgstrtsp.vcproj:
5985         * win32/vs8/libgstshout2.vcproj:
5986         * win32/vs8/libgstsmpte.vcproj:
5987         * win32/vs8/libgstspeex.vcproj:
5988         * win32/vs8/libgsttaglib.vcproj:
5989         * win32/vs8/libgstudp.vcproj:
5990         * win32/vs8/libgstvideobalance.vcproj:
5991         * win32/vs8/libgstvideobox.vcproj:
5992         * win32/vs8/libgstvideoflip.vcproj:
5993         * win32/vs8/libgstvideomixer.vcproj:
5994         * win32/vs8/libgstwavenc.vcproj:
5995         * win32/vs8/libgstwavparse.vcproj:
5996           Make end-of-line returns unixy, so that when the files are checked
5997           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
5998           Hopefully fixes #366492.
5999
6000 2006-11-14  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6003         Disable init_frames delay timestamp adjustment, it does not
6004         seem to be needed at all. Fixes #369621.
6005
6006 2006-11-13  Wim Taymans  <wim@fluendo.com>
6007
6008         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6009
6010         * gst/videomixer/videomixer.c:
6011         (gst_videomixer_set_master_geometry),
6012         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6013         (gst_videomixer_collect_free), (gst_videomixer_reset),
6014         (gst_videomixer_init), (gst_videomixer_finalize),
6015         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6016         (gst_videomixer_collected), (gst_videomixer_change_state):
6017         Fix memleak by unref'ing collectpads instance (when finalizing)
6018         Implement releasing a request pad. Fixes #374479.
6019
6020 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6021
6022         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6023
6024         * win32/vs8/gst-plugins-good.sln:
6025         * win32/vs8/libgst1394.vcproj:
6026         * win32/vs8/libgstaasink.vcproj:
6027         * win32/vs8/libgstalaw.vcproj:
6028         * win32/vs8/libgstalpha.vcproj:
6029         * win32/vs8/libgstalphacolor.vcproj:
6030         * win32/vs8/libgstannodex.vcproj:
6031         * win32/vs8/libgstapetag.vcproj:
6032         * win32/vs8/libgstaudiofx.vcproj:
6033         * win32/vs8/libgstauparse.vcproj:
6034         * win32/vs8/libgstautodetect.vcproj:
6035         * win32/vs8/libgstavi.vcproj:
6036         * win32/vs8/libgstcacasink.vcproj:
6037         * win32/vs8/libgstcdio.vcproj:
6038         * win32/vs8/libgstcutter.vcproj:
6039         * win32/vs8/libgstdv.vcproj:
6040         * win32/vs8/libgsteffectv.vcproj:
6041         * win32/vs8/libgstflac.vcproj:
6042         * win32/vs8/libgstflxdec.vcproj:
6043         * win32/vs8/libgstgoom.vcproj:
6044         * win32/vs8/libgsticydemux.vcproj:
6045         * win32/vs8/libgstid3demux.vcproj:
6046         * win32/vs8/libgstjpeg.vcproj:
6047         * win32/vs8/libgstladspa.vcproj:
6048         * win32/vs8/libgstlevel.vcproj:
6049         * win32/vs8/libgstmatroska.vcproj:
6050         * win32/vs8/libgstmikmod.vcproj:
6051         * win32/vs8/libgstmng.vcproj:
6052         * win32/vs8/libgstmonoscope.vcproj:
6053         * win32/vs8/libgstmulaw.vcproj:
6054         * win32/vs8/libgstmultipart.vcproj:
6055         * win32/vs8/libgstpng.vcproj:
6056         * win32/vs8/libgstrtp.vcproj:
6057         * win32/vs8/libgstrtsp.vcproj:
6058         * win32/vs8/libgstshout2.vcproj:
6059         * win32/vs8/libgstsmpte.vcproj:
6060         * win32/vs8/libgstspeex.vcproj:
6061         * win32/vs8/libgsttaglib.vcproj:
6062         * win32/vs8/libgstudp.vcproj:
6063         * win32/vs8/libgstvideobalance.vcproj:
6064         * win32/vs8/libgstvideobox.vcproj:
6065         * win32/vs8/libgstvideoflip.vcproj:
6066         * win32/vs8/libgstvideomixer.vcproj:
6067         * win32/vs8/libgstwavenc.vcproj:
6068         * win32/vs8/libgstwavparse.vcproj:
6069           Add VS8 project files (note that many of the plugins in ext are
6070           disabled by default). Fixes #366492.
6071
6072 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6073
6074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6075           we do not translate debug messages
6076
6077 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6078
6079         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6080           fix categorisation, make short desc more explicit, remove unused code
6081           Fixes #372021
6082
6083 2006-11-08  Wim Taymans  <wim@fluendo.com>
6084
6085         * gst/rtp/gstrtpL16depay.c:
6086         * gst/rtp/gstrtpamrdepay.c:
6087         * gst/rtp/gstrtpamrpay.c:
6088         * gst/rtp/gstrtpgsmdepay.c:
6089         * gst/rtp/gstrtph263pay.c:
6090         * gst/rtp/gstrtph263pdepay.c:
6091         * gst/rtp/gstrtph263ppay.c:
6092         * gst/rtp/gstrtph264depay.c:
6093         * gst/rtp/gstrtpmp2tdepay.c:
6094         * gst/rtp/gstrtpmp4gdepay.c:
6095         * gst/rtp/gstrtpmp4gpay.c:
6096         * gst/rtp/gstrtpmp4vdepay.c:
6097         * gst/rtp/gstrtpmp4vpay.c:
6098         * gst/rtp/gstrtpmpadepay.c:
6099         * gst/rtp/gstrtpmpapay.c:
6100         * gst/rtp/gstrtppcmadepay.c:
6101         * gst/rtp/gstrtppcmapay.c:
6102         * gst/rtp/gstrtppcmudepay.c:
6103         * gst/rtp/gstrtppcmupay.c:
6104         * gst/rtp/gstrtpspeexdepay.c:
6105         * gst/rtp/gstrtpspeexpay.c:
6106         * gst/rtp/gstrtpsv3vdepay.c:
6107         Fix element descriptions.
6108
6109 2006-11-08  Wim Taymans  <wim@fluendo.com>
6110
6111         * gst/rtp/gstrtpvorbisdepay.c:
6112         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6113         Fix description.
6114         Small cleanup in the payloader.
6115
6116 2006-11-08  Wim Taymans  <wim@fluendo.com>
6117
6118         * gst/rtp/Makefile.am:
6119         * gst/rtp/gstrtp.c: (plugin_init):
6120         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6121         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6122         (gst_rtp_theora_depay_finalize),
6123         (gst_rtp_theora_depay_parse_configuration),
6124         (gst_rtp_theora_depay_setcaps),
6125         (gst_rtp_theora_depay_switch_codebook),
6126         (gst_rtp_theora_depay_process),
6127         (gst_rtp_theora_depay_set_property),
6128         (gst_rtp_theora_depay_get_property),
6129         (gst_rtp_theora_depay_change_state),
6130         (gst_rtp_theora_depay_plugin_init):
6131         * gst/rtp/gstrtptheoradepay.h:
6132         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6133         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6134         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6135         (gst_rtp_theora_pay_init_packet),
6136         (gst_rtp_theora_pay_flush_packet),
6137         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6138         (gst_rtp_theora_pay_handle_buffer),
6139         (gst_rtp_theora_pay_plugin_init):
6140         * gst/rtp/gstrtptheorapay.h:
6141         Add theora pay/depayloaders.
6142
6143 2006-11-06  Wim Taymans  <wim@fluendo.com>
6144
6145         * gst/rtp/Makefile.am:
6146         We depend on gsttag to generate the vorbis comments.
6147
6148         * gst/rtp/gstrtpvorbisdepay.c:
6149         (gst_rtp_vorbis_depay_parse_configuration),
6150         (gst_rtp_vorbis_depay_setcaps),
6151         (gst_rtp_vorbis_depay_switch_codebook),
6152         (gst_rtp_vorbis_depay_process):
6153         * gst/rtp/gstrtpvorbisdepay.h:
6154         Parse configuration string in the depayloader.
6155         Implement selecting and switching to a new codebook.
6156         Receiving vorbis over RTP now works.
6157
6158         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6159         (gst_rtp_vorbis_pay_init_packet),
6160         (gst_rtp_vorbis_pay_finish_headers),
6161         (gst_rtp_vorbis_pay_handle_buffer):
6162         * gst/rtp/gstrtpvorbispay.h:
6163         Set timestamps on outgoing buffers and RTP packets.
6164         Fix configuration string, prepend number of Packet headers.
6165         Fix encoding of ident string.
6166         Add delivery-method to caps.
6167         Streaming vorbis over RTP now works.
6168
6169 2006-11-06  Wim Taymans  <wim@fluendo.com>
6170
6171         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6172         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6173         (gst_rtp_vorbis_pay_handle_buffer):
6174         * gst/rtp/gstrtpvorbispay.h:
6175         Generate a valid configuration string in the caps based on the
6176         vorbis headers.
6177
6178 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6179
6180         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6181         * ext/cdio/gstcdio.h:
6182         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6183           Move CD-TEXT utility function into common file so it can also be
6184           used by a future cdioparanoiasrc.
6185
6186 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6187         
6188         * sys/v4l2/Makefile.am:
6189         * sys/v4l2/gstv4l2object.c:
6190         * sys/v4l2/gstv4l2src.c:
6191         * sys/v4l2/gstv4l2xoverlay.c:
6192         * sys/v4l2/v4l2_calls.c:
6193         * sys/v4l2/v4l2src_calls.c:
6194         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6195         xoverlay code that is still not implemented.
6196
6197 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6198
6199         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6200           We require a -base more recent than 0.10.9, so it's safe to use
6201           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6202
6203         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6204         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6205           Use _newsegment_full() now that we depend on a recent enough core.
6206
6207         * gst/wavparse/gstwavparse.c:
6208           Remove cruft that we don't need any longer now that we depend on
6209           a recent enough -base.
6210
6211 2006-10-31  Wim Taymans  <wim@fluendo.com>
6212
6213         * gst/rtp/Makefile.am:
6214         * gst/rtp/gstrtp.c: (plugin_init):
6215         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6216         (gst_rtpilbcpay_setcaps):
6217         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6218
6219 2006-10-31  Wim Taymans  <wim@fluendo.com>
6220
6221         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6222         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6223         Some small cleanups, use _scale.
6224
6225 2006-10-31  Wim Taymans  <wim@fluendo.com>
6226
6227         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6228         Use higher precision scale function.
6229
6230 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         Patch by: Michal Benes  <michal dot benes at itonis tv>
6233
6234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6235         (gst_matroska_demux_read_track_encodings),
6236         (gst_matroska_decode_buffer):
6237           Fix several issues with encoded/compressed/encrypted/signed tracks;
6238           also, remove superfluous newline characters from some debug
6239           statements. (#366155)
6240
6241 2006-10-30  Wim Taymans  <wim@fluendo.com>
6242
6243         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6244         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6245         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6246         (gst_smokedec_change_state):
6247         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6248         (gst_smokeenc_init), (gst_smokeenc_finalize),
6249         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6250         (gst_smokeenc_resync), (gst_smokeenc_chain),
6251         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6252         (gst_smokeenc_change_state):
6253         Various cleanups, capsnego and leak fixes.
6254
6255 2006-10-30  Wim Taymans  <wim@fluendo.com>
6256
6257         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6258
6259         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6260         Fix videomixer so that it can handle any combination of framerates.
6261         Fixes #367221.
6262
6263 2006-10-28  Wim Taymans  <wim@fluendo.com>
6264
6265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6266         (gst_avi_demux_parse_file_header),
6267         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6268         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6269         (gst_avi_demux_chain):
6270         Fix position query for audio. also fixes timestamps in streaming
6271         mode and bug #364958.
6272         Small cleanups.
6273
6274 2006-10-27  Wim Taymans  <wim@fluendo.com>
6275
6276         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6277         * ext/libpng/gstpngenc.h:
6278         Fix strides. Fixes #364856.
6279         Cleanup capsnego.
6280         Set caps on outgoing buffers.
6281
6282 2006-10-18  Wim Taymans  <wim@fluendo.com>
6283
6284         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6285
6286         * gst/rtp/gstrtpgsmpay.c:
6287         * gst/rtp/gstrtph263pay.c:
6288         * gst/rtp/gstrtpmpapay.c:
6289         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6290         (gst_rtp_pcma_pay_handle_buffer):
6291         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6292         Add static payload numbers in addition to the dynamic ones.
6293         Fixes #361639.
6294
6295 2006-10-18  Wim Taymans  <wim@fluendo.com>
6296
6297         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6298         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6299         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6300         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6301         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6302         * gst/rtsp/rtspdefs.h:
6303         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6304         * gst/rtsp/rtspurl.h:
6305         Reuse already existing enum for lower transport.
6306         Add rtspt and rtspu protocols.
6307         Send redirect to rtspt when udp times out.
6308
6309 2006-10-18  Wim Taymans  <wim@fluendo.com>
6310
6311         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6312         (gst_wavparse_stream_data):
6313         Fix seeking some more, mostly for speed changes.
6314
6315 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         Patch by: Fredrik Persson  <frepe at bredband net>
6318
6319         * sys/v4l2/gstv4l2tuner.c:
6320         * sys/v4l2/gstv4l2tuner.h:
6321           Fix _set_channel(): remove useless g_object_notify() for "channel"
6322           property that doesn't exist any longer and therefore now also
6323           useless redirect (#338818).
6324
6325 2006-10-17  Wim Taymans  <wim@fluendo.com>
6326
6327         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6328         Some drivers do not support unsetting the non-blocking flag once the
6329         device is opened. In those cases, close/open the device in
6330         non-blocking mode. Fixes #362673.
6331
6332 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6333
6334         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6335         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6336         (gst_v4l2src_get_fps):
6337           dear stefan, framespersecond is not frameperiod, reverting but adding
6338           comment
6339
6340 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6341
6342         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6343         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6344         (gst_v4l2src_get_fps):
6345           Numerator is numerator and denominator is denominator. Say that aloud
6346           5 times and retry after next beer.
6347
6348 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         Patch by: Josep Torra Valles  <josep at fluendo com>
6351
6352         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6353         * ext/esd/esdsink.c: (gst_esdsink_write):
6354         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6355         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6356         (gst_flac_dec_send_newsegment):
6357         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6358         (gst_flac_enc_tell_callback):
6359         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6360         (smokecodec_parse_header), (smokecodec_decode):
6361         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6362         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6363         * gst/goom/Makefile.am:
6364         * gst/goom/gstgoom.c:
6365         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6366         * gst/rtsp/gstrtspsrc.c:
6367         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6368         * gst/udp/gstudpsink.c:
6369         * gst/udp/gstudpsrc.c:
6370         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6371         * sys/sunaudio/gstsunaudiomixertrack.h:
6372           Fix a bunch of problems discovered by the Forte compiler, mostly type
6373           mixups and pointer arithmetics with void pointers. Fixes #362603.
6374
6375 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * ext/speex/gstspeex.c: (plugin_init):
6378         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6379         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6380         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6381         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6382         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6383         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6384         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6385         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6386         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6387         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6388         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6389         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6390         * ext/speex/gstspeexenc.h:
6391           Miscellaneous clean-ups, among other things: speexenc => enc to
6392           enhance code readability; change speexenc => speex_enc; in chain
6393           function unref input buffer in case of error; take reference in
6394           event function; use boilerplate macro; use gst_pad_query_peer_*
6395           convenience functions.
6396
6397 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6400         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6401         (gst_speexenc_set_header_on_caps):
6402           Fix some mem leaks.
6403
6404 2006-10-11  Wim Taymans  <wim@fluendo.com>
6405
6406         * gst/rtsp/URLS:
6407         Added some other URL.
6408
6409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6410         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6411         (gst_rtspsrc_open), (gst_rtspsrc_play),
6412         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6413         * gst/rtsp/gstrtspsrc.h:
6414         Work on fallback to TCP connection when the UDP socket times out.
6415         Handler server requests, just reply with OK for now.
6416
6417         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6418         * gst/rtsp/rtspdefs.h:
6419         Added some more Real extension headers.
6420
6421         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6422         Fix parsing of urls with a ':' that is not part of the hostname:port
6423         part of the url.
6424
6425 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6426
6427         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6428         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6429         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6430           Activate pad before adding it to the already-running element.
6431
6432         * tests/check/elements/icydemux.c: (icydemux_found_pad):
6433           Activate newly-created pad too.
6434
6435 2006-10-11  Wim Taymans  <wim@fluendo.com>
6436
6437         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6438
6439         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6440         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6441         (gst_udpsrc_start):
6442         Fix some leaks in caps and uris. Fixes #361252.
6443
6444 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst/wavparse/Makefile.am:
6447           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6448
6449 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
6450
6451         * sys/v4l2/gstv4l2xoverlay.c:
6452         * sys/v4l2/gstv4l2xoverlay.h:
6453         Fix build as per the patch in #338818 comment 36.
6454
6455 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6458           Activate pads before adding them to the source.
6459
6460 2006-10-06  Wim Taymans  <wim@fluendo.com>
6461
6462         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6463         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6464         Activate pads before adding.
6465
6466 2006-10-06  Wim Taymans  <wim@fluendo.com>
6467
6468         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6469         (gst_multipart_find_pad_by_mime):
6470         Activate pads before adding.
6471
6472         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6473         BOILERPLATE sets parent_class for us.
6474
6475 2006-10-06  Wim Taymans  <wim@fluendo.com>
6476
6477         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6478         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6479         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6480         (gst_rtspsrc_alloc_udp_ports),
6481         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6482         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6483         (gst_rtspsrc_create_transports_string),
6484         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6485         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6486         * gst/rtsp/gstrtspsrc.h:
6487         Rework how the transport string is constructed, try to share channels
6488         and udp ports.
6489         Make most of the stuff less dependant on RTP as we are also going to use
6490         it for RDT.
6491         Add support for transport specific session managers.
6492
6493         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6494         Implement _flush().
6495
6496         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6497         * gst/rtsp/rtspdefs.h:
6498         Add generic error return code.
6499
6500         * gst/rtsp/rtspext.h:
6501         Add support for pluggable tranport strings.
6502
6503         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6504         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6505         (rtsp_ext_wms_get_context):
6506         Detect WMServer and activate the extension.
6507
6508         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6509         (rtsp_transport_get_manager), (rtsp_transport_parse):
6510         * gst/rtsp/rtsptransport.h:
6511         Added methods to get mime/manager for certain transports.
6512
6513 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * ext/cairo/gsttimeoverlay.c:
6516         (gst_cairo_time_overlay_update_font_height):
6517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6518         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6519         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6520         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6521         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6522         * ext/libpng/gstpngdec.c: (user_endrow_callback):
6523         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6524         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6525         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6526         (gst_avi_demux_stream_data):
6527         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6528         * gst/debug/efence.c: (gst_efence_buffer_alloc),
6529         (gst_fenced_buffer_copy):
6530         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6534         (gst_rtspsrc_handle_message):
6535         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6536         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6537           Printf format fixes.
6538
6539 2006-10-04  Wim Taymans  <wim@fluendo.com>
6540
6541         * gst/rtsp/Makefile.am:
6542         Dist new .h file too.
6543
6544 2006-10-04  Wim Taymans  <wim@fluendo.com>
6545
6546         * gst/rtsp/Makefile.am:
6547         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6548         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6550         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6551         (gst_rtspsrc_parse_rtpmap),
6552         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6553         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6554         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6555         * gst/rtsp/gstrtspsrc.h:
6556         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6557         * gst/rtsp/rtspdefs.h:
6558         * gst/rtsp/rtspext.h:
6559         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6560         (rtsp_ext_wms_get_context):
6561         * gst/rtsp/rtspextwms.h:
6562         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6563         (rtsp_transport_parse):
6564         * gst/rtsp/rtsptransport.h:
6565         Factor out extension in separate module.
6566         Fix getcaps to filter against the padtemplate.
6567         Use Content-Base if the server gives one.
6568         Rework the transport parsing a bit for future extensions.
6569         Added some Real Header field definitions.
6570
6571 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6572
6573         * docs/plugins/Makefile.am:
6574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6576           added v4l2 stubs
6577         * gst-plugins-good.spec.in:
6578           add v4l2
6579
6580 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6583           Extract disc/album/medium number and count and try harder
6584           to extract track number/count.
6585
6586 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6587
6588         * configure.ac:
6589         * sys/Makefile.am:
6590           add build stuff for v4l2, needs --enable-experimental until
6591           the last bits are resolved
6592
6593 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * tests/check/Makefile.am:
6596           Disable autodetect test temporarily, so that the build bots
6597           update -bad and the ranks of unreliable video sinks in there.
6598
6599         * tests/check/elements/autodetect.c: (GST_START_TEST):
6600           Skip test if no usable videosink is found.
6601
6602 2006-09-29  Wim Taymans  <wim@fluendo.com>
6603
6604         * gst/rtsp/URLS:
6605         Add some more URLs.
6606
6607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6608         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6609         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6610         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6611         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6612         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6613         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6614         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6615         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6616         * gst/rtsp/gstrtspsrc.h:
6617         Add timeout property to control UDP timeouts.
6618         Fix error messages.
6619         Also start a loop function when operating in UDP mode so that we can
6620         do some more stuff async.
6621         Handle element messages from udpsrc to detect timeouts. If a timeout
6622         happens we currently generate an error.
6623         API: rtspsrc::timeout property.
6624
6625         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6626         (gst_udpsrc_create):
6627         Really implement the timeout in microseconds and not milliseconds.
6628
6629 2006-09-29  Wim Taymans  <wim@fluendo.com>
6630
6631         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6632         (gst_udpsrc_create), (gst_udpsrc_set_property),
6633         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6634         * gst/udp/gstudpsrc.h:
6635         Added property to post a message on timeout.
6636         Updated docs.
6637         When restarting the select, initialize the fdsets again.
6638         Init control sockets so we don't accidentally close a random socket.
6639         API: GstUDPSrc::timeout property
6640
6641 2006-09-29  Wim Taymans  <wim@fluendo.com>
6642
6643         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6644         Fix flag registration.
6645
6646         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6647         Reading 0 also means 'no more commands'
6648
6649 2006-09-29  Wim Taymans  <wim@fluendo.com>
6650
6651         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6652
6653         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6654         Fix possible infinite loop when shutting down, a read can also return
6655         0 to indicate no more messages are available. Fixes #358156.
6656
6657 2006-09-25  Wim Taymans  <wim@fluendo.com>
6658
6659         * gst/autodetect/gstautoaudiosink.c:
6660         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6661         (gst_auto_audio_sink_find_best):
6662         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6663         Small cleanups.
6664         don't try to set "sync" property when it is not available.
6665
6666 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         Patch by: Peter Kjellerstedt  <pkj at axis com>
6669
6670         * gst/alpha/gstalpha.c:
6671         * gst/rtp/gstrtpamrdepay.c:
6672         * gst/rtsp/gstrtspsrc.c:
6673         * gst/udp/gstudpsrc.c:
6674         * gst/videomixer/videomixer.c:
6675           Include stdlib.h in some more places, makes things compile
6676           with uClibc and -Werror (#357592).
6677
6678 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         * ext/jpeg/gstjpegdec.c:
6681           Set minimum height to 8 (from 16), our code should handle
6682           that fine. Some of the buttons on the apple trailer site
6683           are apparently only 15 pixels high (see #357470).
6684
6685 2006-09-23  Wim Taymans  <wim@fluendo.com>
6686
6687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6688         (gst_rtspsrc_open):
6689         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6690         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6691         (rtsp_connection_receive):
6692         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6693         * gst/rtsp/rtspdefs.h:
6694         Improve error reporting.
6695
6696 2006-09-23  Wim Taymans  <wim@fluendo.com>
6697
6698         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6699         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6700         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6701         * gst/rtp/gstrtpdepay.c:
6702         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6703         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6704         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6705         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6706         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6707         (gst_rtp_mp2t_depay_plugin_init):
6708         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6709         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6710         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6711         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6712         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6713         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6714         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6715         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6716         Fix klass typos.
6717         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6718
6719 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * configure.ac:
6722           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6723
6724 2006-09-22  Wim Taymans  <wim@fluendo.com>
6725
6726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6727         Don't check for a tag that is never there and check if we read the
6728         correct tag. Fixes seeking again.
6729         We must post an error when all pads are unlinked.
6730
6731 2006-09-22  Wim Taymans  <wim@fluendo.com>
6732
6733         * gst/rtp/Makefile.am:
6734         * gst/rtp/gstrtp.c: (plugin_init):
6735         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6736         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6737         (gst_rtp_vorbis_pay_reset_packet),
6738         (gst_rtp_vorbis_pay_init_packet),
6739         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6740         (gst_rtp_vorbis_pay_handle_buffer):
6741         More fixage, set endoder-params correctly in the payloader.
6742
6743 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * gst/autodetect/gstautoaudiosink.c:
6746         (gst_auto_audio_sink_base_init):
6747         * gst/autodetect/gstautovideosink.c:
6748         (gst_auto_video_sink_base_init):
6749           Make static pad templates static to appease valgrind's leak
6750           detector.
6751
6752         * tests/check/Makefile.am:
6753         * tests/check/elements/.cvsignore:
6754         * tests/check/elements/autodetect.c: (GST_START_TEST),
6755         (autodetect_suite):
6756           Add simple test for the ghostpad lockup on shutdown fixed in core
6757           CVS (audio bit disabled because it would need dozens of alsa
6758           suppressions and I'm too lazy to add those now).
6759
6760 2006-09-22  Wim Taymans  <wim@fluendo.com>
6761
6762         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6763         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6764         Small cleanups.
6765
6766         * gst/rtp/Makefile.am:
6767         * gst/rtp/gstrtp.c: (plugin_init):
6768         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6769         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6770         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6771         (gst_rtp_vorbis_depay_process),
6772         (gst_rtp_vorbis_depay_set_property),
6773         (gst_rtp_vorbis_depay_get_property),
6774         (gst_rtp_vorbis_depay_change_state),
6775         (gst_rtp_vorbis_depay_plugin_init):
6776         * gst/rtp/gstrtpvorbisdepay.h:
6777         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6778         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6779         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6780         (gst_rtp_vorbis_pay_flush_packet),
6781         (gst_rtp_vorbis_pay_append_buffer),
6782         (gst_rtp_vorbis_pay_handle_buffer),
6783         (gst_rtp_vorbis_pay_plugin_init):
6784         * gst/rtp/gstrtpvorbispay.h:
6785         Add experimental vorbis pay and depayloaders.
6786
6787 2006-09-21  Wim Taymans  <wim@fluendo.com>
6788
6789         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6790         Fix profile-level-id parsing and setup.
6791
6792 2006-09-21  Wim Taymans  <wim@fluendo.com>
6793
6794         * gst/udp/README:
6795         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6796         Update README, simple cleanup.
6797
6798 2006-09-21  Wim Taymans  <wim@fluendo.com>
6799
6800         * gst/rtp/README:
6801         Update README with some examples.
6802
6803         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6804         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6805         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6806         (gst_rtp_mp4g_pay_setcaps):
6807         * gst/rtp/gstrtpmp4gpay.h:
6808         Make optional RTP parameters of type STRING, as required by the
6809         application/x-rtp caps specification.
6810
6811 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6812
6813         * gst/rtp/gstrtph263pdepay.c:
6814         * gst/rtp/gstrtph263ppay.c:
6815         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6816         RTP header.
6817
6818 2006-09-20  Wim Taymans  <wim@fluendo.com>
6819
6820         * gst/rtp/Makefile.am:
6821         And makefile too.
6822
6823 2006-09-20  Wim Taymans  <wim@fluendo.com>
6824
6825         * gst/rtp/gstrtp.c: (plugin_init):
6826         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6827         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6828         (decode_base64), (gst_rtp_asf_depay_setcaps),
6829         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6830         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6831         (gst_rtp_asf_depay_plugin_init):
6832         * gst/rtp/gstrtpasfdepay.h:
6833         Added preliminary ASF depayloader.
6834
6835         * gst/rtp/gstrtph264depay.c: (decode_base64):
6836         Fix base64 decoding.
6837
6838 2006-09-20  Wim Taymans  <wim@fluendo.com>
6839
6840         * gst/rtsp/URLS:
6841         Added some test URLS.
6842
6843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6844         (gst_rtspsrc_loop), (gst_rtspsrc_open):
6845         * gst/rtsp/gstrtspsrc.h:
6846         When creating streams, give access to the complete SDP.
6847         Fix some leaks.
6848         Collect and merge global stream properties in stream caps.
6849         Preliminary support for WMServer.
6850
6851         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6852         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6853         (rtsp_connection_receive):
6854         * gst/rtsp/rtspconnection.h:
6855         Make connection interruptable.
6856         Refactor to make it reconnectable.
6857         Don't fail on short reads when reading data packets.
6858
6859         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6860         (rtsp_url_get_port):
6861         * gst/rtsp/rtspurl.h:
6862         Add methods for getting/setting the port.
6863
6864         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6865         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6866         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6867         (sdp_media_get_format), (sdp_parse_line),
6868         (sdp_message_parse_buffer):
6869         Fix headers. 
6870         Add methods for getting multiple attributes with the same name.
6871         Increase buffer size when parsing.
6872         Fix parsing of a=foo fields.
6873
6874         * gst/rtsp/test.c: (main):
6875         Update to new connection API.
6876
6877         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6878         (rtsp_message_init_response), (rtsp_message_init_data),
6879         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
6880         * gst/rtsp/rtspmessage.h:
6881         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
6882         * gst/rtsp/rtsptransport.h:
6883         * gst/rtsp/sdp.h:
6884         * gst/rtsp/sdpmessage.h:
6885         * gst/rtsp/gstrtsp.c:
6886         * gst/rtsp/gstrtsp.h:
6887         * gst/rtsp/gstrtpdec.c:
6888         * gst/rtsp/gstrtpdec.h:
6889         * gst/rtsp/rtsp.h:
6890         * gst/rtsp/rtspdefs.c:
6891         * gst/rtsp/rtspdefs.h:
6892         Dual licensed under MIT and LGPL now.
6893
6894 2006-09-19  Wim Taymans  <wim@fluendo.com>
6895
6896         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
6897         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
6898         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
6899         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6900         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
6901         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6902         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
6903         * gst/rtsp/gstrtspsrc.h:
6904         Reorganize stream parsing and creation.
6905         Detect container formats in interleaved mode.
6906         Keep more state about the streams.
6907         Assume a server also supports PLAY if it does not say.
6908         Add unicast and interleaved properties to TCP transport requests to make
6909         some servers happy (WMServer).
6910
6911         * gst/rtsp/sdpmessage.h:
6912         Add some defines for the standard Bandwidth types.
6913
6914 2006-09-19  Wim Taymans  <wim@fluendo.com>
6915
6916         * gst/rtsp/test.c: (main):
6917         Fix build.
6918
6919 2006-09-19  Wim Taymans  <wim@fluendo.com>
6920
6921         * gst/wavparse/gstwavparse.c:
6922         Add ms-gsm to the src template.
6923
6924 2006-09-18  Wim Taymans  <wim@fluendo.com>
6925
6926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6927         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
6928         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
6929         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
6930         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
6931         * gst/rtsp/gstrtspsrc.h:
6932         Small cleanups, added documentation.
6933         Try to clean up the requests and responses.
6934         Refactor parsing the supported methods.
6935
6936         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
6937         (rtsp_connection_create), (rtsp_connection_send),
6938         (parse_response_status), (parse_request_line),
6939         (rtsp_connection_receive), (rtsp_connection_close),
6940         (rtsp_connection_free):
6941         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
6942         (rtsp_transport_init), (rtsp_transport_parse),
6943         (rtsp_transport_free):
6944         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6945         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
6946         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
6947         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
6948         Use g_return_val some more.
6949
6950         * gst/rtsp/rtspdefs.h:
6951         Add more enum values to track initial states.
6952
6953         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
6954         (rtsp_message_init_request), (rtsp_message_new_response),
6955         (rtsp_message_init_response), (rtsp_message_init_data),
6956         (rtsp_message_unset), (rtsp_message_free),
6957         (rtsp_message_add_header), (rtsp_message_remove_header),
6958         (rtsp_message_get_header), (rtsp_message_set_body),
6959         (rtsp_message_take_body), (rtsp_message_get_body),
6960         (rtsp_message_steal_body), (rtsp_message_dump):
6961         * gst/rtsp/rtspmessage.h:
6962         Reorder arguments, object goes as the first one.
6963         Use g_return_val some more.
6964
6965 2006-09-18  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
6968         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
6969         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
6970         * gst/rtsp/gstrtspsrc.h:
6971         Export sometimes source pad with correct caps on the template, create
6972         the ghostpad from the template.
6973         Remove RTCP template as we never expose RTCP.
6974         Protect against invalid body size.
6975         Avoid memcpy when creating the output buffer.
6976         Properly post an error and send EOS when the loop function is shut down.
6977
6978 2006-09-18  Wim Taymans  <wim@fluendo.com>
6979
6980         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
6981
6982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6983         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
6984         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
6985         * gst/rtsp/gstrtspsrc.h:
6986         Make sure we can never set an invalid location.
6987
6988         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
6989         * gst/rtsp/rtspmessage.h:
6990         Added _steal_body method for future use.
6991
6992         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
6993         Make freeing of NULL url return immediatly.
6994
6995 2006-09-18  Wim Taymans  <wim@fluendo.com>
6996
6997         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
6998
6999         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7000         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7001         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7002         (gst_rtspsrc_change_state):
7003         * gst/rtsp/gstrtspsrc.h:
7004         Use boilerplate.
7005         Make rtspsrc subclass GstBin to make state changes easier.
7006         Add Range header field on the PLAY request.
7007
7008 2006-09-18  Wim Taymans  <wim@fluendo.com>
7009
7010         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7011
7012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7013         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7014         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7015         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7016         * gst/rtsp/rtspconnection.c: (inet_aton):
7017         Small cleanups.
7018         when multicast is selected as the transport, create UDP sources and
7019         connect to the multicast group.
7020         Move parsing and setting of caps to a common place.
7021         Fixes #349894.
7022
7023 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7024
7025         * ext/flac/gstflactag.c:
7026         * gst/alpha/gstalpha.c:
7027         * gst/debug/breakmydata.c:
7028         * gst/debug/negotiation.c:
7029         * gst/debug/testplugin.c:
7030         * gst/effectv/gstaging.c:
7031         * gst/effectv/gstdice.c:
7032         * gst/effectv/gstedge.c:
7033         * gst/effectv/gstquark.c:
7034         * gst/effectv/gstrev.c:
7035         * gst/effectv/gstshagadelic.c:
7036         * gst/effectv/gstvertigo.c:
7037         * gst/effectv/gstwarp.c:
7038         * gst/multipart/multipartdemux.c:
7039         * gst/multipart/multipartmux.c:
7040         * gst/videobox/gstvideobox.c:
7041         * gst/videofilter/gstgamma.c:
7042         * gst/videofilter/gstvideotemplate.c:
7043         * gst/videomixer/videomixer.c:
7044         * sys/sunaudio/gstsunaudiosrc.h:
7045         More G_OBJECT macro fixing.
7046
7047 2006-09-16  Wim Taymans  <wim@fluendo.com>
7048
7049         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7050
7051         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7052         Correctly set the dwLength in strh.
7053         With this patch, the file duration is now displayed correctly in window
7054         media player and the AVI plays completely. Fixes #356147
7055
7056 2006-09-15  Wim Taymans  <wim@fluendo.com>
7057
7058         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7059
7060         * sys/sunaudio/gstsunaudiomixerctrl.c:
7061         (gst_sunaudiomixer_ctrl_build_list):
7062         Set the output track as the MASTER so that the gnome-settings-daemon
7063         keybindings for changing the volume using the keyboard works.
7064         Fixes #356142.
7065
7066 2006-09-15  Wim Taymans  <wim@fluendo.com>
7067
7068         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7069         Fix documentation, it is not possible to control the framerate of jpegdec
7070         using filtered caps yet. Fixes #355210.
7071         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7072         stop when there is an error.
7073
7074 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7075
7076         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7077         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7078           Don't interpret a first buffer with an offset of NONE as
7079           'from the middle of the stream', but only a first buffer
7080           that has a valid buffer offset that's non-zero (see #345449).
7081
7082 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7085         (gst_icydemux_typefind_or_forward):
7086         * gst/icydemux/gsticydemux.h:
7087           When we merge/collect multiple incoming buffers for typefinding
7088           purposes, keep an initial 0 offset on the first outgoing buffer
7089           as well (otherwise id3demux won't work right). Fixes #345449.
7090           Also Make buffer metadata writable before setting buffer caps.
7091
7092         * tests/check/elements/icydemux.c: (typefind_succeed),
7093         (cleanup_icydemux), (push_data), (GST_START_TEST),
7094         (icydemux_suite):
7095           Small test case for the above.
7096
7097 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7100         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7101         (gst_avi_demux_stream_header_push),
7102         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7103         (gst_avi_demux_loop):
7104           More code reuse and better logging in _peek_chunk(). Reintroduce check
7105           for chunk sizes before reading them (avoid oom). Better handling for 
7106           invalid chunksizes when streaming.
7107
7108 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7109
7110         * gst/level/gstlevel.c: (gst_level_set_property):
7111         * gst/level/gstlevel.h:
7112           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7113           René Stadler
7114
7115 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7118         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7119         (gst_avi_demux_stream_data):
7120           Revert one change to fix streaming avi (adapter size != data size).
7121
7122 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7123
7124         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7125
7126         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7127         (gst_matroska_demux_reset),
7128         (gst_matroska_demux_read_track_encodings),
7129         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7130         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7131         (gst_matroska_demux_subtitle_caps):
7132         * gst/matroska/matroska-ids.h:
7133           Add support for VOBSUB subtitle tracks and zlib-compressed
7134           tracks. Make sure we start on a keyframe after a seek. (#343348)
7135
7136 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7139         (gst_matroska_demux_push_flac_codec_priv_data),
7140         (gst_matroska_demux_push_xiph_codec_priv_data),
7141         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7142         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7143         * gst/matroska/matroska-ids.h:
7144           Add basic FLAC support (#311586), not perfect yet though, needs some
7145           tweaking in flacdec; also, seeking could be better.
7146           Do better bounds checking when deserialising vorbis stream headers
7147           to make sure we don't read beyond the end of the buffer on bad input.
7148
7149 2006-09-04  Wim Taymans  <wim@fluendo.com>
7150
7151         Patch by: Alessandro Decina <alessandro at nnva dot org>
7152
7153         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7154         Seeking back in a file containing a CMML stream errors out if the seek
7155         goes back up to the CMML headers. This is because after the seek the xml
7156         processing instruction <?xml ...?> is submitted to the xml parser again, 
7157         which results in an error. The attached patch fixes the problem. 
7158         Fixes #353908.
7159
7160         * ext/annodex/gstcmmlenc.h:
7161         Fix authors name.
7162
7163
7164 2006-08-28  Andy Wingo  <wingo@pobox.com>
7165
7166         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7167         New helper function to lessen the ifdefs.
7168         (GST_INFO_OBJECT): 
7169         (gst_dv1394src_iso_receive): Use it.
7170         (gst_dv1394src_create): Also use the control sockets in iec61883
7171         mode.
7172         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7173         handle for AVC operations; fixes #348233.
7174
7175 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7176
7177         * configure.ac:
7178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7179         * docs/plugins/inspect/plugin-audiofx.xml:
7180         * docs/plugins/inspect/plugin-audiofxgood.xml:
7181         * gst/audiofx/Makefile.am:
7182         * gst/audiofx/audiofx.c:
7183         * gst/audiofxgood/.cvsignore:
7184         * gst/audiofxgood/Makefile.am:
7185         * gst/audiofxgood/audiofx.c:
7186         * gst/audiofxgood/audiopanorama.c:
7187         * gst/audiofxgood/audiopanorama.h:
7188           Rename again (audiofxgood -> audiofx).
7189
7190 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7191
7192         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7193         (gst_avi_demux_stream_scan):
7194           Initialze variables.
7195
7196 2006-08-25  Wim Taymans  <wim@fluendo.com>
7197
7198         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7199         (gst_avi_demux_init), (gst_avi_demux_finalize),
7200         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7201         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7202         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7203         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7204         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7205         (gst_avi_demux_massage_index),
7206         (gst_avi_demux_calculate_durations_from_index),
7207         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7208         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7209         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7210         (gst_avi_demux_change_state):
7211         * gst/avi/gstavidemux.h:
7212         More attempts to turn this into readable code.
7213         Don't leak adapters.
7214         Calculate duration according to index more efficiently.
7215         Don't try to act like we drive the pipeline in chain mode.
7216
7217 2006-08-25  Wim Taymans  <wim@fluendo.com>
7218
7219         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7220         Fix build.
7221
7222 2006-08-25  Wim Taymans  <wim@fluendo.com>
7223
7224         Patch by: Alessandro Decina <alessandro at nnva dot org>
7225
7226         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7227         Do some extra sanity checks.
7228         Fixes #350340.
7229
7230         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7231         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7232         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7233         Check if clip->start_time is valid before adding the clip to the
7234         track list.
7235         Reset enc->preamble going from PAUSED to READY.
7236         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7237         only used for EOS.
7238         Only post an error message if we were the one that created the fatal
7239         GstFlowReturn value.
7240
7241         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7242         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7243         Parse the seconds field of the npt-sec time format using %llu rather than
7244         %d and check that the value scaled by GST_SECOND doesn't overflow.
7245         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7246         Lookup a clip's track with clip->track rather than clip->id which
7247         makes no sense.
7248         Identify a clip by its track and start time and not its xml id.
7249         do some more input checking and make sure we don't do undefined shifts.
7250
7251         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7252         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7253         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7254         (push_clip), (push_empty_clip), (check_output_clip),
7255         (GST_START_TEST), (cmmldec_suite):
7256         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7257         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7258         (check_headers), (push_clip), (check_clip_times), (check_clip),
7259         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7260         Added some more checks.
7261
7262 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7265         (gst_audio_panorama_set_property),
7266         (gst_audio_panorama_get_property),
7267         (gst_audio_panorama_transform_m2s_int),
7268         (gst_audio_panorama_transform_s2s_int),
7269         (gst_audio_panorama_transform_m2s_float),
7270         (gst_audio_panorama_transform_s2s_float):
7271         * gst/audiofxgood/audiopanorama.h:
7272         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7273           Make also the pan-property float (saves scaling and yields better
7274           resolution)
7275
7276 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7279         (gst_audio_panorama_transform_m2s_float),
7280         (gst_audio_panorama_transform_s2s_float):
7281           ChangeLog surgery to add cymax's real name
7282
7283
7284 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7285
7286         Patch by: René Stadler <mail@renestadler.de>
7287
7288         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7289         (gst_audio_panorama_transform_m2s_int),
7290         (gst_audio_panorama_transform_s2s_int),
7291         (gst_audio_panorama_transform_m2s_float),
7292         (gst_audio_panorama_transform_s2s_float),
7293         (gst_audio_panorama_transform):
7294         * gst/audiofxgood/audiopanorama.h:
7295           Added float support
7296
7297 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7298
7299         * gst/audiofxgood/audiopanorama.c:
7300         (gst_audio_panorama_transform_m2s):
7301           Fix docs & debug category. Add Fixme for volume pan levels.
7302
7303 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7304
7305         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7306         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7307         (gst_avi_demux_stream_header_pull),
7308         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7309         (gst_avi_demux_chain):
7310           unbreak AVI index handling, some more debug, remove an obsolete
7311           adapter_flush that caused streaming to wander off in the wild
7312
7313 2006-08-24  Wim Taymans  <wim@fluendo.com>
7314
7315         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7316         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7317         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7318         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7319         (gst_avi_demux_calculate_durations_from_index),
7320         (gst_avi_demux_stream_header_push),
7321         (gst_avi_demux_stream_header_pull):
7322         * gst/avi/gstavidemux.h:
7323         Some more cleanups. 
7324         Fix totalFrames parsing in ODML.
7325         Disable use of index for length calculation in case of ODML as this is
7326         broken now.
7327
7328 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7331           Use libgsttag helper function here too.
7332
7333 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7334
7335         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7336         (gst_avi_demux_init), (gst_avi_demux_dispose),
7337         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7338         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7339         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7340         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7341         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7342         (gst_avi_demux_parse_subindex),
7343         (gst_avi_demux_read_subindexes_push),
7344         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7345         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7346         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7347         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7348         (gst_avi_demux_stream_header_pull),
7349         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7350         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7351         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7352         (gst_avi_demux_change_state):
7353         * gst/avi/gstavidemux.h:
7354           Initial streaming support for avidemux (fixes #336465)
7355
7356 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7359           There is no taglibmux element ...
7360
7361         * gst/rtsp/gstrtspsrc.c:
7362           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7363           was complaining about unknown entity here.
7364
7365 2006-08-22  Wim Taymans  <wim@fluendo.com>
7366
7367         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7368         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7369         (gst_avi_demux_process_next_entry):
7370         * gst/avi/gstavidemux.h:
7371         Mark DISCONT.
7372         Remove old unused fields and reorder the struct a bit.
7373
7374 2006-08-22  Wim Taymans  <wim@fluendo.com>
7375
7376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7377         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7378         (gst_rtspsrc_pause):
7379         * gst/rtsp/gstrtspsrc.h:
7380         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7381         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7382         Small documentation updates.
7383
7384 2006-08-22  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7387         (gst_avi_demux_index_entry_for_time),
7388         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7389         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7390         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7391         (gst_avi_demux_next_data_buffer),
7392         (gst_avi_demux_calculate_durations_from_index),
7393         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7394         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7395         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7396         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7397         * gst/avi/gstavidemux.h:
7398         Precalc most of the duration query for each stream.
7399         Make seeking more correct.
7400         Use GstSegment to track position and duration.
7401         Code cleanups and leak fixes.
7402         Calculate correct total duration based on index length.
7403
7404 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7405
7406         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7407         (parse_insert_string_field):
7408           If strings in text fields are marked ISO8859-1, but contain
7409           valid UTF-8 already, then handle them as UTF-8 and ignore
7410           the encoding. (#351794)
7411
7412 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7413
7414         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7415         (gst_flac_dec_write), (gst_flac_dec_loop),
7416         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7417         (gst_flac_dec_src_query):
7418         * ext/flac/gstflacdec.h:
7419           Make flac-in-ogg work (#352100).
7420
7421 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7422
7423         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7424           Don't unref buffers of which we've already given away
7425           ownership to the adapter.
7426
7427 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7430           Make metadata extraction actually work.
7431
7432         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7433         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7434         (gst_speexenc_chain):
7435           Fix metadata writing: replace old code which wrote completely
7436           broken tags with libgsttag-based code. Plus miscellaneous
7437           code cleanups (use static pad templates etc.) and a bunch
7438           of leak fixes.
7439
7440 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7441
7442         * gst/audiopanorama/.cvsignore:
7443         * gst/audiopanorama/Makefile.am:
7444         * gst/audiopanorama/audiofx.c:
7445         * gst/audiopanorama/audiopanorama.c:
7446         * gst/audiopanorama/audiopanorama.h:
7447           die! die! die! you should never have been there
7448
7449 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7450
7451         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7452         Fix invalid memory access in audiopanorama test suite.
7453
7454 2006-08-21  Edward Hervey  <edward@fluendo.com>
7455
7456         * tests/check/elements/.cvsignore:
7457         ignore built file
7458
7459 2006-08-21  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/rtp/Makefile.am:
7462         Fix the build again.
7463
7464 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7465
7466         * gst/audiofxgood/.cvsignore:
7467         * gst/audiofxgood/Makefile.am:
7468         * gst/audiofxgood/audiofx.c: (plugin_init):
7469         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7470         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7471         (gst_audio_panorama_set_property),
7472         (gst_audio_panorama_get_property),
7473         (gst_audio_panorama_get_unit_size),
7474         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7475         (gst_audio_panorama_transform_m2s),
7476         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7477         * gst/audiofxgood/audiopanorama.h:
7478           resubmit with the desired name *again*
7479
7480 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7481
7482         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7483         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7484           use g_assert in _get_unit_size
7485
7486 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7487
7488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7490         * docs/plugins/inspect/plugin-audiofxgood.xml:
7491           cleanup -unused.txt to make it useful, add previously missing docs
7492
7493         * ext/Makefile.am:
7494           Quietly (accidentally) enable LADSPA for building by default, 
7495           despite the fact that it doesn't meet the plugin checklist.
7496             -- Added by Jan Schmidt 18 Dec 2006
7497
7498         * ext/esd/esdmon.c:
7499         * ext/esd/esdsink.c:
7500         * ext/esd/gstesd.c: (plugin_init):
7501           reflow to get rid of two external symbols
7502
7503         * gst/audiofxgood/audiofx.c: (plugin_init):
7504           re-add
7505
7506 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7507
7508         * configure.ac:
7509         * gst/audiofxgood/.cvsignore:
7510         * gst/audiofxgood/Makefile.am:
7511         * gst/audiofxgood/audiofx.c
7512         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7513         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7514         (gst_audio_panorama_set_property),
7515         (gst_audio_panorama_get_property),
7516         (gst_audio_panorama_get_unit_size),
7517         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7518         (gst_audio_panorama_transform_m2s),
7519         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7520         * gst/audiofxgood/audiopanorama.h:
7521         * tests/check/Makefile.am:
7522         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7523         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7524         (panorama_suite), (main):
7525         Add audiofxgood plugin with audiopanorama element
7526
7527 2006-08-18  Wim Taymans  <wim@fluendo.com>
7528
7529         * docs/plugins/Makefile.am:
7530         More Oss docs fixage. 
7531
7532 2006-08-18  Wim Taymans  <wim@fluendo.com>
7533
7534         * gst/rtp/Makefile.am:
7535         * gst/rtp/gstrtp.c: (plugin_init):
7536         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7537         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7538         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7539         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7540         (gst_rtp_sv3v_depay_get_property),
7541         (gst_rtp_sv3v_depay_change_state),
7542         (gst_rtp_sv3v_depay_plugin_init):
7543         * gst/rtp/gstrtpsv3vdepay.h:
7544         Added experimental SVQ3 depayloader.
7545
7546 2006-08-18  Edward Hervey  <edward@fluendo.com>
7547
7548         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7549         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7550         * ext/dv/gstdvdemux.h:
7551         When handling seek requests, don't send the newsegment event from the
7552         calling thread. Instead save it so it can be sent from the streaming
7553         thread.
7554
7555 2006-08-17  Wim Taymans  <wim@fluendo.com>
7556
7557         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7558
7559         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7560         Accept leading whitespace before the boundary
7561         This patch makes the demuxer allow some whitespace before the actual
7562         boundary. This makes the demuxer work with the ``old'' gstreamer
7563         multipartmuxer again (which placed an extra \n before the start
7564         of the stream) Fixes #349068.
7565
7566 2006-08-17  Wim Taymans  <wim@fluendo.com>
7567
7568         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7569         Error out on non-implemented stuff.
7570
7571 2006-08-16  Wim Taymans  <wim@fluendo.com>
7572
7573         Patch by: Andy Wingo <wingo at pobox dot com>
7574
7575         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7576         (gst_signal_processor_start), (gst_signal_processor_stop),
7577         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7578         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7579         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7580         (gst_signal_processor_change_state):
7581         Make ladspa elements reusable. Fixes #350006.
7582
7583 2006-08-16  Wim Taymans  <wim@fluendo.com>
7584
7585         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7586         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7587         names as possible. Fixes #349901.
7588
7589 2006-08-16  Wim Taymans  <wim@fluendo.com>
7590
7591         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7592         (gst_signal_processor_do_pushes):
7593         A push() gives away our refcount so we should not use the buffer on the
7594         pen anymore.
7595
7596 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7599         (gst_oss_mixer_element_finalize):
7600           Don't leak device string.
7601
7602 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * configure.ac:
7605           Require CVS of GStreamer core and -base (for
7606           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7607
7608         * ext/taglib/gstid3v2mux.cc:
7609           Write extended comment tags properly (#348762).
7610
7611         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7612         (parse_comment_frame):
7613           Extract COMM frames into extended comments, which makes it
7614           easier to properly retain the description bit of the tag
7615           and maintain this information when re-tagging (#348762).
7616
7617 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * tests/check/Makefile.am:
7620           Don't try to run annodex unit tests if the annodex
7621           plugin has not been built (Fixes #351116).
7622
7623 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * gst/autodetect/gstautoaudiosink.c:
7626         (gst_auto_audio_sink_find_best):
7627           When we can't find a usable audiosink, don't error out,
7628           but use a fake sink instead and post a warning message
7629           on the bus (#341278).
7630
7631 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7634         * sys/oss/gstosssink.c:
7635         * sys/oss/gstosssrc.c:
7636           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7637           ossmixer's new device property.
7638
7639         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7640         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7641           Add docs for OSS elements.
7642
7643         * docs/plugins/inspect/plugin-aasink.xml:
7644         * docs/plugins/inspect/plugin-alaw.xml:
7645         * docs/plugins/inspect/plugin-alpha.xml:
7646         * docs/plugins/inspect/plugin-alphacolor.xml:
7647         * docs/plugins/inspect/plugin-annodex.xml:
7648         * docs/plugins/inspect/plugin-apetag.xml:
7649         * docs/plugins/inspect/plugin-auparse.xml:
7650         * docs/plugins/inspect/plugin-autodetect.xml:
7651         * docs/plugins/inspect/plugin-avi.xml:
7652         * docs/plugins/inspect/plugin-cacasink.xml:
7653         * docs/plugins/inspect/plugin-cairo.xml:
7654         * docs/plugins/inspect/plugin-cdio.xml:
7655         * docs/plugins/inspect/plugin-cutter.xml:
7656         * docs/plugins/inspect/plugin-debug.xml:
7657         * docs/plugins/inspect/plugin-dv.xml:
7658         * docs/plugins/inspect/plugin-efence.xml:
7659         * docs/plugins/inspect/plugin-effectv.xml:
7660         * docs/plugins/inspect/plugin-esdsink.xml:
7661         * docs/plugins/inspect/plugin-flac.xml:
7662         * docs/plugins/inspect/plugin-flxdec.xml:
7663         * docs/plugins/inspect/plugin-gconfelements.xml:
7664         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7665         * docs/plugins/inspect/plugin-goom.xml:
7666         * docs/plugins/inspect/plugin-halelements.xml:
7667         * docs/plugins/inspect/plugin-icydemux.xml:
7668         * docs/plugins/inspect/plugin-id3demux.xml:
7669         * docs/plugins/inspect/plugin-jpeg.xml:
7670         * docs/plugins/inspect/plugin-level.xml:
7671         * docs/plugins/inspect/plugin-matroska.xml:
7672         * docs/plugins/inspect/plugin-mulaw.xml:
7673         * docs/plugins/inspect/plugin-multipart.xml:
7674         * docs/plugins/inspect/plugin-navigationtest.xml:
7675         * docs/plugins/inspect/plugin-ossaudio.xml:
7676         * docs/plugins/inspect/plugin-png.xml:
7677         * docs/plugins/inspect/plugin-rtp.xml:
7678         * docs/plugins/inspect/plugin-rtsp.xml:
7679         * docs/plugins/inspect/plugin-shout2send.xml:
7680         * docs/plugins/inspect/plugin-smpte.xml:
7681         * docs/plugins/inspect/plugin-speex.xml:
7682         * docs/plugins/inspect/plugin-taglib.xml:
7683         * docs/plugins/inspect/plugin-udp.xml:
7684         * docs/plugins/inspect/plugin-videobalance.xml:
7685         * docs/plugins/inspect/plugin-videobox.xml:
7686         * docs/plugins/inspect/plugin-videoflip.xml:
7687         * docs/plugins/inspect/plugin-videomixer.xml:
7688         * docs/plugins/inspect/plugin-wavenc.xml:
7689         * docs/plugins/inspect/plugin-wavparse.xml:
7690         * docs/plugins/inspect/plugin-ximagesrc.xml:
7691           Update to CVS version.
7692           
7693 2006-08-16  Wim Taymans  <wim@fluendo.com>
7694
7695         * gst/rtp/gstrtpamrdepay.c:
7696         * gst/rtp/gstrtpmp4gdepay.c:
7697         Caps extra properties must be defined as strings for
7698         depayloaders because they are generated from an SDP.
7699
7700         * gst/rtp/Makefile.am:
7701         * gst/rtp/gstrtp.c: (plugin_init):
7702         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7703         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7704         (gst_rtp_h264_depay_finalize), (decode_base64),
7705         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7706         (gst_rtp_h264_depay_set_property),
7707         (gst_rtp_h264_depay_get_property),
7708         (gst_rtp_h264_depay_change_state),
7709         (gst_rtp_h264_depay_plugin_init):
7710         * gst/rtp/gstrtph264depay.h:
7711         Added basic, not completely functional RFC 3984 H264 depayloader.
7712
7713 2006-08-16  Wim Taymans  <wim@fluendo.com>
7714
7715         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7716         Add pads after setting them up.
7717
7718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7719         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7720         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7721         (gst_rtspsrc_stream_setup_rtp),
7722         (gst_rtspsrc_stream_configure_transport),
7723         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7724         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7725         (gst_rtspsrc_pause):
7726         * gst/rtsp/gstrtspsrc.h:
7727         Fix interleaved mode.
7728          - Protect streaming with lock.
7729          - Combine flows
7730          - set caps on outgoing buffers.
7731          - strip trailing \0 from data packets.
7732          - Configure RTP/RTCP in stream.
7733         Use DEBUG_OBJECT more.
7734
7735 2006-08-16  Wim Taymans  <wim@fluendo.com>
7736
7737         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7738         Turn a g_print into a DEBUG line.
7739
7740 2006-08-13  Wim Taymans  <wim@fluendo.com>
7741
7742         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7743         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7744         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7745         (gst_oss_mixer_element_get_property),
7746         (gst_oss_mixer_element_change_state):
7747         * sys/oss/gstossmixerelement.h:
7748         Small cleanups. Better error reporting.
7749         Add device property for the mixer instead of the hardcoded
7750         /dev/mixer. Fixes #350785.
7751         API: GstOssMixerElement::device property
7752
7753 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         Patch by: Jens Granseuer <jensgr at gmx net>
7756
7757         * gconf/Makefile.am:
7758           Make --disable-schemas work right (they still need
7759           to be copied to the installation directory, just not
7760           applied). Fixes #351347 (also #344100).
7761           
7762 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7763
7764         * configure.ac: back to HEAD
7765
7766 === release 0.10.4 ===
7767
7768 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7769
7770         * configure.ac:
7771           releasing 0.10.4, "Dear Leader"
7772
7773 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7774
7775         Patch by: Edward Hervey <edward@fluendo.com>
7776
7777         * configure.ac:
7778         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7779         (gst_wavparse_stream_data):
7780         Send the newsegment event in the streaming thread.
7781         Fixes #347529
7782
7783 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7786         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7787         (gst_smokeenc_resync), (gst_smokeenc_chain):
7788           Refuse sink caps in the encoder if width or height is not a
7789           multiple of 16, the encoder does not support that yet (#349939);
7790           along the same lines, check the return value of the encoder
7791           setup function; also remove some debug log clutter.
7792
7793 2006-08-04  Andy Wingo  <wingo@pobox.com>
7794
7795         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7796         whether a processor can work in place or not, and for keeping
7797         track of its state. Change the FlowReturn instance variable from
7798         "state" to "flow_state", all callers changed.
7799
7800         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7801         (gst_signal_processor_start, gst_signal_processor_stop)
7802         (gst_signal_processor_cleanup): New functions to manage the
7803         processor's state.
7804         (gst_signal_processor_setcaps): start() as well as setup() here.
7805         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7806         (gst_signal_processor_change_state): Stop and cleanup the
7807         processor as we go to NULL.
7808
7809         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7810         INPLACE_BROKEN is not set.
7811
7812         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7813         Do the alloc_buffer in bytes, not frames.
7814         
7815 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7816
7817         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7818         Fix rgb masks when recording in < 24bpp.
7819
7820 2006-08-04  Andy Wingo  <wingo@pobox.com>
7821
7822         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7823         (gst_signal_processor_prepare)
7824         (gst_signal_processor_update_inputs)
7825         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7826         (gst_signal_processor_flush)
7827         (gst_signal_processor_sink_activate_push)
7828         (gst_signal_processor_src_activate_pull)
7829         (gst_signal_processor_change_state): Remove the last of the code
7830         that assumes that we process whole buffers at a time. Fix some
7831         debugging. Seems to work now in some cases.
7832         (gst_signal_processor_src_activate_pull): BPB
7833
7834 2006-08-01  Andy Wingo  <wingo@pobox.com>
7835
7836         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7837         Fix nframes-choosing.
7838         (gst_signal_processor_init): Init pending_in and pending_out.
7839
7840         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7841         more default sample rate, although we never check that the sample
7842         rate actually gets set. Something for the future.
7843         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7844         (gst_signal_processor_event): Refcount fixen.
7845         (gst_signal_processor_process): Pull the number of frames to
7846         process from the sizes of the buffers in the input pens.
7847         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7848         (gst_signal_processor_do_pulls): Add an nframes argument, and use
7849         it instead of buffer_frames.
7850         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7851         to do_pulls.
7852         (gst_signal_processor_chain)
7853         (gst_signal_processor_sink_activate_push)
7854         (gst_signal_processor_src_activate_pull):  Refcount fixen.
7855
7856         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7857
7858 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
7859
7860         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7861         (gst_signal_processor_process):
7862           don't query buffer-frames from caps, add lots of debug-log,
7863           try fix for assert (#349189)
7864
7865 2006-07-31  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst/udp/gstudpsrc.c:
7868         Fix docs.
7869
7870 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
7871
7872         * ext/ladspa/gstsignalprocessor.c:
7873         (gst_signal_processor_add_pad_from_template),
7874         (gst_signal_processor_init), (gst_signal_processor_setcaps),
7875         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7876         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7877         (gst_signal_processor_sink_activate_push),
7878         (gst_signal_processor_src_activate_pull),
7879         (gst_signal_processor_change_state):
7880          Add debugs logs here and there, add more error handling, add some
7881          FIXME comments, filed #349189
7882
7883 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7884
7885         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7886         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
7887         Set caps on buffer correctly.  Fixes bug #349155.
7888
7889 2006-07-28  Wim Taymans  <wim@fluendo.com>
7890
7891         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7892
7893         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7894         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7895         (gst_multipart_demux_finalize), (get_line_end),
7896         (multipart_parse_header), (multipart_find_boundary),
7897         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7898         (gst_multipart_set_property), (gst_multipart_get_property):
7899         Uses GstAdapter instead of own buffering.
7900         Actually parses the mime-type correctly (In tests the mime-type was
7901         always "" with the old version).
7902         Uses the Content-length header if available to speed up things.
7903         Reliably autoscans the boundary name by default.
7904         Fixes #349068.
7905
7906         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7907         Don't start the stream with a \n.
7908
7909 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7910
7911         Patch by: Brian Cameron <brian dot cameron at sun com>
7912
7913         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7914           Open source with O_NONBLOCK (#349015).
7915
7916 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
7917
7918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7919         (gst_avi_demux_massage_index):
7920         * gst/avi/gstavidemux.h:
7921           Whitespace fixes and more debug
7922
7923 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7924
7925         * gst/autodetect/gstautoaudiosink.c:
7926         (gst_auto_audio_sink_create_element_with_pretty_name),
7927         (gst_auto_audio_sink_find_best),
7928         (gst_auto_audio_sink_change_state):
7929           Get rid of old and unused magic sound-server properties stuff.
7930           Add suffix to child sink's name that makes it easy to see from
7931           the name alone which type it actually is (alsa, oss, esd, etc.).
7932
7933 2006-07-27  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7936         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
7937         (gst_udpsrc_start):
7938         * gst/udp/gstudpsrc.h:
7939         Rename "buffer" to "buffer-size" to make clear it is a size we set and
7940         not some sort of feature we enable.
7941
7942 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7943
7944         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7945           Use CLOSE_SOCKET() here instead of close() to maintain
7946           win32 workiness.
7947
7948 2006-07-27  Wim Taymans  <wim@fluendo.com>
7949
7950         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7951
7952         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7953         (gst_udpsrc_create), (gst_udpsrc_set_property),
7954         (gst_udpsrc_get_property), (gst_udpsrc_start):
7955         * gst/udp/gstudpsrc.h:
7956         Added "buffer-size" property to control the kernel receive buffer size.
7957         Update documentation.
7958         Small cleanups. Fixes #348752.
7959         API: buffer-size property
7960
7961 2006-07-26  Wim Taymans  <wim@fluendo.com>
7962
7963         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
7964
7965         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7966         (gst_rtp_pcma_pay_handle_buffer):
7967         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
7968         (gst_rtp_pcmu_pay_handle_buffer):
7969         Fix timestamp calculation on outgoing RTP packets.
7970         Fixes #348675.
7971
7972 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7973
7974         * ext/taglib/gstid3v2mux.cc:
7975           Fix writing of comment frames (should be COMM not TCOM),
7976           is still sub-optimal though, since we don't retain or
7977           extract the comment descriptions properly (#334375,
7978           also see #334375).
7979
7980 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7981
7982         * gst/wavparse/gstwavparse.c:
7983           #define 'fact' RIFF chunk if we are not compiling against
7984           -base CVS (we don't want to depend on -base CVS for this
7985           one define only, and also not for release order reasons).
7986
7987 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7988
7989         * ext/taglib/gstid3v2mux.cc:
7990           Handle multiple tags of the same type properly. Re-inject
7991           unparsed ID3v2 frames that we get as binary blobs from
7992           id3demux into the tag again so we don't lose information
7993           when retagging (#334375).
7994
7995 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
7998           Document newly-added properties properly, so that there is a
7999           'Since: 0.10.4' in the plugin docs. Convert some property
8000           names into canonical GObject style (GObject will do that
8001           internally anyway).
8002
8003 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8004
8005         * gst/id3demux/id3tags.c:
8006         (id3demux_add_id3v2_frame_blob_to_taglist):
8007           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8008           well, and add the version to the blob's buffer caps, since that
8009           information will be needed for deserialisation later on (#348644).
8010
8011 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8012
8013         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8014         (gst_avi_demux_parse_stream):
8015          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8016          indentation and spacing.
8017
8018 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * docs/plugins/Makefile.am:
8021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8023         * docs/plugins/gst-plugins-good-plugins.args:
8024         * docs/plugins/inspect/plugin-1394.xml:
8025         * docs/plugins/inspect/plugin-aasink.xml:
8026         * docs/plugins/inspect/plugin-alaw.xml:
8027         * docs/plugins/inspect/plugin-alpha.xml:
8028         * docs/plugins/inspect/plugin-alphacolor.xml:
8029         * docs/plugins/inspect/plugin-annodex.xml:
8030         * docs/plugins/inspect/plugin-apetag.xml:
8031         * docs/plugins/inspect/plugin-auparse.xml:
8032         * docs/plugins/inspect/plugin-autodetect.xml:
8033         * docs/plugins/inspect/plugin-avi.xml:
8034         * docs/plugins/inspect/plugin-cacasink.xml:
8035         * docs/plugins/inspect/plugin-cairo.xml:
8036         * docs/plugins/inspect/plugin-cdio.xml:
8037         * docs/plugins/inspect/plugin-cutter.xml:
8038         * docs/plugins/inspect/plugin-debug.xml:
8039         * docs/plugins/inspect/plugin-dv.xml:
8040         * docs/plugins/inspect/plugin-efence.xml:
8041         * docs/plugins/inspect/plugin-effectv.xml:
8042         * docs/plugins/inspect/plugin-esdsink.xml:
8043         * docs/plugins/inspect/plugin-flac.xml:
8044         * docs/plugins/inspect/plugin-flxdec.xml:
8045         * docs/plugins/inspect/plugin-gconfelements.xml:
8046         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8047         * docs/plugins/inspect/plugin-goom.xml:
8048         * docs/plugins/inspect/plugin-halelements.xml:
8049         * docs/plugins/inspect/plugin-icydemux.xml:
8050         * docs/plugins/inspect/plugin-id3demux.xml:
8051         * docs/plugins/inspect/plugin-jpeg.xml:
8052         * docs/plugins/inspect/plugin-level.xml:
8053         * docs/plugins/inspect/plugin-matroska.xml:
8054         * docs/plugins/inspect/plugin-mulaw.xml:
8055         * docs/plugins/inspect/plugin-multipart.xml:
8056         * docs/plugins/inspect/plugin-navigationtest.xml:
8057         * docs/plugins/inspect/plugin-ossaudio.xml:
8058         * docs/plugins/inspect/plugin-png.xml:
8059         * docs/plugins/inspect/plugin-rtp.xml:
8060         * docs/plugins/inspect/plugin-rtsp.xml:
8061         * docs/plugins/inspect/plugin-shout2send.xml:
8062         * docs/plugins/inspect/plugin-smpte.xml:
8063         * docs/plugins/inspect/plugin-speex.xml:
8064         * docs/plugins/inspect/plugin-udp.xml:
8065         * docs/plugins/inspect/plugin-videobalance.xml:
8066         * docs/plugins/inspect/plugin-videobox.xml:
8067         * docs/plugins/inspect/plugin-videoflip.xml:
8068         * docs/plugins/inspect/plugin-videomixer.xml:
8069         * docs/plugins/inspect/plugin-wavenc.xml:
8070         * docs/plugins/inspect/plugin-wavparse.xml:
8071         * docs/plugins/inspect/plugin-ximagesrc.xml:
8072           Update files to CVS/Prerelease version, add esdsink docs.
8073
8074         * ext/esd/esdsink.c:
8075           Add gtk-doc blurb.
8076
8077         * gst/rtp/gstrtpmp4vpay.c:
8078           Fix typo in element description.
8079
8080 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * ext/esd/esdsink.c: (gst_esdsink_open),
8083         (gst_esdsink_factory_init):
8084           Prevent libesd from auto-spawning a sound daemon if it
8085           is not already running. Now that we don't do evil stuff
8086           like that any longer we can give esdsink a rank so that
8087           autoaudiosink will try it as well if all other audio
8088           sinks fail (#343051).
8089
8090 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8091
8092         * ext/esd/Makefile.am:
8093           Oops, need to remove README from EXTRA_DIST as well.
8094
8095 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * ext/esd/README:
8098           Remove, it contains nothing useful anyway.
8099
8100         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8101         (gst_esdsink_delay):
8102           Some small clean-ups; use GST_BOILERPLATE etc.
8103
8104 2006-07-24  Wim Taymans  <wim@fluendo.com>
8105
8106         * gst/law/alaw-decode.c: (alawdec_getcaps):
8107         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8108         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8109         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8110         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8111
8112 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8113
8114         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8115         (gst_wavparse_other), (gst_wavparse_perform_seek),
8116         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8117         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8118         (gst_wavparse_pad_query):
8119         * gst/wavparse/gstwavparse.h:
8120           Use information from 'fact' chunk for length calculation of compressed
8121           samples. Calculate bps if bogus value is found in wav header (embeded
8122           mp2/mp3).
8123           
8124
8125 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8128
8129         * configure.ac:
8130         * gst/udp/Makefile.am:
8131         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8132         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8133         * gst/udp/gstdynudpsink.h:
8134         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8135         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8136         * gst/udp/gstmultiudpsink.h:
8137         * gst/udp/gstudp.c: (plugin_init):
8138         * gst/udp/gstudpsink.h:
8139         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8140         (gst_udpsrc_start), (gst_udpsrc_stop):
8141         * gst/udp/gstudpsrc.h:
8142         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8143         (gst_udp_net_utils_win32_wsa_startup):
8144         * gst/udp/gstudpnetutils.h:
8145           Port udp plugin to win32 (#345288).
8146
8147 2006-07-24  Wim Taymans  <wim@fluendo.com>
8148
8149         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8150         Remove unwanted DEBUG line.
8151
8152 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8153
8154         * gst/id3demux/gstid3demux.c: (plugin_init):
8155         * gst/id3demux/id3tags.c:
8156         (id3demux_add_id3v2_frame_blob_to_taglist):
8157         * gst/id3demux/id3tags.h:
8158           On second thought, it might be wiser and more efficient
8159           not to do tag registration from a streaming thread.
8160
8161 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8162
8163         * gst/id3demux/id3tags.c:
8164         (id3demux_add_id3v2_frame_blob_to_taglist),
8165         (id3demux_id3v2_frames_to_tag_list):
8166           Put ID3v2 frames we can't parse as binary blobs into private
8167           tags, so that they are not lost when retagging, at least once
8168           id3v2mux has been taught to re-inject those frames again.
8169           See bug #334375.
8170
8171 2006-07-21  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8174         (gst_avi_demux_process_next_entry):
8175         Fix some leaks.
8176
8177         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8178         Don't use \n in debug lines.
8179
8180 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8181
8182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8184           Add annodex and icydemux, cleanup the sections a bit
8185
8186 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         Patch by: Alex Lancaster <alexl at users sourceforge net>
8189
8190         * ext/taglib/gstid3v2mux.cc:
8191           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8192           ID3v2 TSSE frames (#347898).
8193
8194 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8195
8196         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8197           Respect mpegversion for "video/mpeg" and give message in case of
8198           unhandled versions.
8199
8200 2006-07-17  Wim Taymans  <wim@fluendo.com>
8201
8202         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8203         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8204         (gst_pngdec_chain), (gst_pngdec_sink_event),
8205         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8206         (gst_pngdec_sink_activate_push):
8207         * ext/libpng/gstpngdec.h:
8208         Use statically allocated segment instead of leaking.
8209         Various cleanups.
8210         Fix flush and seek handling.
8211
8212 2006-07-16  Wim Taymans  <wim@fluendo.com>
8213
8214         * gst/rtp/Makefile.am:
8215         * gst/rtp/gstrtp.c: (plugin_init):
8216         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8217         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8218         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8219         (gst_rtp_mp4g_depay_set_property),
8220         (gst_rtp_mp4g_depay_get_property),
8221         (gst_rtp_mp4g_depay_change_state),
8222         (gst_rtp_mp4g_depay_plugin_init):
8223         * gst/rtp/gstrtpmp4gdepay.h:
8224         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8225         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8226         (gst_rtp_mp4g_pay_flush):
8227         Added simple generic mpeg4 depayloader.
8228         Fix generic mpeg4 payloader.
8229
8230 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8233           Don't try doing state changes on a NULL pointer.
8234
8235 2006-07-14  Wim Taymans  <wim@fluendo.com>
8236
8237         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8238
8239         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8240         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8241         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8242         * gst/rtp/gstrtpamrdepay.h:
8243         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8244         Fixes #321191
8245
8246 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8247
8248         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8249         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8250         Fix segfault when moving mouse pointer to the bottom right corner.
8251
8252 2006-07-12  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst/rtp/Makefile.am:
8255         * gst/rtp/gstrtp.c: (plugin_init):
8256         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8257         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8258         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8259         (gst_rtp_mp2t_depay_set_property),
8260         (gst_rtp_mp2t_depay_get_property),
8261         (gst_rtp_mp2t_depay_change_state),
8262         (gst_rtp_mp2t_depay_plugin_init):
8263         * gst/rtp/gstrtpmp2tdepay.h:
8264         Added mpeg2 TS depayloader. Closing #347234.
8265
8266 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8269           Remove g_assert that shouldn't be there and was triggered
8270           after trying to open a device that doesn't exist or can't
8271           be opened for some other reason (#347972).
8272
8273 2006-07-10  Edward Hervey  <edward@fluendo.com>
8274
8275         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8276         (gst_avi_demux_stream_header), (push_tag_lists):
8277         * gst/avi/gstavidemux.h:
8278         Don't push tag events found by gst_riff_parse_info() before outputting
8279         GST_EVENT_NEWSEGMENT.
8280
8281 2006-07-10  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/rtsp/Makefile.am:
8284         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8285         (rtsp_connection_close):
8286         * gst/rtsp/rtspdefs.h:
8287         replaced closesocket and close in code with one CLOSE_SOCKET. 
8288         Some more cleanups. Fixes #345301.
8289
8290 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8291
8292         * gst/autodetect/gstautoaudiosink.c:
8293           Fix example pipeline in docs.
8294
8295 2006-07-10  Wim Taymans  <wim@fluendo.com>
8296
8297         Patch by: Rob Taylor <robtaylor at floopily dot org>
8298
8299         * gst/udp/gstmultiudpsink.c: (join_multicast),
8300         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8301         If a destination is added before the stream is set to PAUSED, the
8302         multicast group is not joined as the socket is not created yet. 
8303         Also TTL and LOOP should also be set. Fixes #346921.
8304
8305 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8306
8307         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8308         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8309         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8310         (gst_ximage_src_init):
8311         * sys/ximage/gstximagesrc.h:
8312         Fix use-damage property to actually work :)
8313         Add startx, starty, endx, endy properties so screencasts other than full
8314         screen ones can work.
8315
8316 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8317
8318         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8319         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8320         (gst_ximage_src_class_init), (gst_ximage_src_init):
8321         * sys/ximage/gstximagesrc.h:
8322         Add use_damage property to offer ability to choose whether to use
8323         XDamage or not.
8324
8325 2006-07-07  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/goom/filters.c: (zoomFilterSetResolution):
8328         Avoid goom coredumping by clearing memory. 
8329         Fixes 345679.
8330
8331 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8332
8333         * win32/vs6/libgstid3demux.dsp:
8334         Add a link to libgsttag-0.10.lib.
8335
8336 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8339         (gst_tag_demux_read_range):
8340         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8341         (gst_id3demux_read_range):
8342           Don't return FLOW_UNEXPECTED when a buffer is before
8343           the start of the stream (which might happen with
8344           large ID3v2 tags if the tag reading was done pullrange
8345           based and we then switched to push mode later on).
8346           Fixes regression introduced by commit from June 29th.
8347
8348 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * ext/taglib/gstid3v2mux.cc:
8351           Make UTF-8 the default encoding when writing string
8352           tags (before, our UTF-8 strings would automatically
8353           be converted to ISO-8859-1 by taglib and written as
8354           ISO-8859-1 fields if that was possible).
8355
8356         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8357         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8358         (test_taglib_id3mux_with_tags):
8359           Add test case that makes sure our UTF-8 strings have
8360           actually been written into the tag as UTF-8.
8361
8362 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * configure.ac:
8365           Let's try that again.
8366
8367 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * configure.ac:
8370           Disable monoscope plugin for now until it fulfills
8371           all the requirements.
8372
8373 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8374
8375         * configure.ac:
8376         * gst/monoscope/Makefile.am:
8377         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8378         (gst_monoscope_class_init), (gst_monoscope_init),
8379         (gst_monoscope_finalize), (gst_monoscope_reset),
8380         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8381         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8382         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8383         (gst_monoscope_change_state), (plugin_init):
8384         * gst/monoscope/gstmonoscope.h:
8385           Port monoscope visualisation to 0.10.
8386
8387 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8390         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8391           Return FLOW_UNEXPECTED when at the end of the file, not
8392           FLOW_ERROR. Fixes 'internal stream error' errors that
8393           would sometimes occur in totem when scrubbing to the
8394           end of an ID3v1 tagged mp3 file.
8395
8396 2006-07-03  Edward Hervey  <edward@fluendo.com>
8397
8398         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8399         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8400         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8401         * ext/libpng/gstpngdec.h:
8402         Implement buffer clipping/dropping using GstSegment.
8403         This provides accurate seeking.
8404
8405 2006-07-03  Edward Hervey  <edward@fluendo.com>
8406
8407         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8408         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8409         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8410         (gst_avi_demux_process_next_entry), (push_tag_lists),
8411         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8412         * gst/avi/gstavidemux.h:
8413         Proper aggregation of each stream's GstFlowReturn in order to figure out
8414         whether the task should stop or not.
8415         Don't send inline events before pushing out a NEW_SEGMENT, more
8416         specifically for GST_TAG_EVENT.
8417         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8418         sub-indexes.
8419
8420 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8423
8424         * sys/sunaudio/gstsunaudiomixerctrl.c:
8425         (gst_sunaudiomixer_ctrl_build_list):
8426           Move "Monitor" slider to input tab so it works more like
8427           sdtaudiocontrol, which is what people on Solaris are used
8428           to using for their mixer program (#346259).
8429
8430 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8431
8432         * tests/check/elements/level.c: (GST_START_TEST):
8433           fix a leak, clean up at the end
8434
8435 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8438         (gst_matroska_demux_send_event),
8439         (gst_matroska_demux_loop_stream_parse_id):
8440         * gst/matroska/matroska-ids.h:
8441           Send tag event after newsegment event.
8442
8443 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8444
8445         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8446         (gst_id3demux_read_range):
8447           Make sure we don't return GST_FLOW_OK with a NULL buffer in
8448           certain cases where a read beyond the end of the file is
8449           requested. Fixes #345930.
8450
8451         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8452         (gst_tag_demux_read_range):
8453           Fix same issue here as well.
8454
8455 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8456
8457         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8458         
8459         Fix hypothetical crash.
8460
8461 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8464
8465         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8466           Do not modify the ports value. If the user has turned off the
8467           built-in speakers, then we should not reset it in the prepare
8468           function, since this causes the built-in speakers to turn
8469           back on anytime the user changes a track in totem, rhythmbox,
8470           etc. (#346066).
8471
8472 2006-06-23  Wim Taymans  <wim@fluendo.com>
8473
8474         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8475         Fix double caps unref when negotiation fails.
8476
8477 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * ext/annodex/gstcmmldec.c:
8480         * ext/annodex/gstcmmlenc.c:
8481         * ext/annodex/gstcmmlparser.c:
8482         * ext/dv/gstdvdec.c:
8483         * ext/dv/gstdvdemux.c:
8484         * ext/gdk_pixbuf/pixbufscale.c:
8485         * ext/jpeg/gstjpegenc.c:
8486         * ext/jpeg/gstsmokedec.c:
8487         * ext/jpeg/gstsmokeenc.c:
8488         * ext/libpng/gstpngdec.c:
8489         * ext/libpng/gstpngenc.c:
8490         * ext/speex/gstspeexenc.c:
8491         * gst/alpha/gstalphacolor.c:
8492         * gst/cutter/gstcutter.c:
8493         * gst/debug/gstnavigationtest.c:
8494         * gst/icydemux/gsticydemux.c:
8495         * gst/level/gstlevel.c:
8496         * gst/multipart/multipart.c:
8497         * gst/rtp/gstrtpamrpay.c:
8498         * gst/rtp/gstrtpdepay.c:
8499         * gst/rtp/gstrtpilbcpay.c:
8500         * gst/rtp/gstrtpmp4gpay.c:
8501         * gst/rtp/gstrtpmp4vpay.c:
8502         * gst/rtsp/gstrtpdec.c:
8503         * gst/rtsp/gstrtspsrc.c:
8504         * gst/udp/gstdynudpsink.c:
8505         * gst/udp/gstmultiudpsink.c:
8506         * gst/udp/gstudpsrc.c:
8507         * gst/videobox/gstvideobox.c:
8508         * gst/videofilter/gstvideoflip.c:
8509           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8510           plus two minor macro fixes.
8511
8512 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * gst/matroska/matroska-demux.c:
8515         (gst_matroska_demux_check_subtitle_buffer),
8516         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8517         (gst_matroska_demux_subtitle_caps):
8518         * gst/matroska/matroska-ids.c:
8519         (gst_matroska_track_init_subtitle_context):
8520         * gst/matroska/matroska-ids.h:
8521           Try to fix up broken matroska files containing subtitle
8522           streams with non-UTF8 character encodings (courtesy of
8523           mkvmerge) using either the encoding specified in the
8524           GST_SUBTITLE_ENCODING environment variable or the
8525           current locale's character set if it is non-UTF8.
8526           Fixes #337076.
8527
8528 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8529
8530         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8531           Set image type from APIC frame as "image-type" field
8532           of GST_TAG_IMAGE buffer caps (#344605).
8533
8534 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * ext/flac/Makefile.am:
8537         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8538         (gst_flac_dec_reset_decoders),
8539         (gst_flac_dec_setup_seekable_decoder),
8540         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8541         (gst_flac_dec_metadata_callback),
8542         (gst_flac_dec_metadata_callback_seekable),
8543         (gst_flac_dec_metadata_callback_stream),
8544         (gst_flac_dec_error_callback),
8545         (gst_flac_dec_error_callback_seekable),
8546         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8547         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8548         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8549         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8550         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8551         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8552         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8553         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8554         (gst_flac_dec_sink_activate_push),
8555         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8556         * ext/flac/gstflacdec.h:
8557           Support chain-based operation, should make flac-over-DAAP
8558           work (#340492).
8559
8560 2006-06-20  Wim Taymans  <wim@fluendo.com>
8561
8562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8563         Doc updates, merge some unused symbols.
8564
8565 2006-06-20  Wim Taymans  <wim@fluendo.com>
8566
8567         * docs/plugins/Makefile.am:
8568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8570         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8571         * gst/rtsp/gstrtspsrc.c:
8572         * gst/rtsp/gstrtspsrc.h:
8573         Added documentation for the rtsp plugin. Fixes #345393.
8574
8575 2006-06-20  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8578         (rtsp_connection_close), (rtsp_connection_free):
8579         Use better G_OS_* macros. Fixes #345301 some more.
8580
8581 2006-06-20  Wim Taymans  <wim@fluendo.com>
8582
8583         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8584
8585         * sys/sunaudio/Makefile.am:
8586         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8587         * sys/sunaudio/gstsunaudiomixerctrl.c:
8588         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8589         (gst_sunaudiomixer_ctrl_list_tracks),
8590         (gst_sunaudiomixer_ctrl_get_volume),
8591         (gst_sunaudiomixer_ctrl_set_volume),
8592         (gst_sunaudiomixer_ctrl_set_mute),
8593         (gst_sunaudiomixer_ctrl_set_record):
8594         * sys/sunaudio/gstsunaudiomixerctrl.h:
8595         * sys/sunaudio/gstsunaudiomixertrack.c:
8596         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8597         * sys/sunaudio/gstsunaudiomixertrack.h:
8598         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8599         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8600         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8601         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8602         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8603         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8604         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8605         (gst_sunaudiosrc_reset):
8606         * sys/sunaudio/gstsunaudiosrc.h:
8607         Add a SunAudio source plugin.
8608         Support stereo and right/left channel gain in the mixer plugin.
8609         Support the RECORD flag so that you can switch between line-input and
8610         microphone in gnome-volume-control.
8611         Code cleanups like using an enumerator for track number instead of an 
8612         integer. Fixes #344923.
8613
8614 2006-06-20  Wim Taymans  <wim@fluendo.com>
8615
8616         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8617
8618         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8619         (rtsp_connection_close):
8620         Make RTSP plugin compile on windows. Fixes #345301.
8621         Some changes to original patch to catch errors better.
8622         use ifdef WIN32 instead of ifndef.
8623
8624 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8625
8626         * configure.ac:
8627         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8628
8629 2006-06-18  Edward Hervey  <edward@fluendo.com>
8630
8631         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8632         After a failed buffer alloc, we need to abort the jpeg decoding (it
8633         started when parsing headers to figure out how many bytes we need
8634         to request downstream).
8635
8636 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8639
8640         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8641           Make sure we don't read beyond the end of the file (#345232).
8642
8643 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         * configure.ac:
8646           Fix --disable-external (can't set conditionals conditionally,
8647           #343602).
8648
8649 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * autogen.sh:
8652         * configure.ac:
8653         * docs/Makefile.am:
8654           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8655
8656         * docs/plugins/Makefile.am:
8657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8658         * docs/plugins/inspect/plugin-taglib.xml:
8659           Add/fix apev2mux docs.
8660
8661 2006-06-14  Wim Taymans  <wim@fluendo.com>
8662
8663         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8664         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8665         (gst_dvdec_change_state):
8666         Reset segment info on flush.
8667         Alloc segment in _init, free in _finalize.
8668
8669         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8670         Don't send segments twice.
8671
8672 2006-06-14  Wim Taymans  <wim@fluendo.com>
8673
8674         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8675         Respect segment.stop. Fixes #342592.
8676
8677 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8678
8679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8680           No language specified means the implied language is English
8681           according to the matroska spec (partially fixes #344708);
8682           add some more debug output.
8683
8684 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8687         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8688         (gst_wavparse_chain):
8689           When operating chain-based, don't make any assumptions about the
8690           chunking of the incoming data and make streaming work on days other
8691           than the second Thursday after a full moon. Also fix up debug
8692           messages here and there and make use of the most excellent new
8693           gst_pad_query_peer_duration() utility function.
8694           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8695
8696         * gst/wavparse/gstwavparse.h:
8697           Remove trailing comma after last enum value, some compilers don't
8698           like that.
8699
8700 2006-06-13  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8703         Handle premature EOS gracefully.
8704
8705 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8708           Prevent out of bounds array access when scrubbing towards
8709           the end of the file between the last index entry and the
8710           end. Fixes occasional 'start <= stop' newsegment event
8711           assertions when scrubbing in MJPEG files.
8712
8713 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         * tests/check/elements/.cvsignore:
8716           And another one.
8717
8718 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8721         (scan_encoded_string), (parse_picture_frame):
8722           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8723
8724         * configure.ac:
8725           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8726           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8727
8728 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8729
8730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8731           gratuitous comment changes
8732         * tests/check/elements/level.c: (GST_START_TEST):
8733           fix level test leaks
8734
8735 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8738         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8739           Use gst_pad_query_peer_duration() utility function here.
8740
8741 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8742
8743         * autogen.sh:
8744           require am17
8745         * configure.ac:
8746         * ext/annodex/Makefile.am:
8747         * ext/cdio/Makefile.am:
8748         * ext/dv/Makefile.am:
8749         * ext/esd/Makefile.am:
8750         * ext/flac/Makefile.am:
8751         * ext/gdk_pixbuf/Makefile.am:
8752         * ext/ladspa/Makefile.am:
8753         * ext/libcaca/Makefile.am:
8754         * ext/speex/Makefile.am:
8755         * ext/taglib/Makefile.am:
8756         * sys/oss/Makefile.am:
8757         * sys/sunaudio/Makefile.am:
8758         * sys/ximage/Makefile.am:
8759           clean up build further
8760
8761 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         * gconf/Makefile.am:
8764           Honour --disable-schemas-install configure option. Fixes #344100.
8765
8766 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * tests/examples/level/Makefile.am:
8769           Add -lm to LIBS for pow() function, don't assume one of our
8770           dependencies (such as libxml-2.0) drags it in automatically
8771           (#343603).
8772
8773 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8776
8777         * configure.ac:
8778           We should use $SED and not $(SED) in configure.ac (#343678).
8779
8780 2006-06-09  Wim Taymans  <wim@fluendo.com>
8781
8782         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8783
8784         * sys/sunaudio/gstsunaudiomixerctrl.c:
8785         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8786         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8787         (gst_sunaudiomixer_ctrl_set_mute):
8788         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8789         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8790         (gst_sunaudiosink_write):
8791         Attached find a patch that fixes a number of bugs with the SunAudio
8792         mixer plugin and fixes #344101:
8793         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8794            tracks onto the tracklist causing gnome-volume-control's preferences
8795            dialog to be messed up and would core dump if you checked/unchecked
8796            any item.
8797         2. We weren't previously setting the MUTE flag properly.  Fixing this
8798            makes gnome-volume-control work better.
8799         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8800            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8801            gnome-volume-control look better.
8802         Also some minor cleanup in gstsunaudiosink.c.
8803
8804 2006-06-09  Wim Taymans  <wim@fluendo.com>
8805
8806         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8807         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8808         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8809         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8810         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8811         * ext/jpeg/gstjpegdec.h:
8812         API: Added IDCT method property
8813         Small cleanups.
8814         Avoid dynamic allocation of trivial fixed structure.
8815         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8816
8817 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8818
8819         * configure.ac:
8820         We now require libraw1394 >= 1.1.0 and that version onwards all
8821         have .pc files.
8822
8823 2006-06-02  Edward Hervey  <edward@fluendo.com>
8824
8825         * gst/law/alaw-decode.c: (alawdec_getcaps): 
8826         Trying to get items from an ANY or EMPTY caps is ... stupid.
8827
8828 2006-06-02  Edward Hervey  <edward@fluendo.com>
8829
8830         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8831         (gst_dvdec_chain), (gst_dvdec_change_state):
8832         * ext/dv/gstdvdec.h:
8833         Added GstSegment handling, now implements dropping/clipping.
8834
8835 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8836
8837         * ext/aalib/gstaasink.h:
8838         * ext/annodex/gstcmmldec.h:
8839         * ext/cairo/gsttimeoverlay.h:
8840         * ext/dv/gstdvdec.h:
8841         * ext/dv/gstdvdemux.h:
8842         * ext/esd/esdmon.h:
8843         * ext/esd/esdsink.h:
8844         * ext/flac/gstflacenc.h:
8845         * ext/gconf/gstgconfaudiosink.h:
8846         * ext/gconf/gstgconfaudiosrc.h:
8847         * ext/gconf/gstgconfvideosink.h:
8848         * ext/gconf/gstgconfvideosrc.h:
8849         * ext/gdk_pixbuf/gstgdkanimation.h:
8850         * ext/gdk_pixbuf/pixbufscale.h:
8851         * ext/hal/gsthalaudiosink.h:
8852         * ext/hal/gsthalaudiosrc.h:
8853         * ext/jpeg/gstjpegenc.h:
8854         * ext/jpeg/gstsmokedec.h:
8855         * ext/jpeg/gstsmokeenc.h:
8856         * ext/libcaca/gstcacasink.h:
8857         * ext/libmng/gstmngdec.h:
8858         * ext/libmng/gstmngenc.h:
8859         * ext/libpng/gstpngdec.h:
8860         * ext/libpng/gstpngenc.h:
8861         * ext/raw1394/gstdv1394src.h:
8862         * ext/speex/gstspeexenc.h:
8863         * gst/autodetect/gstautoaudiosink.h:
8864         * gst/autodetect/gstautovideosink.h:
8865         * gst/avi/gstavidemux.h:
8866         * gst/cutter/gstcutter.h:
8867         * gst/debug/efence.h:
8868         * gst/debug/gstnavigationtest.h:
8869         * gst/debug/gstnavseek.h:
8870         * gst/flx/gstflxdec.h:
8871         * gst/goom/gstgoom.h:
8872         * gst/icydemux/gsticydemux.h:
8873         * gst/id3demux/gstid3demux.h:
8874         * gst/law/alaw-decode.h:
8875         * gst/law/alaw-encode.h:
8876         * gst/law/mulaw-decode.h:
8877         * gst/law/mulaw-encode.h:
8878         * gst/matroska/matroska-mux.h:
8879         * gst/median/gstmedian.h:
8880         * gst/oldcore/gstaggregator.h:
8881         * gst/oldcore/gstfdsink.h:
8882         * gst/oldcore/gstmd5sink.h:
8883         * gst/oldcore/gstmultifilesrc.h:
8884         * gst/oldcore/gstpipefilter.h:
8885         * gst/oldcore/gstshaper.h:
8886         * gst/oldcore/gststatistics.h:
8887         * gst/rtp/gstasteriskh263.h:
8888         * gst/rtp/gstrtpL16depay.h:
8889         * gst/rtp/gstrtpL16pay.h:
8890         * gst/rtp/gstrtpamrdepay.h:
8891         * gst/rtp/gstrtpamrpay.h:
8892         * gst/rtp/gstrtpdepay.h:
8893         * gst/rtp/gstrtpgsmdepay.h:
8894         * gst/rtp/gstrtpgsmpay.h:
8895         * gst/rtp/gstrtph263pay.h:
8896         * gst/rtp/gstrtph263pdepay.h:
8897         * gst/rtp/gstrtph263ppay.h:
8898         * gst/rtp/gstrtpmp4gpay.h:
8899         * gst/rtp/gstrtpmp4vdepay.h:
8900         * gst/rtp/gstrtpmp4vpay.h:
8901         * gst/rtp/gstrtpmpadepay.h:
8902         * gst/rtp/gstrtpmpapay.h:
8903         * gst/rtp/gstrtppcmadepay.h:
8904         * gst/rtp/gstrtppcmapay.h:
8905         * gst/rtp/gstrtppcmudepay.h:
8906         * gst/rtp/gstrtppcmupay.h:
8907         * gst/rtp/gstrtpspeexdepay.h:
8908         * gst/rtp/gstrtpspeexpay.h:
8909         * gst/rtsp/gstrtpdec.h:
8910         * gst/rtsp/gstrtspsrc.h:
8911         * gst/smpte/gstsmpte.h:
8912         * gst/udp/gstdynudpsink.h:
8913         * gst/udp/gstmultiudpsink.h:
8914         * gst/udp/gstudpsink.h:
8915         * gst/udp/gstudpsrc.h:
8916         * gst/videofilter/gstvideobalance.h:
8917         * gst/videofilter/gstvideoflip.h:
8918         * sys/oss/gstossdmabuffer.h:
8919         * sys/oss/gstossmixerelement.h:
8920         * sys/oss/gstosssink.h:
8921         * sys/oss/gstosssrc.h:
8922         * sys/osxvideo/osxvideosink.h:
8923         * sys/sunaudio/gstsunaudiomixer.h:
8924         * sys/sunaudio/gstsunaudiosink.h:
8925         * sys/ximage/gstximagesrc.h:
8926         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8927
8928 2006-05-31  Wim Taymans  <wim@fluendo.com>
8929
8930         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8931         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
8932         (gst_goom_src_setcaps), (gst_goom_src_event),
8933         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
8934         (gst_goom_change_state):
8935         * gst/goom/gstgoom.h:
8936         Handle QoS.
8937         Handle flushing, discont and events.
8938         Fix timestamps and various other cleanups.
8939
8940 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8941
8942         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
8943         Fix bus reset when using libiec61883
8944
8945 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8946
8947         * configure.ac:
8948         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
8949         * ext/raw1394/Makefile.am:
8950         Add CFLAGS.
8951         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
8952         New method, to receive using libiec61883.
8953         (gst_dv1394src_iso_receive),
8954         #ifdef'd out if libiec61883 is present.
8955         (gst_dv1394src_bus_reset),
8956         Get userdata correctly if using libiec61883. 
8957         (gst_dv1394src_create),
8958         When using libiec61883, only poll one fd and no need to read.
8959         (gst_dv1394src_discover_avc_node),
8960         Replace g_warnings.
8961         (gst_dv1394src_start),
8962         Create new handle when we know which dv port.  More reliable
8963         than setting port on an existing handle.  Initialise libiec61883.
8964         (gst_dv1394src_stop):
8965         If using libiec61883, then cleanup its handle properly.
8966         * ext/raw1394/gstdv1394src.h:
8967         Add libiec61883 handle.
8968
8969 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8970
8971         * gst/avi/gstavidemux.c:
8972           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
8973         * win32/MANIFEST:
8974           sort file listing
8975         * win32/vs6/libgstavi.dsp:
8976           add gstavimux.c to the project
8977         * win32/vs6/libgstid3demux.dsp:
8978           add link to zlib library
8979         * win32/vs6/libgstmatroska.dsp:
8980           add matroska-ids.c to the project
8981
8982 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8983
8984         Patch by: Sebastian Dröge  <mail at slomosnail de >
8985
8986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8988         * ext/taglib/Makefile.am:
8989         * ext/taglib/gstapev2mux.cc:
8990         * ext/taglib/gstapev2mux.h:
8991         * ext/taglib/gstid3v2mux.cc:
8992         * ext/taglib/gsttaglibmux.c: (plugin_init):
8993         * ext/taglib/gsttaglibmux.h:
8994           Add apev2mux element (#343122).
8995         
8996         * tests/check/Makefile.am:
8997         * tests/check/elements/apev2mux.c:
8998         (test_taglib_apev2mux_create_tags),
8999         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9000         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9001         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9002         (apev2mux_suite), (main):
9003           Add unit test for apev2mux element.
9004
9005 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9006
9007         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9008         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9009         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9010           GST_PTR_FORMAT should be used to print caps in debug statements.
9011
9012 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9015
9016         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9017         (ape_demux_parse_tags):
9018           Some clean-ups and additions: map APE 'file' tag to
9019           GST_TAG_LOCATION (#343123); add support for extracting
9020           the track count and clean up parsing a bit (#343127).
9021
9022 2006-05-28  Edward Hervey  <edward@fluendo.com>
9023
9024         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9025         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9026
9027 2006-05-28  Edward Hervey  <edward@fluendo.com>
9028
9029         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9030         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9031         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9032         * ext/jpeg/gstjpegdec.h:
9033         Clip outgoing buffers according to currently configured segment.
9034
9035 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9036
9037         * ext/taglib/gstid3v2mux.cc:
9038           Handle  writing of track-count or album-volume-count without
9039           track-number or albume-volume-number (in this case the number
9040           will just be set to 0).
9041
9042         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9043           It would be nice if we actually checked the values received for
9044           track/album-volume number/count in  _check_tags(), rather than
9045           setting them again ...
9046
9047 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9050           A track/volume number or count of 0 does not make sense,
9051           just ignore it along with negative numbers (a tag might
9052           only contain a track count without a track number).
9053
9054 2006-05-27  Edward Hervey  <edward@fluendo.com>
9055
9056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9057         (gst_jpeg_dec_sink_event):
9058         Abort decompression when receiving FLUSH_STOP. This should avoid
9059         issues when interrupting decoding with flushes.
9060
9061 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * ext/flac/gstflac.c:
9064           Don't #include file we don't dist any longer.
9065
9066 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * README:
9069           Replace current README (containing the release notes from
9070           some 0.9.x version) with a proper README taken from the core.
9071
9072 2006-05-24  Wim Taymans  <wim@fluendo.com>
9073
9074         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9075         Implement EOS correctly by either posting
9076         SEGMENT_DONE or pushing an EOS message depending
9077         on the seek type. Fixes #342592
9078
9079 2006-05-24  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9082         * gst/law/alaw-decode.h:
9083         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9084         * gst/law/alaw-encode.h:
9085         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9086         * gst/law/mulaw-decode.h:
9087         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9088         * gst/law/mulaw-encode.h:
9089         Some cleanups in the chain functions.
9090         Remove some GStreamer 0.0.2 bits.
9091
9092 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9095
9096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9097           gst_collect_pads_stop() needs to be called before chaining up
9098           to the parent class (#342734).
9099
9100 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * ext/flac/Makefile.am:
9103         * ext/flac/flac_compat.h:
9104         * ext/flac/gstflac.c:
9105         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9106         * ext/flac/gstflacenc.c:
9107           Remove backwards compatibility cruft for dealing with FLAC API
9108           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9109
9110 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9113         (gst_matroska_demux_push_xiph_codec_priv_data),
9114         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9115         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9116         * gst/matroska/matroska-ids.h:
9117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9118         (gst_matroska_mux_video_pad_setcaps),
9119         (xiph3_streamheader_to_codecdata),
9120         (vorbis_streamheader_to_codecdata),
9121         (theora_streamheader_to_codecdata),
9122         (gst_matroska_mux_audio_pad_setcaps),
9123         (gst_matroska_mux_write_data):
9124           Add support for muxing/demuxing theora video (#342448; too bad
9125           none of the usual linux players can actually play this). Playback
9126           in GStreamer will require additional changes to theoradec in -base.
9127           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9128           cleanups.
9129
9130 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9133         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9134           Fix crashes when the horizontal subsampling is 1.
9135           Fixes #342097.
9136
9137 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9140
9141         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9142         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9143         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9144         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9145         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9146         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9147         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9148         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9149         (gst_avi_mux_change_state):
9150         * gst/avi/gstavimux.h:
9151           Some enhancements for avimux (#342526):
9152            - add odml (large file) index support
9153            - store codec init data (e.g. huffyuv)
9154            - miscellaneous other fixes/cleanups
9155
9156 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9157
9158         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9159         Don't output any tag when we encounter a negative track number - the
9160         tag type is uint, so we end up outputting huge positive numbers
9161         instead. (Fixes: #342029)
9162
9163 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9164
9165         * configure.ac:
9166           update for new GSTPB_PLUGINS_DIR
9167
9168 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9169
9170         * rtp/gst/gstrtph263pay.c:
9171         Properly set static caps for H263 at 34.
9172
9173 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9176
9177         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9178           Merge event tags and tag setter tags correctly (#339918). Also,
9179           don't leak taglist in case of an error.
9180           
9181 2006-05-17  Edward Hervey  <edward@fluendo.com>
9182
9183         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9184         We can only do caps intersection if the othercaps are non-empty and not
9185         ANY. Else we return the pad template (base_caps).
9186
9187 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9190           Fix crash when outputting debugging information for certain
9191           pictures (always good to use the right struct member for
9192           the number of records in an array).
9193
9194 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9197
9198         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9199         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9200         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9201         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9202         (gst_ebml_read_float), (gst_ebml_read_ascii),
9203         (gst_ebml_read_binary):
9204           Don't create unnecessary sub-buffers all the time. Dramatically
9205           improves performance with multiple concurrently running
9206           matroskademux instances (#341818) (and avoids doing
9207           unnecessarily inefficient things in the general case).
9208
9209 2006-05-16  Edward Hervey  <edward@fluendo.com>
9210
9211         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9212         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9213         return value of gst_pad_push_event().
9214
9215 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9216
9217         * gst/autodetect/gstautoaudiosink.c:
9218         (gst_auto_audio_sink_find_best):
9219         * gst/autodetect/gstautovideosink.c:
9220         (gst_auto_video_sink_find_best):
9221         Make the name of the child element be based on the name of the
9222         parent, so that debug output is more useful.
9223         
9224         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9225         (parse_insert_string_field), (parse_split_strings):
9226         Rework string parsing to always walk over BOM markers in UTF16
9227         strings, using the endianness indicated by the innermost one,
9228         then trying the opposite endianness if that fails to convert
9229         to valid UTF-8. Fixes #341774
9230
9231 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9232
9233         Patch from: Matthieu <matthieu at fluendo dot com>
9234
9235         * ext/libpng/Makefile.am:
9236         Add LIBPNG_CFLAGS.
9237
9238 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         * ext/taglib/gstid3v2mux.cc:
9241           Add support for writing images (APIC frames) into ID3v2
9242           tags (picture type always set to 'other' for now though).
9243
9244 2006-05-14  Michael Smith  <msmith@fluendo.com>
9245
9246         * gst/wavparse/gstwavparse.c:
9247           Update docs; wavparse implements push and pull modes.
9248
9249 2006-05-12  Wim Taymans  <wim@fluendo.com>
9250
9251         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9252         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9253         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9254         Ooops, bitten by the copy-and-paste design paradigm, fixes
9255         seek again.
9256
9257 2006-05-12  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9260         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9261         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9262         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9263         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9264         (gst_avi_demux_massage_index),
9265         (gst_avi_demux_calculate_durations_from_index),
9266         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9267         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9268         (gst_avi_demux_loop):
9269         * gst/avi/gstavidemux.h:
9270         Some cleanups, prepare to use GstSegment.
9271         Fix error in entry walking code.
9272         Fix VBR detection.
9273         Smarter timestamp calculation code.
9274         Uniform error/eos handling.
9275
9276 2006-05-12  Michael Smith  <msmith@fluendo.com>
9277
9278         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9279         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9280           Fix use of uninitialised values if we're NOT seeking in ready.
9281           Fix typos.
9282
9283 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9284
9285         * gst/wavparse/Makefile.am:
9286           Add CFLAGS and LIBS for libgstbase, fixes build on
9287           Cygwin (#341489).
9288
9289 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9292           Some more debug info. No need to check whether the string
9293           returned by g_convert() is really UTF-8 - either it is or
9294           we get NULL returned.
9295
9296 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9297
9298         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9299           Fix parsing of numeric genre strings some more, by ensuring that
9300           we only try and parse strings that a) Start with '(' and b) Consist
9301           only of digits.
9302           Also, when finding an escaping '((' sequence, bust it back to '(' by
9303           swallowing the first parenthesis
9304
9305 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9308         (gst_esdsink_open), (gst_esdsink_close):
9309         * ext/esd/esdsink.h:
9310           Move the esd_get_server_info() into gst_esdsink_open() and fail
9311           with a decent error message on errors.
9312
9313 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9316         (gst_esdmon_channels_get_type):
9317         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9318         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9319         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9320         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9321         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9322         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9323         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9324         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9325         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9326         * gst/videomixer/videomixer.c:
9327         (gst_video_mixer_background_get_type):
9328           Const-ify GEnumValue arrays.
9329
9330 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9331
9332         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9333
9334         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9335         (gst_avi_mux_do_video_buffer):
9336           Work around gst_buffer_make_metadata_writable() bug that
9337           results in avimux marking all frames in the index as
9338           keyframes (#340859).
9339           
9340 2006-05-08  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9343         Make parsing of urls suck slightly less.
9344
9345 2006-05-08  Edward Hervey  <edward@fluendo.com>
9346
9347         * autogen.sh: (CONFIGURE_DEF_OPT): 
9348         libtoolize on Darwin/MacOSX is called glibtoolize.
9349
9350 2006-05-08  Wim Taymans  <wim@fluendo.com>
9351
9352         Patch by: Jens Granseuer <jensgr at gmx dot net>
9353
9354         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9355         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9356         C89 compliance fixes. Fixes #340980
9357
9358 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9361         * ext/flac/gstflacdec.h:
9362           Handle segment seeks that include the end of the file as stop point
9363           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9364           message instead of an EOS event in case we're in segment seek
9365           mode (fixes #340699).
9366           
9367 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9368
9369         * ext/cairo/gsttextoverlay.c:
9370         * ext/flac/gstflacdec.c:
9371         * ext/gdk_pixbuf/pixbufscale.c:
9372         * gst/apetag/gstapedemux.c:
9373         * gst/debug/breakmydata.c:
9374         * gst/debug/testplugin.c:
9375         * gst/matroska/ebml-write.c:
9376         * gst/multipart/multipartdemux.c:
9377         * sys/osxaudio/gstosxaudiosink.c:
9378         * sys/osxaudio/gstosxaudiosrc.c:
9379         Add semicolons after GST_BOILERPLATE[_FULL] so that
9380         indent doesn't mess up following lines.
9381
9382 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9385
9386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9387           Don't leak caps when freeing the stream context (#340623).
9388
9389 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * configure.ac:
9392           Back to CVS
9393
9394 === release 0.10.3 ===
9395
9396 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9397
9398         * configure.ac:
9399           releasing 0.10.3, "Desplazado"
9400
9401 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst/matroska/matroska-mux.c:
9404         (gst_matroska_mux_stream_is_vorbis_header),
9405         (gst_matroska_mux_write_data):
9406           Don't strcmp() NULL strings.
9407           Only start new clusters on video keyframes, not on any
9408           random audio buffer that doesn't have the DELTA_UNIT
9409           flag set (fixes 'make check' again).
9410
9411 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9412
9413         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9414
9415         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9416         (gst_matroska_mux_stream_is_vorbis_header),
9417         (gst_matroska_mux_write_data):
9418           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9419           value and then dead-lock when muxing vorbis audio streams
9420           (the three vorbis header buffers carry no timestamp, and it
9421           would try to mux these after all video buffers). Fixes #340346.
9422
9423           Improve clustering: start a new cluster also whenever we get
9424           a keyframe.     
9425
9426 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9427
9428         * win32/common/config.h:
9429         * win32/MANIFEST
9430           add the generated file as well
9431
9432 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9433
9434         * Makefile.am:
9435         * configure.ac:
9436         * win32/common/config.h.in:
9437           add win32 stuff
9438
9439 2006-05-03  Michael Smith  <msmith@fluendo.com>
9440
9441         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9442           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9443           SUCKS.
9444
9445 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9446
9447         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9448         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9449         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9450           don't leak caps-string
9451
9452 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9453
9454         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9455         (gst_id3demux_sink_activate):
9456           Let core insert default error message for TYPE_NOT_FOUND
9457           errors, it's just as good as our own and has the added
9458           bonus of being translated.
9459
9460 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9461
9462         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9463         (gst_tag_demux_sink_event):
9464         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9465         (gst_id3demux_sink_event):
9466           Post an error message when we get an EOS event and were not
9467           able to find out the type of stream.
9468
9469         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9470         (test_taglib_id3mux_with_tags):
9471           Decrease num-buffers to 16 per iteration again, otherwise the
9472           many memcpy()s and reallocations in the test will hammer slow
9473           CPUs completely and make the test timeout.
9474
9475 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9476
9477         * configure.ac:
9478           figure out where plugins-base plugins are
9479         * tests/check/Makefile.am:
9480           use plugins-base plugins, so we have typefind functions
9481         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9482           increase num-buffers, this makes sure the test errors out instead
9483           of timing out when no typefind functions are present
9484
9485 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * docs/plugins/Makefile.am:
9488           also check .cc files for gtk-doc markup
9489         * configure.ac:
9490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9492         * tests/check/Makefile.am:
9493         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9494         * ext/Makefile.am:
9495         * ext/taglib/Makefile.am:
9496         * ext/taglib/gstid3v2mux.h:
9497         * ext/taglib/gsttaglibmux.c:
9498         * ext/taglib/gsttaglibmux.h:
9499           move taglib-based id3v2muxer to -good.  Fixes #336110.
9500
9501 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9504           ... and fix multichannel/WAVFORMATEX support again.
9505
9506 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
9507
9508         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9509         (gst_wavparse_class_init), (gst_wavparse_dispose),
9510         (gst_wavparse_reset), (gst_wavparse_init),
9511         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9512         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9513         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9514         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9515         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9516         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9517         (gst_wavparse_stream_data), (gst_wavparse_loop),
9518         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9519         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9520         (gst_wavparse_change_state), (plugin_init):
9521         * gst/wavparse/gstwavparse.h:
9522           Add push (streaming) mode to wavparse (fixes #337625)
9523
9524 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9525
9526         * configure.ac:
9527         * tests/Makefile.am:
9528           add ximagesrc icles test
9529
9530 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9531
9532         * configure.ac:
9533         * docs/plugins/Makefile.am:
9534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9536         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9537         (gst_cmml_enc_push_clip):
9538         * sys/Makefile.am:
9539         * sys/ximage/Makefile.am:
9540         * sys/ximage/gstximagesrc.c:
9541           Move ximagesrc plug-in to good after review.  Fixes #336756.
9542
9543 2006-04-28  Michael Smith  <msmith@fluendo.com>
9544
9545         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9546         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9547         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9548         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9549         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9550         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9551         * gst/icydemux/gsticydemux.h:
9552           Fix event handling: cache events when typefinding and forward later.
9553
9554 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9555
9556         * sys/osxaudio/gstosxaudiosink.c:
9557         (plugin_init):
9558          Register osxaudiosrc to the plugin.
9559         * sys/osxaudio/gstosxaudiosrc.c:
9560         (gst_osx_audio_src_osxelement_do_init),
9561         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9562         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9563         (gst_osx_audio_src_get_property),
9564         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9565         (gst_osx_audio_src_osxelement_init):
9566         * sys/osxaudio/gstosxaudiosrc.h:
9567           Port of osxaudiosrc to 0.10.
9568         * sys/osxaudio/Makefile.am:
9569           Add osxaudiosrc
9570
9571 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9572
9573         * sys/osxaudio/gstosxringbuffer.c:
9574         * sys/osxaudio/gstosxringbuffer.h:
9575           Forgot to commit earlier, part of the OSX audio plugin port
9576
9577 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9580         (parse_split_strings):
9581           Recognise and skip any byte order marker (BOM) in
9582           UTF-16 strings.
9583
9584 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * docs/plugins/Makefile.am:
9587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9589         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9590         * docs/plugins/inspect/plugin-avi.xml:
9591         * gst/avi/gstavidemux.c:
9592         * gst/avi/gstavimux.c:
9593           Add docs for both avidemux and avimux.
9594
9595 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9598
9599         * gst/avi/Makefile.am:
9600         * gst/avi/gstavi.c: (plugin_init):
9601         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9602         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9603         (gst_avi_mux_class_init), (gst_avi_mux_init),
9604         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9605         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9606         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9607         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9608         (gst_avi_mux_riff_get_avix_header),
9609         (gst_avi_mux_riff_get_video_header),
9610         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9611         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9612         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9613         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9614         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9615         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9616         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9617         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9618         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9619         (gst_avi_mux_change_state):
9620         * gst/avi/gstavimux.h:
9621           Port AVI muxer to GStreamer-0.10 (#332031).
9622
9623         * tests/check/Makefile.am:
9624         * tests/check/elements/avimux.c:
9625         * tests/check/elements/.cvsignore:
9626           Add unit test for AVI muxer.
9627
9628 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9629
9630         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9631         (gst_wavparse_class_init), (gst_wavparse_reset),
9632         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9633         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9634         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9635         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9636         (gst_wavparse_stream_data), (gst_wavparse_loop),
9637         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9638         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9639         (plugin_init):
9640         * gst/wavparse/gstwavparse.h:
9641           reverted patch #337625 for the price of 1 hour sleep
9642
9643 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9644
9645         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9646         (gst_wavparse_class_init), (gst_wavparse_reset),
9647         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9648         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9649         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9650         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9651         (gst_wavparse_stream_data), (gst_wavparse_loop),
9652         (gst_wavparse_chain), (plugin_init):
9653         * gst/wavparse/gstwavparse.h:
9654           correct partial implementation of push mode
9655           (from my last commit)
9656
9657 2006-04-26  Wim Taymans  <wim@fluendo.com>
9658
9659         * ext/esd/esdsink.c:
9660         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9661         it is not in esd.h
9662
9663 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9666         (gst_au_parse_class_init), (gst_au_parse_init),
9667         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9668         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9669         (gst_au_parse_chain), (gst_au_parse_src_convert),
9670         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9671         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9672         (gst_au_parse_change_state):
9673         * gst/auparse/gstauparse.h:
9674           Rewrite auparse to suck a little bit less: make source pad
9675           dynamic, so decodebin/playbin work with non-raw formats
9676           like alaw/mulaw; add query function for duration/position
9677           queries; check whether we have enough data before attempting
9678           to parse the header (instead of crashing when that is not the
9679           case); work around audioconvert sucking by swapping endianness
9680           to the native endianness ourselves for float formats; send
9681           initial newsegment event. Fixes #161712.
9682
9683 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9684
9685         * sys/osxaudio/Makefile.am:
9686         * sys/osxaudio/gstosxaudioelement.c:
9687         (gst_osx_audio_element_get_type),
9688         (gst_osx_audio_element_class_init):
9689         * sys/osxaudio/gstosxaudioelement.h:
9690         * sys/osxaudio/gstosxaudiosink.c:
9691         (gst_osx_audio_sink_osxelement_do_init),
9692         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9693         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9694         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9695         (gst_osx_audio_sink_create_ringbuffer),
9696         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9697         (plugin_init):
9698         * sys/osxaudio/gstosxaudiosink.h:
9699         Port of osxaudiosink to 0.10
9700
9701 2006-04-26  Wim Taymans  <wim@fluendo.com>
9702
9703         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9704         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9705         the size of the ringbuffer. This should fix hangs with older 
9706         esd sound servers.
9707
9708 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9709
9710         * ext/aalib/gstaasink.c:
9711         * ext/annodex/gstcmmldec.c:
9712         * ext/annodex/gstcmmlenc.c:
9713         * ext/cairo/gsttextoverlay.c:
9714         * ext/cairo/gsttimeoverlay.c:
9715         * ext/cdio/gstcdiocddasrc.c:
9716         * ext/dv/gstdvdec.c:
9717         * ext/dv/gstdvdemux.c:
9718         * ext/esd/esdmon.c:
9719         * ext/esd/esdsink.c:
9720         * ext/flac/gstflacenc.c:
9721         * ext/flac/gstflactag.c:
9722         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9723         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9724         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9725         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9726         * ext/gdk_pixbuf/pixbufscale.c:
9727         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9728         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9729         * ext/jpeg/gstjpegdec.c:
9730         * ext/jpeg/gstjpegenc.c:
9731         * ext/jpeg/gstsmokedec.c:
9732         * ext/jpeg/gstsmokeenc.c:
9733         * ext/libcaca/gstcacasink.c:
9734         * ext/libmng/gstmngdec.c:
9735         * ext/libmng/gstmngenc.c:
9736         * ext/libpng/gstpngdec.c:
9737         * ext/libpng/gstpngenc.c:
9738         * ext/mikmod/gstmikmod.c:
9739         * ext/raw1394/gstdv1394src.c:
9740         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9741         * ext/shout2/gstshout2.h:
9742         * ext/speex/gstspeexdec.c:
9743         * ext/speex/gstspeexenc.c:
9744         * gst/alpha/gstalpha.c:
9745         * gst/alpha/gstalphacolor.c:
9746         * gst/apetag/gstapedemux.c:
9747         * gst/auparse/gstauparse.c:
9748         * gst/autodetect/gstautoaudiosink.c:
9749         (gst_auto_audio_sink_base_init):
9750         * gst/autodetect/gstautovideosink.c:
9751         (gst_auto_video_sink_base_init):
9752         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9753         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9754         * gst/cutter/gstcutter.c:
9755         * gst/debug/breakmydata.c:
9756         * gst/debug/efence.c:
9757         * gst/debug/gstnavigationtest.c:
9758         * gst/debug/gstnavseek.c:
9759         * gst/debug/negotiation.c:
9760         * gst/debug/progressreport.c:
9761         * gst/debug/testplugin.c:
9762         * gst/effectv/gstaging.c:
9763         * gst/effectv/gstdice.c:
9764         * gst/effectv/gstedge.c:
9765         * gst/effectv/gstquark.c:
9766         * gst/effectv/gstrev.c:
9767         * gst/effectv/gstshagadelic.c:
9768         * gst/effectv/gstvertigo.c:
9769         * gst/effectv/gstwarp.c:
9770         * gst/flx/gstflxdec.c:
9771         * gst/goom/gstgoom.c:
9772         * gst/icydemux/gsticydemux.c:
9773         * gst/id3demux/gstid3demux.c:
9774         * gst/interleave/deinterleave.c:
9775         * gst/interleave/interleave.c:
9776         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9777         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9778         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9779         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9780         * gst/level/gstlevel.c:
9781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9782         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9783         * gst/median/gstmedian.c:
9784         * gst/monoscope/gstmonoscope.c:
9785         * gst/multipart/multipartdemux.c:
9786         * gst/multipart/multipartmux.c:
9787         * gst/oldcore/gstaggregator.c:
9788         * gst/oldcore/gstfdsink.c:
9789         * gst/oldcore/gstmd5sink.c:
9790         * gst/oldcore/gstmultifilesrc.c:
9791         * gst/oldcore/gstpipefilter.c:
9792         * gst/oldcore/gstshaper.c:
9793         * gst/oldcore/gststatistics.c:
9794         * gst/rtp/gstasteriskh263.c:
9795         * gst/rtp/gstrtpL16depay.c:
9796         * gst/rtp/gstrtpL16pay.c:
9797         * gst/rtp/gstrtpamrdepay.c:
9798         * gst/rtp/gstrtpamrpay.c:
9799         * gst/rtp/gstrtpdepay.c:
9800         * gst/rtp/gstrtpgsmpay.c:
9801         * gst/rtp/gstrtph263pay.c:
9802         * gst/rtp/gstrtph263pdepay.c:
9803         * gst/rtp/gstrtph263ppay.c:
9804         * gst/rtp/gstrtpilbcdepay.c:
9805         * gst/rtp/gstrtpmp4gpay.c:
9806         * gst/rtp/gstrtpmp4vdepay.c:
9807         * gst/rtp/gstrtpmp4vpay.c:
9808         * gst/rtp/gstrtpmpadepay.c:
9809         * gst/rtp/gstrtpmpapay.c:
9810         * gst/rtp/gstrtppcmadepay.c:
9811         * gst/rtp/gstrtppcmapay.c:
9812         * gst/rtp/gstrtppcmudepay.c:
9813         * gst/rtp/gstrtppcmupay.c:
9814         * gst/rtp/gstrtpspeexdepay.c:
9815         * gst/rtp/gstrtpspeexpay.c:
9816         * gst/rtsp/gstrtpdec.c:
9817         * gst/rtsp/gstrtspsrc.c:
9818         * gst/smpte/gstsmpte.c:
9819         * gst/udp/gstdynudpsink.c:
9820         * gst/udp/gstmultiudpsink.c:
9821         * gst/udp/gstudpsink.c:
9822         * gst/udp/gstudpsrc.c:
9823         * gst/videobox/gstvideobox.c:
9824         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9825         * gst/videofilter/gstvideobalance.c:
9826         * gst/videofilter/gstvideoflip.c:
9827         * gst/videofilter/gstvideotemplate.c:
9828         (gst_videotemplate_base_init):
9829         * gst/videomixer/videomixer.c:
9830         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9831         (gst_wavparse_class_init), (gst_wavparse_dispose),
9832         (gst_wavparse_reset), (gst_wavparse_init),
9833         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9834         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9835         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9836         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9837         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9838         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9839         (gst_wavparse_change_state):
9840         * gst/wavparse/gstwavparse.h:
9841         * sys/oss/gstossmixerelement.c:
9842         * sys/oss/gstosssink.c:
9843         * sys/oss/gstosssrc.c:
9844         * sys/osxaudio/gstosxaudioelement.c:
9845         * sys/osxaudio/gstosxaudiosink.c:
9846         * sys/osxaudio/gstosxaudiosrc.c:
9847         * sys/sunaudio/gstsunaudiomixer.c:
9848         * sys/sunaudio/gstsunaudiosink.c:
9849           Define GstElementDetails as const and also static (when defined as
9850           global)
9851
9852 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9855           Source pad has fixed caps. If we don't set this, bad
9856           things happen when the window is resized.
9857
9858 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9859
9860         * gst/matroska/Makefile.am:
9861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9862         (gst_matroska_demux_handle_src_event):
9863         * gst/matroska/matroska-ids.c:
9864         (gst_matroska_track_init_video_context),
9865         (gst_matroska_track_init_audio_context),
9866         (gst_matroska_track_init_subtitle_context),
9867         (gst_matroska_track_init_complex_context):
9868         * gst/matroska/matroska-ids.h:
9869           Handle case where the TrackType ebml chunk does not come before the
9870           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9871           events.
9872
9873 2006-04-25  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9876         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9877         It's codec_data, not codec_info.
9878
9879 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9880
9881         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9882
9883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9884           Handle codec_data for VfW compatibility codec IDs (#339451)
9885
9886         * gst/matroska/matroska-mux.c:
9887         (gst_matroska_mux_video_pad_setcaps):
9888           Same here, handle codec_data and add additional caps we can handle
9889           now to the pad template (huffyuv, dv and h263 video) (#339451)
9890
9891 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
9894
9895         * gst/matroska/matroska-mux.c:
9896         (gst_matroska_mux_create_buffer_header),
9897         (gst_matroska_mux_write_data):
9898           Fix timestamping of B-frames, use signed integers, do
9899           some rounding (#339678).
9900
9901 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
9902
9903         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
9904         just make it compile with --disable-gst-debug.
9905
9906 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
9907
9908         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9909         Fix a bad conversion using gst_guint64_to_gdouble.
9910         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
9911         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
9912         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
9913     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
9914         mistake.
9915
9916 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
9917
9918         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9919         Use gst_guint64_to_gdouble for conversions
9920         * win32/vs6/gst_plugins_good.dsw:
9921         * win32/vs6/libgsticydemux.dsp:
9922         Add a project file for icydemux
9923
9924 2006-04-21  Wim Taymans  <wim@fluendo.com>
9925
9926         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9927
9928         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9929         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
9930         When splitting audio chunks, the block alignment is not taken in
9931         consideration, so the smaller chunks could be of size which is 
9932         not a multiple of the block alignment. Fixes #336904
9933
9934 2006-04-21  Wim Taymans  <wim@fluendo.com>
9935
9936         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
9937         Use scale functions
9938
9939 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * ext/dv/gstdv.c: (plugin_init):
9942           Fix build.
9943
9944 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/debug/progressreport.c: (gst_progress_report_finalize),
9947         (gst_progress_report_class_init), (gst_progress_report_init),
9948         (gst_progress_report_do_query), (gst_progress_report_report),
9949         (gst_progress_report_set_property),
9950         (gst_progress_report_get_property):
9951           Add 'format' property to force querying to a particular format.
9952
9953 2006-04-21  Andy Wingo  <wingo@pobox.com>
9954
9955         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
9956         best, on big endian systems. Drop its rank in that case. OTOH on
9957         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
9958
9959 2006-04-21  Michael Smith  <msmith@fluendo.com>
9960
9961         * configure.ac:
9962         * gst/icydemux/Makefile.am:
9963         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
9964         (gst_icydemux_base_init), (gst_icydemux_class_init),
9965         (gst_icydemux_reset), (gst_icydemux_init),
9966         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
9967         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
9968         (unicodify), (gst_icydemux_unicodify),
9969         (gst_icydemux_parse_and_send_tags),
9970         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9971         (gst_icydemux_chain), (gst_icydemux_change_state),
9972         (gst_icydemux_send_tag_event), (plugin_init):
9973         * gst/icydemux/gsticydemux.h:
9974         * tests/check/Makefile.am:
9975         * tests/check/elements/icydemux.c: (typefind_succeed),
9976         (plugin_init), (icydemux_found_pad), (create_icydemux),
9977         (cleanup_icydemux), (push_data), (GST_START_TEST),
9978         (icydemux_suite), (main):
9979           Add icydemux, and tests.
9980
9981 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9984           Post SEGMENT_DONE message in TIME format.
9985
9986 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9987
9988         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9989
9990         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
9991         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
9992           Fix index creation when we have to scan the file to create
9993           an index. There may be other types of RIFF 'LIST' chunks than
9994           'movi' and we need to skip them properly as well or we'll end up
9995           reading garbage (#336889). Some other cosmetic changes.
9996           
9997 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10000         (gst_flac_dec_handle_seek_event):
10001           Add support for segment seeks (fixes #338290). Also demote
10002           some recurring debug message from DEBUG to LOG level.
10003
10004 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10005
10006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10007         (gst_matroskademux_do_index_seek),
10008         (gst_matroska_demux_handle_seek_event),
10009         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10010         * gst/matroska/matroska-ids.h:
10011           Set DISCONT flag on first buffer after a discontinuity.
10012           Fix newsegment events sent when seeking and honour KEY_UNIT
10013           seek flag. Create pad with bogus caps if we don't recognise
10014           the stream codec id.
10015
10016         * gst/matroska/matroska-demux.h:
10017           Fix GObject macros.
10018
10019 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10022
10023         * gst/matroska/matroska-demux.c:
10024         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10025           Handle end of segment properly when set; don't dead-lock when
10026           posting start of segment message when doing a segment seek.
10027           Fixes #338810.
10028
10029 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10032         (gst_matroska_demux_plugin_init):
10033           Make mpeg2 aac audio work: create artificial private codec data
10034           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10035           Also call gst_riff_init(). Partially fixes #338767.
10036
10037 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10038
10039         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10040         (gst_wavenc_class_init), (gst_wavenc_init),
10041         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10042         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10043         (gst_wavenc_chain), (gst_wavenc_change_state):
10044         * gst/wavenc/gstwavenc.h:
10045           Set caps on first outgoing buffer, so that it doesn't error out
10046           immediately with a non-negotiated error (#338716). Rewrite and
10047           clean up a bit; fix setcaps function to parse things properly;
10048           fix sink caps (8bit audio is unsigned and doesn't have depth);
10049           use boilerplate macros; remove unused properties stuff.
10050
10051 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10054           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10055           handle MJPEG streams and might be autoplugged for those if the
10056           user doesn't have jpegdec installed (resulting in a cryptic error
10057           message about huffman tables). Better to disable JPEG decoding here
10058           and let the user figure out that she needs to install jpegdec.
10059
10060 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10063         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10064         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10065         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10066           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10067           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10068           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10069           debug messages. Fix boilerplate macros.
10070
10071 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10074         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10075           No need to special-case for Gdk-2.0 any longer, we require
10076           Gdk 2.2 or newer; minor clean-ups.
10077
10078 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10081         (gst_shout2send_class_init), (gst_shout2send_init),
10082         (set_shout_metadata), (gst_shout2send_set_metadata),
10083         (gst_shout2send_event), (gst_shout2send_start),
10084         (gst_shout2send_connect), (gst_shout2send_stop),
10085         (gst_shout2send_render), (gst_shout2send_set_property),
10086         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10087         (plugin_init):
10088         * ext/shout2/gstshout2.h:
10089         * po/POTFILES.in:
10090           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10091           change function; use GST_ELEMENT_ERROR for error reporting, not
10092           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10093           will cause crashes or assertion failures; remove (unused) "sync"
10094           property, basesink already has such a property; misc. other
10095           minor fixes and cleanups.
10096
10097 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10100         * ext/esd/gstesd.c: (plugin_init):
10101         * po/POTFILES.in:
10102           Add translatable error message for when we cannot
10103           connect to the sound server, as "Cannot open resource
10104           for writing" isn't really an acceptable message to show
10105           to the user in this case.
10106
10107 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * sys/oss/gst-i18n-plugin.h:
10110           Remove bogus file that doesn't belong here.
10111
10112 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         Patch by: Philippe Valembois
10115
10116         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10117         (gst_shout2send_set_metadata), (gst_shout2send_event),
10118         (gst_shout2send_render), (gst_shout2send_change_state):
10119         * ext/shout2/gstshout2.h:
10120           Handle tags being received before the connection to
10121           the server is established properly (see #338636).
10122
10123 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10126           Don't crash in case the connection to the server fails:
10127           don't set pointer to NULL by assigning FALSE; error out
10128           properly by using GST_ELEMENT_ERROR and returning
10129           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10130           before resetting the pointer.
10131
10132 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10133
10134         * gst/id3demux/id3tags.c:
10135         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10136         (Fixes #338713)
10137
10138 2006-04-12  Wim Taymans  <wim@fluendo.com>
10139
10140         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10141         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10142         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10143         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10144         (gst_gdk_pixbuf_chain):
10145         Some cleanups.
10146         Added RGBA as a possible output format.
10147         Correctly free the supported mimetypes.
10148         deprecate silent arg, it's not used.
10149         Return result from _alloc_buffer to peer.
10150
10151 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10154           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10155           overwriting GST_BUFFER_MALLOCDATA.
10156
10157 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10160         (user_endrow_callback), (user_end_callback),
10161         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10162         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10163         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10164         * ext/libpng/gstpngdec.h:
10165           Handle more than one frame if the content is framed,
10166           like with png-in-quicktime (#331917).
10167
10168 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10169
10170         * sys/oss/Makefile.am:
10171         * sys/oss/common.h:
10172         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10173         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10174         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10175         (gst_oss_src_unprepare):
10176           - the user-visible error strings were in the wrong category
10177           - and the messages were not marked for translation
10178           - which is actually a good thing, because they were exactly
10179             the kind of message you would never want anyone to see
10180           - the macros were using variables that didn't exist in the macro
10181             arguments
10182           - and they were obviously copied from each other and then modified
10183           - so a common header makes sense
10184
10185 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10188           Don't try to modify read-only data.
10189
10190         * gst/matroska/matroska-demux.c:
10191         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10192           Fix comment (won't crash any longer now).
10193
10194 2006-04-10  Michael Smith  <msmith@fluendo.com>
10195
10196         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10197           Use copies of header buffers for caps to avoid circular refcounting
10198           problems (as in theoradec, vorbisdec).
10199
10200         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10201           Fix a typo in test that meant it was testing the wrong thing.
10202
10203         * tests/check/elements/cmmlenc.c: (check_headers):
10204           Fix refcount checks now that we use buffer-copies for caps.
10205
10206 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10209         (gst_matroska_demux_handle_seek_event),
10210         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10211         (gst_matroska_demux_subtitle_caps),
10212         (gst_matroska_demux_plugin_init):
10213           Use static pad templates with ANY caps for audio and video
10214           source pads and get rid of a lot of unnecessary (and partially
10215           broken) code for the template caps. Clean up caps finding
10216           functions. Fixes playback of audio files/streams that do not
10217           contain the sample rate and/or number of channels in the audio
10218           context (happens a lot with vorbis/mp3 .mka files it seems).
10219           Fixes #337183.
10220           Also add myself to copyright holders.
10221
10222 2006-04-10  Michael Smith  <msmith@fluendo.com>
10223
10224         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10225           Use g_list_delete_link () instead of g_list_remove_link () so that
10226           we free the link as well as the contained data.
10227
10228 2006-04-10  Wim Taymans  <wim@fluendo.com>
10229
10230         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10231
10232         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10233         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10234         (gst_avi_demux_stream_header):
10235         Fix some crashers with empty chunks. (Fixes #337749)
10236
10237 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10238
10239         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10240           use G_GINT64_CONSTANT for INT64 constants
10241         * gst/videofilter/gstvideobalance.c:
10242           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10243         * win32/vs6/libgstavi.dsp:
10244          add missing libraries for the link and remove avimux.c from
10245          the project as it isn't ported to 0.10 yet
10246         
10247 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10250           Even better would be if we actually did the right thing
10251           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10252
10253 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10256           Can't just replace 1LL with 1L here just because MSVC doesn't
10257           support it, as it might lead to incorrect results when doing the
10258           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10259           force a 64-bit constant in a way that all compilers are happy with.
10260
10261 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10262
10263         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10264         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10265         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10266         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10267         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10268         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10269         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10270         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10271         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10272         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10273         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10274         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10275         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10276         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10277         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10278         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10279         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10280         * gst/debug/efence.c: (gst_efence_class_init):
10281         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10282         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10283         * gst/goom/gstgoom.c: (gst_goom_class_init):
10284         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10285         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10286         * gst/interleave/interleave.c: (interleave_class_init):
10287         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10288         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10289         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10290         * gst/median/gstmedian.c: (gst_median_class_init):
10291         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10292         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10293         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10294         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10295         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10296         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10297         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10298         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10299         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10300         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10301         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10302         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10303         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10304         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10305         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10306         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10307         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10308         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10309         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10310         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10311         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10312         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10313         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10314         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10315         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10317         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10318         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10319         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10320         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10321         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10322         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10323         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10324         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10325         * sys/osxaudio/gstosxaudioelement.c:
10326         (gst_osxaudioelement_class_init):
10327         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10328         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10329         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10330         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10331
10332 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10333
10334         * ext/mikmod/gstmikmod.h:
10335         * gst/level/gstlevel.h:
10336         Fix more broken GObject macros
10337
10338 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10339
10340         * ext/annodex/gstcmmldec.h:
10341         * ext/annodex/gstcmmlenc.h:
10342         * ext/annodex/gstcmmltag.h:
10343         * ext/cairo/gsttextoverlay.h:
10344         * ext/ladspa/gstsignalprocessor.h:
10345         * gst/matroska/ebml-read.h:
10346         * gst/matroska/ebml-write.h:
10347         * sys/osxaudio/gstosxaudioelement.h:
10348         Fix broken GObject macros
10349
10350 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10353           Don't try to seek beyond the end of the file (would
10354           occasionally display error dialogs in totem when seeking
10355           to the end) (#335869). Will still throw an error though
10356           if the file is truncated and the total_samples value in
10357           the stream header is wrong.
10358
10359 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10362         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10363         (gst_flac_dec_metadata_callback):
10364         * ext/flac/gstflacdec.h:
10365           If the stream header doesn't contain the total number of samples,
10366           search for the last flac frame at the end of the file and calculate
10367           the total duration from that frame's offset (fixes #337609).
10368
10369 2006-04-07  Edward Hervey  <edward@fluendo.com>
10370
10371         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10372         Don't unref the GstPadTemplate returned by
10373         gst_element_class_get_pad_template().
10374
10375 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10378
10379         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10380         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10381         * sys/sunaudio/gstsunaudiosink.h:
10382           Use spec->segsize and spec->segtotal in the prepare function
10383           to initialise the ring buffer instead of using the buffer-time
10384           property (#337421).
10385
10386 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * configure.ac:
10389           Bump core requirements to CVS for gst_pad_query_peer_duration()
10390           which is used by speexdec.
10391
10392 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10393
10394         * ext/speex/gstspeex.c: (plugin_init):
10395         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10396         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10397         (speex_get_sink_query_types), (speex_dec_sink_query),
10398         (speex_get_src_query_types), (speex_dec_src_query),
10399         (speex_dec_src_event), (speex_dec_sink_event),
10400         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10401         (speex_dec_chain_parse_data), (speex_dec_chain),
10402         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10403         (speex_dec_change_state):
10404         * ext/speex/gstspeexdec.h:
10405           Fix seeking and duration queries (#337033); clean up and
10406           refactor a bit.
10407
10408 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10409
10410         * ext/raw1394/gstdv1394src.c:
10411           distinguish between device not found and could not open for
10412           reading
10413
10414 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10415
10416         * Makefile.am:
10417         * configure.ac:
10418         * pkgconfig/.cvsignore:
10419         * pkgconfig/Makefile.am:
10420         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10421           add a .pc file so other modules can use good plugins in tests
10422
10423 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10424
10425         * configure.ac:
10426           clean up, use AS_VERSION and AS_NANO
10427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10428           use PACKAGE_VERSION define
10429         * po/af.po:
10430         * po/az.po:
10431         * po/cs.po:
10432         * po/en_GB.po:
10433         * po/hu.po:
10434         * po/it.po:
10435         * po/nb.po:
10436         * po/nl.po:
10437         * po/or.po:
10438         * po/sq.po:
10439         * po/sr.po:
10440         * po/sv.po:
10441         * po/uk.po:
10442         * po/vi.po:
10443           updated
10444
10445 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
10446
10447         * ext\jpeg\smokecodec.c:
10448           use of GST_DEBUG instead of DEBUG(a...) for WIN32
10449         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10450           move first instruction after all variables declarations
10451         * gst\alpha\gstalpha.c:
10452         * gst\effectv\gstshagadelic.c:
10453         * gst\smpte\paint.c:
10454         * gst\videofilter\gstvideobalance.c:
10455           define M_PI if it's not defined (it's not defined on WIN32)
10456         * gst\cutter\gstcutter.c: (gst_cutter_chain):
10457         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10458         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10459         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
10460         (gst_matroska_demux_video_caps):
10461         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10462         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10463           use gst_guint64_to_gdouble for conversions
10464         * gst\goom\filters.c: (setPixelRGB_):
10465           fix a debug which was using undefined variable
10466         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10467         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10468           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10469         * win32/vs6:
10470           add vs6 projects files for most of plugins-good
10471         
10472 2006-03-30  j^  <j@bootlab.org>
10473
10474         * ext/aalib/gstaasink.c:
10475         * ext/annodex/gstcmmldec.c:
10476         * ext/annodex/gstcmmlenc.c:
10477         * ext/cairo/gsttextoverlay.c:
10478         * ext/cairo/gsttimeoverlay.c:
10479         * ext/cdio/gstcdiocddasrc.c:
10480         * ext/dv/gstdvdec.c:
10481         * ext/esd/esdmon.c:
10482         * ext/esd/esdsink.c:
10483         * ext/flac/gstflacdec.c:
10484         * ext/flac/gstflacenc.c:
10485         * ext/flac/gstflactag.c:
10486         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10487         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10488         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10489         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10490         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10491         * ext/gdk_pixbuf/pixbufscale.c:
10492         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10493         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10494         * ext/jpeg/gstjpegdec.c:
10495         * ext/jpeg/gstjpegenc.c:
10496         * ext/jpeg/gstsmokedec.c:
10497         * ext/jpeg/gstsmokeenc.c:
10498         * ext/libcaca/gstcacasink.c:
10499         * ext/libmng/gstmngdec.c:
10500         * ext/libmng/gstmngenc.c:
10501         * ext/libpng/gstpngdec.c:
10502         * ext/libpng/gstpngenc.c:
10503         * ext/mikmod/gstmikmod.c:
10504         * ext/raw1394/gstdv1394src.c:
10505         * ext/shout2/gstshout2.c:
10506         * ext/speex/gstspeexdec.c:
10507         * ext/speex/gstspeexenc.c:
10508         * gst/alpha/gstalpha.c:
10509         * gst/alpha/gstalphacolor.c:
10510         * gst/auparse/gstauparse.c:
10511         * gst/autodetect/gstautoaudiosink.c:
10512         (gst_auto_audio_sink_base_init):
10513         * gst/autodetect/gstautovideosink.c:
10514         (gst_auto_video_sink_base_init):
10515         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10516         * gst/cutter/gstcutter.c:
10517         * gst/debug/breakmydata.c:
10518         * gst/debug/efence.c:
10519         * gst/debug/gstnavigationtest.c:
10520         * gst/debug/negotiation.c:
10521         * gst/debug/progressreport.c:
10522         * gst/debug/testplugin.c:
10523         * gst/effectv/gstaging.c:
10524         * gst/effectv/gstdice.c:
10525         * gst/effectv/gstedge.c:
10526         * gst/effectv/gstquark.c:
10527         * gst/effectv/gstrev.c:
10528         * gst/effectv/gstvertigo.c:
10529         * gst/effectv/gstwarp.c:
10530         * gst/flx/gstflxdec.c:
10531         * gst/goom/gstgoom.c:
10532         * gst/interleave/deinterleave.c:
10533         * gst/interleave/interleave.c:
10534         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10535         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10536         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10537         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10538         * gst/level/gstlevel.c:
10539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10540         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10541         * gst/median/gstmedian.c:
10542         * gst/monoscope/gstmonoscope.c:
10543         * gst/multipart/multipartdemux.c:
10544         * gst/multipart/multipartmux.c:
10545         * gst/oldcore/gstmd5sink.c:
10546         * gst/oldcore/gstmultifilesrc.c:
10547         * gst/oldcore/gstpipefilter.c:
10548         * gst/oldcore/gstshaper.c:
10549         * gst/oldcore/gststatistics.c:
10550         * gst/rtp/gstasteriskh263.c:
10551         * gst/rtp/gstrtpL16depay.c:
10552         * gst/rtp/gstrtpL16pay.c:
10553         * gst/rtp/gstrtpamrdepay.c:
10554         * gst/rtp/gstrtpamrpay.c:
10555         * gst/rtp/gstrtpdepay.c:
10556         * gst/rtp/gstrtpgsmpay.c:
10557         * gst/rtp/gstrtph263pay.c:
10558         * gst/rtp/gstrtph263pdepay.c:
10559         * gst/rtp/gstrtph263ppay.c:
10560         * gst/rtp/gstrtpmp4gpay.c:
10561         * gst/rtp/gstrtpmp4vdepay.c:
10562         * gst/rtp/gstrtpmp4vpay.c:
10563         * gst/rtp/gstrtpmpadepay.c:
10564         * gst/rtp/gstrtpmpapay.c:
10565         * gst/rtp/gstrtppcmadepay.c:
10566         * gst/rtp/gstrtppcmapay.c:
10567         * gst/rtp/gstrtppcmudepay.c:
10568         * gst/rtp/gstrtppcmupay.c:
10569         * gst/rtp/gstrtpspeexdepay.c:
10570         * gst/rtp/gstrtpspeexpay.c:
10571         * gst/rtsp/gstrtpdec.c:
10572         * gst/smpte/gstsmpte.c:
10573         * gst/videobox/gstvideobox.c:
10574         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10575         * gst/videofilter/gstvideobalance.c:
10576         * gst/videofilter/gstvideoflip.c:
10577         * gst/videofilter/gstvideotemplate.c:
10578         (gst_videotemplate_base_init):
10579         * gst/videomixer/videomixer.c:
10580         * gst/wavenc/gstwavenc.c:
10581         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10582          better/unified long descriptions
10583          Fixed #336602
10584          Some cleanups to auparse, don't send multiple newsegments.
10585
10586 2006-03-29  Wim Taymans  <wim@fluendo.com>
10587
10588         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10589
10590         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10591         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10592         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10593         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10594         * ext/dv/gstdvdemux.h:
10595         Seek in READY patch. Only works for pull based mode.
10596         Fixes #323880
10597
10598 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10601         (gst_gdk_pixbuf_event):
10602           Fix two crashers: don't unref the same caps twice, and
10603           set pixbuf loader to NULL after freeing it.
10604
10605 2006-03-27  Wim Taymans  <wim@fluendo.com>
10606
10607         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10608         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10609         (gst_speexenc_chain):
10610         * ext/speex/gstspeexenc.h:
10611         Don't leak adapter.
10612         A push *always* takes ownership of the buffer, even on
10613         errors.
10614         Small cleanups.
10615
10616 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10617
10618         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10619           Create source pad without leaking.
10620
10621 2006-03-24  Wim Taymans  <wim@fluendo.com>
10622
10623         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10624         * ext/flac/gstflacdec.h:
10625         * ext/flac/gstflacenc.h:
10626         Spifify a bit.
10627         Fix deadly lock order error in seeking code, STREAM_LOCK
10628         cannot be taken within LOCK and the streaming variables are
10629         protected with the STREAM_LOCK anyway.
10630
10631 2006-03-24  Wim Taymans  <wim@fluendo.com>
10632
10633         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10634         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10635         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10636         this patch combines the global init_frames with the stream
10637         init_frames. Rationale being that the global delay should 
10638         be subtracted from any stream delay.
10639         Fixes #335858.
10640
10641 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10642
10643         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10644         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10645         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10646         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10647         use DEBUG_FUNCPTR for collectpads
10648
10649 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10652           Don't crash when encoding images where the number of rows isn't
10653           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10654
10655 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10658         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10659         * gst/interleave/interleave.c: (interleave_change_state):
10660         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10661           More state change function fixes.
10662
10663 2006-03-23  Wim Taymans  <wim@fluendo.com>
10664
10665         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10666         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10667         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10668         (gst_esdsink_delay), (gst_esdsink_reset):
10669         * ext/esd/esdsink.h:
10670         Fix esd choppy playback by configuring audiosink
10671         correctly. Fixes #325191
10672
10673 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10676           Make state change function thread-safe.
10677
10678 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10681         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10682           Don't try to read beyond the end of the file just because
10683           the header claims a bigger size (like with truncated files).
10684
10685 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10688         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10689         (gst_wavparse_stream_data), (gst_wavparse_loop):
10690         * gst/wavparse/gstwavparse.h:
10691           Delay source pad creation until we have the first chunk of
10692           media data, so the we can examine the data and adjust the
10693           caps accordingly if required. This makes playback of .wav
10694           files with DTS-declared-as-PCM content work (#313266).
10695
10696 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10699         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10700         Don't attempt typefinding on too-short buffers that have been
10701         completely trimmed away. (Fixes #330239)
10702
10703         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10704         Improve the debug output
10705
10706 2006-03-21  Wim Taymans  <wim@fluendo.com>
10707
10708         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10709         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10710         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10711         (gst_esdsink_set_property), (gst_esdsink_get_property):
10712         Some cleanups.
10713         Reset fd to -1 when we close them.
10714
10715 2006-03-21  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10718         the OPTIONS request result is optional so don't
10719         fail on it.
10720
10721 2006-03-21  Edward Hervey  <edward@fluendo.com>
10722
10723         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10724         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10725         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10726         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10727         (gst_wavparse_change_state):
10728         gcc 4.1 unreferenced pointer fixes.
10729
10730 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10733
10734         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10735           Fix block alignment calculation. Alignment should be done before
10736           adding the byte offset where the data starts (#335231).
10737
10738 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10739
10740         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10741           Ensure that we set correct caps on buffers that are transferred
10742           direct from the input.
10743
10744 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10745
10746         * gst/goom/filters.c: (zoomFilterDestroy):
10747         * gst/goom/goom_core.c: (goom_close):
10748           Free filter data when cleaning up. (Fixes: #334995)
10749
10750 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         * configure.ac:
10753           Don't compile udp and rtsp plugins on win32 (mingw) or other
10754           systems that don't have <sys/socket.h> for some reason (#316203).
10755
10756 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10757
10758         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10759         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10760         * ext/raw1394/gstdv1394src.h:
10761           Change bus reset handler so it reports useful information such as
10762           whether the device being used connected or disconnected
10763
10764 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/id3demux/id3v2frames.c:
10767         (parse_relative_volume_adjustment_two):
10768           We only care about gain and peak data for the master volume.
10769
10770 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10773         (parse_id_string), (parse_unique_file_identifier),
10774         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10775           Read replay gain tags (#323721).
10776
10777 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * configure.ac:
10780           Bump requirements to gst-plugins-base CVS because
10781           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10782
10783 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10784
10785         * rtp/gst/gstrtppcmadepay.c:
10786         Fixed one of the caps in the code from mulaw to alaw.
10787
10788 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10789
10790         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10791           Ensure that we set caps on the buffers we pass.
10792
10793         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10794         (gst_id3demux_sink_activate):
10795           Ensure that we set caps on the buffers we pass.
10796
10797           Use STREAM, TYPE_NOT_FOUND as the error class when
10798           typefinding fails.
10799
10800 2006-03-15  Edward Hervey  <edward@fluendo.com>
10801
10802         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10803         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10805         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10806         (gst_jpeg_dec_setcaps):
10807         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10808         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10809         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10810         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10811         (gst_mngdec_src_getcaps):
10812         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10813         (gst_pngdec_caps_create_and_set):
10814         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10815         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10816         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10817         * gst/alpha/gstalpha.c: (gst_alpha_init):
10818         * gst/auparse/gstauparse.c: (gst_au_parse_init):
10819         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10820         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10821         * gst/cutter/gstcutter.c: (gst_cutter_init):
10822         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10823         (gst_efence_checkgetrange):
10824         * gst/debug/negotiation.c: (gst_negotiation_init):
10825         * gst/flx/gstflxdec.c: (gst_flxdec_init):
10826         * gst/goom/gstgoom.c: (gst_goom_init):
10827         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10828         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10829         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10830         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10831         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10832         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10833         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10834         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10835         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10836         (gst_wavparse_create_sourcepad):
10837         Fix memleak with gst_static_pad_template_get().
10838         This uses gst_pad_new_from_static_template() instead.
10839         Fixes #333512
10840
10841 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * configure.ac:
10844           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10845           used by id3demux.
10846
10847         * gst/id3demux/gstid3demux.c: (plugin_init):
10848         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10849         (parse_user_text_identification_frame),
10850         (parse_unique_file_identifier):
10851           Add support for UFID and TXXX frames and extract musicbrainz tags.
10852
10853 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10856           Catch short reads, like they might happen with truncated
10857           files (see #305279); remove unnecessary indentation.
10858
10859 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10862           Fix DIB image inversion for pictures with a
10863           depth != 8 (#305279).
10864
10865 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10866
10867         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10868         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10869         * ext/jpeg/gstjpegdec.h:
10870           Fix durations on outgoing buffers after seeking
10871           in MJPEG files (#334083); some minor clean-ups.
10872
10873 2006-03-13  Wim Taymans  <wim@fluendo.com>
10874
10875         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10876         (gst_wavparse_change_state):
10877         Implement seek in READY (re-fixes #327658)
10878
10879 2006-03-13  Wim Taymans  <wim@fluendo.com>
10880
10881         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
10882         * ext/esd/esdmon.c: (gst_esdmon_get):
10883         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10884         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10885         (gst_gdk_pixbuf_sink_getcaps):
10886         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
10887         (gst_jpegenc_setcaps):
10888         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10889         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10890         (gst_smokeenc_setcaps):
10891         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
10892         (gst_mngdec_src_getcaps):
10893         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
10894         (gst_mngenc_chain):
10895         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10896         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
10897         * ext/speex/gstspeexdec.c: (speex_dec_convert),
10898         (speex_dec_src_event), (speex_dec_chain):
10899         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
10900         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
10901         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
10902         (gst_negotiation_pad_link), (gst_negotiation_chain):
10903         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
10904         (gst_flxdec_chain):
10905         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
10906         (deinterleave_chain):
10907         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
10908         * gst/median/gstmedian.c: (gst_median_link):
10909         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
10910         (gst_monoscope_chain):
10911         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
10912         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
10913         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
10914         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
10915         close #333784 unref the result of gst_pad_get_parent()
10916         by: Christophe Fergeau.
10917
10918 2006-03-09  Wim Taymans  <wim@fluendo.com>
10919
10920         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
10921         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
10922         Handle events in push mode better, can now do non-flushing
10923         seeks in push mode as well.
10924
10925 2006-03-07  Wim Taymans  <wim@fluendo.com>
10926
10927         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10928         Applied patch from Kai Vehmanen, fixes #333624.
10929
10930 2006-03-06  Julien MOUTTE  <julien@moutte.net>
10931
10932         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
10933         Implement paletted and grayscale png files handling.
10934         (#150363).
10935
10936 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10937
10938         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
10939         (gst_speexenc_chain):
10940           fix a tag list assert
10941           follow gst-plugins-base/ext/ogg/README; set OFFSET
10942           and OFFSET_END.  Muxes correctly with gst-plugins-base
10943           > 0.9.3
10944
10945 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/id3demux/Makefile.am:
10948         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10949         (gst_id3demux_chain), (gst_id3demux_sink_activate):
10950           Use new typefind helper functions here as well, and
10951           do typefinding in pull-mode if upstream supports that.
10952
10953 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * sys/sunaudio/gstsunaudiomixerctrl.c:
10956         (gst_sunaudiomixer_ctrl_get_volume),
10957         (gst_sunaudiomixer_ctrl_set_volume):
10958         * sys/sunaudio/gstsunaudiomixertrack.c:
10959         (gst_sunaudiomixer_track_new):
10960           Remove unused variables, breaks build from CVS
10961           with -Werror (#333392, patch by: Benjamin Pineau)
10962
10963 2006-03-03  Wim Taymans  <wim@fluendo.com>
10964
10965         * docs/plugins/Makefile.am:
10966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10968         Added wavparse docs.
10969
10970         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10971         (gst_wavparse_reset), (gst_wavparse_init),
10972         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
10973         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10974         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10975         (gst_wavparse_stream_data), (gst_wavparse_loop),
10976         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
10977         (gst_wavparse_change_state):
10978         * gst/wavparse/gstwavparse.h:
10979         Implement seek in READY (fixes #327658)
10980         Added docs and did some cleanups.
10981
10982 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10985         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
10986         (gst_avi_demux_calculate_durations_from_index),
10987         (gst_avi_demux_stream_header):
10988         * gst/avi/gstavidemux.h:
10989           If we have an index, use a duration based on the index instead
10990           of blindly trusting the information in the stream headers
10991           (fixes #331817).
10992
10993 2006-03-03  Wim Taymans  <wim@fluendo.com>
10994
10995         * docs/plugins/Makefile.am:
10996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10998         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10999         Added smoke and jpeg to the docs.
11000
11001         * ext/jpeg/Makefile.am:
11002         * ext/jpeg/gstjpeg.c: (plugin_init):
11003         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11004         * ext/jpeg/gstjpegenc.h:
11005         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11006         (gst_smokedec_chain):
11007         * ext/jpeg/gstsmokedec.h:
11008         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11009         * ext/jpeg/gstsmokeenc.h:
11010         * ext/jpeg/smokecodec.h:
11011         Port smokedec (fixes #331905).
11012         Added some docs.
11013         Some cleanups.
11014
11015 2006-03-03  Wim Taymans  <wim@fluendo.com>
11016
11017         * docs/plugins/Makefile.am:
11018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11020         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11021         Added videobalance and videoflip to the docs.
11022
11023         * gst/videofilter/Makefile.am:
11024         * gst/videofilter/gstvideobalance.c:
11025         (gst_video_balance_update_tables_planar411),
11026         (gst_video_balance_is_passthrough),
11027         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11028         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11029         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11030         (gst_video_balance_finalize), (gst_video_balance_class_init),
11031         (gst_video_balance_init), (gst_video_balance_interface_supported),
11032         (gst_video_balance_interface_init),
11033         (gst_video_balance_colorbalance_list_channels),
11034         (gst_video_balance_colorbalance_set_value),
11035         (gst_video_balance_colorbalance_get_value),
11036         (gst_video_balance_colorbalance_init),
11037         (gst_video_balance_set_property), (gst_video_balance_get_property),
11038         (gst_video_balance_get_type), (plugin_init):
11039         * gst/videofilter/gstvideobalance.h:
11040         Ported to 0.10. (Fixes #326160)
11041         Added docs.
11042
11043         * gst/videofilter/gstvideoflip.c:
11044         * gst/videofilter/gstvideoflip.h:
11045         Added docs.
11046
11047 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * configure.ac:
11050           Bump requirements to current core and -base CVS
11051           (core for new typefind helper API, and -base for the
11052           WAVFORMATEX support that was added to libgstriff and
11053           is needed by wavparse).
11054         
11055         * gst/apetag/Makefile.am:
11056         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11057         (gst_tag_demux_sink_activate):
11058           Use new typefind helpers for typefinding instead of our
11059           home-grown stuff; also, do typefinding in pull-mode if
11060           upstream supports that.
11061
11062 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11063
11064         Reviewed by: Christian Schaller <christian@fluendo.com>
11065
11066         This patch fixes bug: 329107
11067
11068         This Changelog entry is for a commit done on February 17
11069
11070         * ext/gconf/gconf.c
11071         * ext/gconf/gconf.h
11072         * ext/gconf/gstgconfaudiosink.c
11073         * ext/gconf/gstgconfaudiosink.h
11074         * gconf/gstreamer.schemas.in
11075
11076 2006-02-28  Wim Taymans  <wim@fluendo.com>
11077
11078         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11079         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11080         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11081         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11082         Use DEBUG_OBJECT more.
11083
11084 2006-02-28  Wim Taymans  <wim@fluendo.com>
11085
11086         * docs/plugins/Makefile.am:
11087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11089         Added dvdec and dvdemux to docs.
11090
11091         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11092         Added docs.
11093         Check frame sizes so we don't crash when don't have enough
11094         data.
11095         Send nice error messages on error.
11096
11097         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11098         (gst_dvdemux_class_init), (gst_dvdemux_init),
11099         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11100         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11101         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11102         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11103         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11104         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11105         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11106         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11107         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11108         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11109         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11110         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11111         * ext/dv/gstdvdemux.h:
11112         Added docs.
11113         Implement pull mode.
11114         Fix memleaks.
11115         Reduce memcpy for the video demuxing.
11116
11117 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11118
11119         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11120         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11121         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11122         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11123           Add a little extra debug. Make the decoder not return NOT_LINKED,
11124           as we want to continue decoding all CMML and emitting tags.
11125
11126 2006-02-27  Michael Smith  <msmith@fluendo.com>
11127
11128         * ext/annodex/gstskeltag.c:
11129         * ext/annodex/gstskeltag.h:
11130           Deleted; these files aren't used any more either.
11131
11132 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11133
11134         * ext/Makefile.am: Fix dist-check.
11135
11136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11137
11138         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11139         memleak.
11140
11141 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11142
11143         * ext/annodex/Makefile.am:
11144         * ext/annodex/gstannodex.c:
11145         * ext/annodex/gstcmmldec.c:
11146         * ext/annodex/gstcmmlenc.c:
11147         * ext/annodex/gstcmmlparser.c:
11148         * ext/annodex/gstcmmlparser.h:
11149         * ext/annodex/gstcmmlutils.c:
11150         * tests/check/elements/cmmldec.c:
11151         * tests/check/elements/cmmlenc.c:
11152           Fix a memleak in gst_cmml_track_list_add_clip.
11153           Handle overflows in clip's start and end times.
11154           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11155           Do not parse junk at the end of a CMML preamble buffer.
11156           Register a libxml error handler to not print stuff on stderr.
11157           Check for bad clip start and end times in the testsuites.
11158
11159 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11160
11161         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11162         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11163         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11164         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11165         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11166         possible memleaks.
11167
11168 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11169
11170         * tests/check/Makefile.am:
11171         * tests/check/elements/cmmldec.c:
11172         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11173         the plugins-base tags.
11174
11175 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11176
11177         * ext/Makefile.am: Re-enable module.
11178
11179 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11180
11181         * tests/check/Makefile.am: Forgot to remove that test.
11182
11183 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11184
11185         * ext/annodex/Makefile.am:
11186         * ext/annodex/gstannodex.c: (plugin_init):
11187         * ext/annodex/gstcmmldec.c:
11188         * ext/annodex/gstskeldec.c:
11189         * ext/annodex/gstskeldec.h:
11190         * tests/check/Makefile.am:
11191         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11192
11193 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11194
11195         * tests/check/Makefile.am: Disable those checks as well.
11196
11197 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11198
11199         * ext/Makefile.am: Disable annodex for now until we figure out
11200         how to make it build.
11201         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11202         Add a rule to your checklist : "please try to at least build 
11203         what you are going to commit into -good, or if you are too lazy
11204         to do that, please check that the buildbots are not crying because
11205         of your commit."
11206
11207 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11208
11209         * configure.ac:
11210         * ext/Makefile.am:
11211         * ext/gdk_pixbuf/Makefile.am:
11212         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11213         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11214         * ext/gdk_pixbuf/pixbufscale.c:
11215         * ext/gdk_pixbuf/pixbufscale.h:
11216           Gdkpixbuf ported from 0.8 to 0.10 by
11217           Renato Filho <renato.filho@indt.org.br>.
11218           gst_loader and gdkpixbufanimation still need port.
11219
11220 2006-02-24  Michael Smith  <msmith@fluendo.com>
11221
11222         * configure.ac:
11223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11224         * ext/Makefile.am:
11225         * ext/annodex/Makefile.am:
11226         * ext/annodex/gstannodex.c:
11227         * ext/annodex/gstannodex.h:
11228         * ext/annodex/gstcmmldec.c:
11229         * ext/annodex/gstcmmldec.h:
11230         * ext/annodex/gstcmmlenc.c:
11231         * ext/annodex/gstcmmlenc.h:
11232         * ext/annodex/gstcmmlparser.c:
11233         * ext/annodex/gstcmmlparser.h:
11234         * ext/annodex/gstcmmltag.c:
11235         * ext/annodex/gstcmmltag.h:
11236         * ext/annodex/gstcmmlutils.c:
11237         * ext/annodex/gstcmmlutils.h:
11238         * ext/annodex/gstskeldec.c:
11239         * ext/annodex/gstskeldec.h:
11240         * ext/annodex/gstskeltag.c:
11241         * ext/annodex/gstskeltag.h:
11242         * tests/check/Makefile.am:
11243         * tests/check/elements/cmmldec.c:
11244         * tests/check/elements/cmmlenc.c:
11245         * tests/check/elements/skeldec.c:
11246           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11247           Includes tests & docs, oh my! Passes Thomas's -good checklist
11248           entirely. Wow.
11249
11250 2006-02-24  Michael Smith  <msmith@fluendo.com>
11251
11252         * autogen.sh:
11253           Check for automake 1.9 as well.
11254
11255 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * ext/flac/gstflacenc.c:
11258           Change min. sample rate to 8kHz to match flacdec's.
11259           
11260 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * ext/cdio/Makefile.am:
11263           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11264           required for Cygwin, see #317048)
11265
11266         * gst/rtp/gstasteriskh263.c:
11267           Cygwin has includes for both the unix network socket API
11268           and the windows API, but only one can be included, so fix
11269           includes to only use one or the other, prefering the unxi
11270           one (#317048).
11271
11272 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11273
11274         * rtp/gst/gstrtppcmadepay.c:
11275         * rtp/gst/gstrtppcmadepay.h:
11276         * rtp/gst/gstgstrtppcmapay.c:
11277         * rtp/gst/gstgstrtppcmapay.h:
11278         * rtp/gst/gstrtppcmudepay.c:
11279         * rtp/gst/gstrtppcmudepay.h:
11280         * rtp/gst/gstrtppcmupay.c:
11281         * rtp/gst/gstrtppcmupay.h:
11282         * rtp/gst/Makefile.am:
11283         * rtp/gst/gstrtp.c:
11284         * rtp/gst/README:
11285         Separated the G711 payloaders/depayloaders into separate elements for
11286         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11287
11288 2006-02-22  Wim Taymans  <wim@fluendo.com>
11289
11290         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11291         (gst_dvdec_change_state):
11292         * ext/dv/gstdvdec.h:
11293         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11294         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11295         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11296         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11297         (gst_dvdemux_flush), (gst_dvdemux_chain),
11298         (gst_dvdemux_change_state):
11299         * ext/dv/gstdvdemux.h:
11300         Ueber spiffify some more, added debug category.
11301         Use _scale.
11302         Use segments, respect playback rate from newsegment.
11303         Fix refcount issue.
11304
11305 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11306
11307         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11308         (gst_signal_processor_process):
11309         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11310         enabled for the build, but it helps me win the feature-count
11311         competitions ooh yeah.
11312
11313 2006-02-19  Wim Taymans  <wim@fluendo.com>
11314
11315         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11316         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11317         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11318         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11319         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11320         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11321         Use scaling code for added precission and more correct stop
11322         position in case scale==0.
11323
11324 2006-02-19  Wim Taymans  <wim@fluendo.com>
11325
11326         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11327         (gst_flxdec_chain):
11328         * gst/flx/gstflxdec.h:
11329         Implement DURATION query.
11330
11331 2006-02-19  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst/flx/flx_color.h:
11334         * gst/flx/flx_fmt.h:
11335         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11336         (gst_flxdec_src_query_handler), (flx_decode_color),
11337         (gst_flxdec_chain):
11338         * gst/flx/gstflxdec.h:
11339         Set MALLOCDATA for the temp buffers so we don't leak.
11340         Some debug cleanups.
11341         Consume all data in the adapter before leaving the chain
11342         function. Fixes #330678.
11343
11344 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11345
11346         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11347         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11348          Handle 0 data size in otherwise valid frames.
11349          Handle numeric strings in 2.4.0 even when not in parentheses 
11350
11351 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * gst/matroska/matroska-demux.c:
11354         (gst_matroska_demux_subtitle_caps),
11355         (gst_matroska_demux_plugin_init):
11356         * gst/matroska/matroska-ids.h:
11357           Recognise SSA/ASS and USF subtitle formats and
11358           set proper caps when they are found.
11359
11360 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11363         (gst_jpeg_dec_chain):
11364           Fix invalid memory access for some odd-sized images
11365           (see image contained in quicktime stream in #327083);
11366           use g_malloc() instead of g_alloca().
11367
11368 2006-02-17  Wim Taymans  <wim@fluendo.com>
11369
11370         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11371         Patch from Sebastien Cote, fixes #319884
11372
11373 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * ext/cdio/gstcdio.c: (plugin_init):
11376           Init debug category (#331253).
11377
11378 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11381           Pass extra_data to gst_riff_create_audio_caps(), so that
11382           WAVEFORMATEX stuff works. Post audio codec name and post
11383           it as taglist on the bus. Allow up to 8 channesl for raw
11384           PCM in the source pad template caps.
11385
11386 2006-02-16  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11389         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11390         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11391         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11392         (gst_multipart_set_property), (gst_multipart_get_property):
11393         Applied #318663. Gives quite a few false positives in
11394         autoscan mode, but it's better than nothing. Not closing yet.
11395
11396 2006-02-16  Wim Taymans  <wim@fluendo.com>
11397
11398         * docs/plugins/Makefile.am:
11399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11401         * docs/plugins/gst-plugins-good-plugins.args:
11402         * docs/plugins/inspect/plugin-udp.xml:
11403         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11404         (gst_udpsrc_start):
11405         Update documentation.
11406         Fix args.
11407
11408 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11409
11410         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11411         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11412         frame size. (Fixes #331368)
11413
11414 2006-02-16  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/rtsp/README:
11417         Updated README.
11418
11419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11420         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11421         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11422         * gst/rtsp/gstrtspsrc.h:
11423         Make sure the RTP port is an even port an try to allocate 
11424         another if not.
11425         Added retry property to control max retries for port allocation.
11426         Make sure RTCP port is RTP port+1.
11427         Cleanup when port allocation fails.
11428         Fixes #319183.
11429         
11430 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11433           Don't ignore return value of the parent class's state
11434           change function (#331385, patch by: Wouter Paesen).
11435
11436 2006-02-15  Wim Taymans  <wim@fluendo.com>
11437
11438         * configure.ac:
11439         * docs/plugins/Makefile.am:
11440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11442         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11443         * ext/Makefile.am:
11444         * ext/hal/Makefile.am:
11445         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11446         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11447         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11448         (do_toggle_element), (gst_hal_audio_sink_set_property),
11449         (gst_hal_audio_sink_get_property),
11450         (gst_hal_audio_sink_change_state):
11451         * ext/hal/gsthalaudiosink.h:
11452         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11453         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11454         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11455         (do_toggle_element), (gst_hal_audio_src_set_property),
11456         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11457         * ext/hal/gsthalaudiosrc.h:
11458         * ext/hal/gsthalelements.c: (plugin_init):
11459         * ext/hal/gsthalelements.h:
11460         * ext/hal/hal.c: (gst_hal_get_string),
11461         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11462         (gst_hal_get_audio_src):
11463         * ext/hal/hal.h:
11464         Add HAL sound device wrapper plugins. Closes #329106
11465
11466 2006-02-15  Wim Taymans  <wim@fluendo.com>
11467
11468         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11469         Add comment in a fultile attempt to stop the copy-and-paste 
11470         paradigm leading to duplication of bad code.
11471
11472         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11473         Mime parameters have to be checked case insensitive
11474
11475 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11478           Advance stream time for lagging subtitle streams by sending
11479           newsegment events with the update flag set.
11480
11481 2006-02-14  Edward Hervey  <edward@fluendo.com>
11482
11483         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11484         There can be bogus data before the hdrl LIST tag in the RIFF header.
11485         It's hard to say if it's not respecting the AVI specifications or not,
11486         but since Google Video is producing AVIs like that and the other player
11487         don't seem to complain, I guess we should do the same.
11488
11489 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11490
11491         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11492         (parse_split_strings):
11493         Add more validation to ensure that a char encoding conversion
11494         produced a valid UTF-8 string.
11495
11496 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
11497
11498         Reviewed by: Edward Hervey  <edward@fluendo.com>
11499
11500         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11501         Properly handle end of segment. Closes #330885.
11502
11503 2006-02-13  Wim Taymans  <wim@fluendo.com>
11504
11505         * gst/rtp/gstrtpmp4gpay.h:
11506         For got to commit this one.
11507
11508 2006-02-12  Wim Taymans  <wim@fluendo.com>
11509
11510         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11511         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11512         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11513         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11514         * gst/rtp/gstrtpmp4gpay.h:
11515         Make more things work.
11516         Handle ACC config strings.
11517
11518 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11519
11520         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11521           set timestamps if no incoming timestamps set
11522
11523 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11526         (gst_tag_demux_do_typefind):
11527           ... and fix the very same leaks in GstTagDemux.
11528
11529 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
11530
11531         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11532         (gst_id3demux_do_typefind):
11533         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11534         <jonathan at kaolin dot wh9 dot net>)
11535
11536 2006-02-10  Wim Taymans  <wim@fluendo.com>
11537
11538         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11539         First set options, then set caps or else the baseclass
11540         will not know about the options, duh.
11541
11542 2006-02-10  Wim Taymans  <wim@fluendo.com>
11543
11544         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11545         (gst_rtp_mp4v_pay_setcaps):
11546         Don't waste time looking for a config string if we have codec_info
11547         on the incomming caps.
11548
11549 2006-02-10  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/rtp/README:
11552         Say something about case-sensitivity of caps vs mime-attributes.
11553
11554         * gst/rtp/Makefile.am:
11555         * gst/rtp/gstrtp.c: (plugin_init):
11556         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11557         (gst_rtp_amr_pay_handle_buffer):
11558         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11559         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11560         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11561         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11562         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11563         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11564         (gst_rtp_mp4g_pay_plugin_init):
11565         * gst/rtp/gstrtpmp4gpay.h:
11566         Added beginnings of mpeg4-generic payloader (RFC 3640)
11567
11568 2006-02-09  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst/rtsp/Makefile.am:
11571         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11572         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11573         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11574         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11575         (gst_rtpdec_change_state):
11576         * gst/rtsp/gstrtpdec.h:
11577         * gst/rtsp/gstrtsp.c: (plugin_init):
11578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11579         * gst/rtsp/rtspconnection.c: (read_body),
11580         (rtsp_connection_receive):
11581         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11582         Resurected rtpdec to make rtspsrc happy again.
11583         Skip attributes from the session id.
11584         Don't crash when dumping a message with an empty body.
11585
11586
11587 2006-02-09  Wim Taymans  <wim@fluendo.com>
11588
11589         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11590         Added more meaningfull warnings when something goes wrong.
11591         Clear F bit on outgoing AMR packets.
11592
11593         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11594         (gst_rtp_amr_pay_handle_buffer):
11595         Added debugging category
11596         Support payloading of multiple AMR frames.
11597
11598         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11599         Added some debugging.
11600
11601 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11602
11603         * configure.ac:
11604           Back to CVS
11605
11606 === release 0.10.2 ===
11607
11608 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11609
11610         * configure.ac:
11611           releasing 0.10.2, "Papa was a rolling stone"
11612
11613 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * configure.ac:
11616           Bump core and plugins-base requirement to 0.10.2.2
11617           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11618
11619 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * ext/flac/gstflac.c: (plugin_init):
11622         * ext/speex/gstspeex.c: (plugin_init):
11623           Register musicbrainz tags.
11624
11625 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11626
11627         * ext/gconf/gconf.h:
11628           Remove declaration of function that no longer exists.
11629
11630 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11631
11632         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11633         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11634         Make shout2 work for non ogg streams
11635
11636 2006-02-06  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11639         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11640         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11641         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11642         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11643         * gst/udp/gstmultiudpsink.h:
11644         Updated docs.
11645         Added properties bytes-served, bytes_to_serve.
11646         Post proper error messages,
11647         Emit client added signal too.
11648
11649 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11650
11651         * docs/plugins/Makefile.am:
11652         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11654         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11655         (gst_multiudpsink_get_stats):
11656           adding docs for multiudpsink
11657
11658 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11659
11660         * gst/level/gstlevel.c: (gst_level_transform_ip):
11661           peak below decay is not necessarily an error, so don't ERROR log
11662
11663 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11666         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11667         (gst_ebml_write_seek):
11668         * gst/matroska/ebml-write.h:
11669           Make sure we send a newsegment event in BYTES format
11670           before sending buffers (#328531).
11671
11672 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11675         (gst_dvdemux_sink_query):
11676         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11677         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11678         (speex_dec_src_query):
11679         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11680         (gst_speexenc_sink_query):
11681         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11682         * gst/matroska/matroska-demux.c:
11683         (gst_matroska_demux_get_src_query_types),
11684         (gst_matroska_demux_handle_src_query):
11685         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11686         (gst_wavparse_pad_query):
11687           Pass unhandled queries upstream instead of just dropping
11688           them (#326446). Update query type arrays here and there.
11689
11690 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * tests/check/elements/matroskamux.c: (setup_src_pad):
11693           Collectpads in core got changed and now also holds a
11694           reference to any pad that is part of it. Fix refcount
11695           checks in test case accordingly.
11696
11697 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * gst/apetag/gstapedemux.h:
11700           Fix include, for now GstTagDemux is in the apetag dir.
11701
11702 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * docs/plugins/Makefile.am:
11705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11707         * docs/plugins/inspect/plugin-cdio.xml:
11708           Add cdio plugin to docs.
11709
11710         * ext/cdio/gstcdiocddasrc.c:
11711           Add gtk-doc blurb.
11712
11713         * ext/cdio/gstcdio.c:
11714           The plugin is called 'cdio' not 'cddio'.
11715
11716 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * configure.ac:
11719         * docs/plugins/Makefile.am:
11720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11723         * docs/plugins/inspect/plugin-apetag.xml:
11724         * gst/apetag/Makefile.am:
11725         * gst/apetag/gstapedemux.c:
11726         * gst/apetag/gstapedemux.h:
11727         * gst/apetag/gsttagdemux.c:
11728         * gst/apetag/gsttagdemux.h:
11729           Add APE tag demuxer (#325649).
11730
11731 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11732
11733         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11734         (gst_gconf_get_default_video_sink),
11735         (gst_gconf_get_default_audio_src),
11736         (gst_gconf_get_default_video_src):
11737         * ext/gconf/gconf.h:
11738         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11739         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11740         (do_toggle_element):
11741         * ext/gconf/gstgconfaudiosink.h:
11742         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11743         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11744         (do_toggle_element):
11745         * ext/gconf/gstgconfaudiosrc.h:
11746         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11747         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11748         (do_toggle_element):
11749         * ext/gconf/gstgconfvideosink.h:
11750         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11751         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11752         (do_toggle_element):
11753         * ext/gconf/gstgconfvideosrc.h:
11754           Ignore changing the GConf key to "". Ignore GConf key updates
11755           that don't actually change the string.
11756           For now, ignore the GConf key when the state is > READY, as
11757           it breaks streaming. Sometime it will be nice to bring the
11758           new sink online even mid-stream, by sending NEWSEGMENT info
11759           and possibly prerolling.
11760           (Fixes #326736)
11761
11762 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11763
11764         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11765         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11766         (zoomFilterSetResolution), (zoomFilterDestroy),
11767         (zoomFilterFastRGB), (pointFilter):
11768         * gst/goom/filters.h:
11769         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11770         (goom_update), (goom_close):
11771         * gst/goom/goom_core.h:
11772         * gst/goom/goom_tools.h:
11773         * gst/goom/graphic.c:
11774         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11775         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11776         * gst/goom/gstgoom.h:
11777         * gst/goom/lines.c: (goom_lines):
11778         * gst/goom/lines.h:
11779           Make goom reentrant by moving all important static variables
11780           into instance structures.
11781           (Fixes #329181)
11782
11783 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11786         (gst_avi_demux_all_source_pads_unlinked),
11787         (gst_avi_demux_process_next_entry):
11788         * gst/avi/gstavidemux.h:
11789           Third attempt, use gst_pad_is_linked() this time.
11790
11791 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11792
11793         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11794         (parse_split_strings):
11795         Adjust for data length indicators when parsing (Fixes #329810)
11796         Fix stupid bug parsing UTF-8 tag text.
11797         Output tag strings with multiple fields as multiple tags, so the
11798         app gets all the data.
11799
11800 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11801
11802         * ext/flac/gstflacenc.c:
11803         Fixed a bug add in last commit, where no event is send. Thanks Tim to
11804         show me.
11805         
11806 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11807
11808         * ext/flac/gstflacenc.c:
11809         * gst/matroska/ebml-read.c:
11810         Just make it compile with --disable-gst-debug.
11811
11812 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
11813
11814         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11815         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11816         (id3v2_genre_fields_to_taglist):
11817           Never output a tag with a null contents string.
11818
11819 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11822           Only pause if all pads are unlinked AND we've tried to send data
11823           on all of them at least once.
11824
11825 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11826
11827         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11828         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11829           Make loop function/task pause itself when all source pads are
11830           unlinked.
11831
11832 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * configure.ac:
11835         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11836           Use new functions from core to render a bin from a
11837           string. Fixes build. Up requirements to core CVS.
11838
11839 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11842           Don't push buffers into the adapter that we are going to
11843           push downstream again without framing anyway. Also, the
11844           adaptor takes ownership of buffers put into it (fixes
11845           auparse pushing invalid buffers for .au files with
11846           ADPCM contents). Finally, set caps on all outgoing buffers.
11847
11848 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11849
11850         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11851         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11852         (gst_id3demux_send_tag_event):
11853         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11854         Someone should kick my butt. Remove ID3v1 tags from the end of the
11855         file.
11856
11857         Improve error messages. Send the TAG message as soon as we complete
11858         typefinding, instead of waiting until we send the first buffer.
11859         Downstream tag event is still sent before the first buffer.
11860
11861 2006-01-27  Jan Gerber  <j@bootlab.org>
11862
11863         Reviewed by: Andy Wingo <wingo@pobox.com>
11864
11865         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11866         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11867         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11868         to not have warings flooding stderr. this is the suggested way
11869         also used in dvgrab and kino. (#328336)
11870
11871 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11872
11873         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11874         (gst_oss_sink_init), (gst_oss_sink_finalise):
11875           Free the device name string when finalised.
11876
11877 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
11880           Don't put function calls in g_return_if_fail() statements,
11881           or they'll be replaced with NOOPs if someone compiles with
11882           G_DISABLE_CHECKS defined.
11883           
11884 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
11885
11886         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11887         Never trust ANY information encoded in a media file, especially
11888         when it's giving you sizes. (Fixes #328452)
11889
11890 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
11891
11892         * gst/rtp/gstrtpg711pay.c:
11893         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
11894         bug #325148.
11895
11896 2006-01-23  Edward Hervey  <edward@fluendo.com>
11897
11898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
11899         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
11900         * gst/matroska/matroska-ids.h:
11901         Added recognition of Real Audio and Video streams in matroska demuxer.
11902
11903 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11904
11905         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11906           Remove errant break statement, and fix compilation with
11907           older GCC.
11908
11909 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
11910
11911         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * sys/sunaudio/gstsunaudiomixerctrl.c:
11914         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
11915           Export functions that are needed in other parts of the code,
11916           makes the mixer actually work; adjust magic minimum buffer-time
11917           value from 3ms to 5ms to work around stuttering during mp3
11918           playback (#327765).
11919
11920 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
11921
11922         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11925         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
11926           Fix possible deadlock in matroska muxer (#327825).
11927
11928 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
11931         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11932         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
11933         * gst/rtsp/sdpmessage.h:
11934         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
11935         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
11936           C89 fixes: declare variables at the beginning of a block and
11937           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
11938           <jensgr at gmx dot net>).
11939
11940 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11941
11942         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11943         * gst/id3demux/id3tags.h:
11944         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11945         (parse_comment_frame), (parse_text_identification_frame),
11946         (id3v2_tag_to_taglist), (id3v2_are_digits),
11947         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
11948         (parse_split_strings), (free_tag_strings):
11949           Rewrite parsing of text tags to handle multiple NULL terminated
11950           strings. Parse numeric genre strings and ID3v2 type
11951           "(3)(6)Alternative" style genre strings.
11952           Parse dates that are only YYYY or YYYY-mm format.
11953           (Fixes #328241 and #322154)
11954
11955 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11958           Don't forget to initialize liboil, otherwise our oil functions
11959           will crash (fixes #327871; patch by: Christoph Burghardt
11960           <hawkes at web dot de>).
11961
11962 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * configure.ac:
11965           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
11966           like in the core and gst-plugins-base. Fixes #324367 and #326683;
11967           patch by: Brian Cameron <brian dot cameron at sun dot com>
11968
11969 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11970
11971         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
11972         * ext/cdio/gstcdio.h:
11973         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
11974           Fix build for libcdio versions >= 76; give slightly lower rank
11975           than cdparanoia.
11976
11977 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * configure.ac:
11980         * ext/Makefile.am:
11981         * ext/cdio/Makefile.am:
11982         * ext/cdio/gstcdio.c:
11983         * ext/cdio/gstcdio.h:
11984         * ext/cdio/gstcdiocddasrc.c:
11985         * ext/cdio/gstcdiocddasrc.h:
11986           Port libcdio cdda source, formerly known as cddasrc, now known as
11987           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
11988           but that's not tested (fixes #317658).
11989
11990 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
11993           Fix conversion from TIME to BYTES format (fixes #326864;
11994           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
11995
11996 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
11997
11998         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11999           Fix compilation of id3demux when zlib is not present.
12000           (Fixes #326602; patch by: Sergey Scobich)
12001
12002 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * ext/esd/Makefile.am:
12005           Add $(ESD_CFLAGS), otherwise build will fail for folks
12006           with libesd in a non-standard prefix (#327009).
12007
12008 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12009
12010         * configure.ac:
12011           back to HEAD
12012
12013 === release 0.10.1 ===
12014
12015 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12016
12017         * configure.ac:
12018           releasing 0.10.1, "Li"
12019
12020 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12021
12022           patch by: Wim Taymans
12023
12024         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12025           fix memleak.  Fixes #326618
12026
12027 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12028
12029           patch by: Mike Smith
12030
12031         * gst/level/gstlevel.c: (gst_level_message_new),
12032         (gst_level_message_append_channel):
12033           Fix memleak.  Fixes #326612
12034
12035 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12036
12037         * configure.ac:
12038           prereleasing
12039         * po/af.po:
12040         * po/az.po:
12041         * po/cs.po:
12042         * po/en_GB.po:
12043         * po/hu.po:
12044         * po/it.po:
12045         * po/nb.po:
12046         * po/nl.po:
12047         * po/or.po:
12048         * po/sq.po:
12049         * po/sr.po:
12050         * po/sv.po:
12051         * po/uk.po:
12052         * po/vi.po:
12053           update translations
12054
12055 2006-01-10  Michael Smith  <msmith@fluendo.com>
12056
12057         * gst/level/gstlevel.c: (gst_level_class_init),
12058         (gst_level_dispose):
12059           Don't leak filter arrays.
12060
12061 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12062
12063         reviewed by: Christian Schaller <uraeus@gnome.org>
12064         
12065         * configure.ac:
12066         * gst-plugins-good.spec.in:
12067         * sys/Makefile.am:
12068         * sys/sunaudio/Makefile.am:
12069         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12070         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12071         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12072         (gst_sunaudiomixer_change_state):
12073         * sys/sunaudio/gstsunaudiomixer.h:
12074         * sys/sunaudio/gstsunaudiomixerctrl.c:
12075         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12076         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12077         (gst_sunaudiomixer_ctrl_list_tracks),
12078         (gst_sunaudiomixer_ctrl_get_volume),
12079         (gst_sunaudiomixer_ctrl_set_volume),
12080         (gst_sunaudiomixer_ctrl_set_mute),
12081         (gst_sunaudiomixer_ctrl_set_record):
12082         * sys/sunaudio/gstsunaudiomixerctrl.h:
12083         * sys/sunaudio/gstsunaudiomixertrack.c:
12084         (gst_sunaudiomixer_track_class_init),
12085         (gst_sunaudiomixer_track_init), (fill_labels),
12086         (gst_sunaudiomixer_track_new):
12087         * sys/sunaudio/gstsunaudiomixertrack.h:
12088         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12089         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12090         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12091         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12092         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12093         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12094         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12095         * sys/sunaudio/gstsunaudiosink.h:
12096
12097         Add SunAudio plugin - tested to make sure it doesn't break
12098         the build under GNU/Linux.      
12099
12100 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12101
12102         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12103         * gst-plugins-good/gst/udp/gstudpsrc.c:
12104         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12105         overrides the port or multicast parameters. Fixes bugs #323021.
12106         API addition: adds GstUDPSrc::sockfd property   
12107
12108 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * ext/gconf/Makefile.am:
12111         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12112         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12113         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12114         (do_toggle_element), (cb_toggle_element),
12115         (gst_gconf_audio_src_change_state):
12116         * ext/gconf/gstgconfaudiosrc.h:
12117         * ext/gconf/gstgconfelements.c: (plugin_init):
12118         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12119         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12120         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12121         (do_toggle_element), (cb_toggle_element),
12122         (gst_gconf_video_src_change_state):
12123         * ext/gconf/gstgconfvideosrc.h:
12124           Add new gconfaudiosrc and gconfvideosrc elements
12125           (needed for gnome-sound-recorder).
12126
12127 2006-01-06  Edward Hervey  <edward@fluendo.com>
12128
12129         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12130         Add gst_element_no_more_pads() for proper decodebin behaviour.
12131         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12132         (parse_text_identification_frame), (parse_split_strings):
12133         Failure to decode some tags is not a GST_ERROR() but a
12134         GST_WARNING()
12135         When iterating over a chunk of text, check that we haven't gone too
12136         far.
12137
12138 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12139
12140         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12141         (plugin_init):
12142           call oil_init() when using liboil
12143
12144 2006-01-04  Wim Taymans  <wim@fluendo.com>
12145
12146         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12147         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12148         Fix leaks.
12149
12150 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12151
12152         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12155         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12156         (gst_flac_dec_change_state):
12157           Don't g_assert() where we should just return FALSE; remove
12158           unnecessary g_assert(); initialize some fields properly in
12159           state change function (fixes #325504). Also, use
12160           GST_DEBUG_OBJECT in two more places.
12161
12162 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12163
12164         * configure.ac:
12165           also remove smoothwave's Makefile.am
12166         * docs/plugins/Makefile.am:
12167           fix plugin docs
12168
12169 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12170
12171         * tests/examples/Makefile.am:
12172           added missing Makefile.am
12173
12174 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12175
12176         * configure.ac:
12177         * gst/level/Makefile.am:
12178         * gst/level/level-example.c:
12179         * tests/Makefile.am:
12180         * tests/examples/level/Makefile.am:
12181         * tests/examples/level/level-example.c: (message_handler), (main):
12182           moved level-example to tests/examples/level-example
12183         * tests/old/examples/level/demo.c: (main):
12184         * tests/old/examples/level/plot.c: (main):
12185           some initial fixes
12186
12187 2005-12-29  Michael Smith  <msmith@fluendo.com>
12188
12189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12190         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12191         * gst/udp/gstmultiudpsink.h:
12192           Track packets sent per client in addition to bytes sent; provide
12193           this info through get-stats signal
12194
12195 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12198           Can't use gst_object_unref() on a GstAdapter (#325191).
12199
12200 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12201
12202         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12203         If a broken tag has 0 bytes payload, at least still skip
12204         the 10 byte header
12205
12206 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12207
12208         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12209         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12210         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12211         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12212           Making these depayloaders (H263+ and mpeg4 video) inherit from
12213           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12214
12215 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12216
12217         * docs/plugins/gst-plugins-good-plugins.args:
12218         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12219         Regenerate the plugin hiearchy.
12220
12221 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12222
12223         * docs/plugins/Makefile.am:
12224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12226         * docs/plugins/gst-plugins-good-plugins.args:
12227         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12228         (gst_id3demux_base_init), (gst_id3demux_class_init),
12229         (gst_id3demux_chain):
12230         * gst/id3demux/gstid3demux.h:
12231           Add documentation for id3demux.
12232           Don't fail if the first buffer is not at offset 0, just
12233           attempt to typefind and do pass through
12234           Rename the gst_type function from gst_gst_id3demux..
12235
12236 2005-12-20  Michael Smith  <msmith@fluendo.com>
12237
12238         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12239         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12240         (gst_multiudpsink_get_stats):
12241         * gst/udp/gstmultiudpsink.h:
12242           Collect statistics; return them from get_stats.
12243
12244 2005-12-19  Edward Hervey  <edward@fluendo.com>
12245
12246         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12247         Stupid signedness issue...
12248
12249 2005-12-19  Edward Hervey  <edward@fluendo.com>
12250
12251         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12252         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12253         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12254         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12255         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12256         Construct index for indexless files.
12257         Make sure pad/buffers are correctly reset to NULL once we don't need
12258         them anymore, else we get lovely segfaults/assertions.
12259         * gst/wavparse/gstwavparse.c:
12260         Yes, you can have 96KHz audio and wma in wav :(
12261
12262 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12263
12264         * configure.ac:
12265           Check for optional dependency on zlib for id3demux
12266
12267         * gst/id3demux/Makefile.am:
12268         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12269         (gst_id3demux_base_init), (gst_id3demux_class_init),
12270         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12271         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12272         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12273         (gst_id3demux_set_property), (gst_id3demux_get_property),
12274         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12275         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12276         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12277         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12278         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12279         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12280         (simple_find_peek), (simple_find_suggest),
12281         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12282         (plugin_init):
12283         * gst/id3demux/gstid3demux.h:
12284         * gst/id3demux/id3tags.c: (read_synch_uint),
12285         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12286         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12287         (id3demux_id3v2_frames_to_tag_list):
12288         * gst/id3demux/id3tags.h:
12289         * gst/id3demux/id3v2.4.0-frames.txt:
12290         * gst/id3demux/id3v2.4.0-structure.txt:
12291         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12292         (parse_comment_frame), (parse_text_identification_frame),
12293         (id3v2_tag_to_taglist), (parse_split_strings):
12294           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12295           otherwise it discards them. Works on my test files. 
12296
12297         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12298           Don't send EOS to a non-existing srcpad
12299           The debug category can be static
12300
12301 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12302
12303         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12304         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12305         * gst/multipart/multipartdemux.c:
12306           change some char* into char[]
12307
12308 2005-12-16  Wim Taymans  <wim@fluendo.com>
12309
12310         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12311         (gst_wavparse_other), (gst_wavparse_perform_seek),
12312         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12313         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12314         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12315         * gst/wavparse/gstwavparse.h:
12316         Use GstSegment to implement more seeking features.
12317
12318 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * gst/rtsp/rtspconnection.c:
12321           Add <netinet/in.h> include and move <arpa/inet.h> include
12322           to make things work on OpenBSD as well (fixes #323717;
12323           patch by: Benjamin Pineau)
12324
12325 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12326
12327         * gst/rtp/gstrtpspeexdepay.c:
12328         * gst/rtp/gstrtpspeexpay.c:
12329         Set clock rate to be fixed in 8000. It fixes bug #324012.
12330
12331 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12332
12333         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12334         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12335         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12336         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12337         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12338         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12339         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12340         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12341         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12342         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12343         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12344         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12345         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12346         * gst-plugins-good/gst/rtp/README:
12347         Fixed payload range in payloder caps. Removed payload range completely
12348         from depayloaders as they don't require payload type in their caps.
12349         In effect, there isn't any specific payload type for any given codec,
12350         only suggestions.
12351         Fixes bug #324011.
12352
12353 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12354
12355         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12356         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12357         (gst_videomixer_collected): Code cleanup and re-enabling 
12358         queued time validity check for correct EOS handling.
12359
12360 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12363         (gst_oss_mixer_element_get_property),
12364         (gst_oss_mixer_element_change_state):
12365         Add 'device-name' property and fix state change function.
12366
12367 2005-12-13  Edward Hervey  <edward@fluendo.com>
12368
12369         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12370         If the speed of the file is null in the header, set the frame_time to
12371         the default setting of GST_SECOND / 70. Which is the default
12372         frame_delay for .fli files as stated in this document :
12373         http://www.compuphase.com/flic.htm
12374         Would be nice to have the time conversion done properly too (duration =
12375         flxh->frames * flxdec->frame_time)
12376
12377 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12378
12379         * docs/plugins/Makefile.am:
12380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12382         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12383         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12384         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12385         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12386         documentation for videomixer on my way with a funny sample
12387         pipeline.
12388
12389 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12390
12391         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12392         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12393         (gst_videomixer_update_queues), (gst_videomixer_collected):
12394         Fix caps negotiation. (#323896)
12395
12396 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12397
12398         * gst/matroska/matroska-demux.c:
12399         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12400           Set correct timestamps on audio laces, fixes playback of mp3 from
12401                 matroska.
12402
12403 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12406         (gst_au_parse_class_init), (gst_au_parse_init),
12407         (gst_au_parse_dispose), (gst_au_parse_chain),
12408         (gst_au_parse_change_state), (plugin_init):
12409         * gst/auparse/gstauparse.h:
12410           Use gst_object_unref() for GstObjects instead of
12411           g_object_unref() and fix a mem leak in a debug
12412           statement; while we're at it, also borgify, use
12413           boilerplate macros and clean up a little bit.
12414
12415 2005-12-11  Edward Hervey  <edward@fluendo.com>
12416
12417         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12418         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12419         Added pull mode.
12420
12421 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * gst/goom/gstgoom.c:
12424         * gst/level/level-example.c: (main):
12425         * gst/smoothwave/demo-osssrc.c: (main):
12426           Use audiotestsrc instead of sinesrc (#323798).
12427
12428 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
12429
12430         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12431           more debug-func-ptr usage
12432
12433 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
12434
12435         * gst/flx/flx_color.c: (flx_colorspace_convert):
12436         * gst/flx/flx_color.h:
12437         * gst/flx/flx_fmt.h:
12438         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12439         * gst/flx/gstflxdec.h:
12440           Now flxdec works on big-endian machines as well.
12441
12442 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12445         (gst_fenced_buffer_copy):
12446           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12447           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12448           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12449           and use GST_DEBUG_FUNCPTR for pad functions.
12450
12451 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12454         (gst_flac_dec_class_init), (gst_flac_dec_init),
12455         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12456         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12457         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12458         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12459         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12460         (gst_flac_dec_change_state):
12461         * ext/flac/gstflacdec.h:
12462           Rewrite flacdec a bit, so that even seeking might work now. Most
12463           importantly, don't act upon any flow return values we get, just tell
12464           the decoder everything's dandy and act on the flow return values
12465           later on in the loop function. We don't want to mess up the internal
12466           decoder state for non-fatal things like flushing pads etc. Other
12467           than that, use GstSegment (segment seeks don't work yet though, but
12468           should be easy to add), use boilerplate macros, drop the superfluous
12469           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12470           lots of other things.
12471
12472 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * configure.ac:
12475           Update comment in OSS includes check.
12476
12477         * sys/oss/gstossdmabuffer.c:
12478         * sys/oss/gstosshelper.c:
12479         * sys/oss/gstossmixer.c:
12480         * sys/oss/gstossmixertrack.c:
12481         * sys/oss/gstosssink.c:
12482         * sys/oss/gstosssrc.c:
12483         * sys/oss/oss_probe.c:
12484           Don't assume the OSS soundcard.h include is always in
12485           the sys/ directory. Instead, use the existing defines
12486           from config.h to include the right file. Fixes
12487           compilation on OpenBSD 3.8 (#323718).
12488
12489 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12490
12491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12492         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12493         * docs/plugins/inspect/plugin-1394.xml:
12494         * docs/plugins/inspect/plugin-aasink.xml:
12495         * docs/plugins/inspect/plugin-alaw.xml:
12496         * docs/plugins/inspect/plugin-alpha.xml:
12497         * docs/plugins/inspect/plugin-alphacolor.xml:
12498         * docs/plugins/inspect/plugin-auparse.xml:
12499         * docs/plugins/inspect/plugin-autodetect.xml:
12500         * docs/plugins/inspect/plugin-avi.xml:
12501         * docs/plugins/inspect/plugin-cacasink.xml:
12502         * docs/plugins/inspect/plugin-cairo.xml:
12503         * docs/plugins/inspect/plugin-cutter.xml:
12504         * docs/plugins/inspect/plugin-debug.xml:
12505         * docs/plugins/inspect/plugin-dv.xml:
12506         * docs/plugins/inspect/plugin-efence.xml:
12507         * docs/plugins/inspect/plugin-effectv.xml:
12508         * docs/plugins/inspect/plugin-esdsink.xml:
12509         * docs/plugins/inspect/plugin-flac.xml:
12510         * docs/plugins/inspect/plugin-flxdec.xml:
12511         * docs/plugins/inspect/plugin-gconfelements.xml:
12512         * docs/plugins/inspect/plugin-goom.xml:
12513         * docs/plugins/inspect/plugin-jpeg.xml:
12514         * docs/plugins/inspect/plugin-level.xml:
12515         * docs/plugins/inspect/plugin-matroska.xml:
12516         * docs/plugins/inspect/plugin-mulaw.xml:
12517         * docs/plugins/inspect/plugin-multipart.xml:
12518         * docs/plugins/inspect/plugin-navigationtest.xml:
12519         * docs/plugins/inspect/plugin-ossaudio.xml:
12520         * docs/plugins/inspect/plugin-png.xml:
12521         * docs/plugins/inspect/plugin-rtp.xml:
12522         * docs/plugins/inspect/plugin-rtsp.xml:
12523         * docs/plugins/inspect/plugin-shout2send.xml:
12524         * docs/plugins/inspect/plugin-smpte.xml:
12525         * docs/plugins/inspect/plugin-speex.xml:
12526         * docs/plugins/inspect/plugin-udp.xml:
12527         * docs/plugins/inspect/plugin-videobox.xml:
12528         * docs/plugins/inspect/plugin-videoflip.xml:
12529         * docs/plugins/inspect/plugin-videomixer.xml:
12530         * docs/plugins/inspect/plugin-wavenc.xml:
12531         * docs/plugins/inspect/plugin-wavparse.xml:
12532         * ext/flac/gstflac.c: (plugin_init):
12533         * ext/flac/gstflacdec.c: (flacdec_get_type),
12534         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12535         (gst_flac_dec_init), (gst_flac_dec_finalize),
12536         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12537         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12538         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12539         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12540         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12541         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12542         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12543         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12544         * ext/flac/gstflacdec.h:
12545         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12546         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12547         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12548         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12549         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12550         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12551         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12552         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12553         (gst_flac_enc_change_state):
12554         * ext/flac/gstflacenc.h:
12555           borgify and fix up documentation
12556
12557 2005-12-09  Michael Smith  <msmith@fluendo.com>
12558
12559         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12560           Accept a wider range of flac files, more closely matching flac spec.
12561
12562 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12563
12564         * docs/plugins/Makefile.am: Add multipart elements.
12565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12566         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12568         * gst/multipart/multipartdemux.c:
12569         * gst/multipart/multipartmux.c: Add docs.
12570
12571 2005-12-07  Edward Hervey  <edward@fluendo.com>
12572
12573         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12574         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12575         (gst_avi_demux_invert):
12576         Memleak and crasher fixes.
12577         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12578         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12579         Memleak fixes
12580
12581 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12582
12583         * ext/aalib/gstaasink.h:
12584         * ext/cairo/gsttextoverlay.h:
12585         * ext/dv/gstdvdec.h:
12586         * ext/dv/gstdvdemux.c:
12587         * ext/dv/gstdvdemux.h:
12588         * ext/esd/esdsink.h:
12589         * ext/flac/flac_compat.h:
12590         * ext/flac/gstflacdec.h:
12591         * ext/flac/gstflacenc.h:
12592         * ext/gconf/gconf.h:
12593         * ext/gconf/gstgconfaudiosink.h:
12594         * ext/gconf/gstgconfvideosink.h:
12595         * ext/gdk_pixbuf/gstgdkanimation.h:
12596         * ext/jpeg/gstjpegdec.h:
12597         * ext/jpeg/smokecodec.h:
12598         * ext/jpeg/smokeformat.h:
12599         * ext/ladspa/gstsignalprocessor.h:
12600         * ext/ladspa/search.c: (LADSPAPluginSearch):
12601         * ext/ladspa/utils.h:
12602         * ext/libmng/gstmng.c:
12603         * ext/libmng/gstmngdec.h:
12604         * ext/libmng/gstmngenc.c:
12605         * ext/libmng/gstmngenc.h:
12606         * ext/libpng/gstpng.c:
12607         * ext/libpng/gstpngenc.c:
12608         * ext/libpng/gstpngenc.h:
12609         * ext/shout2/gstshout2.h:
12610         * ext/speex/gstspeexdec.h:
12611         * ext/speex/gstspeexenc.c:
12612         * ext/speex/gstspeexenc.h:
12613         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12614         * gst/autodetect/gstautoaudiosink.h:
12615         * gst/autodetect/gstautovideosink.h:
12616         * gst/avi/gstavidemux.h:
12617         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12618         (gst_cutter_set_property), (gst_cutter_get_caps):
12619         * gst/cutter/gstcutter.h:
12620         * gst/debug/tests.c: (md5_process_block):
12621         * gst/debug/tests.h:
12622         * gst/effectv/gstwarp.c:
12623         * gst/flx/flx_fmt.h:
12624         * gst/flx/gstflxdec.h:
12625         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12626         (zoomFilterFastRGB):
12627         * gst/goom/filters.h:
12628         * gst/goom/goom_tools.h:
12629         * gst/law/alaw-encode.c:
12630         * gst/level/gstlevel.c:
12631         * gst/level/gstlevel.h:
12632         * gst/matroska/ebml-write.h:
12633         * gst/matroska/matroska-demux.h:
12634         * gst/matroska/matroska-ids.h:
12635         * gst/matroska/matroska-mux.h:
12636         * gst/monoscope/convolve.c: (convolve_match):
12637         * gst/monoscope/convolve.h:
12638         * gst/multipart/multipartmux.c:
12639         * gst/oldcore/gstaggregator.c:
12640         * gst/oldcore/gstaggregator.h:
12641         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12642         * gst/oldcore/gstmd5sink.h:
12643         * gst/oldcore/gstmultifilesrc.c:
12644         * gst/oldcore/gstmultifilesrc.h:
12645         * gst/oldcore/gstpipefilter.h:
12646         * gst/oldcore/gstshaper.h:
12647         * gst/rtp/gstrtpL16depay.h:
12648         * gst/rtp/gstrtpL16pay.h:
12649         * gst/rtp/gstrtpdepay.h:
12650         * gst/rtp/gstrtpmp4vpay.c:
12651         * gst/rtp/gstrtpmp4vpay.h:
12652         * gst/rtsp/gstrtspsrc.c:
12653         * gst/rtsp/gstrtspsrc.h:
12654         * gst/rtsp/rtspconnection.h:
12655         * gst/rtsp/rtspdefs.h:
12656         * gst/rtsp/rtspmessage.h:
12657         * gst/rtsp/rtsptransport.h:
12658         * gst/rtsp/rtspurl.c:
12659         * gst/rtsp/rtspurl.h:
12660         * gst/rtsp/sdpmessage.c:
12661         * gst/rtsp/sdpmessage.h:
12662         * gst/smpte/barboxwipes.c:
12663         * gst/smpte/gstmask.h:
12664         * gst/smpte/gstsmpte.h:
12665         * gst/smpte/paint.c:
12666         * gst/smpte/paint.h:
12667         * gst/udp/gstdynudpsink.h:
12668         * gst/udp/gstmultiudpsink.h:
12669         * gst/udp/gstudpsink.c:
12670         * gst/udp/gstudpsink.h:
12671         * gst/udp/gstudpsrc.c:
12672         * gst/videomixer/videomixer.c:
12673         * gst/wavenc/riff.h:
12674         * gst/wavparse/gstwavparse.h:
12675         * sys/oss/gstossdmabuffer.h:
12676         * sys/oss/gstossmixer.h:
12677         * sys/oss/gstossmixerelement.h:
12678         * sys/oss/gstossmixertrack.h:
12679         * sys/oss/gstosssink.c:
12680         * sys/oss/gstosssink.h:
12681         * sys/oss/gstosssrc.c:
12682         * sys/oss/gstosssrc.h:
12683         * sys/osxaudio/gstosxaudioelement.h:
12684         * sys/osxaudio/gstosxaudiosink.h:
12685         * sys/osxaudio/gstosxaudiosrc.h:
12686           expand tabs
12687
12688 === release 0.10.0 ===
12689
12690 2005-12-05   <thomas (at) apestaart (dot) org>
12691
12692         * configure.ac:
12693           releasing 0.10.0, "Abondance"
12694
12695 2005-12-05  Andy Wingo  <wingo@pobox.com>
12696
12697         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12698         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12699         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12700         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12701         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12702         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12703         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12704         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12705         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12706         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12707         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12708         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12709         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12710         * gst/goom/gstgoom.c: (gst_goom_chain):
12711         * gst/matroska/matroska-demux.c:
12712         (gst_matroska_demux_push_vorbis_codec_priv_data),
12713         (gst_matroska_demux_add_wvpk_header):
12714         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12715         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12716         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12717         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12718         alloc_buffer changes.
12719
12720 2005-12-05  Michael Smith  <msmith@fluendo.com>
12721
12722         * docs/plugins/gst-plugins-good-plugins.args:
12723           Remove args for plugins that aren't in -good.
12724
12725 === release 0.9.7 ===
12726
12727 2005-12-01   <thomas (at) apestaart (dot) org>
12728
12729         * configure.ac:
12730           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12731
12732 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12733
12734         * docs/plugins/.cvsignore:
12735         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12736         * docs/plugins/inspect/plugin-multipart.xml:
12737         * docs/plugins/inspect/plugin-rtp.xml:
12738           add multipart plugin to docs
12739
12740 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12741
12742         * configure.ac:
12743         * ext/Makefile.am:
12744         * ext/pango/Makefile.am:
12745         * ext/pango/gstclockoverlay.c:
12746         * ext/pango/gstclockoverlay.h:
12747         * ext/pango/gsttextoverlay.c:
12748         * ext/pango/gsttextoverlay.h:
12749         * ext/pango/gsttextrender.c:
12750         * ext/pango/gsttextrender.h:
12751         * ext/pango/gsttimeoverlay.c:
12752         * ext/pango/gsttimeoverlay.h:
12753           move pango to base
12754
12755 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12756
12757         * gst/rtp/Makefile.am:
12758         * gst/rtp/gstrtpL16depay.c:
12759         * gst/rtp/gstrtpL16depay.h:
12760         * gst/rtp/gstrtpL16parse.c:
12761         * gst/rtp/gstrtpL16parse.h:
12762         * gst/rtp/gstrtpgsmdepay.c:
12763         * gst/rtp/gstrtpgsmdepay.h:
12764         * gst/rtp/gstrtpgsmparse.c:
12765         * gst/rtp/gstrtpgsmparse.h:
12766           parsers are depayers
12767
12768 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12769
12770         * gst/rtp/Makefile.am:
12771         * gst/rtp/gstasteriskh263.c:
12772         * gst/rtp/gstrtp.c:
12773         * gst/rtp/gstrtpL16enc.c:
12774         * gst/rtp/gstrtpL16enc.h:
12775         * gst/rtp/gstrtpL16parse.c:
12776         * gst/rtp/gstrtpL16parse.h:
12777         * gst/rtp/gstrtpL16pay.c:
12778         * gst/rtp/gstrtpL16pay.h:
12779         * gst/rtp/gstrtpamrdec.c:
12780         * gst/rtp/gstrtpamrdec.h:
12781         * gst/rtp/gstrtpamrdepay.c:
12782         * gst/rtp/gstrtpamrdepay.h:
12783         * gst/rtp/gstrtpamrenc.c:
12784         * gst/rtp/gstrtpamrenc.h:
12785         * gst/rtp/gstrtpamrpay.c:
12786         * gst/rtp/gstrtpamrpay.h:
12787         * gst/rtp/gstrtpdec.c:
12788         * gst/rtp/gstrtpdec.h:
12789         * gst/rtp/gstrtpdepay.c:
12790         * gst/rtp/gstrtpdepay.h:
12791         * gst/rtp/gstrtpg711dec.c:
12792         * gst/rtp/gstrtpg711dec.h:
12793         * gst/rtp/gstrtpg711depay.c:
12794         * gst/rtp/gstrtpg711depay.h:
12795         * gst/rtp/gstrtpg711enc.c:
12796         * gst/rtp/gstrtpg711enc.h:
12797         * gst/rtp/gstrtpg711pay.c:
12798         * gst/rtp/gstrtpg711pay.h:
12799         * gst/rtp/gstrtpgsmenc.c:
12800         * gst/rtp/gstrtpgsmenc.h:
12801         * gst/rtp/gstrtpgsmparse.c:
12802         * gst/rtp/gstrtpgsmparse.h:
12803         * gst/rtp/gstrtpgsmpay.c:
12804         * gst/rtp/gstrtpgsmpay.h:
12805         * gst/rtp/gstrtph263enc.c:
12806         * gst/rtp/gstrtph263enc.h:
12807         * gst/rtp/gstrtph263pay.c:
12808         * gst/rtp/gstrtph263pay.h:
12809         * gst/rtp/gstrtph263pdec.c:
12810         * gst/rtp/gstrtph263pdec.h:
12811         * gst/rtp/gstrtph263pdepay.c:
12812         * gst/rtp/gstrtph263pdepay.h:
12813         * gst/rtp/gstrtph263penc.c:
12814         * gst/rtp/gstrtph263penc.h:
12815         * gst/rtp/gstrtph263ppay.c:
12816         * gst/rtp/gstrtph263ppay.h:
12817         * gst/rtp/gstrtpmp4vdec.c:
12818         * gst/rtp/gstrtpmp4vdec.h:
12819         * gst/rtp/gstrtpmp4vdepay.c:
12820         * gst/rtp/gstrtpmp4vdepay.h:
12821         * gst/rtp/gstrtpmp4venc.c:
12822         * gst/rtp/gstrtpmp4venc.h:
12823         * gst/rtp/gstrtpmp4vpay.c:
12824         * gst/rtp/gstrtpmp4vpay.h:
12825         * gst/rtp/gstrtpmpadec.c:
12826         * gst/rtp/gstrtpmpadec.h:
12827         * gst/rtp/gstrtpmpadepay.c:
12828         * gst/rtp/gstrtpmpadepay.h:
12829         * gst/rtp/gstrtpmpaenc.c:
12830         * gst/rtp/gstrtpmpaenc.h:
12831         * gst/rtp/gstrtpmpapay.c:
12832         * gst/rtp/gstrtpmpapay.h:
12833         * gst/rtp/gstrtpspeexdec.c:
12834         * gst/rtp/gstrtpspeexdec.h:
12835         * gst/rtp/gstrtpspeexdepay.c:
12836         * gst/rtp/gstrtpspeexdepay.h:
12837         * gst/rtp/gstrtpspeexenc.c:
12838         * gst/rtp/gstrtpspeexenc.h:
12839         * gst/rtp/gstrtpspeexpay.c:
12840         * gst/rtp/gstrtpspeexpay.h:
12841           Do burger's rename for rtp payloaders and depayloaders
12842
12843 2005-11-30  Wim Taymans  <wim@fluendo.com>
12844
12845         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12846         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12847         * ext/dv/gstdvdemux.h:
12848         Fix seeking in dvdemux again, add some more debug info.
12849
12850 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12851
12852         * configure.ac:
12853           fix tests
12854
12855 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12856
12857         * PORTED_09:
12858         * docs/random/PORTED_09:
12859           move
12860         * tests/Makefile.am:
12861           add
12862         * win32/gst.sln:
12863           remove
12864
12865 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12866
12867         * Makefile.am:
12868         * check/.cvsignore:
12869         * check/Makefile.am:
12870         * check/elements/.cvsignore:
12871         * check/elements/level.c:
12872         * check/elements/matroskamux.c:
12873         * configure.ac:
12874         * examples/Makefile.am:
12875         * examples/capsfilter/Makefile.am:
12876         * examples/capsfilter/capsfilter1.c:
12877         * examples/gob/Makefile.am:
12878         * examples/gob/gst-identity2.gob:
12879         * examples/gstplay/.cvsignore:
12880         * examples/gstplay/Makefile.am:
12881         * examples/gstplay/player.c:
12882         * examples/indexing/.cvsignore:
12883         * examples/indexing/Makefile.am:
12884         * examples/indexing/indexmpeg.c:
12885         * examples/level/Makefile.am:
12886         * examples/level/README:
12887         * examples/level/demo.c:
12888         * examples/level/plot.c:
12889         * examples/stats/Makefile.am:
12890         * examples/stats/mp2ogg.c:
12891         * examples/switch/.cvsignore:
12892         * examples/switch/Makefile.am:
12893         * examples/switch/switcher.c:
12894           move under tests/
12895
12896 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12897
12898         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
12899         (gst_text_render_class_init), (resize_bitmap),
12900         (gst_text_render_render_text), (gst_text_render_setcaps),
12901         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
12902         (gst_text_render_chain), (gst_text_render_finalize),
12903         (gst_text_render_init), (gst_text_render_set_property):
12904         * ext/pango/gsttextrender.h:
12905           Add missing files.
12906
12907 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * configure.ac:
12910         * ext/Makefile.am:
12911         * ext/pango/Makefile.am:
12912         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
12913         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
12914         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
12915         * ext/pango/gstclockoverlay.h:
12916         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12917         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
12918         (gst_text_overlay_finalize), (gst_text_overlay_init),
12919         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
12920         (gst_text_overlay_text_pad_linked),
12921         (gst_text_overlay_text_pad_unlinked),
12922         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
12923         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
12924         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
12925         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12926         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12927         (gst_text_overlay_change_state), (plugin_init):
12928         * ext/pango/gsttextoverlay.h:
12929         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
12930         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
12931         (gst_time_overlay_class_init), (gst_time_overlay_init):
12932         * ext/pango/gsttimeoverlay.h:
12933           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
12934           and add background shading and text wrapping modes. Make 
12935           timoverlay derive from textoverlay. Also add new clockoverlay
12936           element.
12937
12938 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12939
12940         * gst/udp/Makefile.am: Moved to netbuffer.
12941
12942 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12943
12944         * configure.ac:
12945         * PORTED_O9:
12946         * gst/multipart/Makefile.am:
12947         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12948         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12949         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12950         (gst_multipart_demux_change_state),
12951         (gst_multipart_demux_plugin_init):
12952         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12953         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
12954         (gst_multipart_mux_sinkconnect),
12955         (gst_multipart_mux_request_new_pad),
12956         (gst_multipart_mux_handle_src_event),
12957         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12958         (gst_multipart_mux_change_state): Ported multipart mux/demux to
12959         0.9.
12960
12961 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12962
12963         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
12964         * gst/debug/gstnavigationtest.h:
12965         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
12966         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
12967         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
12968         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
12969         * gst/effectv/gstrev.c: (gst_revtv_get_type):
12970         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
12971         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
12972         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
12973         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
12974         (gst_video_flip_get_type):
12975         * gst/videofilter/gstvideoflip.h:
12976           update for symbols change
12977
12978 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12979
12980         * gst/udp/gstdynudpsink.c:
12981         * gst/udp/gstudpsrc.c:
12982           the old gstnet lib was renamed gstnetbuffer (#322257)
12983
12984 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
12987         (gst_text_overlay_collected):
12988           Actually render the text from the text pad.
12989
12990 2005-11-29  Edward Hervey  <edward@fluendo.com>
12991
12992         * gst/debug/gstnavseek.c: (gst_navseek_event):
12993         * gst/debug/progressreport.c: (gst_progress_report_event):
12994         Update for GstBaseTransform event virtual method
12995
12996 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12997
12998         * ext/cairo/Makefile.am:
12999           no need to link to videofilter
13000
13001 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/debug/Makefile.am:
13004         * gst/debug/gstnavigationtest.h:
13005         * gst/effectv/Makefile.am:
13006         * gst/effectv/gstaging.c:
13007         * gst/effectv/gstdice.c:
13008         * gst/effectv/gstedge.c:
13009         * gst/effectv/gstquark.c:
13010         * gst/effectv/gstrev.c:
13011         * gst/effectv/gstshagadelic.c:
13012         * gst/effectv/gstvertigo.c:
13013         * gst/effectv/gstwarp.c:
13014         * gst/videofilter/Makefile.am:
13015         * gst/videofilter/gstvideofilter.c:
13016         * gst/videofilter/gstvideofilter.h:
13017         * gst/videofilter/gstvideoflip.h:
13018           remove the videofilter library and link to the one in base
13019
13020 2005-11-28  Edward Hervey  <edward@fluendo.com>
13021
13022         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13023         Useless check now we're setting the current entry correctly.
13024
13025 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13026
13027         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13028         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13029         (gst_jpegenc_change_state):
13030           Don't leak input buffer in chain function (fixes #322667); make 
13031           state change function thread-safe; don't repeat the current function
13032           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13033           gst_pad_alloc_buffer(); misc. minor cleanups.
13034
13035 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13036
13037         * gst/matroska/matroska-mux.c:
13038         (gst_matroska_mux_video_pad_setcaps):
13039         Look for pixel-aspect-ratio in caps, not pixel_width and
13040         pixel_height (Fixes: #322645)
13041
13042 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13043
13044         * gst/matroska/matroska-mux.c:
13045         (gst_matroska_mux_video_pad_setcaps):
13046         From Michal Benes:
13047         frame duration should be GST_SECOND / framerate, not
13048         GST_SECOND * framerate. (Fixes: #322643)
13049
13050 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13051
13052         * configure.ac:
13053           fix up GST_PLUGIN_LDFLAGS
13054         * gst/rtsp/rtspconnection.c:
13055           fix includes (see #317043)
13056         * gst/videofilter/Makefile.am:
13057           stop installing this library
13058
13059 2005-11-26  Edward Hervey  <edward@fluendo.com>
13060
13061         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13062         Handle the case where the incoming Video dv stream doesn't have
13063         a pixel aspect ratio set.
13064
13065 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13066
13067         * docs/plugins/Makefile.am:
13068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13070         * ext/flac/gstflacdec.c:
13071           document flacdec
13072
13073 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13074
13075         * docs/plugins/Makefile.am:
13076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13078         * docs/plugins/inspect/plugin-autodetect.xml:
13079         * ext/cairo/gstcairo.c: (plugin_init):
13080         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13081         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13082         (gst_text_overlay_init), (gst_text_overlay_font_init),
13083         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13084         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13085         (gst_text_overlay_text_pad_linked),
13086         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13087         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13088         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13089         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13090         (gst_text_overlay_change_state):
13091         * ext/cairo/gsttextoverlay.h:
13092         * ext/cairo/gsttimeoverlay.c:
13093         (gst_cairo_time_overlay_update_font_height),
13094         (gst_cairo_time_overlay_set_caps),
13095         (gst_cairo_time_overlay_get_unit_size),
13096         (gst_cairo_time_overlay_print_smpte_time),
13097         (gst_cairo_time_overlay_transform),
13098         (gst_cairo_time_overlay_base_init),
13099         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13100         (gst_cairo_time_overlay_get_type):
13101         * ext/cairo/gsttimeoverlay.h:
13102           do some name borgifying
13103           document
13104
13105 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13106
13107         * docs/plugins/Makefile.am:
13108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13110         * gst/autodetect/gstautoaudiosink.c:
13111         (gst_auto_audio_sink_base_init):
13112         * gst/autodetect/gstautovideosink.c:
13113         (gst_auto_video_sink_base_init),
13114         (gst_auto_video_sink_factory_filter):
13115           documenting auto*sink
13116           using strstr for the video sink lookup, class field is not ordered
13117         * docs/plugins/inspect/plugin-1394.xml:
13118         * docs/plugins/inspect/plugin-aasink.xml:
13119         * docs/plugins/inspect/plugin-alaw.xml:
13120         * docs/plugins/inspect/plugin-alpha.xml:
13121         * docs/plugins/inspect/plugin-alphacolor.xml:
13122         * docs/plugins/inspect/plugin-auparse.xml:
13123         * docs/plugins/inspect/plugin-autodetect.xml:
13124         * docs/plugins/inspect/plugin-avi.xml:
13125         * docs/plugins/inspect/plugin-cacasink.xml:
13126         * docs/plugins/inspect/plugin-cairo.xml:
13127         * docs/plugins/inspect/plugin-cutter.xml:
13128         * docs/plugins/inspect/plugin-debug.xml:
13129         * docs/plugins/inspect/plugin-dv.xml:
13130         * docs/plugins/inspect/plugin-efence.xml:
13131         * docs/plugins/inspect/plugin-effectv.xml:
13132         * docs/plugins/inspect/plugin-esdsink.xml:
13133         * docs/plugins/inspect/plugin-flac.xml:
13134         * docs/plugins/inspect/plugin-flxdec.xml:
13135         * docs/plugins/inspect/plugin-gconfelements.xml:
13136         * docs/plugins/inspect/plugin-goom.xml:
13137         * docs/plugins/inspect/plugin-jpeg.xml:
13138         * docs/plugins/inspect/plugin-level.xml:
13139         * docs/plugins/inspect/plugin-matroska.xml:
13140         * docs/plugins/inspect/plugin-mulaw.xml:
13141         * docs/plugins/inspect/plugin-navigationtest.xml:
13142         * docs/plugins/inspect/plugin-ossaudio.xml:
13143         * docs/plugins/inspect/plugin-png.xml:
13144         * docs/plugins/inspect/plugin-rtp.xml:
13145         * docs/plugins/inspect/plugin-rtsp.xml:
13146         * docs/plugins/inspect/plugin-shout2send.xml:
13147         * docs/plugins/inspect/plugin-smpte.xml:
13148         * docs/plugins/inspect/plugin-speex.xml:
13149         * docs/plugins/inspect/plugin-udp.xml:
13150         * docs/plugins/inspect/plugin-videobox.xml:
13151         * docs/plugins/inspect/plugin-videoflip.xml:
13152         * docs/plugins/inspect/plugin-videomixer.xml:
13153         * docs/plugins/inspect/plugin-wavenc.xml:
13154         * docs/plugins/inspect/plugin-wavparse.xml:
13155           update for HEAD version
13156
13157 2005-11-25  Michael Smith  <msmith@fluendo.com>
13158
13159         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13160           Patch from Sebastien Cote to close control sockets in udpsrc.
13161
13162 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13163
13164         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13165         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13166         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13167         (gst_quarktv_base_init), (gst_quarktv_class_init),
13168         (gst_quarktv_init): Flush the planes list on reverse caps
13169         negotiation. This was crashing because of differently sized
13170         buffers.
13171
13172 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13173
13174         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13175         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13176         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13177         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13178         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13179         (gst_videoflip_set_property), (gst_videoflip_base_init),
13180         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13181         correctly, fix identity flipping, convert navigation event 
13182         correctly again.
13183
13184 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13185
13186         * configure.ac: back to HEAD
13187
13188 === release 0.9.6 ===
13189
13190 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13191
13192         * configure.ac:
13193           releasing 0.9.6, "Everything's Not Lost"
13194
13195 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13196
13197         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13198         Oops, initialise the framerate GValue
13199
13200 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13201
13202         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13203         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13204         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13205         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13206         (gst_timeoverlay_get_type):
13207         * ext/cairo/gsttimeoverlay.h:
13208         * gst/debug/Makefile.am:
13209         * gst/debug/gstnavigationtest.c:
13210         (gst_navigationtest_handle_src_event),
13211         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13212         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13213         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13214         (gst_navigationtest_init), (gst_navigationtest_get_type),
13215         (plugin_init):
13216         * gst/debug/gstnavigationtest.h:
13217         * gst/effectv/Makefile.am:
13218         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13219         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13220         (gst_agingtv_base_init), (gst_agingtv_class_init),
13221         (gst_agingtv_init), (gst_agingtv_get_type):
13222         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13223         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13224         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13225         (gst_dicetv_get_type):
13226         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13227         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13228         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13229         (gst_edgetv_get_type):
13230         * gst/effectv/gsteffectv.c:
13231         * gst/effectv/gsteffectv.h:
13232         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13233         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13234         (gst_quarktv_change_state), (gst_quarktv_base_init),
13235         (gst_quarktv_class_init), (gst_quarktv_init),
13236         (gst_quarktv_get_type):
13237         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13238         (gst_revtv_get_unit_size), (gst_revtv_transform),
13239         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13240         (gst_revtv_get_type):
13241         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13242         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13243         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13244         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13245         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13246         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13247         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13248         (gst_vertigotv_init), (gst_vertigotv_get_type):
13249         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13250         (gst_warptv_get_unit_size), (gst_warptv_transform),
13251         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13252         (gst_warptv_get_type):
13253         * gst/videofilter/Makefile.am:
13254         * gst/videofilter/gstvideobalance.c:
13255         * gst/videofilter/gstvideobalance.h:
13256         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13257         (gst_videofilter_class_init), (gst_videofilter_init):
13258         * gst/videofilter/gstvideofilter.h:
13259         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13260         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13261         (gst_videoflip_flip), (gst_videoflip_transform),
13262         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13263         (gst_videoflip_base_init), (gst_videoflip_class_init),
13264         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13265         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13266         BaseTransform, it's just a place holder for now and every video
13267         effect plugin has been ported to use BaseTransform features 
13268         directly. QuarkTV was fixed too (was broken), navigationtest works
13269         and best for the end, videoflip converts navigation events depending
13270         on flip method ! Fixes #320953
13271
13272 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13273
13274         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13275         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13276         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13277         (gst_goom_src_negotiate), (gst_goom_chain):
13278         * gst/matroska/matroska-mux.c:
13279         (gst_matroska_mux_video_pad_setcaps):
13280         * sys/osxvideo/osxvideosink.m:
13281           Fixes for API changes
13282
13283 2005-11-23  Michael Smith <msmith@fluendo.com>
13284
13285         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13286         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13287         * ext/jpeg/gstjpegdec.h:
13288         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13289         * ext/jpeg/gstjpegenc.h:
13290         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13291         (gst_smokeenc_resync):
13292         * ext/jpeg/gstsmokeenc.h:
13293           JPEG fractiony goodness.
13294
13295 2005-11-22  Michael Smith <msmith@fluendo.com>
13296
13297         * gst/goom/filters.c:
13298         * gst/goom/graphic.h:
13299           Fix compilation by making some functions static inline instead of
13300           extern inline, matching the way they're used.
13301
13302 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13303
13304         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13305         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13306         * ext/cairo/gsttextoverlay.h:
13307         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13308         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13309         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13310         (gst_pngdec_caps_create_and_set):
13311         * ext/libpng/gstpngdec.h:
13312         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13313         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13314         * gst/avi/gstavimux.c: (gst_avimux_init),
13315         (gst_avimux_vidsinkconnect):
13316         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13317         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13318         (gst_goom_src_negotiate), (gst_goom_chain):
13319         * gst/goom/gstgoom.h:
13320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13321         * gst/matroska/matroska-mux.c:
13322         (gst_matroska_mux_video_pad_setcaps):
13323         * sys/osxvideo/osxvideosink.h:
13324         * sys/osxvideo/osxvideosink.m:
13325           More fractional framerate conversions 
13326
13327 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13328
13329         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13330         * gst/debug/gstnavigationtest.c:
13331         (gst_navigationtest_handle_src_event):
13332         * gst/videofilter/gstvideofilter.c:
13333         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13334         (gst_videofilter_init):
13335         * gst/videofilter/gstvideofilter.h:
13336           Convert to fractional framerates.
13337
13338 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13339
13340         * ext/aalib/gstaasink.c:
13341         * ext/dv/gstdvdec.c:
13342         * ext/esd/esdmon.c:
13343         * ext/flac/gstflacenc.c:
13344         * ext/gdk_pixbuf/pixbufscale.c:
13345         * ext/libcaca/gstcacasink.c:
13346         * ext/shout2/gstshout2.c:
13347         * gst/alpha/gstalpha.c:
13348         * gst/oldcore/gstaggregator.c:
13349         * gst/oldcore/gstshaper.c:
13350         * gst/smpte/barboxwipes.c:
13351         * gst/smpte/gstsmpte.c:
13352         * gst/videobox/gstvideobox.c:
13353         * gst/videofilter/gstvideoflip.c:
13354         * gst/videomixer/videomixer.c:
13355           fix up more enums
13356
13357 2005-11-22  Michael Smith <msmith@fluendo.com>
13358
13359         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13360         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13361         (gst_videomixer_update_queues):
13362           Fractional framerates, videomixer.
13363
13364 2005-11-22  Michael Smith <msmith@fluendo.com>
13365
13366         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13367         * ext/dv/gstdvdec.h:
13368         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13369         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13370         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13371         (gst_dvdemux_flush):
13372         * ext/dv/gstdvdemux.h:
13373           Fractional framerates for DV. 
13374
13375 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13376
13377         * gst/autodetect/gstautoaudiosink.c:
13378         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13379         * gst/autodetect/gstautovideosink.c:
13380         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13381           Use gst_plugin_feature_list_free() to free feature list and
13382           in the case of autovideosink free the list at all. Also
13383           miscellaneous cosmetic fixes.
13384
13385 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13388         (gst_cutter_set_property), (gst_cutter_get_caps):
13389           copy calculation code from level; remove use of some audio
13390           functions
13391
13392 2005-11-22  Andy Wingo  <wingo@pobox.com>
13393
13394         * Update for gst_tag_setter API changes.
13395
13396 2005-11-22  Andy Wingo  <wingo@pobox.com>
13397
13398         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13399         (gst_dvdemux_demux_frame)
13400         * ext/flac/gstflacdec.c (gst_flacdec_write)
13401         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13402         (gst_flacenc_sink_event)
13403         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13404         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13405         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13406         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13407         * gst/auparse/gstauparse.c (gst_auparse_chain)
13408         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13409         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13410         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13411         (gst_avi_demux_handle_seek)
13412         * gst/goom/gstgoom.c (gst_goom_event)
13413         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13414         * gst/matroska/matroska-demux.c
13415         (gst_matroska_demux_handle_seek_event)
13416         (gst_matroska_demux_loop_stream_parse_id)
13417         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13418         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13419         (gst_wavparse_stream_headers): Run update-funcnames.
13420
13421 2005-11-22  Edward Hervey  <edward@fluendo.com>
13422
13423         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13424         (gst_dv1394src_init), (gst_dv1394src_dispose),
13425         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13426         (gst_dv1394src_uri_set_uri):
13427         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13428         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13429         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13430         URIHandler interface and element properties are now properly
13431         synchronized for DV1394src and UDPSrc
13432
13433 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * ext/flac/Makefile.am:
13436         * ext/speex/Makefile.am:
13437           libgsttagedit has been renamed to libgsttag.
13438
13439 2005-11-21  Wim Taymans  <wim@fluendo.com>
13440
13441         * gst/rtsp/rtspconnection.c: (read_body):
13442         Apply patch from Sebastien Cote to fix #319184.
13443
13444 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13445
13446         * configure.ac:
13447         * gst/cutter/Makefile.am:
13448         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13449         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13450         (gst_cutter_set_property), (gst_cutter_get_property),
13451         (plugin_init), (gst_cutter_get_caps):
13452           port cutter
13453         * gst/level/gstlevel.c:
13454           fix up plugin details
13455
13456 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13459         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13460         (gst_flacdec_src_event):
13461         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13462         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13463         (gst_signal_processor_getrange), (gst_signal_processor_chain):
13464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13465         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13466         (gst_flxdec_sink_event_handler):
13467         * gst/matroska/matroska-demux.c:
13468         (gst_matroska_demux_handle_seek_event):
13469         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13470           Update for stream lock API changes: don't take stream log
13471           in sink event handlers any longer and change GST_STREAM_LOCK
13472           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13473           functions.
13474
13475 2005-11-21  Michael Smith <msmith@fluendo.com>
13476
13477         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13478           gst_object_unref, not g_object_unref
13479
13480 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13481
13482         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13483         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13484           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13485
13486 2005-11-21  Michael Smith <msmith@fluendo.com>
13487
13488         * gst/auparse/Makefile.am:
13489         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13490         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13491         (gst_auparse_change_state):
13492         * gst/auparse/gstauparse.h:
13493           Partially fix #161712. playbin still doesn't work on these files,
13494           (on the bug report, Andy says we aren't typefinding it for some
13495           reason?) but at least auparse isn't totally busted like it was before.
13496
13497 2005-11-21  Andy Wingo  <wingo@pobox.com>
13498
13499         * *.h:
13500         * *.c: Ran scripts/update-macros. Oh yes.
13501
13502 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13505           Filler events are gone for now, comment out section generating
13506           them.
13507
13508 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13509
13510         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13511         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13512         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13513         * sys/osxvideo/osxvideosink.m:
13514           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13515           (#322027)
13516
13517 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13518
13519         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13520         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13521         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13522         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13523         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13524         (gst_avi_demux_stream_data):
13525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13526         * gst/wavenc/gstwavenc.c: (write_metadata):
13527         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13528         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13529         Fixes for GST_FOURCC_FORMAT API change.
13530
13531 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13534         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13535         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13536         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13537         (gst_text_overlay_change_state):
13538         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13539         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13540         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13541         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13542         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13543         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13544         (gst_videomixer_change_state):
13545           Fix for collect pads API change. Also fix textoverlay state
13546           change function.
13547
13548 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13549
13550         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13551         GST_PAD_IS_USABLE by something approaching it.
13552
13553 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13554
13555         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13556         API changes.
13557         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13558         but also fix the code that was not checking return values from
13559         pad_push neither using pad_alloc_buffer.
13560
13561 2005-11-18  Edward Hervey  <edward@fluendo.com>
13562
13563         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13564         (gst_pngenc_chain):
13565         Added debug category
13566         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13567         goes to EOS.
13568
13569 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13570
13571         * gst/rtp/Makefile.am
13572         * gst/rtp/gstrtp.c
13573         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13574         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13575         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13576         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13577         * gst/rtp/gstrtpg711enc.h:
13578         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13579         * gst/rtp/gstrtpspeexenc.c:
13580         * gst/rtp/gstrtpspeexenc.h:
13581         * gst/rtp/gstrtpspeexdec.c:
13582         * gst/rtp/gstrtpspeexdec.h:
13583         Created Speex payloader and depayloader; Optimize G711 payloader to
13584         use adapter and send packets until MTU size.
13585
13586 2005-11-16  Wim Taymans  <wim@fluendo.com>
13587
13588         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13589         Fix leak in check.
13590
13591 2005-11-16  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13594         Fix state change.
13595
13596 2005-11-16  Andy Wingo  <wingo@pobox.com>
13597
13598         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13599         (gst_udpsrc_create): Move comment.
13600
13601 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13602
13603         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13604
13605         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13606           When seeking, seek to closest index entry at or before the requested
13607           seek position, not just the closest one (#321001).
13608
13609 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13612         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13613           Invert DIB images again (see #132341).
13614
13615 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13616
13617         * configure.ac:
13618           rework configure.ac file
13619         * ext/aalib/gstaasink.c:
13620         * ext/cairo/gstcairo.c:
13621         * ext/dv/gstdv.c:
13622         * ext/esd/gstesd.c:
13623         * ext/flac/gstflac.c:
13624         * ext/gconf/gstgconfelements.c:
13625         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13626         * ext/jpeg/gstjpeg.c:
13627         * ext/ladspa/gstladspa.c:
13628         * ext/libcaca/gstcacasink.c:
13629         * ext/libmng/gstmng.c:
13630         * ext/libpng/gstpng.c:
13631         * ext/mikmod/gstmikmod.c:
13632         * ext/pango/gsttextoverlay.c:
13633         * ext/pango/gsttimeoverlay.c:
13634         * ext/raw1394/gst1394.c:
13635         * ext/speex/gstspeex.c:
13636         * gst/alpha/Makefile.am:
13637         * gst/alpha/gstalpha.c:
13638         * gst/alpha/gstalphacolor.c:
13639         * gst/auparse/gstauparse.c:
13640         * gst/autodetect/gstautoaudiosink.c:
13641         (gst_auto_audio_sink_factory_filter),
13642         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13643         * gst/autodetect/gstautodetect.c:
13644         * gst/avi/gstavi.c:
13645         * gst/cutter/gstcutter.c:
13646         * gst/debug/efence.c:
13647         * gst/debug/gstdebug.c:
13648         * gst/debug/gstnavigationtest.c:
13649         * gst/effectv/gsteffectv.c:
13650         * gst/flx/gstflxdec.c:
13651         * gst/goom/gstgoom.c:
13652         * gst/interleave/plugin.c:
13653         * gst/law/alaw.c:
13654         * gst/law/mulaw.c:
13655         * gst/level/gstlevel.c:
13656         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13657         * gst/matroska/matroska.c:
13658         * gst/median/gstmedian.c:
13659         * gst/monoscope/gstmonoscope.c:
13660         * gst/multipart/multipart.c:
13661         * gst/oldcore/gstelements.c:
13662         * gst/rtp/gstrtp.c:
13663         * gst/rtsp/gstrtsp.c:
13664         * gst/smoothwave/gstsmoothwave.c:
13665         * gst/smpte/gstsmpte.c:
13666         * gst/udp/gstudp.c:
13667         * gst/videobox/gstvideobox.c:
13668         * gst/videofilter/gstgamma.c:
13669         * gst/videofilter/gstvideobalance.c:
13670         * gst/videofilter/gstvideoflip.c:
13671         * gst/videofilter/gstvideotemplate.c:
13672         * gst/videomixer/videomixer.c:
13673         * gst/wavenc/gstwavenc.c:
13674         * gst/wavparse/gstwavparse.c:
13675         * sys/oss/gstossaudio.c:
13676         * sys/osxaudio/gstosxaudio.c:
13677           update GST_PLUGIN_DEFINE
13678         * gst/rtp/Makefile.am:
13679         * gst/rtp/gstasteriskh263.c:
13680           check for htons/htonl headers and possibly link to winsock2 lib
13681
13682 2005-11-12  Edward Hervey  <edward@fluendo.com>
13683
13684         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13685         Only GST_DEBUG() information on the valid components.
13686
13687 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13688
13689         * configure.ac: back to HEAD
13690
13691 === release 0.9.5 ===
13692
13693 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13694
13695         * configure.ac:
13696           releasing 0.9.5, "Phone Alarm"
13697
13698 2005-11-11  Edward Hervey  <edward@fluendo.com>
13699
13700         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13701         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13702         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13703         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13704         (gst_avi_demux_loop):
13705         * gst/avi/gstavidemux.h:
13706         Yeah, implement proper seeking. Exact seeking and segment seeking.
13707         Still need to do some checks for segment_stop.
13708
13709 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13710
13711         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13714           Don't try to ready buffer duration from buffer that we don't
13715           own any  longer and that might already have been unreffed.
13716           (#321136)
13717
13718 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13719
13720         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13721         (flx_decode_delta_flc), (gst_flxdec_chain):
13722         Attempting to optimize the code for embedded systems.
13723
13724 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13725
13726         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13729           Don't re-use already closed file descriptor. (#320920)
13730
13731 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13734         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13735         (gst_oss_sink_prepare):
13736         * sys/oss/gstosssink.h:
13737           Cache probed caps; fix debug output for SET_PARAM macros.
13738
13739 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * ext/cairo/Makefile.am:
13742         * ext/cairo/gstcairo.c: (plugin_init):
13743         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13744         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13745         (gst_text_overlay_init), (gst_text_overlay_font_init),
13746         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13747         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13748         (gst_text_overlay_text_pad_linked),
13749         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13750         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13751         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13752         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13753         (gst_text_overlay_change_state):
13754         * ext/cairo/gsttextoverlay.h:
13755           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13756           property and redo positioning. Doesn't handle upstream renegotiation
13757           yet though.
13758
13759 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13760
13761         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13762         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13763         (gst_avi_demux_loop):
13764           No need to take the STREAM_LOCK in the loop function. Improve
13765           some debug messages. Don't leak pad names in debug messages.
13766
13767 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         * gst/matroska/matroska-demux.c:
13770         (gst_matroska_demux_push_vorbis_codec_priv_data),
13771         (gst_matroska_demux_add_wvpk_header):
13772           Don't error out when the source pad isn't linked.
13773
13774 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13777         (gst_gconf_audio_sink_change_state):
13778         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13779         (gst_gconf_video_sink_change_state):
13780           Fix state change functions here as well and set kid
13781           to NULL state before removing it.
13782
13783 2005-11-01  Edward Hervey  <edward@fluendo.com>
13784
13785         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13786         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13787         Added proper event handlind, 
13788         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13789         ignored),
13790         and don't set a duration of 0 for buffers otherwise they are discarded
13791         by GstBaseSink.
13792
13793         GstWavEnc needs some serious loving, after going through the code I'm
13794         really wondering how this can stay in -good ...
13795
13796 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13797
13798         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13799         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13800         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13801         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13802         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13803         (gst_matroska_mux_collected):
13804           Fix leaks and invalid memory access as reported by valgrind
13805
13806 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13807
13808         Patch by: Michal Benes <michal.benes@xeris.cz>
13809
13810         * check/Makefile.am:
13811         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13813         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13814           add a unit test for matroskamux
13815           fix the bugs that the unit test exposed
13816
13817 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         * gst/autodetect/gstautoaudiosink.c:
13820         (gst_auto_audio_sink_class_init),
13821         (gst_auto_audio_sink_change_state):
13822         * gst/autodetect/gstautovideosink.c:
13823         (gst_auto_video_sink_class_init),
13824         (gst_auto_video_sink_change_state):
13825           Fix state change function and use GST_DEBUG_FUNCPTR in
13826           class_init.
13827
13828 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13829
13830         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13833         (gst_ebml_write_reset), (gst_ebml_write_element_new):
13834         * gst/matroska/ebml-write.h:
13835         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13836           Set timestamps on outgoing ebml headers as well, so that the
13837           element after matroskamux can get the timestamp already when
13838           reading the first ebml element and doesn't have to wait for
13839           the actual data buffer for that (#320308).
13840           
13841 2005-10-31  Andy Wingo  <wingo@pobox.com>
13842
13843         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13844         (gst_videomixer_pad_link): Kill some memleaks.
13845         (gst_videomixer_pad_get_property): Style fix.
13846         (gst_videomixer_pad_set_property): Style fix.
13847         (gst_videomixer_pad_init): Style fix.
13848         (gst_videomixer_update_queues): Kill memleak.
13849         (gst_videomixer_loop): Kill memleak.
13850         (gst_videomixer_collected): Kill memleak.
13851
13852 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13853
13854         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13855         gst_auparse_change_state:
13856         Just some cleanup.
13857
13858 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13859
13860         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13861         Add checks to GST_FLOW_NOT_LINKED for values returned
13862         from gst_pad_push.
13863         
13864 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13865
13866         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13867         (gst_rtpg711dec_process):
13868         * gst/rtp/gstrtpgsmenc.c:
13869         Payloader now sets some default caps on the srcpad if caps on the sinkpad
13870         are never set. This is important for the g711 to work with burger's rtpbin
13871         element.
13872
13873 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
13874
13875         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
13876         (gst_speexenc_push_buffer):
13877         Add checks for return values from gst_pad_push and
13878         gst_pad_alloc_buffer.
13879
13880 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
13881
13882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13885         (gst_matroska_demux_parse_info),
13886         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13887         (gst_matroska_demux_parse_cluster):
13888         * gst/matroska/matroska-ids.h:
13889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13890         (gst_matroska_mux_init), (gst_matroska_mux_start),
13891         (gst_matroska_mux_create_buffer_header),
13892         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
13893         (gst_matroska_mux_get_property):
13894         * gst/matroska/matroska-mux.h:
13895           Add SimpleBlock support to matroska demuxer and muxer (part of
13896           Matroska v2). (#319731)
13897
13898 2005-10-28  Wim Taymans  <wim@fluendo.com>
13899
13900         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
13901         (gst_jpeg_dec_change_state):
13902         * ext/jpeg/gstjpegdec.h:
13903         Cleanups. Don't create caps for every chain.
13904
13905 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
13906
13907         * gst/law/alaw-encode.c: (gst_alawenc_init),
13908         (alawenc_setcaps), (gst_alawenc_chain)
13909         * gst/law/alaw-encode.h:
13910         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
13911         (mulawenc_setcaps), (gst_mulawenc_chain)
13912         * gst/law/mulaw-encode.h:
13913         Set timestamp on buffer and it allows RTP G711 elements
13914         work properly.
13915
13916 2005-10-27  Wim Taymans  <wim@fluendo.com>
13917
13918         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
13919         Set correct format on oss instead of a silly value. 
13920
13921 2005-10-27  Julien MOUTTE  <julien@moutte.net>
13922
13923         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13924         (gst_video_box_transform_caps), (gst_video_box_set_caps),
13925         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
13926         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
13927         I420 rendering as well, doesn't bring much for my platform.
13928         Might help on some other platforms.
13929
13930 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13931
13932         * gst/rtp/gstrtpgsmenc.c:
13933         * gst/rtp/gstrtpgsmparse.c:
13934         Declaring the padtemplate correctly.
13935
13936 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13937
13938         * gst/rtp/gstrtpg711dec.c:
13939         * gst/rtp/gstrtpg711enc.c:
13940         * gst/rtp/gstrtpgsmenc.c:
13941         * gst/rtp/gstrtpgsmparse.c:
13942         Setting the proper copyright notice.
13943
13944 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13945
13946         * gst/videobox/Makefile.am: Use liboil.
13947         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13948         (gst_video_box_set_property), (gst_video_box_transform_caps),
13949         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
13950         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
13951         using liboil. Will dot the same to I420 border generation
13952         tomorrow.
13953
13954 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13955
13956         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
13957         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
13958         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
13959         * gst/rtp/gstrtpg711dec.h:
13960         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
13961         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
13962         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
13963         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
13964         (gst_rtpgsmenc_handle_buffer):
13965         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
13966         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
13967         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
13968         * gst/rtp/gstrtpgsmparse.h:
13969         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
13970         inherits from the basertpdepayloader.
13971
13972 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13973
13974         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13975         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
13976         (gst_video_box_ayuv): Removing this forgotten debug.
13977
13978 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13979
13980         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13981         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
13982         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
13983
13984 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13985
13986         * sys/oss/gstossaudio.c:
13987         * sys/oss/gstossdmabuffer.c:
13988         * sys/oss/gstosshelper.c:
13989         * sys/oss/gstossmixer.c:
13990         * sys/oss/gstossmixerelement.c:
13991         * sys/oss/gstossmixertrack.c:
13992         * sys/oss/gstosssink.c:
13993         * sys/oss/gstosssrc.c:
13994           Actually use the 'oss' debug category we register.
13995
13996 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13997
13998         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
13999         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14000         Use gst_pad_get_parent and drop the ref that was added through
14001         that call.
14002
14003 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14004
14005         * gst/rtp/gstrtpgsmenc.c:
14006           Fix compilation
14007
14008 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14009
14010         * gst/rtp/gstrtpg711dec.c
14011         Just removed a couple of lines of weird code used during
14012         development/test time.
14013
14014 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14015
14016         * gst/rtp/Makefile.am
14017         * gst/rtp/gstrtp.c
14018         * gst/rtp/gstrtpg711enc.c
14019         * gst/rtp/gstrtpg711enc.h
14020         * gst/rtp/gstrtpg711dec.c
14021         * gst/rtp/gstrtpg711dec.h
14022         Created G711 payloader and depayloader (it supports mulaw and alaw
14023         (dec)encoders)
14024
14025 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14026
14027         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14028         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14029         Doh ! I introduced wingo's bug again ! Sorry...
14030
14031 2005-10-25  Christian Schaller <christian@fluendo.com> 
14032
14033         * gst/rtp/Makefile.am: add missing header files for disting
14034
14035 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14036
14037         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14038         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14039         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14040         (gst_rtpgsmenc_handle_buffer):
14041         * gst/rtp/gstrtpgsmenc.h:
14042         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14043         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14044         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14045         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14046         * gst/rtp/gstrtpgsmparse.h:
14047         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14048
14049 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14050
14051         * ext/libpng/gstpngdec.c: (user_info_callback),
14052         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14053         a newsegment event, move some redundant code in a single place.
14054
14055 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14056
14057         * ext/libpng/gstpngdec.c: (user_info_callback),
14058         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14059         hack to get correct colors order when we have a png image with
14060         alpha channel.
14061
14062 2005-10-24  Edward Hervey  <edward@fluendo.com>
14063
14064         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14065         Call gst_element_no_more_pads when there will be no more pads.
14066
14067 2005-10-24  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/rtp/Makefile.am:
14070         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14071         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14072         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14073         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14074         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14075         (gst_asteriskh263_plugin_init):
14076         * gst/rtp/gstasteriskh263.h:
14077         * gst/rtp/gstrtp.c: (plugin_init):
14078         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14079         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14080         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14081         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14082         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14083         (gst_rtph263enc_plugin_init):
14084         * gst/rtp/gstrtph263enc.h:
14085         Added two new payloaders, an RFC 2190 payloader for h263 and
14086         a payload convertor for an asterisk server.
14087
14088 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14091           Set bytes_per_sample correctly (is not always 4, but 
14092           depends on width and number of channels).
14093
14094 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14097         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14098         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14099         (gst_flacenc_sink_event), (gst_flacenc_chain),
14100         (gst_flacenc_set_property), (gst_flacenc_get_property),
14101         (gst_flacenc_change_state):
14102         * ext/flac/gstflacenc.h:
14103           Fix seeking, so that flacenc can rewrite the header with the
14104           correct duration and amount of samples and all that at EOS;
14105           also set timestamps and granulepos on outgoing buffers; add
14106           debug category; fix state change function.
14107           
14108 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14109
14110         * gst/videomixer/videomixer.c: Don't restrict video geometry
14111         from 16 to 4096.
14112
14113 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14114
14115         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14116         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14117         Fix caps negotiation correctly, add debugging category.
14118
14119 2005-10-24  Christian Schaller  <christian@fluendo.com>
14120
14121         * configure.ac: Port over Thomas's change from base listing all plugins
14122
14123 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14124
14125         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14126         a sink pad.
14127
14128 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14129
14130         * configure.ac:
14131         * docs/upload.mak:
14132           back to HEAD
14133
14134 === release 0.9.4 ===
14135
14136 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14137
14138         * configure.ac:
14139           Releasing 0.9.4, "Dromiceiomimus"
14140
14141 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14142
14143         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14144         (gst_speexenc_src_query):
14145           Add position and duration query, fix query type function.
14146           
14147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14148         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14149           Let's not set non-fixed caps on source pads.
14150
14151 2005-10-21  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14154         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14155         (gst_avi_demux_handle_seek):
14156         Set correct stream_time in newsegment event.
14157         avi can also handle a duration query now.
14158
14159 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * gst/matroska/matroska-demux.c:
14162         (gst_matroska_demux_handle_src_query),
14163         (gst_matroska_demux_handle_seek_event),
14164         (gst_matroska_demux_loop_stream_parse_id):
14165           Fix duration query; fix basetime in newsegment event after
14166           seek; fix duration in initial newsegment event.
14167
14168         * gst/matroska/matroska-mux.c:
14169         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14170           Extract number of channels and samplerate from vorbis headers;
14171           add some debug messages when querying the durations of the
14172           input streams.
14173
14174 2005-10-20  Wim Taymans  <wim@fluendo.com>
14175
14176         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14177         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14178         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14179         Set stream time correctly in newsegment.
14180
14181 2005-10-20  Wim Taymans  <wim@fluendo.com>
14182
14183         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14184         Correctly fill in the stream time.
14185
14186 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14187
14188         * check/elements/level.c: (GST_START_TEST):
14189         * gst/level/gstlevel.c: (gst_level_message_new):
14190         * gst/level/level-example.c: (message_handler):
14191           use ELEMENT messages instead
14192
14193 2005-10-19  Wim Taymans  <wim@fluendo.com>
14194
14195         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14196         (gst_dvdemux_src_query):
14197         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14198         (gst_flacdec_src_query):
14199         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14200         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14202         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14203         * gst/debug/progressreport.c: (gst_progress_report_report):
14204         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14205         * gst/matroska/matroska-demux.c:
14206         (gst_matroska_demux_handle_src_query):
14207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14208         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14209         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14210         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14211         (gst_wavparse_srcpad_event):
14212         API change fix.
14213
14214 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14215
14216         * gst/goom/filters.c:
14217         * gst/goom/graphic.h:
14218         * gst/goom/lines.c:
14219           Make inline functions either 'static inline' or 'extern inline',
14220           otherwise the Forte compiler apparently won't inline them (#317300).
14221
14222 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14223
14224         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14225         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14226         (user_info_callback), (user_endrow_callback), (user_end_callback),
14227         (user_read_data), (gst_pngdec_caps_create_and_set),
14228         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14229         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14230         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14231         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14232         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14233         very nice and handle push/pull based model. if you have filesrc
14234         connected to it, it will do random access to load the png file.
14235         If you have a network source that can't do _getrange, it does 
14236         progressive loading through the chain function.
14237         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14238         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14239         thanks to Master Wim Taymans ;-)
14240
14241 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * gst/matroska/Makefile.am:
14244         * gst/matroska/ebml-read.c:
14245         * gst/matroska/ebml-read.h:
14246         * gst/matroska/matroska-demux.c:
14247         * gst/matroska/matroska-demux.h:
14248         * gst/matroska/matroska.c: (plugin_init):
14249           Ported matroska demuxer to 0.9.
14250
14251 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14252
14253         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14254
14255         * gst/matroska/matroska-mux.c:
14256         (gst_matroska_mux_video_pad_setcaps),
14257         (gst_matroska_mux_audio_pad_setcaps):
14258           Fix mpeg4 input handling (#318847); also, while we're at it,
14259           fix media type for Motion-JPEG: should be image/jpeg.
14260
14261 2005-10-18  Wim Taymans  <wim@fluendo.com>
14262
14263         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14264         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14265         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14266         Fix for segment-start/stop API change.
14267
14268 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14269
14270         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14271         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14272         way.
14273
14274 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14275
14276         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14277         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14278         output declared in transform_caps.
14279
14280 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14281
14282         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14283
14284 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14285
14286         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14287         (gst_video_box_get_unit_size): Fix wrong size calculations and
14288         implement get_unit_size correctly.
14289
14290 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * configure.ac:
14293           Enable flx plugin.
14294
14295         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14296           Fix gcc4 signedness issue.
14297
14298 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14299
14300         * configure.ac: Adding videomixer.
14301         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14302         (user_read_data), (gst_pngdec_chain): More debugging.
14303         * gst/alpha/Makefile.am: Adding alphacolor
14304         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14305         (gst_alpha_color_class_init), (gst_alpha_color_init),
14306         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14307         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14308         (plugin_init): Ported to 0.9 using in place base tranform.
14309         * gst/videomixer/Makefile.am:
14310         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14311         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14312         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14313         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14314         (gst_videomixer_init), (gst_videomixer_getcaps),
14315         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14316         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14317         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14318         to 0.9 using collectpads.
14319
14320 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14321
14322         * configure.ac:
14323         * gst/flx/Makefile.am:
14324         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14325         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14326         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14327         * gst/flx/gstflxdec.h:
14328         flx plugin ported to 0.9
14329
14330 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14331
14332         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14333           use new gst_version_string()
14334
14335 2005-10-16  Andy Wingo  <wingo@pobox.com>
14336
14337         * configure.ac: GLIB_CHECK.
14338
14339 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14340
14341         * ext/libpng/Makefile.am:
14342         * ext/libpng/gstpng.c: (plugin_init):
14343         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14344         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14345         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14346
14347 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14348
14349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         * configure.ac:
14352         * gst/matroska/Makefile.am:
14353         * gst/matroska/ebml-ids.h:
14354         * gst/matroska/ebml-write.c:
14355         * gst/matroska/ebml-write.h:
14356         * gst/matroska/matroska-ids.h:
14357         * gst/matroska/matroska-mux.c:
14358         * gst/matroska/matroska-mux.h:
14359         * gst/matroska/matroska.c: (plugin_init):
14360           Port matroska muxer to 0.9 (#318847).
14361
14362 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14363
14364         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14365         (comment_init), (comment_add):
14366           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14367           use GST_READ_UINT32_LE() and friends rather than the private
14368           implementation of those same macros.
14369
14370 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14371
14372         * examples/stats/mp2ogg.c:
14373           more typo fixes
14374
14375 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14376
14377         * examples/indexing/indexmpeg.c: (main):
14378         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14379         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14380         * ext/esd/esdmon.h:
14381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14382         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14383         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14384         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14385         * gst/avi/gstavimux.c: (gst_avimux_init):
14386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14387         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14388         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14389         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14390         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14391         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14392         * gst/oldcore/gstmultifilesrc.h:
14393         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14394         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14395         (gst_pipefilter_change_state):
14396         * gst/oldcore/gstpipefilter.h:
14397         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14398         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14399         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14400         * sys/osxaudio/gstosxaudiosink.h:
14401         * sys/osxaudio/gstosxaudiosrc.h:
14402           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14403           moved bitshift from macro to enum definition
14404
14405 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * ext/Makefile.am:
14408         * ext/cairo/Makefile.am:
14409         * ext/cairo/gstcairo.c: (plugin_init):
14410         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14411         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14412         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14413         * ext/cairo/gsttimeoverlay.h:
14414           update of cairo-based timeoverlay to 1.0 Cairo API
14415           doesn't work yet for resizing of output sink
14416
14417 2005-10-11  Wim Taymans  <wim@fluendo.com>
14418
14419         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14420         newsegment API fix.
14421
14422 2005-10-11  Wim Taymans  <wim@fluendo.com>
14423
14424         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14425         (gst_dvdemux_demux_frame):
14426         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14427         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14428         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14429         (gst_avi_demux_handle_seek):
14430         * gst/goom/gstgoom.c: (gst_goom_event):
14431         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14432         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14433         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14434         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14435         (gst_wavparse_srcpad_event):
14436         newsegment API update.
14437
14438 2005-10-11  Andy Wingo  <wingo@pobox.com>
14439
14440         * ext/speex/gstspeexenc.c: Signedness cleanups.
14441
14442 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
14443
14444         * PORTED_09:
14445         * ext/speex/Makefile.am:
14446         * ext/speex/gstspeex.c:
14447         * ext/speex/gstspeexenc.c:
14448         Speexenc ported to 0.9
14449
14450 2005-10-10  Wim Taymans  <wim@fluendo.com>
14451
14452         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14453         (gst_oss_sink_init), (gst_oss_sink_set_property),
14454         (gst_oss_sink_get_property), (gst_oss_sink_open),
14455         (gst_oss_sink_prepare), (gst_oss_sink_reset):
14456         * sys/oss/gstosssink.h:
14457         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14458         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14459         (gst_oss_src_prepare):
14460         Cleanups, make device configurable in the sink, handle and report
14461         errors.
14462
14463 2005-10-10  Wim Taymans  <wim@fluendo.com>
14464
14465         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14466         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14467         Make sure element is NULL before removing from the bin.
14468
14469 2005-10-07  Andy Wingo  <wingo@pobox.com>
14470
14471         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14472         block forever in a read().
14473         (gst_dv1394src_bus_reset): Post a message when the cable is
14474         unplugged.
14475         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14476         (gst_dv1394src_bus_reset): Don't unref the message.
14477
14478         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14479         hacking. The only change should be that the state change stuff was
14480         put into basesrc's start() and stop() routines, which coalesces
14481         some steps.
14482
14483 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         * configure.ac:
14486           Add check for mmap
14487           
14488         * gst/debug/Makefile.am:
14489           Only compile efence plugin on systems that have mmap.
14490
14491 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * gst/debug/Makefile.am:
14494         * gst/debug/breakmydata.c:
14495         * gst/debug/gstdebug.c:
14496         * gst/debug/gstnavigationtest.c:
14497         * gst/debug/gstnavseek.c: 
14498         * gst/debug/gstnavseek.h:
14499         * gst/debug/progressreport.c: 
14500         * gst/debug/testplugin.c:
14501           Port progressreport, navseek, navigationtest, testsink and
14502           breakmydata.
14503
14504 2005-10-05  Edward Hervey  <edward@fluendo.com>
14505
14506         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14507         (gst_dvdemux_src_query):
14508         Fixes for better conversion
14509
14510 2005-10-04  Michael Smith <msmith@fluendo.com>
14511
14512         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14513         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14514         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14515         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14516           Set state of elements to NULL before removing from bins.
14517           Set state of test element to NULL if we failed to move it to READY
14518
14519 2005-10-04  Edward Hervey  <edward@fluendo.com>
14520
14521         * ext/dv/Makefile.am:
14522         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
14523         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14524         Corrected the query function for position so it doesn't forget what
14525         format was asked, and calls the conversion functions on the correct pad.
14526
14527 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14528
14529         * configure.ac:
14530           back to development
14531
14532 === release 0.9.3 ===
14533
14534 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14535
14536         * configure.ac:
14537           Releasing 0.9.3, "Aramis"
14538
14539 2005-10-03  Andy Wingo  <wingo@pobox.com>
14540
14541         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14542         error returns.
14543
14544 2005-10-02  Andy Wingo  <wingo@pobox.com>
14545
14546         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14547
14548         * ext/flac/gstflacenc.c: Ported to 0.9.
14549
14550         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14551
14552         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14553         and link to gsttagedit. Enable flacenc.
14554
14555         * ext/flac/gstflacdec.c: Re-enable tag reading.
14556
14557 2005-09-30  Wim Taymans  <wim@fluendo.com>
14558
14559         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14560         * gst/rtp/gstrtpgsmparse.c:
14561         * gst/rtp/gstrtph263penc.c:
14562         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14563         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14564         (gst_rtpmp4venc_set_property):
14565         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14566         Various class and caps fixes from Andre Magalhaes (andrunko)
14567
14568 2005-09-29  Wim Taymans  <wim@fluendo.com>
14569
14570         * gst/level/level-example.c: (main):
14571         Update for new bus API.
14572
14573 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * configure.ac:
14576           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14577           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14578
14579 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14580
14581         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14582           Fix playback of mono streams (bytes_per_sample should be set
14583           from the sample width and the number of channels negotiated,
14584           and not just be set to 4) (#317338)
14585
14586 2005-09-26  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14589         (gst_rtpmpaenc_handle_buffer):
14590         Set buffer duration correctly.
14591
14592 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14595         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14596         (gst_avi_demux_change_state):
14597           Don't crash when encountering a stream with an unknown fourcc or
14598           codec id. Instead, create a pad of type video/x-avi-unknown or
14599           audio/x-avi-unknown, which as a side-effect also results in less
14600           confusing error messages in players ('no decoder' vs. 'no streams');
14601           minor fixes to state change function and class_init function.
14602
14603 2005-09-24  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14606         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14607         These are sinks.
14608
14609 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14610
14611         * check/elements/level.c: (GST_START_TEST):
14612           fix test for new GstClockTime use
14613         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14614         (gst_level_transform_ip):
14615         * gst/level/gstlevel.h:
14616           fix up the decay peak, ensuring the decay peak is never lower
14617           than the peak for that interval
14618
14619 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14620
14621         * docs/plugins/gst-plugins-good-plugins.args:
14622         * docs/plugins/inspect/plugin-alpha.xml:
14623         * docs/plugins/inspect/plugin-rtp.xml:
14624         * gst/level/gstlevel.c: (gst_level_set_caps),
14625         (gst_level_transform_ip):
14626           updating docs
14627
14628 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14629
14630         * Makefile.am:
14631         * check/elements/level.c: (GST_START_TEST):
14632         * gst/level/Makefile.am:
14633         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14634         (gst_level_set_property), (gst_level_get_property),
14635         (gst_level_set_caps), (gst_level_message_new),
14636         (gst_level_transform_ip):
14637         * gst/level/gstlevel.h:
14638         * gst/level/level-example.c: (message_handler), (main):
14639           convert to using GstClockTime for all time values, finally.
14640
14641 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * gst/auparse/Makefile.am:
14644         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14645           fix up build
14646         * configure.ac:
14647         * ext/cairo/Makefile.am:
14648         * ext/dv/Makefile.am:
14649         * ext/esd/Makefile.am:
14650         * ext/flac/Makefile.am:
14651         * ext/gconf/Makefile.am:
14652         * ext/gdk_pixbuf/Makefile.am:
14653         * ext/jpeg/Makefile.am:
14654         * ext/ladspa/Makefile.am:
14655         * ext/libcaca/Makefile.am:
14656         * ext/libmng/Makefile.am:
14657         * ext/libpng/Makefile.am:
14658         * ext/mikmod/Makefile.am:
14659         * ext/pango/Makefile.am:
14660         * ext/raw1394/Makefile.am:
14661         * ext/shout2/Makefile.am:
14662         * ext/speex/Makefile.am:
14663         * gst/alpha/Makefile.am:
14664         * gst/autodetect/Makefile.am:
14665         * gst/avi/Makefile.am:
14666         * gst/cutter/Makefile.am:
14667         * gst/debug/Makefile.am:
14668         * gst/effectv/Makefile.am:
14669         * gst/flx/Makefile.am:
14670         * gst/goom/Makefile.am:
14671         * gst/interleave/Makefile.am:
14672         * gst/law/Makefile.am:
14673         * gst/matroska/Makefile.am:
14674         * gst/median/Makefile.am:
14675         * gst/monoscope/Makefile.am:
14676         * gst/multipart/Makefile.am:
14677         * gst/oldcore/Makefile.am:
14678         * gst/rtp/Makefile.am:
14679         * gst/rtsp/Makefile.am:
14680         * gst/smoothwave/Makefile.am:
14681         * gst/smpte/Makefile.am:
14682         * gst/videobox/Makefile.am:
14683         * gst/videofilter/Makefile.am:
14684         * gst/videomixer/Makefile.am:
14685         * gst/wavenc/Makefile.am:
14686         * gst/wavparse/Makefile.am:
14687         * sys/oss/Makefile.am:
14688         * sys/osxaudio/Makefile.am:
14689         * sys/osxvideo/Makefile.am:
14690           fix up GST_LIBS use
14691
14692 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14693
14694         * gst/auparse/Makefile.am:
14695         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14696           fix build of auparse
14697
14698 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14699
14700         * configure.ac:
14701         * PORTED_09:
14702         * gst/auparse/gstauparse.c:
14703         * gst/auparse/gstauparse.h:
14704         Auparse ported to 0.9.
14705
14706 2005-09-22  Wim Taymans  <wim@fluendo.com>
14707
14708         * gst/rtp/TODO:
14709         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14710         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14711         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14712         (gst_rtpmp4venc_set_property):
14713         * gst/rtp/gstrtpmp4venc.h:
14714         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14715         * gst/rtp/gstrtpmpaenc.h:
14716         Use is_filled to both check MTU and max-ptime of base class.
14717
14718 2005-09-22  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14721         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14722         (gst_rtpmp4venc_set_property):
14723         Don't fragment packets with multiple frames.
14724
14725 2005-09-22  Wim Taymans  <wim@fluendo.com>
14726
14727         * gst/rtp/TODO:
14728         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14729         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14730         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14731         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14732         (gst_rtpmp4venc_get_property):
14733         * gst/rtp/gstrtpmp4venc.h:
14734         Remove g_print.
14735         Update TODO
14736         Make payload encoder a bit smarter and more correct with
14737         timestamps.
14738         Added option in payloader to include config string in-band.
14739
14740 2005-09-21  Wim Taymans  <wim@fluendo.com>
14741
14742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14743         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14744         (gst_rtspsrc_send):
14745         Strip spaces for key/value pairs.
14746
14747 2005-09-21  Wim Taymans  <wim@fluendo.com>
14748
14749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14750         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14751         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14752         (gst_rtspsrc_change_state):
14753         More SDP parsing and caps setting.
14754         Do NO_PREROLL differently.
14755         add pads only after negotiated.
14756
14757         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14758         (gst_udpsrc_getcaps):
14759         Implement the getcaps function.
14760
14761 2005-09-21  Wim Taymans  <wim@fluendo.com>
14762
14763         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14764         (gst_rtpamrdec_chain):
14765         Handle multiple AMr packets per payload. Handle CRC and
14766         parse ILL/ILP.
14767
14768         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14769         Make caps params strings for easy SDP mapping.
14770         
14771         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14772         Handle capsnego better.
14773
14774         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14775         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14776         Generate and parse config string in the caps.
14777
14778 2005-09-21  Wim Taymans  <wim@fluendo.com>
14779
14780         * gst/rtp/README:
14781         Update README
14782
14783         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14784         Make extra params as strings.
14785
14786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14787         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14788         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14789         Make state change return NO_PREROLL as this is a live
14790         source.
14791
14792         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14793         Don't unref old caps when NULL.
14794
14795 2005-09-20  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14798         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14799         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14800         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14801         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14802         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14803         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14804         * gst/rtsp/sdpmessage.h:
14805         Add URI handler.
14806         Parse SDP and create caps.
14807
14808 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
14809
14810         * gst/alpha/gstalpha.c:
14811           fix element description
14812
14813 2005-09-19  Wim Taymans  <wim@fluendo.com>
14814
14815         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14816         Don't check payload for now.
14817
14818 2005-09-19  Wim Taymans  <wim@fluendo.com>
14819
14820         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14821         (gst_wavparse_init), (gst_wavparse_parse_file_header),
14822         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14823         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14824         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14825         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14826         (gst_wavparse_change_state):
14827         * gst/wavparse/gstwavparse.h:
14828         Fix wavparse some more.
14829
14830 2005-09-19  Wim Taymans  <wim@fluendo.com>
14831
14832         * check/elements/level.c: (GST_START_TEST):
14833         Fix for bus API change.
14834
14835 2005-09-19  Wim Taymans  <wim@fluendo.com>
14836
14837         * gst/level/level-example.c: (main):
14838         Fix for new bus API.
14839
14840         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14841         Set caps on pads.
14842
14843 2005-09-15  Wim Taymans  <wim@fluendo.com>
14844
14845         * gst/rtp/Makefile.am:
14846         * gst/rtp/README:
14847         * gst/rtp/gstrtp.c: (plugin_init):
14848         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14849         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14850         (gst_rtpamrdec_change_state):
14851         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14852         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14853         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14854         * gst/rtp/gstrtpamrenc.h:
14855         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14856         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14857         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14858         * gst/rtp/gstrtpgsmenc.h:
14859         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14860         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14861         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14862         (gst_rtpgsmparse_change_state):
14863         * gst/rtp/gstrtpgsmparse.h:
14864         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14865         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14866         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14867         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14868         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14869         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14870         * gst/rtp/gstrtph263penc.h:
14871         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14872         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14873         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14874         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14875         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14876         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14877         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14878         * gst/rtp/gstrtpmp4venc.h:
14879         * gst/rtp/gstrtpmpadec.c:
14880         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
14881         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
14882         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
14883         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
14884         * gst/rtp/gstrtpmpaenc.h:
14885         Updates to payloader/depayloaders, make payloaders use
14886         the base classes.
14887         Updated README with suggested RTP caps and how to convert
14888         to/from SDP.
14889         Added config descriptor in mp4v payloader.
14890
14891 2005-09-15  Andy Wingo  <wingo@pobox.com>
14892
14893         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
14894         * gst/autodetect/gstautovideosink.c
14895         (gst_auto_video_sink_find_best): Update for new registry API.
14896
14897 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14898
14899         * common/c-to-xml.py:
14900         * common/gtk-doc-plugins.mak:
14901           a simple py script to generate valid xml from a C example
14902           probably also need to strip an MIT license when we decide
14903         * docs/plugins/Makefile.am:
14904         * gst/level/Makefile.am:
14905         * gst/level/gstlevel.c: (gst_level_init):
14906         * gst/level/level-example.c: (message_handler), (main):
14907           add an example to level that will show up in the docs
14908         * gst/rtp/TODO:
14909           add a note for the future
14910
14911 2005-09-14  Michael Smith <msmith@fluendo.com>
14912
14913         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
14914           Actually define the debug object being used in wavenc. Fixes #316205
14915
14916 2005-09-14  Michael Smith <msmith@fluendo.com>
14917
14918         * gst/smpte/Makefile.am:
14919           Link against GST_BASE_LIBS, to get it linked against libgstbase;
14920           needed to build on windows (bug 316204)
14921
14922 2005-09-12  Andy Wingo  <wingo@pobox.com>
14923
14924         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
14925
14926 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14927
14928         * configure.ac:
14929         * gst/fdsrc/Makefile.am:
14930         * gst/fdsrc/gstfdsrc.c:
14931         * gst/fdsrc/gstfdsrc.h:
14932           Move fdsrc back into gstreamer core elements.
14933
14934         * gst/level/gstlevel.c: (gst_level_class_init),
14935         (gst_level_transform_ip):
14936         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
14937           Basetransform changes.
14938
14939 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14940
14941         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14942         * ext/jpeg/smokecodec.c: (find_best_size):
14943           fix compiler warnings
14944
14945 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * gst-plugins-good.spec.in:
14948           spec file fixes
14949         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
14950         (gst_multiudpsink_render), (gst_multiudpsink_add),
14951         (gst_multiudpsink_clear):
14952           it actually helps to actually stream if we hook up the
14953           "add" signal to an actual implementation
14954         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14955           some debugging
14956
14957 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
14958
14959         * ext/jpeg/Makefile.am:
14960         * ext/jpeg/gstjpeg.c
14961         * ext/jpeg/gstjpegenc.c:
14962         * ext/jpeg/gstsmokeenc.c:
14963
14964 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14965
14966         * ext/flac/gstflacdec.c:
14967         * ext/flac/gstflacenc.c:
14968         * ext/flac/gstflactag.c:
14969         * ext/speex/gstspeexenc.c:
14970           gsttaginterface.h -> gsttagsetter.h
14971
14972 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14973
14974         * configure.ac:
14975         * gst/debug/Makefile.am:
14976         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
14977         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
14978         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
14979         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
14980         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
14981           Port to 0.9 and re-enable efence plugin.
14982
14983 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
14984
14985         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
14986         (gst_flacdec_write), (gst_flacdec_convert_src):
14987         * ext/flac/gstflacdec.h:
14988           Add support for flac files with 24/32 bits per sample; and misc.
14989           minor clean-ups. Seeking is still partly broken (for me at least).
14990
14991 2005-09-06  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst/rtp/Makefile.am:
14994         * gst/rtp/gstrtp.c: (plugin_init):
14995         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
14996         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
14997         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
14998         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
14999         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15000         (gst_rtpmp4vdec_plugin_init):
15001         * gst/rtp/gstrtpmp4vdec.h:
15002         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15003         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15004         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15005         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15006         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15007         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15008         * gst/rtp/gstrtpmp4venc.h:
15009         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15010         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15011         Added mpeg4 video payload encoder/decoder.
15012         Added some docs in mpa payloader.
15013
15014 === release 0.9.1 ===
15015
15016 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15017
15018         * NEWS:
15019         * README:
15020         * RELEASE:
15021         * autogen.sh:
15022         * configure.ac:
15023           releasing 0.9.1, "Blondie"
15024
15025 2005-09-05  Andy Wingo  <wingo@pobox.com>
15026
15027         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15028         here from the state change handler, so we fire signals without
15029         holding the state lock.
15030
15031 2005-09-02  Andy Wingo  <wingo@pobox.com>
15032
15033         * All plugins updated for element state changes.
15034
15035 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * Makefile.am:
15038         * check/.cvsignore:
15039         * check/Makefile.am:
15040         * check/elements/.cvsignore:
15041         * check/elements/level.c: (setup_level), (cleanup_level),
15042         (GST_START_TEST), (level_suite), (main):
15043           add a test for level
15044         * common/release.mak:
15045           move the enum checking to release.mak
15046         * configure.ac:
15047           add valgrind and check checking
15048         * gst/level/gstlevel.c: (gst_level_transform):
15049         * gst/level/gstlevel.h:
15050           fix Andy's cast bug
15051           convert a field to int
15052           fix the arithmetic to int when checking for emit so that a
15053           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15054
15055 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15056
15057         * Makefile.am:
15058         * configure.ac:
15059           add docs to build
15060         * common/plugins.xsl:
15061           wrap Description into a refsect2
15062         * docs/Makefile.am:
15063         * docs/plugins/Makefile.am:
15064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15066         * gst/goom/Makefile.am:
15067         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15068         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15069         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15070         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15071         (gst_goom_change_state):
15072         * gst/goom/gstgoom.h:
15073           GstGOOM -> GstGoom
15074           add an example launch line
15075         * gst/level/gstlevel.h:
15076         * gst/monoscope/gstmonoscope.c:
15077           cleanups
15078
15079 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15080
15081         * configure.ac:
15082         * docs/plugins/Makefile.am:
15083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15085         * docs/plugins/gst-plugins-good-plugins.types:
15086           document elements and plugins.  Shazam !
15087
15088 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15091           be found under doc/random/ChangeLog-0.8