44ffafee29bbffcfa1f783e5c5db25c4ef74db45
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
2
3         * gst/avi/gstavi.c:
4         increase rank because no known issues anymore ...
5         * gst/avi/gstavisubtitle.c:
6         send subtitle name to the srcpad
7
8 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
11         * gst/rtsp/gstrtspsrc.h:
12         Implement redirect for the DESCRIBE reply. Fixes #506025.
13
14 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
15
16         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
17         Fix 'xyz may be used uninitialized' compiler warnings caused
18         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
19         abort() in any case but properly report the error.
20
21 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
22
23         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
24         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
25         * sys/ximage/gstximagesrc.c: (composite_pixel):
26           Fix 'xyz may be used uninitialized' compiler warnings caused
27           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
28           not really nice to abort in any case). Fixes #505745.
29
30 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
31
32         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
33           Small unit test fix (has no practical impact at the moment,
34           since we're only feeding utf8 and hence just create a sub-
35           buffer for the output).
36
37 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
38
39         * gst/avi/gstavisubtitle.c:
40         * tests/check/elements/avisubtitle.c:
41         Add seeking support for avi subtitle
42
43 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
44
45         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
46         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
47         (gst_flac_dec_write):
48         * ext/flac/gstflacdec.h:
49         Remove some unused vars.
50         Do more cleanup of leftover events and tags.
51         Output tags after the segment event. Fixes #504018.
52
53 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
54
55         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
56           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
57           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
58           Detect other UTF byte order markers and convert to UTF-8 as
59           appropriate.
60
61 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
62
63         * gst/avi/gstavisubtitle.c: (src_template),
64           (gst_avi_subtitle_extract_utf8_file),
65           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
66           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
67           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
68         * gst/avi/gstavisubtitle.h:
69           Refactor a bit; fix name extraction; don't assume all the data
70           in the chunk is actually subtitle data, there may be padding at
71           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
72           file so it's there to send again after a seek (for future use).
73
74 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
75
76         * gst/avi/Makefile.am:
77         * gst/avi/gstavi.c:
78         * gst/avi/gstavisubtitle.c:
79         * gst/avi/gstavisubtitle.h:
80         * tests/check/Makefile.am:
81         * tests/check/elements/avisubtitle.c:
82         * win32/common/config.h:
83                 Add avi subtitle element for bug #442034. Need seeking support
84                 and more support for character conversion.
85
86 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
87
88         * Makefile.am:
89           Include common/win32.mak for CRLF check of win32 project
90           files (see #393626).
91
92         * win32/vs6/libgstpng.dsp:
93           Fix line endings and do cvs admin -kb.
94
95 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
96
97         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
98         Actually drop the buffers which are outside the currently configured
99         segment instead of just emitting a WARNING.
100
101 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
104         (gst_flac_dec_write):
105         * ext/flac/gstflacdec.h:
106         Send segments from the streaming thread. Fixes #502187.
107         Fix segment seeking and a bunch of other seeking cases.
108
109 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
110
111         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
112           Parse WOAF frames and put the result into GST_TAG_CONTACT,
113           which is where it would end up if the same information was
114           put in a vorbis comment (don't think it's worth adding a
115           new URI tag for this). Fixes #488112.
116
117 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
118
119         * configure.ac:
120           We need core/base 0.10.15 or later.
121
122 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         Patch by: Mark Nauwelaerts <manauw skynet be>
125
126         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
127         Fix regression in stream numbering. Fixes #502655.
128
129 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
130
131         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
132
133         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
134         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
135         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
136         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
137         (gst_rtp_h264_pay_handle_buffer):
138         * gst/rtp/gstrtph264pay.h:
139         Use higher performance start-code searching.
140         Parse NALs and store SPS, PPS and profile in the caps so that they can
141         be used in the SDP. Fixes #502814.
142
143 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
146         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
147           Init some structs to zero before we pass them to ioctl, which
148           avoids valgrind warnings.  Also fix a small memory leak.
149
150 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         Patch by: Wouter Cloetens <wouter at mind dot be>
153
154         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
155         Copy timestamp from input to output. Not very perfect yet but better
156         than nothing. Fixes #503023.
157
158 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
161           Also print a useful error message with the old Wavpack API
162           if possible.
163
164 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
165
166         * ext/wavpack/gstwavpackdec.c:
167           More build fixes for old libwavpack versions: include config.h so
168           that WAVPACK_OLD_API is actually defined as detected; only use
169           WavpackGetErrorMessage if it is available. This fixes the build
170           on debian stable for me.
171
172 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
173
174         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
175         * ext/wavpack/gstwavpackparse.c:
176           (gst_wavpack_parse_create_src_pad):
177           Workaround the non-existance of WavpackGetChannelMask in Wavpack
178           versions below 4.40.0.
179
180 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
181
182         * configure.ac:
183           And now do it right for real...
184
185 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
186
187         * configure.ac:
188           Correctly reset $LIBS to not contain -lm.
189
190 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
191
192         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
193
194         * configure.ac:
195         * ext/cairo/gsttimeoverlay.c:
196           (gst_cairo_time_overlay_print_smpte_time):
197           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
198           and checking for rint() and implementing it ourself if it doesn't
199           exist. Fixes #497293.
200
201 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
202
203         * configure.ac:
204           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
205
206 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
207
208         * sys/oss/gstosshelper.c:
209         Verify that the format returned after the ioctl is the one
210         we requested. It is valid for the ioctl to succeed while
211         substituting an alternate 'supported' sample format.
212
213 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
214
215         * sys/oss/gstossaudio.c: (plugin_init):
216         * sys/oss/gstosssink.c: (gst_oss_sink_open):
217         * sys/oss/gstosssrc.c: (gst_oss_src_open):
218           Post decent (and translated) error message when we can't
219           open the audio device for some reason.
220
221 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * sys/oss/gstosssink.c:
224         * sys/oss/gstosssrc.c:
225         Allow the AUDIODEV environment variable to redirect us
226         to a different default OSS device, like sunaudiosink does
227         on Solaris (makes audio play automatically on SunRays).
228
229 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
230
231         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
232         * gst/audiofx/audiochebyshevfreqband.c:
233         (gst_audio_chebyshev_freq_band_transform_ip):
234         * gst/audiofx/audiochebyshevfreqlimit.c:
235         (gst_audio_chebyshev_freq_limit_transform_ip):
236         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
237         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
238         The transform_ip() methods should do nothing if in passthrough mode.
239         It might get non-writable buffers in that case but the buffer might
240         as well be writable.
241
242         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
243         The transform() methods won't be called in passthrough mode and
244         otherwise the buffer is always writable so don't check here.
245
246 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
247
248         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
249           Fix seeking in .wav files again (#501775).  Some people seem to think
250           they don't need to test their changes when they're just 'reflowing'
251           some code.
252
253 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
254
255         * gst/autodetect/gstautovideosink.c:
256         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
257         (gst_auto_video_sink_init),
258         (gst_auto_video_sink_create_element_with_pretty_name),
259         (gst_auto_video_sink_find_best),
260         (gst_auto_video_sink_set_property),
261         (gst_auto_video_sink_get_property):
262         * gst/autodetect/gstautovideosink.h:
263         Fix docs.
264         Use same error reporting code as autoaudiosink.
265         Add property to filter sinks based on caps. Only select raw video sinks
266         by default for backwards compat.
267         API: GstAutoVideoSink::filter-caps
268
269 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
270
271         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
272
273         * gst/autodetect/gstautoaudiosink.c:
274         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
275         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
276         (gst_auto_audio_sink_set_property),
277         (gst_auto_audio_sink_get_property):
278         * gst/autodetect/gstautoaudiosink.h:
279         Add property to filter sinks based on caps. Only select raw audio sinks
280         by default for backwards compat.  Fixes #417420.
281         API: GstAutoAudioSink::filter-caps
282
283 2007-11-29  Michael Smith <msmith@fluendo.com>
284
285         Patch by: Arek Korbik <arkadini@gmail.com>
286
287         * gst/videobox/gstvideobox.c: (plugin_init):
288           Initialise liboil in plugin_init()
289
290 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
291
292         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
293         Post error before sending EOS. Fixes #499178.
294
295 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
296
297         * win32/vs6/gst_plugins_good.dsw:
298         * win32/vs6/libgstpng.dsp:
299         Add a project file for libgstpng
300
301 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
302
303         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
304         (gst_rtp_h263_depay_process):
305         Code beautification.
306         Added debug statements.
307         Don't bit-shift everything, just do operations on last/first byte
308         instead.
309
310 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
311
312         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
313
314         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
315         Fix wrong comparison in overrun check. Fixes #499239 some more.
316
317 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
318
319         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
320         (gst_rtp_h263_depay_process):
321         * gst/rtp/gstrtph263depay.h:
322         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
323         stream.
324
325 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
326
327         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
328
329         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
330         (gst_rtp_mp4a_depay_process):
331         * gst/rtp/gstrtpmp4adepay.h:
332         Fix depayloading when multiple frames are inside one RTP packet.
333         Fixes #499239.
334
335 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
336
337         * gst/level/gstlevel.c:
338           Add GAP-flag support.
339
340 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
341
342         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
343         Read the I flag for Mode A h263 rtp stream and set the
344         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
345         Fixes #499383
346
347 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
348
349         * gst/level/gstlevel.c:
350           Remove some dead code and do cleanups.
351
352 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
353
354         * tests/check/pipelines/simple-launch-lines.c:
355           Improve the tests by allowing to set a target state.
356
357 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
358
359         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
360         Don't check the caps of the output buffer if they're equal some
361         other caps. The caps can change in a backward compatible way
362         and did at this point.
363
364 2007-11-24  Julien MOUTTE  <julien@moutte.net>
365
366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
367         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
368         (gst_qtdemux_seek_to_previous_keyframe),
369         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
370         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
371         reverse playback support.
372
373 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
374
375         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
376         Also set the channel layout on the Wavpack caps if we're having
377         a mono layout. Of course only do it for "audio/x-wavpack".
378
379 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
380
381         * ext/wavpack/gstwavpackcommon.c:
382         (gst_wavpack_get_default_channel_mask),
383         (gst_wavpack_set_channel_layout),
384         (gst_wavpack_get_default_channel_positions),
385         (gst_wavpack_get_channel_mask_from_positions),
386         (gst_wavpack_set_channel_mapping):
387         * ext/wavpack/gstwavpackcommon.h:
388         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
389         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
390         * ext/wavpack/gstwavpackdec.h:
391         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
392         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
393         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
394         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
395         (gst_wavpack_enc_rewrite_first_block),
396         (gst_wavpack_enc_sink_event):
397         * ext/wavpack/gstwavpackenc.h:
398         * ext/wavpack/gstwavpackparse.c:
399         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
400         (gst_wavpack_parse_scan_to_find_sample),
401         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
402         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
403         * ext/wavpack/gstwavpackparse.h:
404         Add support for encoding, parsing and decoding multichannel
405         files with up to 8 channels. This also improves the robustness
406         of parsing quite a bit.
407
408         * ext/wavpack/gstwavpackstreamreader.c:
409         (gst_wavpack_stream_reader_read_bytes),
410         (gst_wavpack_stream_reader_get_pos),
411         (gst_wavpack_stream_reader_set_pos_abs),
412         (gst_wavpack_stream_reader_set_pos_rel),
413         (gst_wavpack_stream_reader_push_back_byte),
414         (gst_wavpack_stream_reader_get_length),
415         (gst_wavpack_stream_reader_can_seek),
416         (gst_wavpack_stream_reader_write_bytes):
417         Improve debugging.
418
419 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
420
421         * ext/libpng/gstpngdec.c:
422         * ext/libpng/gstpngdec.h:
423           Don't release the png-memory from within the callback.
424
425 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
426
427         Patch by: René Stadler <mail at renestadler dot de>
428
429         * ext/libpng/gstpngenc.c:
430           Don't leak buffer data memory. Fixes #498395.
431
432 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
433
434         Patch by: René Stadler <mail at renestadler dot de>
435
436         * tests/check/pipelines/simple-launch-lines.c:
437           Tests for #498395.
438
439 2007-11-20  Julien MOUTTE  <julien@moutte.net>
440
441         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
442         (gst_tag_lib_mux_adjust_event_offsets):
443         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
444         * sys/osxaudio/Makefile.am:
445         * sys/osxvideo/cocoawindow.h:
446         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
447
448 2007-11-15  David Schleef  <ds@schleef.org>
449
450         * ext/cairo/gsttextoverlay.c:
451           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
452
453 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
454
455         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
456
457         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
458         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
459         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
460         * gst/rtp/gstrtpmp2tpay.h:
461         Fill the MTU with as many packets as possible. Fixes #491323.
462
463 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
464
465         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
466
467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
468         Fix some more leaks. Fixes #497007.
469
470 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
471
472         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
473
474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
475         (gst_rtspsrc_stream_configure_tcp):
476         Fix 3 pad leaks. Fixes #496983.
477
478 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
479
480         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
481
482         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
483         Fix small leak. Fixes #497017.
484
485 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
486
487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
488         (gst_qtdemux_prepare_current_sample),
489         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
490         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
491         * gst/qtdemux/qtdemux_fourcc.h:
492         * gst/qtdemux/qtdemux_types.c:
493         Add suppport for theora in quicktime according to XiphQT.
494
495 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
496
497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
498         (gst_v4l2src_init), (gst_v4l2src_set_property),
499         (gst_v4l2src_get_property):
500         * sys/v4l2/gstv4l2src.h:
501         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
502           Always copy buffers by default (handle safer with bugged drivers)
503           and added a property to make it possible to use mmap effectively (no
504           copy if possible) when application wants to. Fixes: #480557.
505
506 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
507
508         * gst/id3demux/id3tags.c:
509         * gst/id3demux/id3tags.h:
510         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
511           We don't want the same string multiple times in a tag list for the
512           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
513           this doesn't happen and remove special-case code for GST_TAG_GENRE.
514
515 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
516
517         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
518           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
519           into ID3v2 TXXX frames (fixes #347848).
520
521 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
522
523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
524           Don't leak sdp message contents (fixes #496773).
525
526         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
527           Don't leak URI string.
528
529 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
530
531         Patch by: Julien Puydt <julien dot puydt at laposte net>
532
533         * ext/raw1394/Makefile.am:
534         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
535           (gst_1394_property_probe_get_properties),
536           (gst_1394_property_probe_probe_property),
537           (gst_1394_property_probe_needs_probe),
538           (gst_1394_property_probe_get_values),
539           (gst_1394_property_probe_interface_init),
540           (gst_1394_type_add_property_probe_interface):
541         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
542         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
543           (gst_dv1394src_init), (gst_dv1394src_dispose),
544           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
545           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
546           (gst_dv1394src_update_device_name):
547         * ext/raw1394/gstdv1394src.h:
548           Implement GstPropertyProbe interface and add "device-name" property,
549           so applications can use this to probe for available devices in the
550           same way they can already with v4lsrc and v4l2src (however horrible
551           this property probe interface may be). Fixes #358841.
552
553 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
554
555         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
556
557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
558           (gst_rtspsrc_parse_range):
559           Don't leak event, don't leak range (fixes #496752).
560
561 2007-11-14  Michael Smith <msmith@fluendo.com>
562
563         Patch by: Arek Korbik <arkadini@gmail.com>
564
565         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
566           Detect RGBA/BGRA correctly on little endian systems.
567
568 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
571           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
572           corresponding ioctl() call fails even though the driver claims to
573           support this format, just fall back to the pre-2.6.19 kernel
574           routine that creates caps with suitable height and width ranges
575           (see #448278).
576
577 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
578
579         Patch by: Mark Nauwelaerts <manauw skynet be>
580
581         * gst/matroska/matroska-demux.c:
582           (gst_matroska_demux_push_dvd_clut_change_event),
583           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
584           (gst_matroska_demux_subtitle_caps):
585         * gst/matroska/matroska-ids.h:
586           Extract palette data for dvd subpicture streams and send it
587           downstream as custom gstreamer dvd event (fixes #453417).
588
589 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
592           Implement minimal parsing of the passed pango font description
593           string, so passing a font size works the same as with the
594           pango textoverlay plugin; fixes #455086.
595           (Maybe we could just use pangocairo here at some point).
596
597 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
598
599         * gst/avi/gstavidemux.c:
600         * gst/wavparse/gstwavparse.c:
601           Return the result in _activate_pull(). Don't ref element there.
602
603 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
604
605         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
606         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
607         (gst_wavparse_srcpad_event):
608           Ref the element when we should, but not when we its not needed. Reflow
609           the event_handling to not leak the event.       
610
611 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
612
613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
614         (qtdemux_parse_samples):
615         Properly free QTDemuxSamples array.
616         Protect table write with a sensible check, some files apparently DO contain
617         stts values starting with 0 :(
618
619 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
620
621         * gst/avi/gstavidemux.c:
622         * gst/qtdemux/qtdemux.c:
623           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
624           previous commit messed up.
625
626 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
627
628         * gst/avi/gstavidemux.c:
629         * gst/qtdemux/qtdemux.c:
630           Sync _handle_src_event() with oggdemux. In avidemux also ref the
631           element when we should, but not when we its not needed.
632
633 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
634
635         * gst/wavparse/gstwavparse.c:
636           Return FALSE if we can't handle a query instead of changing the
637           format. Ignore fact when dealing with mpeg audio.
638
639 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
640
641         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
642
643         * configure.ac:
644         * gst/udp/gstdynudpsink.c:
645         * gst/udp/gstdynudpsink.h:
646         * gst/udp/gstmultiudpsink.c:
647         * gst/udp/gstmultiudpsink.h:
648         * gst/udp/gstudpsink.c:
649         * gst/udp/gstudpsink.h:
650           Fix includes for MSVC and GLib-2.14.0 (#492388).
651
652         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
653           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
654
655 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
656
657         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
658         (gst_mulawdec_chain):
659         * gst/law/mulaw-decode.h:
660         Calculate outgoing buffer duration if incoming buffer didn't have a
661         valid duration.
662
663 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
664
665         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
666         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
667         Smarter combine_flow code that also deals with downstream elements
668         returning UNEXPECTED when they receive data out of the segment
669         boundaries. Fixes #491305.
670
671 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * sys/v4l2/v4l2src_calls.c:
674           Fix 'unused variable' compiler warning when compiling against
675           older kernel headers.
676
677 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * ext/taglib/gstid3v2mux.cc (add_funcs):
680           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
681
682 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
683
684         * tests/check/pipelines/simple-launch-lines.c:
685            Improve the tests a little more.
686
687 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
688
689         patch by: Yun Zheng Hu
690
691         * sys/osxaudio/gstosxaudiosrc.c:
692         Use default input device instead of default output device and
693         only memcpy actual available bytes.
694
695 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
696
697         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
698           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
699           early. It is temporary until we find something better.
700
701 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
702
703         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
704
705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
706         Fix race when pausing a RTSP stream in interleaved.
707         Fixes #475784.
708
709 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
710
711         Patch by: Peter Kjellerstedt <pkj at axis com>
712
713         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
714         Use correct unref function for buffers. #488844.
715
716 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
717
718         * gst/avi/gstavimux.c:
719         * tests/check/elements/avimux.c:
720           Add some debug and sync tests with the fix.     
721
722 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
723
724         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
725
726         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
727         When the socket is used by the app for other purposes, don't generate an
728         error if there is activaty on the socket that is not data related.
729         Fixes #487488.
730
731 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
732
733         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
734         (gst_v4l2src_grab_frame):
735         Add some more debug info. Generate an error when we run out of buffers
736         for some reason. See #480557.
737
738 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
739
740         Patch by: Anders Skargren <anders dot skargren at axis dot com>
741
742         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
743         Set marker bit correctly.
744
745 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
746
747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
748         Use allowed name for the GstStructure.
749
750 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
751
752         * ext/gconf/gstswitchsink.c:
753         * gst/autodetect/gstautoaudiosink.c:
754           Use new gst_bus_pop_filtered().
755
756 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * sys/v4l2/gstv4l2src.c:
759         * sys/v4l2/v4l2src_calls.c:
760           When probing the formats and sizes a camera supports, make
761           sure the best ones (highest resolution, prefered format)
762           end up at the beginning of the probed caps and the less
763           desirable ones at the end.  This is important because the
764           order within the caps matters for things like fixation and
765           negotiation, ie. what format is chosen in the end.
766           With recent kernels, the current probing code will end up
767           querying the supported sizes from lowest resolution to
768           highest resolution, adding them to the probed caps in that
769           order, resulting to v4l2src fixating to the lowest possible
770           resolution if downstream does not express a size preference.
771           Also make up a somewhat random ranking of prefered output
772           formats for the same reason. Fixes #485828.
773         
774 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
775
776         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
777
778         * gst/id3demux/id3v2frames.c:
779           Extract license/copyright URIs from ID3v2 WCOP frames
780           (Fixes #447000).
781
782         * tests/check/elements/id3demux.c:
783         * tests/files/Makefile.am:
784         * tests/files/id3-447000-wcop.tag:
785           Add simple unit test.
786
787 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * ext/taglib/gstid3v2mux.cc:
790           Add support for license/copyright URI tags (ID3v2 WCOP frame).
791           Prerequisite for #447000.
792
793 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
794
795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
796         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
797         a GstClockTime.
798
799 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
800
801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
802         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
803         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
804         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
805         (gst_rtspsrc_change_state):
806         More seeking fixes, mostly passing around the new playback segment in
807         order to configure it properly.
808         Also reset base_time of udp sources when setting them back to PLAYING as
809         a temporary hack until core supports seek in live sources properly.
810
811 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
812
813         * gst/rtp/gstrtpmp4adepay.c:
814         Fix caps as to not confuse autopluggers.
815
816 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
817
818         * gst/id3demux/gstid3demux.c:
819         * gst/id3demux/gstid3demux.h:
820         * gst/id3demux/id3tags.c:
821         * gst/id3demux/id3tags.h:
822         * gst/id3demux/id3v2frames.c:
823           Port ID3 tag demuxer over to the new GstTagDemux in -base
824           (now would be a good time to test re-importing your music
825           collection).
826
827 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * gst/apetag/Makefile.am:
830         * gst/apetag/gstapedemux.c:
831         * gst/apetag/gstapedemux.h:
832         * gst/apetag/gsttagdemux.c:
833         * gst/apetag/gsttagdemux.h:
834           Port APE tag demuxer over to the new GstTagDemux in -base.
835
836 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
837
838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
839         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
840         (gst_rtspsrc_handle_internal_src_query),
841         (gst_rtspsrc_handle_src_query), (new_session_pad),
842         (gst_rtspsrc_stream_configure_tcp),
843         (gst_rtspsrc_stream_configure_transport),
844         (gst_rtspsrc_loop_send_cmd):
845         Improve flushing behaviour.
846         Set state of the udp sources to PAUSE/PLAYING correctly.
847         Handle events and queries for UDP and TCP transport now.
848
849 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
850
851         * gst/rtp/gstrtpgsmdepay.c:
852         * gst/rtp/gstrtpgsmpay.c:
853           Add log category.
854
855 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
856
857         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
858
859         * tests/check/Makefile.am:
860         * tests/check/pipelines/simple-launch-lines.c:
861           Add unit tests for payloaders/depayloaders.
862
863 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
864
865         * gst/avi/gstavimux.c:
866         * gst/avi/gstavimux.h:
867           Also save codec data for audio streams. Fixes #482495.
868
869 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
870
871         * gst/avi/gstavimux.c:
872           Fix "Index entry has invalid stream nr 1".
873           Add support for muxing aac - work in progress (see #482495).
874
875 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
876
877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
878         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
879         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
880         * gst/rtsp/gstrtspsrc.h:
881         Parse bandwidth modifiers, they are not yet configured in the session
882         manager because we don't have an API for that yet.
883
884 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
885
886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
887         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
888         Use shiny new function in -base to get the default clock-rate.
889         Update some docs.
890
891 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
892
893         * win32/MANIFEST:
894         Add files to win32 manifest.
895         * win32/vs6/libgstaudiofx.dsp:
896         * win32/vs6/libgstqtdemux.dsp:
897         * win32/vs6/libgstrtp.dsp:
898         * win32/vs6/libgstrtsp.dsp:
899         Update project files.
900
901 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
902
903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
904         (gst_rtspsrc_play):
905         * gst/rtsp/gstrtspsrc.h:
906         In TCP mode, only timestamp the first buffer. TCP is not real time and
907         it does not make sense to try to skew compensate, also some servers send
908         the first batch of data in a burst.
909
910 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * gst/matroska/matroska-demux.c:
913           Fix setting the discont flag on the first buffer
914           pushed downstream for formats with private codec
915           data that needs to be deserialised into buffers
916           (such as vorbis and FLAC when in a matroska container).
917
918 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
919
920         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
921
922         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
923         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
924         (gst_rtp_mp4v_pay_handle_buffer):
925         * gst/rtp/gstrtpmp4vpay.h:
926         Free the config string. Fixes #480707.
927         Clean up the timestamp code a little.
928
929 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
930
931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
932         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
933         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
934         * gst/rtsp/gstrtspsrc.h:
935         Set timestamps on RTP buffers in interleaved mode.
936         Mark first buffers with a DISCONT.
937         Remove flush hack now that sync for live sources has been figured out.
938
939 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
940
941         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
942         Update documentation.
943
944 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
945
946         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
947         (gst_rtp_xqt_depay_change_state):
948         * gst/qtdemux/gstrtpxqtdepay.h:
949         Fail if we don't know the quicktime format.
950
951 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * ext/flac/gstflacenc.c:
954         * ext/flac/gstflacenc.h:
955           Save the flow return from the last gst_pad_push() and
956           make sure we pass the right flow return value upstream
957           in the case of failure; minor clean-ups.
958
959 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * ext/taglib/gstapev2mux.cc:
962         * ext/taglib/gstid3v2mux.cc:
963         * gst/apetag/gstapedemux.c:
964           Add support for the new GST_TAG_COMPOSER (#459809).
965
966 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
967
968         * gst/law/alaw-decode.c:
969         * gst/law/alaw-decode.h:
970         * gst/law/alaw-encode.c:
971         * gst/law/alaw-encode.h:
972         * gst/law/alaw.c:
973         * gst/law/mulaw-conversion.h:
974           Compulsive clean-ups: use boilerplate macros, add debug
975           categories, fix up things to conform to symbol nomenklatura,
976           etc.
977
978 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
979
980         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
981
982         * gst/law/alaw-decode.c:
983         * gst/law/alaw-encode.c:
984           Use static tables for A-Law decoding and encoding; this makes
985           A-Law decoding and encoding less CPU-intensive, but increases
986           the binary size a bit. Leaving old code around for now,
987           selectable by a define in the code. Fixes #435435.
988
989 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
990
991         * configure.ac:
992         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
993         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
994         in configure.ac.
995
996 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
997
998         Patch by: <j at bootlab dot org>
999
1000         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1001         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1002
1003 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * sys/oss/gstosshelper.c:
1006           Use GST_WARNING instead of a g_critical. This situation is not caused
1007           by the application.
1008
1009 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1010
1011         * po/LINGUAS:
1012         * po/nl.po:
1013           Updated translations.
1014
1015 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1016
1017         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1018
1019         * po/eu.po:
1020           Added Basque translation.
1021
1022 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1023
1024         translated by: Abel Cheung <abelcheung@gmail.com>
1025
1026         * po/zh_HK.po:
1027         * po/zh_TW.po:
1028           Added Chinese (traditional and Hong Kong) translation.
1029
1030 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1031
1032         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1033
1034         * po/pl.po:
1035           Added Polish translation.
1036
1037 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1038
1039         translated by: Ilkka Tuohela <hile@iki.fi>
1040
1041         * po/fi.po:
1042           Added Finnish translation.
1043
1044 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1045
1046         translated by: Jorge González González <aloriel@gmail.com>
1047
1048         * po/es.po:
1049           Added Spanish translation.
1050
1051 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         translated by: Mogens Jaeger <mogens@jaeger.tf>
1054
1055         * po/da.po:
1056           Added Danish translation.
1057
1058 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1059
1060         translated by: Funda Wang <fundawang@linux.net.cn>
1061
1062         * po/zh_CN.po:
1063           Added Chinese (simplified) translation.
1064
1065 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1066
1067         translated by: Alexander Shopov <ash@contact.bg>
1068
1069         * po/bg.po:
1070           Added Bulgarian translation.
1071
1072 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1073
1074         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1075         Set outgoing packet duration because we can. Fixes #478244 some more.
1076
1077 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1078
1079         * ext/cairo/gsttextoverlay.c:
1080           Add info about static leak.
1081         
1082         * tests/check/Makefile.am:
1083         * tests/check/generic/states.c:
1084           Improved state change unit test.
1085
1086 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1087
1088         * docs/plugins/.cvsignore:
1089         * tests/check/.cvsignore:
1090           Ignore registries in any format.
1091
1092 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1093
1094         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1095         Removed some unused code.
1096
1097         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1098         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1099         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1100         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1101         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1102         (gst_rtp_theora_pay_flush_packet):
1103         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1104         Try to preserve the incomming buffer duration on the outgoing
1105         packets. Fixes #478244.
1106
1107 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * ext/taglib/gstapev2mux.cc:
1110         * ext/taglib/gstid3v2mux.cc:
1111           Work around compiler warnings with g++-4.2 when assigning a
1112           string constant to a gchar * (partially fixes #478092).
1113
1114 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * configure.ac:
1117           We require core CVS now for gst_base_src_set_do_timestamp().
1118
1119 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1120
1121         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1123         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1124         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1125         (gst_rtspsrc_handle_message):
1126         Fix compiler warnings shown with Forte.
1127
1128 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1129
1130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1131         (gst_rtspsrc_dup_printf):
1132         Give meaningfull error when all streams failed to configure for some
1133         reason.
1134
1135 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1136
1137         * gst/rtp/README:
1138         Update README with the design for synchronisation rules of RTP on
1139         sender and receiver.
1140
1141 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1142
1143         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1144         (gst_wavparse_chain):
1145         Don't push EOS from the chain function, the element
1146         driving the pipeline is responsible for this. The bug
1147         this was meant to fix seems to be queue not forwarding
1148         EOS in all cases (see #476514).
1149
1150 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1151
1152         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1153         (gst_level_transform_ip):
1154         * gst/level/gstlevel.h:
1155         Use basetransform segment so that it is correctly managed on flushes and
1156         start/stop.
1157         Report message timestamp as stream time, which is what an application
1158         can understand.
1159
1160 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1161
1162         * ext/taglib/gstapev2mux.cc:
1163         * ext/taglib/gstapev2mux.h:
1164         * ext/taglib/gsttaglibmux.c:
1165         * tests/check/elements/apev2mux.c:
1166         Update my mail address.
1167
1168 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1169
1170         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1171         (gst_wavparse_loop), (gst_wavparse_chain):
1172         Add EOS logic for the push-based mode too. Fixes #476514.
1173
1174 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1175
1176         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1177         * gst/law/alaw-encode.h:
1178         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1179         (gst_mulawenc_chain):
1180         * gst/law/mulaw-encode.h:
1181         Fix law encoder timestamps.
1182
1183 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * ext/gconf/gstgconfaudiosink.c:
1186           Fix warning when building without debug.
1187
1188         * sys/oss/gstossmixertrack.c:
1189           Use const like in alsamixertrack.c (fixes warnings).
1190
1191 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1192
1193         * sys/v4l2/v4l2src_calls.c:
1194         (gst_v4l2src_probe_caps_for_format_and_size):
1195         Fix framerate detection code some more.
1196         Handle the case where there is a weird step in the stepwise framerates.
1197         Don't overwrite the min interval with the framerate, use a temp variable
1198         instead.
1199         Use max in the Continuous framerate intervals instead of step, which is
1200         1 according to the docs. Fixes #475424.
1201
1202 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1203
1204         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1205         Make udpsrc timestamp outgoing buffers based on when they were received.
1206         Also make it output a segment in time.
1207
1208 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * gst/avi/gstavidemux.c:
1211           Plug a little leak. Little code cleanups.
1212
1213 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * configure.ac:
1216           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1217           flac versions, 's good for cross-compilation karma.
1218
1219 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1222
1223         * gst/rtp/gstrtph263pay.c:
1224           Fix up header structure so that compilers don't add padding
1225           between the structure fields, since that would lead to us
1226           sending RTP packets with broken headers (as is currently the
1227           case when compiling with MSVC). Also see similar fixes in
1228           libgstrtp in gst-plugins-base. (#474616; #471194)
1229
1230 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1231
1232         * sys/v4l2/v4l2src_calls.c:
1233         (gst_v4l2src_probe_caps_for_format_and_size):
1234         Don't overwrite our GValue with 0 but instead use the previously
1235         computed value. Fixes #471823 some more.
1236
1237 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1240           No tabs in this file please, or gtk-doc will end up documenting
1241           rather absurd class hierarchies.
1242
1243 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * ext/gconf/gstswitchsink.c:
1246           If the new kid element fails to change state for some reason
1247           (e.g. esdsink not being able to connect to the sound server),
1248           forward the error message it posted on the bus instead of just
1249           posting a generic 'Internal state change error: please file a
1250           bug' error message. Fixes #471364.
1251
1252 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * gst/qtdemux/Makefile.am:
1255         * gst/qtdemux/qtdemux.c:
1256           Don't assume tags are encoded as UTF-8 (#473670).
1257
1258 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * sys/v4l2/gstv4l2src.c:
1261         * sys/v4l2/gstv4l2src.h:
1262         * sys/v4l2/v4l2src_calls.c:
1263           Implement LATENCY queries in the crudest way possible so I don't
1264           have to use sync=false any longer when testing with videosinks.
1265
1266 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * configure.ac:
1269           Fix build.
1270
1271 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1272
1273         * sys/v4l2/v4l2src_calls.c:
1274         (gst_v4l2src_probe_caps_for_format_and_size):
1275         Add some more debugging in the framerate function.
1276         Iterate stepwise framerate up to and _including_ the max and if nothing
1277         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1278         don't end up with an empty list. Fixes #471823
1279
1280 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1281
1282         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1283         (gst_multiudpsink_set_clients_string),
1284         (gst_multiudpsink_get_clients_string),
1285         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1286         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1287         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1288         (gst_multiudpsink_clear):
1289         Add property do configure destination address/port pairs
1290         API:GstMultiUDPSink::clients
1291
1292 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1293
1294         * tests/examples/Makefile.am:
1295         * tests/examples/rtp/Makefile.am:
1296         * tests/examples/rtp/client-H263p-AMR.sh:
1297         * tests/examples/rtp/client-H263p-PCMA.sdp:
1298         * tests/examples/rtp/client-H263p-PCMA.sh:
1299         * tests/examples/rtp/client-H264-PCMA.sdp:
1300         * tests/examples/rtp/client-H264-PCMA.sh:
1301         * tests/examples/rtp/client-PCMA.sh:
1302         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1303         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1304         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1305         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1306         Added some RTP example scripts for sending and receiving RTP streams.
1307
1308 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1309
1310         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1311         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1312         Restructure the setcaps function so that we can also compute the
1313         expected GStreamer output size of the video frames.
1314         Set frame_byte_size correctly so that read-based devices have a chance
1315         of working correctly.
1316         When grabbing a frame, discard frames that are not of the expected size.
1317         Some cameras don't output the right framesize for the first buffer.
1318         Try only a couple of times to get a valid frame, else error out.
1319
1320         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1321         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1322         Add some more debug info when scanning the device.
1323
1324         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1325         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1326         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1327         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1328         Add some more debug info when dequeing a frame.
1329
1330 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * gst/wavparse/gstwavparse.c:
1333           More code cleanups. Add some more comment and improve debugs logs.
1334
1335 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * gst/wavparse/gstwavparse.c:
1338         * gst/wavparse/gstwavparse.h:
1339           Implement seek-query. Refactor duration calculations. Appropriate use
1340           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1341           out of loops.
1342
1343 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1344
1345         * gst/avi/gstavidemux.c:
1346           Implement seek-query.
1347
1348 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1349
1350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1351         (gst_rtspsrc_dup_printf):
1352         Use new basesink async property to make sparse RTCP packet not wait for
1353         preroll.
1354
1355 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1356
1357         * gst/audiofx/Makefile.am:
1358         Dist the right file.
1359
1360 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1361
1362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1363         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1364         Make sure we generate and parse floating point values in the POSIX
1365         locale instead of the current locale. 
1366
1367 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1368
1369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1370         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1371         (gst_rtspsrc_play):
1372         * gst/rtsp/gstrtspsrc.h:
1373         Fix method detection again.
1374         Keep track of when we must send a Range header.
1375         Use segment values for Range, Speed and Scale headers.
1376         Parse Speed and Scale headers to update the segment values.
1377
1378 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1379
1380         patch by: Mark Nauwelaerts <manauw@skynet.be>
1381
1382         * sys/v4l2/v4l2src_calls.c:
1383           Handle optional v4l2 ioctls gracefully.
1384
1385 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1386
1387         * gst/rtp/Makefile.am:
1388         * gst/rtp/gstrtp.c: (plugin_init):
1389         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1390         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1391         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1392         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1393         (gst_rtp_h263_depay_get_property),
1394         (gst_rtp_h263_depay_change_state),
1395         (gst_rtp_h263_depay_plugin_init):
1396         * gst/rtp/gstrtph263depay.h:
1397         Added an H263 depayloader. Fixes #369392.
1398
1399         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1400         (gst_rtp_h263p_depay_process):
1401         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1402         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1403         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1404         payloads.
1405         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1406
1407 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1408
1409         * gst/audiofx/audiochebyshevfreqband.c:
1410         * gst/audiofx/audiochebyshevfreqlimit.c:
1411         Add small comparision with the windowed sinc filters in the docs.
1412
1413 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1414
1415         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1416         (audiochebyshevfreqband_suite):
1417         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1418         (audiochebyshevfreqlimit_suite):
1419         Also test 32 bit float mode and the type 2 variants of the filters.
1420
1421 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1422
1423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1424         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1425         (gst_rtspsrc_loop):
1426         Refactor the udp and interleaved loop function a bit.
1427
1428 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1429
1430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1431         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1432         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1433         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1434         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1435         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1436         * gst/rtsp/gstrtspsrc.h:
1437         Protect connection activity with a new lock, avoids deadlocks when going
1438         to PAUSED. Fixes #455808.
1439
1440 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1441
1442         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1443         Fix debug statement.
1444
1445 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1446
1447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1448         Fix stray %u in debug line as spotted by Saur on IRC.
1449
1450 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1451
1452         * gst/audiofx/audiochebyshevfreqband.c:
1453         (gst_audio_chebyshev_freq_band_class_init):
1454         * gst/audiofx/audiochebyshevfreqlimit.c:
1455         (gst_audio_chebyshev_freq_limit_class_init):
1456         Use generator macros for the process functions for the different
1457         sample types, add lower upper boundaries for the GObject properties
1458         so automatically generated UIs can use sliders and add a note about
1459         the number of poles as a too high number of poles combined with
1460         very low or very high frequencies will produce only noise.
1461         * docs/plugins/gst-plugins-good-plugins.args:
1462         Regenerated for the property changes.
1463
1464 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1465
1466         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1467         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1468         (gst_rtspsrc_stream_configure_udp_sink),
1469         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1470         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1471         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1472         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1473         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1474         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1475         * gst/rtsp/gstrtspsrc.h:
1476         Improve timeout handling.
1477         Use the same socket for sending and receiving RTCP packets so that some
1478         servers can track clients better.
1479         Improve connection closed handling. Try to reconnect.
1480         Don't overwrite our content base with NULL.
1481         Improve debugging.
1482         Improve range parsing and handling.
1483         Remove flushing hack now that core does the right thing.
1484
1485 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1486
1487         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1488         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1489         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1490         (gst_multiudpsink_close), (gst_multiudpsink_add):
1491         * gst/udp/gstmultiudpsink.h:
1492         Add support for getting and setting the socket to use.
1493
1494         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1495         (gst_udpsrc_create), (gst_udpsrc_get_property):
1496         Add support for getting the currently used socket.
1497
1498 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1499
1500         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1501
1502         * gst/audiofx/Makefile.am:
1503         * gst/audiofx/audiochebyshevfreqband.c:
1504         (gst_audio_chebyshev_freq_band_mode_get_type),
1505         (gst_audio_chebyshev_freq_band_base_init),
1506         (gst_audio_chebyshev_freq_band_dispose),
1507         (gst_audio_chebyshev_freq_band_class_init),
1508         (gst_audio_chebyshev_freq_band_init),
1509         (generate_biquad_coefficients), (calculate_gain),
1510         (generate_coefficients),
1511         (gst_audio_chebyshev_freq_band_set_property),
1512         (gst_audio_chebyshev_freq_band_get_property),
1513         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1514         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1515         (gst_audio_chebyshev_freq_band_start):
1516         * gst/audiofx/audiochebyshevfreqband.h:
1517         * gst/audiofx/audiochebyshevfreqlimit.c:
1518         (gst_audio_chebyshev_freq_limit_mode_get_type),
1519         (gst_audio_chebyshev_freq_limit_base_init),
1520         (gst_audio_chebyshev_freq_limit_dispose),
1521         (gst_audio_chebyshev_freq_limit_class_init),
1522         (gst_audio_chebyshev_freq_limit_init),
1523         (generate_biquad_coefficients), (calculate_gain),
1524         (generate_coefficients),
1525         (gst_audio_chebyshev_freq_limit_set_property),
1526         (gst_audio_chebyshev_freq_limit_get_property),
1527         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1528         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1529         (gst_audio_chebyshev_freq_limit_start):
1530         * gst/audiofx/audiochebyshevfreqlimit.h:
1531         * gst/audiofx/audiofx.c: (plugin_init):
1532         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1533         Fixes #464800.
1534
1535         * tests/check/Makefile.am:
1536         * tests/check/elements/.cvsignore:
1537         * tests/check/elements/audiochebyshevfreqband.c:
1538         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1539         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1540         * tests/check/elements/audiochebyshevfreqlimit.c:
1541         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1542         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1543         Add unit tests for the chebyshev filters.
1544
1545         * docs/plugins/Makefile.am:
1546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1548         * docs/plugins/gst-plugins-good-plugins.args:
1549         * docs/plugins/inspect/plugin-1394.xml:
1550         * docs/plugins/inspect/plugin-audiofx.xml:
1551         * docs/plugins/inspect/plugin-dv.xml:
1552         * docs/plugins/inspect/plugin-flac.xml:
1553         * docs/plugins/inspect/plugin-jpeg.xml:
1554         * docs/plugins/inspect/plugin-png.xml:
1555         * docs/plugins/inspect/plugin-rtp.xml:
1556         * docs/plugins/inspect/plugin-shout2send.xml:
1557         * docs/plugins/inspect/plugin-wavpack.xml:
1558         And add docs for the chebyshev filters. While doing
1559         that also run make update in docs/plugins.
1560
1561 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * ext/annodex/gstcmmltag.c:
1564         * gst/rtp/gstrtpvorbispay.c:
1565           Make ro memory to share.
1566
1567 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1568
1569         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1570         Improve UDP performance by avoiding a select() when we have data
1571         available immediatly.
1572
1573 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1574
1575         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1576         (gst_rtp_dec_class_init):
1577         * gst/rtsp/gstrtpdec.h:
1578         Add (dummy) SSRC management signals.
1579
1580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1581         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1582         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1583         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1584         (on_timeout), (gst_rtspsrc_stream_configure_manager),
1585         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1586         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1587         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1588         * gst/rtsp/gstrtspsrc.h:
1589         Add connection-speed property.
1590         Add find_stream helper functions.
1591         Handle stream EOS based on BYE messages or SSRC timeout.
1592         Returns SUCCESS from the state change function as we hide our async
1593         elements from the parent.
1594
1595 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1596
1597         * gst/debug/rndbuffersize.c:
1598           Fix da leak.
1599
1600 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
1601
1602         * gst/debug/Makefile.am:
1603         * gst/debug/breakmydata.c:
1604         * gst/debug/gstdebug.c:
1605         * gst/debug/negotiation.c:
1606         * gst/debug/progressreport.c:
1607         * gst/debug/rndbuffersize.c:
1608         * gst/debug/testplugin.c:
1609           Add new test element and clean-up the others a little.
1610
1611 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1612
1613         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1614         Fix parsing of mp4a version 0 atoms. Fixes #465774.
1615
1616 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * gst/rtp/gstrtpilbcdepay.c:
1619           Include stdlib.
1620
1621 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
1622
1623         * gst/rtp/gstrtpmpvdepay.c:
1624         Set the mpegversion in the caps so that autoplugging does not get
1625         confused.
1626
1627 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1628
1629         * po/hu.po:
1630         * po/uk.po:
1631         * po/vi.po:
1632           Updated translations.
1633
1634 2007-08-08  Michael Smith <msmith@fluendo.com>
1635
1636         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1637           Render right border in the correct location.
1638
1639 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1640
1641         Patch by: Olivier Crete <tester at tester dot ca>
1642
1643         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1644         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1645         Make mode property a string. Fixes #464475.
1646
1647 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * ext/flac/gstflacenc.c:
1650           Widen caps to match decoder a bit and add more FIXMEs.
1651
1652 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1653
1654         patch by: Mark Nauwelaerts <manauw@skynet.be>
1655
1656         * gst/avi/gstavimux.c:
1657           Fix ODML index tag numbering. Fixes #463624.
1658
1659 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1660
1661         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1662         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1663         (gst_rtspsrc_stream_configure_tcp),
1664         (gst_rtspsrc_stream_configure_udp_sink):
1665         Fix default clock-rate for realmedia.
1666         Fix parsing of transport.
1667         Don't try to link NULL pads.
1668
1669 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1670
1671         * po/POTFILES.skip:
1672           Add POTFILES.skip with list of source files that aren't disted at the
1673           moment but contain translatable strings. Should hopefully pacify
1674           broken tools and make it clearer that these files are left out
1675           intentionally (#461600).
1676
1677 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1678
1679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1680         If the buffer was entirely clipped ... don't try sending it :)
1681
1682 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1683
1684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1685         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1686         (gst_rtspsrc_create_transports_string),
1687         (gst_rtspsrc_prepare_transports):
1688         If we don't hav a session manager, set the caps on outgoing buffers
1689         ourselves.
1690         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1691         Append final bit of the transport string even when it does not contain a
1692         placeholder.
1693
1694 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1695
1696         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1697         (gst_rtsp_ext_list_connect):
1698         * gst/rtsp/gstrtspext.h:
1699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1700         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1701         Clean up the interface list.
1702         Allow connecting to interface signals for the extensions.
1703         Remove old extension code.
1704         Free list on cleanup.
1705         Allow extensions to send additional RTSP messages.
1706
1707 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1708
1709         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1710         Handle a NULL gconf key gracefully by rendering the default element.
1711
1712 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1713
1714         * gst/rtsp/gstrtspext.h:
1715         Fix include path for extension interface.
1716
1717 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1718
1719         * gst/audiofx/audioamplify.h:
1720         Also remove a now unecessary variable here.
1721
1722 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1723
1724         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1725         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1726         * gst/audiofx/audiodynamic.c:
1727         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1728         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1729         * gst/audiofx/audiodynamic.h:
1730         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1731         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1732         * gst/audiofx/audioinvert.h:
1733         Don't save format information ourselves, this is already saved in
1734         GstAudioFilter.
1735
1736 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1739         (gst_rtsp_ext_list_stream_select):
1740         * gst/rtsp/gstrtspext.h:
1741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1742         Use rank to filter out extensions.
1743         Add url to stream_select interface call.
1744
1745 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1746
1747         * gst/rtsp/Makefile.am:
1748         * gst/rtsp/base64.c:
1749         * gst/rtsp/base64.h:
1750         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1751         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1752         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1753         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1754         (gst_rtsp_ext_list_setup_media),
1755         (gst_rtsp_ext_list_configure_stream),
1756         (gst_rtsp_ext_list_get_transports),
1757         (gst_rtsp_ext_list_stream_select):
1758         * gst/rtsp/gstrtspext.h:
1759         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1760         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1761         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1762         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1763         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1764         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1765         (gst_rtspsrc_stream_configure_tcp),
1766         (gst_rtspsrc_stream_configure_mcast),
1767         (gst_rtspsrc_stream_configure_udp),
1768         (gst_rtspsrc_stream_configure_udp_sink),
1769         (gst_rtspsrc_stream_configure_transport),
1770         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1771         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1772         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1773         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1774         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1775         (gst_rtspsrc_parse_methods),
1776         (gst_rtspsrc_create_transports_string),
1777         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1778         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1779         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1780         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1781         * gst/rtsp/gstrtspsrc.h:
1782         * gst/rtsp/rtsp.h:
1783         * gst/rtsp/rtspconnection.c:
1784         * gst/rtsp/rtspconnection.h:
1785         * gst/rtsp/rtspdefs.c:
1786         * gst/rtsp/rtspdefs.h:
1787         * gst/rtsp/rtspext.h:
1788         * gst/rtsp/rtspextwms.c:
1789         * gst/rtsp/rtspextwms.h:
1790         * gst/rtsp/rtspmessage.c:
1791         * gst/rtsp/rtspmessage.h:
1792         * gst/rtsp/rtsprange.c:
1793         * gst/rtsp/rtsprange.h:
1794         * gst/rtsp/rtsptransport.c:
1795         * gst/rtsp/rtsptransport.h:
1796         * gst/rtsp/rtspurl.c:
1797         * gst/rtsp/rtspurl.h:
1798         * gst/rtsp/sdp.h:
1799         * gst/rtsp/sdpmessage.c:
1800         * gst/rtsp/sdpmessage.h:
1801         * gst/rtsp/test.c:
1802         Use shiny new RTSP and SDP library.
1803         Implement RTSP extensions using the new interface.
1804         Remove a lot of old code.
1805
1806 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1807
1808         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1809         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1810
1811 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1812
1813         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1814         Don't unref the outgoing buffer twice when dropping it because it's
1815         outside of the segment.
1816
1817 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1818
1819         * configure.ac:
1820         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1821         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1822         Use the new buffer clipping function from gstaudio here and
1823         require gst-plugins-base CVS.
1824         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1825         For framed Wavpack buffers we require a valid timestamp.
1826
1827 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1828
1829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1830         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1831         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1832         Clip raw audio and video when we can, keep track of current output
1833         segment.
1834         Don't leak buffers and events when there is no output pad.
1835         Improve debugging here and there.
1836
1837 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * configure.ac:
1840           Sync liboil check with plugins-base.
1841
1842 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1843
1844         * ext/annodex/Makefile.am:
1845           Fix CFLAGS/LIBS.
1846
1847         * ext/cdio/gstcdiocddasrc.c:
1848         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1849           Include stdlib
1850
1851         * ext/cairo/Makefile.am:
1852         * gst/videofilter/Makefile.am:
1853         * tests/examples/level/Makefile.am:
1854           Use $(LIBM) instead of -lm
1855
1856 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1857
1858         * sys/v4l2/gstv4l2src.c:
1859           Add another example pipeline.
1860
1861 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1862
1863         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1864
1865         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1866           Use define here.
1867
1868         * sys/v4l2/gstv4l2tuner.c:
1869         (gst_v4l2_tuner_set_frequency_and_notify):
1870           Don't touch the property - its still disabled.
1871
1872         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1873         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1874         * sys/v4l2/v4l2src_calls.h:
1875           Improve fallback format negotionation. Fixes #451388
1876
1877 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * tests/check/elements/videocrop.c: (GST_START_TEST):
1880           Fix the test.
1881
1882 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1883
1884         * docs/plugins/Makefile.am:
1885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1887         * docs/plugins/inspect/plugin-jpeg.xml:
1888         * docs/plugins/inspect/plugin-png.xml:
1889         * ext/jpeg/gstjpegdec.c:
1890         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1891         (gst_pngdec_sink_setcaps):
1892           More docs. More logs in pngdec.
1893
1894 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1895
1896         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1897           Initialize num_buffers with minimum value.
1898
1899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1900         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1901           Handle frame-size query failure gracefully.
1902
1903 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1904
1905         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1906         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1907         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1908         of qt/aac files.
1909
1910 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1911
1912         * ext/wavpack/gstwavpackdec.c:
1913         (gst_wavpack_dec_clip_outgoing_buffer):
1914         Fix buffer clipping to correctly clip to the segment stop.
1915
1916 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1917
1918         * configure.ac:
1919         * tests/Makefile.am:
1920         Remove bogus check for libcheck, since we check for
1921         gstreamer-check and it pulls in the required info from there,
1922         and we weren't actually _using_ the information for libcheck
1923         ourselves anyway.
1924
1925 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * configure.ac:
1928           Use pkg-config to locate check.
1929
1930 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1931
1932         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1933         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1934         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1935         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1936         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1937         * gst/effectv/gstaging.c: (gst_agingtv_transform):
1938         * gst/effectv/gstdice.c: (gst_dicetv_transform):
1939         * gst/effectv/gstedge.c: (gst_edgetv_transform):
1940         * gst/effectv/gstquark.c: (gst_quarktv_transform):
1941         * gst/effectv/gstrev.c: (gst_revtv_transform):
1942         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1943         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1944         * gst/effectv/gstwarp.c: (gst_warptv_transform):
1945         * gst/matroska/matroska-demux.c:
1946         (gst_matroska_demux_add_wvpk_header),
1947         (gst_matroska_demux_check_subtitle_buffer),
1948         (gst_matroska_decode_buffer):
1949         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1950           Fix build against core CVS.
1951
1952 2007-07-10  Edward Hervey  <bilboed@gmail.com>
1953
1954         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1955         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1956         don't have enough granularity to convert that boolean into a
1957         GstFlowReturn.
1958
1959 2007-07-06  Michael Smith <msmith@fluendo.com>
1960
1961         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1962         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1963         (gst_alawdec_change_state):
1964         * gst/law/alaw-decode.h:
1965         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1966         (gst_mulawdec_class_init), (gst_mulawdec_init),
1967         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1968         * gst/law/mulaw-decode.h:
1969           Fix capsnego bogosity in *law decoders. 
1970
1971 2007-07-06  Michael Smith <msmith@fluendo.com>
1972
1973         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1974         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1975         (gst_smokeenc_change_state):
1976         * ext/jpeg/gstsmokeenc.h:
1977           Remove stupidity in get/set caps functions.
1978           Fix some refcounting problems.
1979
1980 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1981
1982         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1983         Remove endianness-flipping hack that seems to have been required
1984         only because of a bug in ffmpegcolorspace.
1985         Partially Fixes: #451908
1986
1987 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1988
1989         * docs/plugins/Makefile.am:
1990           Simplify --extra-dir as gtkdoc scans recursively.
1991
1992 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
1993
1994         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1995
1996         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1997         Set the encoding-name in the rtp caps to all uppercase, as required by
1998         the caps spec.
1999         Some small cleanups in the error paths. Fixes #453037.
2000
2001 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2002
2003         * ext/wavpack/gstwavpackparse.c:
2004         (gst_wavpack_parse_index_get_last_entry),
2005         (gst_wavpack_parse_index_get_entry_from_sample),
2006         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2007         (gst_wavpack_parse_scan_to_find_sample):
2008         * ext/wavpack/gstwavpackparse.h:
2009         Use a GSList for the GArray that is used like a list anyway.
2010
2011 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2012
2013         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2014         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2015         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2016           Add state change function where we set 0/1 as default framerate in
2017           case our setcaps function isn't called, like it might not in a
2018           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2019           gdkpixbufdec trying to create caps with a 0/0 framerate.
2020           Also post an error message on the bus if gst_pad_push() fails when
2021           called from our sink event handler (+1 for flow returns for event
2022           functions in 0.11) instead of failing silently.
2023
2024 2007-06-27  Wim Taymans  <wim@fluendo.com>
2025
2026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2027         Cast stack args to the proper types. Fixes #451249.
2028
2029 2007-06-27  Wim Taymans  <wim@fluendo.com>
2030
2031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2032         (new_session_pad), (gst_rtspsrc_setup_streams):
2033         * gst/rtsp/gstrtspsrc.h:
2034         For container formats we only need to activate one of the streams so
2035         that we correctly signal no-more-pads. Fixes #451015.
2036
2037 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2038
2039         * docs/plugins/gst-plugins-good-plugins.args:
2040         * docs/plugins/inspect/plugin-aasink.xml:
2041         * docs/plugins/inspect/plugin-alaw.xml:
2042         * docs/plugins/inspect/plugin-alpha.xml:
2043         * docs/plugins/inspect/plugin-alphacolor.xml:
2044         * docs/plugins/inspect/plugin-annodex.xml:
2045         * docs/plugins/inspect/plugin-apetag.xml:
2046         * docs/plugins/inspect/plugin-audiofx.xml:
2047         * docs/plugins/inspect/plugin-auparse.xml:
2048         * docs/plugins/inspect/plugin-autodetect.xml:
2049         * docs/plugins/inspect/plugin-avi.xml:
2050         * docs/plugins/inspect/plugin-cacasink.xml:
2051         * docs/plugins/inspect/plugin-cairo.xml:
2052         * docs/plugins/inspect/plugin-cdio.xml:
2053         * docs/plugins/inspect/plugin-cutter.xml:
2054         * docs/plugins/inspect/plugin-debug.xml:
2055         * docs/plugins/inspect/plugin-efence.xml:
2056         * docs/plugins/inspect/plugin-effectv.xml:
2057         * docs/plugins/inspect/plugin-esdsink.xml:
2058         * docs/plugins/inspect/plugin-flac.xml:
2059         * docs/plugins/inspect/plugin-flxdec.xml:
2060         * docs/plugins/inspect/plugin-gconfelements.xml:
2061         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2062         * docs/plugins/inspect/plugin-goom.xml:
2063         * docs/plugins/inspect/plugin-halelements.xml:
2064         * docs/plugins/inspect/plugin-icydemux.xml:
2065         * docs/plugins/inspect/plugin-id3demux.xml:
2066         * docs/plugins/inspect/plugin-jpeg.xml:
2067         * docs/plugins/inspect/plugin-ladspa.xml:
2068         * docs/plugins/inspect/plugin-level.xml:
2069         * docs/plugins/inspect/plugin-matroska.xml:
2070         * docs/plugins/inspect/plugin-mulaw.xml:
2071         * docs/plugins/inspect/plugin-multipart.xml:
2072         * docs/plugins/inspect/plugin-navigationtest.xml:
2073         * docs/plugins/inspect/plugin-ossaudio.xml:
2074         * docs/plugins/inspect/plugin-png.xml:
2075         * docs/plugins/inspect/plugin-quicktime.xml:
2076         * docs/plugins/inspect/plugin-rtp.xml:
2077         * docs/plugins/inspect/plugin-rtsp.xml:
2078         * docs/plugins/inspect/plugin-smpte.xml:
2079         * docs/plugins/inspect/plugin-speex.xml:
2080         * docs/plugins/inspect/plugin-taglib.xml:
2081         * docs/plugins/inspect/plugin-udp.xml:
2082         * docs/plugins/inspect/plugin-videobalance.xml:
2083         * docs/plugins/inspect/plugin-videobox.xml:
2084         * docs/plugins/inspect/plugin-videocrop.xml:
2085         * docs/plugins/inspect/plugin-videoflip.xml:
2086         * docs/plugins/inspect/plugin-videomixer.xml:
2087         * docs/plugins/inspect/plugin-wavenc.xml:
2088         * docs/plugins/inspect/plugin-wavparse.xml:
2089         * docs/plugins/inspect/plugin-ximagesrc.xml:
2090           Update docs with caps info.
2091
2092 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * po/POTFILES.in:
2095           Add more files with translatable strings (#450878).
2096
2097 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2098
2099         * MAINTAINERS:
2100         Updating all the maintainers files
2101
2102 2007-06-22  Edward Hervey  <edward@fluendo.com>
2103
2104         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2105         * gst/interleave/deinterleave.c: (deinterleave_init),
2106         (deinterleave_sink_link):
2107         * gst/interleave/interleave.c: (interleave_init):
2108         * gst/median/gstmedian.c: (gst_median_init):
2109         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2110         Fix memory leaks.
2111         * tests/check/elements/id3demux.c: (pad_added_cb):
2112         Remove unused variable.
2113
2114 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2115
2116         * ext/gconf/gconf.h:
2117         Make the prototype of gst_gconf_get_key_for_sink_profile
2118         match the implementation.
2119         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2120         Fixes: #449747
2121
2122 2007-06-20  Michael Smith <msmith@fluendo.com>
2123
2124         * gst/rtp/gstrtpdepay.c:
2125           Fix description - rtpdepay is not a payloader.
2126
2127 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2128
2129         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2130         (qtdemux_video_caps):
2131         * gst/qtdemux/qtdemux_fourcc.h:
2132           Add MJPG to the variants of motion jpeg.
2133
2134 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * tests/check/Makefile.am:
2137         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2138         * tests/check/elements/videocrop.c: (GST_START_TEST):
2139         * tests/check/elements/videofilter.c:
2140         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2141         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2142           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2143           error flags are included and it errors out on compiler warnings
2144           for CVS builds; remove unused variables in various unit tests.
2145
2146 2007-06-19  Wim Taymans  <wim@fluendo.com>
2147
2148         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2149         (rtsp_connection_close), (rtsp_connection_free):
2150         Use threadsafe inet_ntop to convert an ip number to a string. 
2151         Fixes #447961.
2152         Don't leak fd (and ip) when freeing a connection without first closing
2153         it.
2154
2155 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2156
2157         * configure.ac:
2158         Back to CVS
2159
2160         * gst-plugins-good.doap:
2161         Add 0.10.6 to the doap file.
2162
2163 === release 0.10.6 ===
2164
2165 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2166
2167         * configure.ac:
2168           releasing 0.10.6, "Wobble Board"
2169
2170 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2173         (rtsp_connection_free):
2174           Revert previous commit again, since we are frozen (sorry).
2175
2176 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         Patch by: Peter Kjellerstedt <pkj at axis com>
2179
2180         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2181         (rtsp_connection_free):
2182           inet_ntoa() uses a static buffer internally, so we need to copy the
2183           returned string if we want to store it for later (#447961).
2184
2185 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2186
2187         * win32/vs6/autogen.dsp:
2188         * win32/vs6/gst_plugins_good.dsw:
2189         * win32/vs6/libgstalaw.dsp:
2190         * win32/vs6/libgstalpha.dsp:
2191         * win32/vs6/libgstalphacolor.dsp:
2192         * win32/vs6/libgstapetag.dsp:
2193         * win32/vs6/libgstaudiofx.dsp:
2194         * win32/vs6/libgstauparse.dsp:
2195         * win32/vs6/libgstautodetect.dsp:
2196         * win32/vs6/libgstavi.dsp:
2197         * win32/vs6/libgstcutter.dsp:
2198         * win32/vs6/libgstdirectdraw.dsp:
2199         * win32/vs6/libgstdirectsound.dsp:
2200         * win32/vs6/libgsteffectv.dsp:
2201         * win32/vs6/libgstflx.dsp:
2202         * win32/vs6/libgstgoom.dsp:
2203         * win32/vs6/libgsticydemux.dsp:
2204         * win32/vs6/libgstid3demux.dsp:
2205         * win32/vs6/libgstinterleave.dsp:
2206         * win32/vs6/libgstjpeg.dsp:
2207         * win32/vs6/libgstlevel.dsp:
2208         * win32/vs6/libgstmatroska.dsp:
2209         * win32/vs6/libgstmedian.dsp:
2210         * win32/vs6/libgstmonoscope.dsp:
2211         * win32/vs6/libgstmulaw.dsp:
2212         * win32/vs6/libgstmultipart.dsp:
2213         * win32/vs6/libgstqtdemux.dsp:
2214         * win32/vs6/libgstrtp.dsp:
2215         * win32/vs6/libgstrtsp.dsp:
2216         * win32/vs6/libgstsmpte.dsp:
2217         * win32/vs6/libgstspeex.dsp:
2218         * win32/vs6/libgstudp.dsp:
2219         * win32/vs6/libgstvideobalance.dsp:
2220         * win32/vs6/libgstvideobox.dsp:
2221         * win32/vs6/libgstvideocrop.dsp:
2222         * win32/vs6/libgstvideoflip.dsp:
2223         * win32/vs6/libgstvideomixer.dsp:
2224         * win32/vs6/libgstwaveform.dsp:
2225         * win32/vs6/libgstwavenc.dsp:
2226         * win32/vs6/libgstwavparse.dsp:
2227         Mark *.dsp & *.dsw as binary files and convert to DOS line
2228         endings, as they don't load into VS6 correctly otherwise.
2229
2230 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2231
2232         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2233         (rtsp_connection_connect):
2234         Fix the MingW build. 
2235         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2236         Fixes: #446981
2237
2238 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2239
2240         * tests/check/elements/.cvsignore:
2241         * tests/icles/.cvsignore:
2242         Hush the buildbots up
2243
2244 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2245
2246         * configure.ac:
2247         * sys/Makefile.am:
2248         * sys/directdraw/Makefile.am:
2249         * sys/directsound/Makefile.am:
2250         * sys/waveform/Makefile.am:
2251         Make sure to dist everything needed for win32 builds.
2252
2253 2007-06-14  Edward Hervey  <edward@fluendo.com>
2254
2255         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2256         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2257         caps.
2258         Fixes #447458
2259
2260 2007-06-13  Wim Taymans  <wim@fluendo.com>
2261
2262         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2263         Make sure we allocate enough memory for the codec_data.
2264         Fixes #447210.
2265
2266 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2267
2268         * win32/MANIFEST:
2269         Add videocrop project file to the win32 manifest.
2270         * win32/vs6/gst_plugins_good.dsw:
2271         Add qtdemux,videocrop and waveform projects to the workspace.
2272         * win32/vs6/libgstqtdemux.dsp:
2273         Add zlib to the link list of qtdemux.
2274         * win32/vs6/libgstvideocrop.dsp:
2275         Add a project file for videocrop.
2276
2277 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2278
2279         * po/POTFILES.in:
2280         Add qtdemux for translation
2281
2282 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2283
2284         * configure.ac:
2285         * docs/plugins/Makefile.am:
2286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2288         * docs/plugins/inspect/plugin-videocrop.xml:
2289         * gst-plugins-good.spec.in:
2290         * sys/Makefile.am:
2291         * tests/check/Makefile.am:
2292         * tests/icles/Makefile.am:
2293         * tests/icles/videocrop-test.c:
2294         Move videocrop and osxvideo from -bad.
2295
2296 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2297
2298         * configure.ac:
2299         * docs/plugins/Makefile.am:
2300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2302         * docs/plugins/gst-plugins-good-plugins.args:
2303         * docs/plugins/inspect/plugin-qtdemux.xml:
2304         * docs/plugins/inspect/plugin-quicktime.xml:
2305         * win32/MANIFEST:
2306         Move qtdemux from -bad.
2307
2308         * gst-plugins-good.spec.in:
2309         Update spec file to reflect moving of qtdemux and wavpack
2310
2311 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2312         
2313         * win32/MANIFEST:
2314         * docs/plugins/Makefile.am:
2315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2317         * docs/plugins/inspect/plugin-directdraw.xml:
2318         * docs/plugins/inspect/plugin-directsound.xml:
2319         * docs/plugins/inspect/plugin-waveform.xml:
2320         Move the waveform plugin from -bad too. Update the inspect xml
2321         files to mention Plugins Good instead of Plugins Bad.
2322
2323 2007-06-12  Andy Wingo  <wingo@pobox.com>
2324
2325         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2326         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2327         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2328         finalization and resuscitation. No longer public.
2329         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2330         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2331         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2332         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2333         miniobject semantics, and be threadsafe.
2334         (gst_v4l2src_queue_frame): Remove this function, as we just call
2335         the ioctls directly in the two places where we queue buffers.
2336         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2337         directly.
2338         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2339         to allocate the pool, which also preallocates the GstBuffers.
2340         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2341         queueing the frames directly.
2342         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2343         mmap buffers have been dequeued.
2344
2345         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2346         real MiniObject instead of rolling our own refcounting and
2347         finalizing. Give it a lock.
2348         (struct _GstV4l2Buffer): Remove one intermediary object, having
2349         the buffers hold the struct v4l2_buffer directly.
2350
2351         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2352         capture_init so that it can set them on the buffers that it will
2353         create.
2354         (gst_v4l2src_get_read): For better or for worse, include the
2355         timestamping and offsetting code here; really we should be using
2356         bufferalloc though.
2357         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2358         preallocated, mmap'd buffers.
2359
2360 2007-06-11  Wim Taymans  <wim@fluendo.com>
2361
2362         Patch by: daniel fischer <dan at f3c dot com>
2363
2364         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2365         (gst_ximage_src_get_caps):
2366         Actually use the display_name property so that we can dump any
2367         available X display. Fixes #445905.
2368
2369 2007-06-11  Wim Taymans  <wim@fluendo.com>
2370
2371         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2372
2373         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2374         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2375         Add missing rate fields to caps. Fixes #441118.
2376
2377 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2378
2379         * win32/vs6/gst_plugins_good.dsw:
2380         * win32/vs8/gst-plugins-good.sln:
2381         Add DirectSound and DirectDraw sinks project files to
2382         workspace and solution files.
2383
2384 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         Patch by: Josh Coalson <xflac at yahoo dot com>,
2387         updated by Alexis Ballier <aballier at gentoo dot org>:
2388
2389         * configure.ac:
2390         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2391         (gst_flac_dec_setup_seekable_decoder),
2392         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2393         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2394         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2395         * ext/flac/gstflacdec.h:
2396         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2397         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2398         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2399         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2400         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2401         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2402         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2403         * ext/flac/gstflacenc.h:
2404         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2405         
2406 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2407
2408         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2409         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2410         not necessary anymore as we need at least that core version. 
2411
2412 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2415         (gst_wavpack_dec_chain):
2416         * ext/wavpack/gstwavpackdec.h:
2417         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2418         (gst_wavpack_parse_push_buffer):
2419         * ext/wavpack/gstwavpackparse.h:
2420         Improve discont handling by checking if the next Wavpack block has
2421         the expected, following block index.
2422
2423 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2424
2425         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2426           Fix element description.
2427
2428 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * configure.ac:
2431         * docs/plugins/Makefile.am:
2432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2434         * docs/plugins/gst-plugins-good-plugins.args:
2435         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2436         * docs/plugins/gst-plugins-good-plugins.signals:
2437         * docs/plugins/inspect/plugin-autodetect.xml:
2438         * docs/plugins/inspect/plugin-gconfelements.xml:
2439         * docs/plugins/inspect/plugin-ladspa.xml:
2440         * docs/plugins/inspect/plugin-rtp.xml:
2441         * docs/plugins/inspect/plugin-wavpack.xml:
2442         * ext/Makefile.am:
2443         * tests/check/Makefile.am:
2444           move wavpack plugin.  See #352605.
2445
2446 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2447
2448         * configure.ac:
2449         * docs/plugins/Makefile.am:
2450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2452         * docs/plugins/gst-plugins-good-plugins.args:
2453         * sys/Makefile.am:
2454         * win32/MANIFEST:
2455         Add DirectDraw & DirectSound plugins to the build and docs.
2456
2457 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2460         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2461           When operating in pull mode, error out correct on not-linked.
2462
2463 2007-06-06  Andy Wingo  <wingo@pobox.com>
2464
2465         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2466         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2467         format and size if the ioctls are defined; should fix compilation
2468         on Linux < 2.16.19.
2469
2470 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2471
2472         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2473           Printf fixes in debug statements; use LOG level for debug statements
2474           that are printed for each and every frame; convert c++ comments to
2475           C-style comments; not much point using g_try_malloc() if we then not
2476           even check the return value.
2477
2478 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2479
2480         * configure.ac:
2481           Bump requirements to released versions (core and base 0.10.13).
2482
2483         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2484           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2485           own implementation.
2486
2487 2007-06-05  Andy Wingo  <wingo@pobox.com>
2488
2489         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2490         some useless comments.
2491
2492         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2493         frames before calling STREAMON, that might leave them in a state
2494         where they can't be dequeued if we go back to NULL without calling
2495         STREAMON, according to the docs.
2496         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2497         before we call STREAMON.
2498         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2499         failures. (For me this code hung.) The pool refcounting is still
2500         crack; added a note to that effect.
2501
2502 2007-06-05  Wim Taymans  <wim@fluendo.com>
2503
2504         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2505         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2506         Add support for mapping gst structure names to the MIME type equivalent.
2507         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2508
2509 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2510
2511         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2512         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2513         (gst_wavenc_chain), (gst_wavenc_change_state):
2514         * gst/wavenc/gstwavenc.h:
2515         Properly write wav files with width!=depth by having the depth most
2516         significant bytes set and all others zero. Fixes #442535.
2517
2518 2007-06-01  Wim Taymans  <wim@fluendo.com>
2519
2520         * gst/rtsp/rtspconnection.c:
2521         Add include to make buildbot happy.
2522
2523 2007-06-01  Wim Taymans  <wim@fluendo.com>
2524
2525         Patch by: Peter Kjellerstedt  <pkj at axis com>
2526
2527         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2528         (rtsp_connection_connect), (add_date_header),
2529         (rtsp_connection_send), (parse_response_status),
2530         (parse_request_line), (parse_line), (rtsp_connection_receive):
2531         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2532         * gst/rtsp/rtspdefs.h:
2533         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2534         (rtsp_message_init_request), (rtsp_message_init_response),
2535         (rtsp_message_remove_header), (rtsp_message_append_headers),
2536         (rtsp_message_dump):
2537         * gst/rtsp/rtspmessage.h:
2538         Improves version checking, allowing an RTSP server to reply with "505
2539         RTSP Version not supported.
2540         Adds a Date header to all messages.
2541         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2542         want to be able to send a response even if something in the request was
2543         invalid. EINVAL is only used when passing wrong arguments to functions.
2544         Do not handle an invalid method in parse_request_line(). Defer this to
2545         the caller so it can respond with "405 Method Not Allowed".
2546         Improves parsing of the timeout parameter to the Session header,
2547         allowing whitespace after the semicolon. 
2548         Avoids a compiler warning due to variables shadowing a function argument.
2549
2550 2007-06-01  Wim Taymans  <wim@fluendo.com>
2551
2552         Based on Patch by: Daniel Charles <dcharles at ti dot com>
2553
2554         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2555         (gst_rtp_amr_depay_process):
2556         * gst/rtp/gstrtpamrdepay.h:
2557         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2558         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2559         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2560         * gst/rtp/gstrtpamrpay.h:
2561         Add support for AMR-WB.
2562         Small cleanups such as using BOILERPLATE.
2563
2564 2007-05-31  Wim Taymans  <wim@fluendo.com>
2565
2566         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2567         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2568
2569 2007-05-30  Andy Wingo  <wingo@pobox.com>
2570
2571         * sys/v4l2/gstv4l2object.h: 
2572         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2573         unintended changes.
2574
2575         * sys/v4l2/v4l2src_calls.h: 
2576         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2577         the format list in the order that the driver gives it to us.
2578         (gst_v4l2src_probe_caps_for_format_and_size)
2579         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2580         based on the capabilities of the device.
2581         (gst_v4l2src_grab_frame): Update for object variable renaming.
2582         (gst_v4l2src_set_capture): Update to be strict in its parameters,
2583         as in the set_caps below.
2584         (gst_v4l2src_capture_init): Update for object variable renaming,
2585         and reflow.
2586         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2587         (gst_v4l2src_capture_deinit): Update for object variable renaming.
2588         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2589         (gst_v4l2src_get_fps): Remove; these functions don't have much
2590         meaning outside of an atomic set_caps method.
2591         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2592         known.
2593
2594         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2595         call to update_fps; not sure about this change.
2596         (gst_v4l2_tuner_set_norm): Work around the fact that for the
2597         moment we don't have an update_fps_func.
2598
2599         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2600         structures in the object, just store what we need. Do store the
2601         probed caps of the device. Don't store the current frame rate.
2602
2603         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2604         update_fps_function, for now. Update for new object variable
2605         naming.
2606         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2607         new object variable naming.
2608         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2609         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2610         (gst_v4l2src_get_caps): Rework to probe the device for supported
2611         frame sizes and frame rates.
2612         (gst_v4l2src_set_caps): Rework to be strict in the given
2613         parameters: if someone asks us to have a certain size and rate,
2614         that is what we configure.
2615         (gst_v4l2src_get_read): Update for object variable naming. Don't
2616         leak buffers on short reads.
2617         (gst_v4l2src_get_mmap): Update for object variable naming, and add
2618         comments.
2619         (gst_v4l2src_create): Update for object variable naming.
2620
2621 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2624         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2625         * gst/avi/gstavidemux.h:
2626           Parse subtitle text streams instead of erroring out (#442034). Still
2627           needs a parser for the subtitles to actually show up.
2628
2629 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2630
2631         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2632         (gst_avi_demux_loop):
2633           Make _push_event() return TRUE if the event could be pushed on at
2634           least one pad and not only if it could be pushed on all pads,
2635           otherwise we'll end up posting an error message on EOS if one or
2636           more source pads are not connected.
2637
2638 2007-05-28  Wim Taymans  <wim@fluendo.com>
2639
2640         * gst/rtsp/rtsptransport.c:
2641         Use renamed RTP bin.
2642
2643 2007-05-28  Wim Taymans  <wim@fluendo.com>
2644
2645         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2646
2647         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2648         (gst_video_box_set_property), (gst_video_box_transform_caps),
2649         (video_box_recalc_transform), (gst_video_box_set_caps),
2650         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2651         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2652         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2653         (gst_video_box_i420_i420), (gst_video_box_transform),
2654         (plugin_init):
2655         Add AYUV->AYUV and AYUV->I420 formats. 
2656         Fix negotiation and I420->AYUV conversion.
2657         Fixes #429329.
2658
2659 2007-05-26  Wim Taymans  <wim@fluendo.com>
2660
2661         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2662         Use different variables for nested for loops so that the outer loop
2663         functions properly and speex files with multiple frames per buffer work
2664         properly.
2665         Fixes #441408.
2666
2667 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2670           Don't leak newsegment events.
2671
2672 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2673
2674         * gst/wavparse/Makefile.am:
2675           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2676           drags it in.
2677
2678 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2681         (notgst_value_array_append_buffer),
2682         (gst_flac_enc_process_stream_headers),
2683         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2684         (gst_flac_enc_change_state):
2685         * ext/flac/gstflacenc.h:
2686           Collect headers, add "streamheader" field to output caps and set
2687           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2688           produces output according to the official FLAC-to-Ogg mapping
2689           instead of completely broken files. Fixes #426044.
2690
2691 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2692
2693         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2694         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2695         (gst_id3demux_sink_event):
2696         * gst/id3demux/gstid3demux.h:
2697         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2698         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2699         (gst_tag_demux_send_new_segment):
2700         Handle and adjust new-segment events so that downstream really
2701         sees a stream with the tag pieces stripped off the front and back.
2702         Fixes strangeness in seeking when mp3 decoders use the new-segment
2703         byte position to estimate their current playback position timestamp
2704         and then the arriving buffers don't match up.
2705
2706 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2707
2708         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2709           Don't unnecessarily perform a READY->NULL->READY transition on the
2710           detected audio sink when starting up. Fixes: #440127
2711
2712 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2715         (gst_flac_enc_chain):
2716           Don't crash in chain function if setcaps hasn't been called.
2717
2718 2007-05-24  Wim Taymans  <wim@fluendo.com>
2719
2720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2721         Init value to avoid infinte loops.
2722
2723 2007-05-24  Wim Taymans  <wim@fluendo.com>
2724
2725         Patch by: Peter Kjellerstedt  <pkj at axis com>
2726
2727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2728         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2729         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2730         (gst_rtspsrc_play):
2731         (rtsp_connection_send), (rtsp_connection_receive):
2732         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2733         Fix for new API.
2734
2735         * gst/rtsp/rtspconnection.c: (add_auth_header),
2736         Only add authorisation and session headers when sending messages.
2737
2738         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2739         (rtsp_message_init_request), (rtsp_message_init_response),
2740         (rtsp_message_unset), (rtsp_message_add_header),
2741         (rtsp_message_remove_header), (rtsp_message_get_header),
2742         (rtsp_message_append_headers), (dump_key_value),
2743         (rtsp_message_dump):
2744         * gst/rtsp/rtspmessage.h:
2745         Add support for multiple headers of the same type by storing the parsed
2746         headers in a GArray instaed of a hashtable.
2747
2748 2007-05-21  Wim Taymans  <wim@fluendo.com>
2749
2750         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2751         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2752         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2753         safer shutdown.
2754
2755 2007-05-21  Wim Taymans  <wim@fluendo.com>
2756
2757         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2758         * gst/rtsp/gstrtpdec.h:
2759         Added signal for backwards compat.
2760
2761 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2762         
2763         Patch by: René Stadler <mail at renestadler dot de>
2764
2765         * configure.ac:
2766         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2767         (gst_au_parse_parse_header), (gst_au_parse_chain):
2768         * gst/auparse/gstauparse.h:
2769         Use audioconvert for converting from non-native endianness floats
2770         in auparse instead of doing it ourself. Fixes #424527.
2771         This needs the audioconvert from plugins-base CVS.
2772         
2773 2007-05-21  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2776         (gst_rtp_h263p_pay_flush):
2777         Fix enum registration.
2778
2779 2007-05-21  Wim Taymans  <wim@fluendo.com>
2780
2781         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2782
2783         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2784         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2785         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2786         (gst_rtp_h263p_pay_flush):
2787         * gst/rtp/gstrtph263ppay.h:
2788         Add new fragmentation mode base on GOB headers. Fixes #438940.
2789
2790 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2793           Printf format fix.
2794
2795 2007-05-18  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2798         Don't crash when an unsupported transport error was returned by the
2799         server, just try to configure the next stream. Fixes #439255.
2800
2801 2007-05-18  Wim Taymans  <wim@fluendo.com>
2802
2803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2804         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2805         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2806         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2807         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2808         * gst/rtsp/gstrtspsrc.h:
2809         Add TCP timeout property and use it for all TCP connection.
2810
2811         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2812         (rtsp_connection_write), (rtsp_connection_next_timeout),
2813         (rtsp_connection_reset_timeout):
2814         Make connect and writes cancelable and make them use the timeout.
2815
2816 2007-05-18  Wim Taymans  <wim@fluendo.com>
2817
2818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2819         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2820         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2821         (gst_rtspsrc_setup_streams):
2822         Refactor timeout handling.
2823         Also send keep-alive when dealing with TCP transport.
2824
2825         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2826         (rtsp_connection_free), (rtsp_connection_next_timeout),
2827         (rtsp_connection_reset_timeout):
2828         * gst/rtsp/rtspconnection.h:
2829         Use a timer to handle the session timeouts, add some methods to deal
2830         with timeouts.
2831
2832 2007-05-17  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2835         (gst_rtspsrc_setup_streams):
2836         Ignore streams that fail the setup command, we will retry with a
2837         different transport later on.
2838
2839         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2840         (rtsp_ext_wms_configure_stream):
2841         Fix encoding name case.
2842
2843 2007-05-16  Edward Hervey  <edward@fluendo.com>
2844
2845         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2846         Fix build on macosx.
2847
2848 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2851         Replace direct comparison of a string with the string literal "" with
2852         a comparison of the first character with '\0'. Fixes #438926.
2853
2854 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * gst/debug/breakmydata.c (gst_break_my_data_init):
2857           One more try. This should be the proper fix now.
2858
2859 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst/debug/breakmydata.c:
2862           Ooops, no // comments please.
2863
2864 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2865
2866         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2867         (gst_break_my_data_init):
2868           Fix gst_buffer_is_writable() assertion.
2869
2870 2007-05-14  David Schleef  <ds@schleef.org>
2871
2872         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2873           video/x-raw-bayer.  Fixes #314160.
2874
2875 2007-05-14  Wim Taymans  <wim@fluendo.com>
2876
2877         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2878         (gst_rtp_theora_depay_parse_configuration):
2879         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2880         (gst_rtp_theora_pay_finish_headers),
2881         (gst_rtp_theora_pay_handle_buffer):
2882         Update theora pay/depayloader in a similar to vorbis.
2883
2884         * gst/rtp/gstrtpvorbisdepay.c:
2885         (gst_rtp_vorbis_depay_parse_configuration):
2886         Update docs.
2887
2888 2007-05-14  Wim Taymans  <wim@fluendo.com>
2889
2890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2891         When we try to execute a method that is not supported by the server,
2892         don't error out but remove the method from the accepted methods so that
2893         we never try to perform this method again.
2894
2895 2007-05-14  Wim Taymans  <wim@fluendo.com>
2896
2897         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2898         Remove annoying _dump_mem.
2899
2900 2007-05-14  Wim Taymans  <wim@fluendo.com>
2901
2902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2903         Parse range correctly.
2904
2905         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2906         The baseurl now always has a '/' at the start.
2907
2908 2007-05-14  Wim Taymans  <wim@fluendo.com>
2909
2910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2911         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2912         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2913         Factor out caps configuration and configure more stuff such as the time
2914         ranges and speed/scale values.
2915
2916         * gst/rtsp/rtsptransport.c:
2917         Add Copyright after non-trival fixes.
2918
2919 2007-05-12  Wim Taymans  <wim@fluendo.com>
2920
2921         Patch by: Peter Kjellerstedt  <pkj at axis com>
2922
2923         * gst/rtsp/gstrtspsrc.h:
2924         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2925         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2926         (rtsp_message_get_header):
2927         * gst/rtsp/rtspmessage.h:
2928         Make channel guint8 where possible.
2929         Make rtsp_message_init_data() take the channel as a guint8.
2930
2931         * gst/rtsp/rtspdefs.c:
2932         Fixed a typo: Timout -> Timeout
2933
2934         * gst/rtsp/rtspdefs.h:
2935         Make RTSP_CHECK() behave as a statement.
2936
2937         * gst/rtsp/sdpmessage.c:
2938         Avoid a compiler warning in INIT_ARRAY().
2939         Fixes #437692.
2940
2941 2007-05-12  Wim Taymans  <wim@fluendo.com>
2942
2943         Patch by: Peter Kjellerstedt  <pkj at axis com>
2944
2945         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2946         (rtsp_url_get_request_uri):
2947         * gst/rtsp/rtspurl.h:
2948         Add support for query parameters to RTSP URLs.
2949
2950 2007-05-12  Wim Taymans  <wim@fluendo.com>
2951
2952         Patch by: Peter Kjellerstedt  <pkj at axis com>
2953
2954         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2955         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2956         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2957         (rtsp_transport_parse), (rtsp_transport_as_text):
2958         * gst/rtsp/rtsptransport.h:
2959         Add validation to rtsp_transport_parse().
2960         Add rtsp_transport_as_text() to generate an RTSP header from an
2961         RTSPTransport.
2962         Change ssrc to guint (was a string) since that is what it is, even
2963         though it is sent as a hex string.
2964         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2965         incorrect, which can be seen when looking at the examples in the RFC).
2966         Fixes #437670.
2967
2968 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2969
2970         Patch by: Eric Anholt
2971
2972         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2973           gst_ximage_src_ximage_get):
2974         Use union of all damage between frames to make it faster.
2975         Fixes bug #342463.
2976         Also fix crasher when cursor is at bottom right of window.
2977
2978 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2981           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2982           streaming mode regression for file from #343837 with 'bext' chunk
2983           before the 'fmt' chunk.
2984
2985 2007-05-11  Wim Taymans  <wim@fluendo.com>
2986
2987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2988         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2989         (gst_rtspsrc_handle_src_event),
2990         (gst_rtspsrc_stream_configure_manager),
2991         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2992         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2993         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2994         * gst/rtsp/gstrtspsrc.h:
2995         * gst/rtsp/rtspdefs.h:
2996         Preliminary seek support.
2997         Activate internal pads so that we can receive events on them.
2998         Don't try to parse a range string when it's NULL.
2999
3000 2007-05-11  Wim Taymans  <wim@fluendo.com>
3001
3002         * gst/rtp/README:
3003         Update README with new RTP variables that will be used for
3004         synchronisation.
3005
3006         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3007         (gst_rtp_vorbis_depay_parse_configuration),
3008         (gst_rtp_vorbis_depay_process):
3009         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3010         (gst_rtp_vorbis_pay_finish_headers),
3011         (gst_rtp_vorbis_pay_handle_buffer):
3012         Update vorbis pay and depayloader to draft-04.
3013
3014 2007-05-11  Wim Taymans  <wim@fluendo.com>
3015
3016         * gst/rtsp/rtsptransport.c:
3017         UDP MCAST is actually the default for RTP/AVP.
3018 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3019
3020         * gst/level/gstlevel.c: (gst_level_transform_ip):
3021         Use guint8 * instead of gpointer then vs6 can build 
3022         in_data += (filter->width / 8).
3023
3024 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3025
3026         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3027           gst_ximage_src_ximage_get):
3028         * sys/ximage/gstximagesrc.h (last_ximage):
3029         When using Damage actually keep the last frame, and not assume
3030         that the buffer we get already has the last frame on it.
3031         Copy the cursor over if we specify a non-zero start x and
3032         start y.
3033
3034 2007-05-11  Wim Taymans  <wim@fluendo.com>
3035
3036         * gst/rtsp/rtsptransport.c:
3037         Make UDP the default transport when not specified.
3038
3039 2007-05-09  David Schleef  <ds@schleef.org>
3040
3041         * gst/level/gstlevel.c:
3042           Revert last change.
3043
3044 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3045
3046         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3047         (gst_level_transform_ip):
3048         Use guint8 * instead of gpointer then vs6 know the size of data
3049         pointed when moving the pointer.
3050         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3051         Move instructions after variables declaration.
3052         * win32/vs6/autogen.dsp:
3053         * win32/vs6/libgstrtp.dsp:
3054         * win32/vs6/libgstrtsp.dsp:
3055         Update vs6 project files.
3056
3057 2007-05-09  Wim Taymans  <wim@fluendo.com>
3058
3059         * gst/rtsp/Makefile.am:
3060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3061         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3062         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3063         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3064         (rtsp_range_free):
3065         * gst/rtsp/rtsprange.h:
3066         Add code to parse time ranges.
3067         Report DURATION on the stream when possible.
3068
3069 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3072         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3073         (gst_videomixer_collected):
3074           Fix strides calculation for AYUV (it's just width*4) (#436910).
3075
3076 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3077
3078         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3079         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3080         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3081         Sync the GObject properties before each processing step to properly
3082         work with the controller.
3083
3084 2007-05-04  Wim Taymans  <wim@fluendo.com>
3085
3086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3087         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3088         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3089         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3090         (gst_rtspsrc_change_state):
3091         Let more error state trickle down so that we can catch more error
3092         cases.
3093         Handle keep-alive a little smarter by selecting a method the server
3094         actually supports.
3095         Fix a race in UDP streaming shutdown.
3096
3097 2007-05-04  Wim Taymans  <wim@fluendo.com>
3098
3099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3100         Ignore errors when trying to use the keep-alive messages.
3101
3102 2007-05-04  Wim Taymans  <wim@fluendo.com>
3103
3104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3105         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3106         (gst_rtspsrc_stream_configure_manager),
3107         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3108         (gst_rtspsrc_stream_configure_mcast),
3109         (gst_rtspsrc_stream_configure_udp),
3110         (gst_rtspsrc_stream_configure_udp_sink),
3111         (gst_rtspsrc_stream_configure_transport):
3112         Send RTCP messages back to the server over the TCP connection.
3113
3114         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3115         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3116         (rtsp_connection_receive):
3117         * gst/rtsp/rtspconnection.h:
3118         Factor out and expose lowlevel _write and _read methods.
3119         Implement sending data messages to the server.
3120
3121 2007-05-03  Wim Taymans  <wim@fluendo.com>
3122
3123         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3124         (gst_multipart_mux_collected):
3125         Fix timestamps on outgoing buffers.
3126
3127 2007-05-03  Wim Taymans  <wim@fluendo.com>
3128
3129         * gst/multipart/multipartmux.c:
3130         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3131         (gst_multipart_mux_change_state):
3132         Emit NEWSEGMENT events before pushing the first buffer.
3133
3134 2007-05-03  Wim Taymans  <wim@fluendo.com>
3135
3136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3137         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3138         (gst_rtspsrc_handle_src_query),
3139         (gst_rtspsrc_stream_configure_manager),
3140         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3141         (gst_rtspsrc_stream_configure_mcast),
3142         (gst_rtspsrc_stream_configure_udp),
3143         (gst_rtspsrc_stream_configure_udp_sink),
3144         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3145         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3146         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3147         (gst_rtspsrc_pause):
3148         Refactor transport configuration code.
3149         Create internal pads for TCP transport so that we can implement events
3150         and queries.
3151         Handle events and queries.
3152         Parse range from the SDP.
3153         Fix race in pause handler where the connection could still be flushing.
3154
3155 2007-05-02  Wim Taymans  <wim@fluendo.com>
3156
3157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3158         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3159         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3160         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3161         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3162         (gst_rtspsrc_change_state):
3163         * gst/rtsp/gstrtspsrc.h:
3164         Fix race when multiple udp sources post timeouts, just act on the first
3165         received timeout.
3166         Protect stream list with a recursive lock to fix some races.
3167         Flush connection when we need to do a reconnect or stop.
3168         Make state lock recursive.
3169
3170         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3171         (rtsp_connection_close):
3172         Some small cleanups.
3173
3174 2007-05-02  Wim Taymans  <wim@fluendo.com>
3175
3176         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3177         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3178         Only set DISCONT when there actually is a discont or when we just
3179         started.
3180
3181 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3182
3183         * ext/flac/gstflac.c: (plugin_init):
3184         Call bindtextdomain() to get localized strings.
3185
3186 2007-05-02  Wim Taymans  <wim@fluendo.com>
3187
3188         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3189         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3190         (gst_wavparse_stream_data):
3191         * gst/wavparse/gstwavparse.h:
3192         Be a bit more clever when dealing with VBR files with FACT tags, we
3193         don't want to timestamp buffers in that case but the estimated BPS can
3194         be used for seeking.
3195         Only send close segment in the streaming thread.
3196
3197 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3200         Correctly post an error on the bus if something went wrong in the loop
3201         function. This fixes a few cases where the task was paused and nothing
3202         happened anymore.
3203
3204 2007-05-02  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst/rtsp/test.c: (main):
3207         Fix compilation of deprecated test just because I'm too lazy to delete
3208         it.
3209
3210 2007-05-02  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3213         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3214         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3215         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3216         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3217         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3218         * gst/rtsp/gstrtspsrc.h:
3219         Fix sending RTCP to the right place.
3220         Fix bug in reffing the wrong UDP element.
3221         Use new pad names for the session manager.
3222         Implement handling server requests in interleaved and UDP modes.
3223         Handle session keep-alive in UDP modes.
3224         Remove GCond for handling UDP timeouts.
3225
3226         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3227         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3228         (rtsp_connection_receive), (rtsp_connection_close):
3229         * gst/rtsp/rtspconnection.h:
3230         Store connection IP address for later.
3231         Add timeout args to all operations that might block forever.
3232         Parse session timeout.
3233         Only close sockets when not already closed.
3234
3235         * gst/rtsp/rtspdefs.c:
3236         * gst/rtsp/rtspdefs.h:
3237         Add timeout return value and error string.
3238
3239         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3240         Add small comment.
3241
3242 2007-05-01  Wim Taymans  <wim@fluendo.com>
3243
3244         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3245
3246         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3247         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3248         * gst/rtp/gstrtpmp4vpay.h:
3249         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3250
3251 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3254           Remove v4l2src from docs, since it breaks the docs build, and the
3255           plugin is only built if --enable-experimental is used anyway.
3256
3257         * docs/plugins/Makefile.am:
3258           Spaces => tab.
3259
3260 2007-04-29  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3263         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3264         Add code to drop membership of a multicast group.
3265
3266         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3267         (gst_udpsink_set_uri):
3268         Implement URI handler.
3269
3270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3271         (gst_rtspsrc_parse_rtpinfo):
3272         Use URI handler to make udpsink instace.
3273         Improve code to configure port and destination.
3274
3275 2007-04-29  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3278         Fix multicast detection.
3279         Don't try to join a multicast group if the address is not multicast.
3280
3281         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3282         Small debug improvement.
3283
3284 2007-04-27  Wim Taymans  <wim@fluendo.com>
3285
3286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3287         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3288         (gst_rtspsrc_handle_message):
3289         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3290         parent.
3291
3292 2007-04-27  Wim Taymans  <wim@fluendo.com>
3293
3294         * gst/rtp/gstrtpilbcdepay.h:
3295         Fix mode property when specified as an arg.
3296
3297 2007-04-26  Edward Hervey  <edward@fluendo.com>
3298
3299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3301         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3302         * docs/plugins/inspect/plugin-osxaudio.xml:
3303         Add documentation for osxaudio plugin.
3304
3305 2007-04-26  Wim Taymans  <wim@fluendo.com>
3306
3307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3308         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3309         (gst_rtspsrc_open), (gst_rtspsrc_close),
3310         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3311         (gst_rtspsrc_pause):
3312         * gst/rtsp/gstrtspsrc.h:
3313         Protect state changes with a lock.
3314
3315         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3316         (parse_line):
3317         * gst/rtsp/rtspconnection.h:
3318         Remove some unused stuff.
3319
3320 2007-04-26  Wim Taymans  <wim@fluendo.com>
3321
3322         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3323         Handle the case where there are exactly 0 bytes to read and the ioctl
3324         did not report an error. Fixes #433530.
3325
3326 2007-04-26  Wim Taymans  <wim@fluendo.com>
3327
3328         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3329         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3330         * gst/wavparse/gstwavparse.h:
3331         Apply DISCONT to buffers.
3332         Only apply timestamp to the first sample after a DISCONT, too many VBR
3333         files cause random jitter in the timestamps. Fixes #433119.
3334
3335 2007-04-25  Wim Taymans  <wim@fluendo.com>
3336
3337         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3338         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3339         (gst_rtp_dec_get_property):
3340         * gst/rtsp/gstrtpdec.h:
3341         Add dummy latency property to be backwards compat with rtpbin.
3342
3343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3344         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3345         (gst_rtspsrc_stream_configure_transport),
3346         (gst_rtspsrc_parse_rtpinfo):
3347         * gst/rtsp/gstrtspsrc.h:
3348         Add latency property and configure in the session manager.
3349         Don't set invalid clock-base and seqnum-base on caps, some servers
3350         sometimes don't send them.
3351
3352 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3353
3354         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3355         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3356           Double-check that RGB input caps are really RGBA caps (apparently
3357           the core doesn't always catch it if those caps aren't a subset of
3358           our template caps, also see #421543). Fixes #429319 in a way.
3359           Also, don't leak the pad template in the transform_caps function.
3360
3361         * tests/check/Makefile.am:
3362         * tests/check/elements/.cvsignore:
3363         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3364         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3365         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3366         (GST_START_TEST), (alphacolor_suite):
3367           Add some basic unit tests for alphacolor.
3368
3369 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3370
3371         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3372           If we get a fatal flow return in the loop function, first post the
3373           error message and only then send the EOS event downstream, otherwise
3374           applications might get an eos message before the error message and
3375           think everything was ok (related to #429319).
3376
3377 2007-04-25  Wim Taymans  <wim@fluendo.com>
3378
3379         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3380         Read the channel byte as an unsigned byte.
3381
3382 2007-04-25  Wim Taymans  <wim@fluendo.com>
3383
3384         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3385         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3386         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3387         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3388         (gst_rtp_gsm_depay_setcaps):
3389         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3390         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3391         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3392         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3393         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3394         (gst_ilbc_depay_get_property):
3395         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3396         * gst/rtp/gstrtpmp4adepay.c:
3397         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3398         (gst_rtp_pcma_depay_setcaps):
3399         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3400         (gst_rtp_pcmu_depay_setcaps):
3401         Make sure we configure the clock_rate in the baseclass in the setcaps
3402         function. Fixes #431282.
3403
3404 2007-04-25  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3407         (gst_rtspsrc_stream_free), (request_pt_map),
3408         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3409         * gst/rtsp/gstrtspsrc.h:
3410         Parse server address from SDP.
3411         Hook up a udpsink to send RTCP back to the server.
3412
3413         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3414         * gst/rtsp/rtsptransport.h:
3415         Add some docs.
3416
3417 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3418
3419         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3420           Make header field check conditional. Fixes #433135
3421
3422 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * docs/plugins/Makefile.am:
3425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3427         * docs/plugins/inspect/plugin-alphacolor.xml:
3428         * gst/alpha/Makefile.am:
3429         * gst/alpha/gstalphacolor.c:
3430         * gst/alpha/gstalphacolor.h:
3431           Add minimal docs blurb to alphacolor; split out headers into
3432           separate header file for gtk-doc.
3433
3434 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3435
3436         * gst/debug/progressreport.c: (gst_progress_report_report):
3437           Don't try to post NULL message (in case we can't query upstream
3438           position or duration).
3439
3440 2007-04-18  Michael Smith  <msmith@fluendo.com>
3441
3442         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3443         (gst_cutter_get_caps):
3444         * gst/cutter/gstcutter.h:
3445           Fix some of the most obvious bugs in cutter. Now doesn't leak
3446           everything if input is silent.
3447
3448 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3449
3450         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3451         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3452         * gst/wavenc/gstwavenc.h:
3453         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3454         else results in a invalid block align and invalid files.
3455
3456 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3457
3458         Patch by: Snaik <snaik32 gmail com>
3459
3460         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3461           Add missing break statement for BOX_HORIZONTAL case.
3462
3463 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3464
3465         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3466
3467         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3468         Use correct format strings for integer types.
3469
3470 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3471
3472         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3473         (gst_wavparse_create_sourcepad):
3474         Use gst_riff_create_audio_template_caps () instead of the local caps.
3475         This makes updates of the local caps unecessary whenever libgstriff
3476         gets support for new formats.
3477
3478 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3481
3482         * sys/sunaudio/gstsunaudio.c:
3483         * sys/sunaudio/gstsunaudiomixer.c:
3484         * sys/sunaudio/gstsunaudiomixer.h:
3485         * sys/sunaudio/gstsunaudiomixerctrl.c:
3486         * sys/sunaudio/gstsunaudiomixerctrl.h:
3487         * sys/sunaudio/gstsunaudiomixertrack.h:
3488         * sys/sunaudio/gstsunaudiosink.c:
3489         * sys/sunaudio/gstsunaudiosink.h:
3490         * sys/sunaudio/gstsunaudiosrc.c:
3491         * sys/sunaudio/gstsunaudiosrc.h:
3492           Fix and/or update copyright attributions (#430228).
3493
3494 2007-04-13  Wim Taymans  <wim@fluendo.com>
3495
3496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3497         Fix docs.
3498
3499         * gst/rtsp/URLS:
3500         Add some more example urls.
3501
3502         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3503         (gst_rtp_dec_chain_rtp):
3504         Better debugging.
3505
3506         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3507         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3508         (gst_rtspsrc_parse_rtpinfo):
3509         Remove unused code.
3510
3511 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3512
3513         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3514         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3515         (gst_wavparse_stream_data):
3516           Relax the audio/mpeg caps again and add FIXME: comment.
3517
3518 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3519
3520         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3521         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3522         (gst_wavparse_stream_data):
3523         * gst/wavparse/gstwavparse.h:
3524           More sanity check for the header fields. Fix type for 'rate' header
3525           field.
3526
3527 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3528
3529         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3530         (gst_icydemux_unicodify):
3531           If the metadata strings we get in the stream are not UTF-8, try to
3532           interpret them according to the character encodings specified in the
3533           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3534           only fall back to locale/ISO-8859-1 if those aren't set or don't
3535           work. Should fix #428901.
3536
3537 2007-04-12  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst/rtp/gstrtph264depay.c:
3540         Use the proper sync word for SPS and PPS.
3541
3542 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3543
3544         * gst/rtp/Makefile.am:
3545         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3546           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3547         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3548           Add a simple hashing implementation that we can use to generate
3549           a 24-bit ident value based on the codebooks for vorbis and theora.
3550         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3551           gst_rtp_theora_pay_handle_buffer):
3552         * gst/rtp/gstrtpvorbisdepay.c
3553           (gst_rtp_vorbis_depay_parse_configuration,
3554           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3555         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3556           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3557           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3558           Use the hashing function, ensuring that the same codebooks result
3559           in the same ident and thus the same SDP description.
3560           Various log fixes/changes.
3561
3562 2007-04-12  Wim Taymans  <wim@fluendo.com>
3563
3564         Patch by: jerry tan <jerry dot tan at sun dot com>
3565
3566         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3567         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3568         application's responsibility to make sure it open the device once.
3569         Remove a careless error if AUDIODEV is set. Fixes #392620.
3570
3571 2007-04-12  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3574         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3575         * gst/rtsp/gstrtpdec.h:
3576         Make backward compat with rtpbin by adding the request-pt-map signals.
3577
3578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3579         (new_session_pad), (request_pt_map),
3580         (gst_rtspsrc_stream_configure_transport),
3581         (gst_rtspsrc_stream_configure_caps),
3582         (gst_rtspsrc_activate_streams):
3583         * gst/rtsp/gstrtspsrc.h:
3584         Implement request-pt-map signals instead of setting caps on the buffers
3585         for the session manager.
3586
3587 2007-04-11  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst/udp/gstudp.c: (plugin_init):
3590         Register GstNetBuffer in plugin_init so that the type can be used from
3591         multiple threads without races.
3592
3593 2007-04-10  Wim Taymans  <wim@fluendo.com>
3594
3595         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3596         (gst_rtp_amr_depay_process):
3597         Fix depayloader clock_rate and some cleanups.
3598
3599         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3600         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3601         * gst/rtp/gstrtph264depay.h:
3602         Don't push codec_data in the adapter because it might get flushed when
3603         we get a discont.
3604
3605         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3606         Handle multiple AU per packet.
3607
3608         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3609         (gst_rtp_sv3v_depay_plugin_init):
3610         Disable rank, this one does not work.
3611         Remove timestamping, base class does that.
3612
3613 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
3614
3615         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3616           limit caps to the formats we announce in the template
3617
3618         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3619         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3620         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3621           fix some crashers/asserts when dealing with broken files
3622
3623 2007-04-10  Wim Taymans  <wim@fluendo.com>
3624
3625         Patch by: Peter Kjellerstedt  <pkj at axis com>
3626
3627         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3628         * gst/rtp/gstrtpL16depay.c:
3629         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3630         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3631         (gst_rtp_speex_depay_setcaps):
3632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3633         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3634         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3635         Fix some compiler warnings. Fixes #428182.
3636
3637 2007-04-06  Wim Taymans  <wim@fluendo.com>
3638
3639         * gst/rtsp/Makefile.am:
3640         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3641         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3642         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3643         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3644         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3645         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3646         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3647         (create_rtcp), (gst_rtp_dec_request_new_pad),
3648         (gst_rtp_dec_release_pad):
3649         * gst/rtsp/gstrtpdec.h:
3650         * gst/rtsp/gstrtsp.c: (plugin_init):
3651         Morph RTPDec into something compatible with RTPBin as a fallback.
3652         Various other style fixes.
3653
3654         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3655         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3656         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3657         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3658         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3659         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3660         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3661         * gst/rtsp/gstrtspsrc.h:
3662         Implement RTPBin session manager handling.
3663         Don't try to add empty properties to caps.
3664         Implement fallback session manager, handling.
3665         Don't combine errors from RTCP streams, just ignore them.
3666
3667         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3668         * gst/rtsp/rtsptransport.h:
3669         Implement fallback session manager.
3670         Make RTPBin the default one when available.
3671
3672 2007-04-05  Wim Taymans  <wim@fluendo.com>
3673
3674         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3675         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3676         This element is ready to be autoplugged.
3677
3678 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3679
3680         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3681         Don't leave the offsets defined by upstream element on the
3682         compressed data buffer we are pushing downstream. Make them
3683         GST_BUFFER_OFFSET_NONE.
3684
3685 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3686
3687         * gst/avi/README:
3688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3689         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3690         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3691         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3692         (gst_avi_demux_calculate_durations_from_index),
3693         (gst_avi_demux_stream_header_push),
3694         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3695         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3696           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3697
3698 2007-04-03  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/smpte/barboxwipes.c:
3701         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3702
3703 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3704
3705         * gst/wavparse/gstwavparse.c:
3706         Support audio/x-raw-float in wav files. This only works with
3707         plugins-base CVS, using an older version doesn't have any
3708         disadvantages though.
3709
3710 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         * configure.ac:
3713         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3714         (gst_au_parse_parse_header), (gst_au_parse_chain):
3715         * gst/auparse/gstauparse.h:
3716         Revert last change as we don't want plugins-good to depend on
3717         plugins-base CVS now.
3718
3719 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         * configure.ac:
3722         Require gst-plugins-base CVS for audioconvert with non-native
3723         float support and width/depth fix in libgstriff.
3724
3725         Patch by: René Stadler <mail at renestadler dot de>
3726
3727         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3728         (gst_au_parse_parse_header), (gst_au_parse_chain):
3729         * gst/auparse/gstauparse.h:
3730         Don't swap the floats ourself if they're not in native endianness.
3731         Instead let audioconvert handle this. Fixes #339838.
3732
3733 2007-03-29  Wim Taymans  <wim@fluendo.com>
3734
3735         * gst/rtp/gstasteriskh263.h:
3736         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3737         (gst_rtp_h263p_depay_change_state):
3738         * gst/rtp/gstrtph263pdepay.h:
3739         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3740         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3741         (gst_rtp_h264_depay_change_state):
3742         * gst/rtp/gstrtph264depay.h:
3743         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3744         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3745         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3746         Flush adapter on disconts.
3747
3748 2007-03-29  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3751         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3752         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3753         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3754         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3755         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3756         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3757         (gst_rtp_mp4v_depay_process):
3758         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3759         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3760         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3761         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3762         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3763         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3764         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3765         Use more efficient adapter and rtpbuffer methods when possible.
3766
3767 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3770         (gst_wavenc_sink_setcaps):
3771         Correctly handle width!=depth input.
3772         * gst/wavparse/gstwavparse.c:
3773         Already export in the caps that width==8 uses unsigned samples and
3774         everything else uses signed samples.
3775
3776 2007-03-29  Wim Taymans  <wim@fluendo.com>
3777
3778         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3779
3780         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3781         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3782         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3783         (gst_dynudpsink_close):
3784         * gst/udp/gstdynudpsink.h:
3785         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3786         (gst_udpsrc_create), (gst_udpsrc_set_property),
3787         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3788         * gst/udp/gstudpsrc.h:
3789         Rework the socket allocation a bit based on the sockfd argument so that
3790         it becomes usable.
3791         Add a closefd property to instruct the udp elements to close the custom
3792         file descriptors when going to READY. Fixes #423304.
3793         API:GstUDPSrc::closefd property
3794         API:GstDynUDPSink::closefd property
3795
3796 2007-03-29  Wim Taymans  <wim@fluendo.com>
3797
3798         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3799
3800         * gst/rtp/Makefile.am:
3801         * gst/rtp/gstrtp.c: (plugin_init):
3802         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3803         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3804         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3805         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3806         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3807         (gst_rtp_h264_pay_plugin_init):
3808         * gst/rtp/gstrtph264pay.h:
3809         Added H264 payloader. Fixes #423782.
3810
3811         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3812         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3813         Small fixes.
3814
3815 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3816
3817         * gst/wavparse/gstwavparse.c:
3818         Actually support depths from 1 to 32, not only 8 to 32.
3819
3820 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3821
3822         * gst/wavparse/gstwavparse.c:
3823         Add support for wav files containing audio/x-raw-int with random
3824         depths between 1 and 32 bits.
3825
3826 2007-03-28  Wim Taymans  <wim@fluendo.com>
3827
3828         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3829
3830         * gst/rtp/Makefile.am:
3831         * gst/rtp/gstrtp.c: (plugin_init):
3832         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3833         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3834         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3835         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3836         (gst_rtp_mp4a_depay_get_property),
3837         (gst_rtp_mp4a_depay_change_state),
3838         (gst_rtp_mp4a_depay_plugin_init):
3839         * gst/rtp/gstrtpmp4adepay.h:
3840         Added MP4A-LATM depayloader. Fixes #417792.
3841
3842         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3843         (gst_rtp_mp4v_depay_process):
3844         Fixup depayloader, setting codec_data, using more efficient adaptor and
3845         rtpbuffer handling.
3846
3847         * gst/rtsp/URLS:
3848         Add url to test above.
3849
3850 2007-03-25  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3853         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3854         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3855         (gst_rtspsrc_media_to_caps),
3856         (gst_rtspsrc_stream_configure_transport),
3857         (gst_rtspsrc_stream_configure_caps),
3858         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3859         * gst/rtsp/gstrtspsrc.h:
3860         Handle default clock-rates for static payload types, rearrange stuff so
3861         that the rtpmap field in the sdp can override the defaults.
3862         Parse RTP-Info field to get the seqnum and timebase fields that should
3863         go in the caps.
3864         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3865         the server. 
3866
3867 2007-03-22  Wim Taymans  <wim@fluendo.com>
3868
3869         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3870
3871         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3872         Accept complex pipeline descriptions as an audio profile instead of just
3873         a single element. Fixes #420658.
3874
3875 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3878           Rename registered type in preparation of GstTagDemux moving to
3879           -base at some point in the future.
3880
3881 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3884           Streaming mode fixes: don't unref buffer we don't own any longer;
3885           remove bogus adapter flush. Fixes #419338.
3886
3887 2007-03-17  David Schleef  <ds@schleef.org>
3888
3889         * REQUIREMENTS: Change the format to key/value, add a bunch of
3890           information, remove a bunch of requirements that are for
3891           other GStreamer packages.
3892
3893 2007-03-17  David Schleef  <ds@schleef.org>
3894
3895         * REQUIREMENTS: Fix a few things.  This file really needs a
3896         good once-over.
3897
3898 2007-03-15  Edward Hervey  <edward@fluendo.com>
3899
3900         * sys/Makefile.am:
3901         Don't forget to distribute the sys/osxaudio/ directory.
3902
3903 2007-03-15  Edward Hervey  <edward@fluendo.com>
3904
3905         * configure.ac:
3906         * sys/Makefile.am:
3907         * sys/osxaudio/Makefile.am:
3908         * sys/osxaudio/gstosxaudio.c:
3909         * sys/osxaudio/gstosxaudiosink.c:
3910         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3911         (gst_osx_audio_sink_getcaps),
3912         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3913         * sys/osxaudio/gstosxaudiosrc.c:
3914         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3915         (gst_osx_audio_src_create_ringbuffer):
3916         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3917         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3918         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3919         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3920         * sys/osxaudio/gstosxringbuffer.h:
3921         Activate osxaudio in gst-plugins-good with proper build setup.
3922         Add inlined documentation.
3923         Fix debug statements
3924         Fix ringbuffer when pausing.
3925         Fixes #323471
3926
3927 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3928         * gst/rtp/gstrtppcmapay.c:
3929         * gst/rtp/gstrtppcmapay.h:
3930         * gst/rtp/gstrtppcmupay.c:
3931         * gst/rtp/gstrtppcmupay.h:
3932         Ported mulaw and alaw payloaders to use new base class
3933
3934 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3935
3936         * po/af.po:
3937         * po/az.po:
3938         * po/cs.po:
3939         * po/en_GB.po:
3940         * po/it.po:
3941         * po/nl.po:
3942         * po/or.po:
3943         * po/sq.po:
3944         * po/sr.po:
3945         * po/sv.po:
3946         * po/uk.po:
3947         * po/vi.po:
3948           Update translations.
3949
3950 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * configure.ac:
3953           Fix string replace error (AG_AG_GST_* => AG_GST_*).
3954
3955 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3958           Fix handling of -1 values for start and stop values when seeking,
3959           and SEEK_CUR+SEEK_END here as well.
3960
3961 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
3962
3963         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3964           Fix handling of -1 values for start and stop values when seeking, 
3965           and SEEK_CUR+SEEK_END.
3966
3967 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3970           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3971           the image format a variable-length NUL-terminated string; in
3972           versions before that the image format is a fixed-length string of
3973           3 characters (see #348644 for a sample tag).
3974           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3975
3976 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3977
3978         * win32/MANIFEST:
3979         Add new project files to MANIFEST.
3980         * win32/vs6/libgstaudiofx.dsp:
3981         * win32/vs6/libgstrtp.dsp:
3982         * win32/vs6/libgstrtsp.dsp:
3983         Update project files.
3984         
3985 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3988         (gst_avi_demux_parse_index):
3989         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3991           Printf format fixes; also add some missing quotes in translated
3992           strings. Fixes #416728 and #416727.
3993
3994 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3995
3996         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3997           Tim and I can't think of any reason the child audio sink needs to 
3998           be set back to NULL after successfully determining that it can 
3999           reach READY - it gets immediately set back to READY by the caller
4000           anyway, causing an unnecessary close/open of any audio devices
4001           involved.
4002
4003 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4004
4005         * po/LINGUAS:
4006         * po/ja.po:
4007           Add ja.po file from #377306.
4008
4009 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4012         * sys/sunaudio/gstsunaudiomixertrack.c:
4013         (gst_sunaudiomixer_track_new):
4014           Actually translate sunaudio mixer track labels instead of just
4015           marking the strings as translatable (#377306); clean up weird
4016           label string mapping code that serves no apparent purpose. Also
4017           set the 'untranslated-label' property when creating mixer tracks
4018           if the GstMixerTrack base class supports this.
4019
4020         * tests/check/Makefile.am:
4021         * tests/check/elements/.cvsignore:
4022         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4023         (sunaudio_suite):
4024           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4025           actually tested on a system where sunaudiomixer is available).
4026
4027 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4028
4029         * tests/check/Makefile.am:
4030         Re-enable the states test and see if it works on the buildbots.
4031
4032 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4033
4034         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4035         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4036         (gst_dvdec_change_state):
4037         * ext/dv/gstdvdec.h:
4038         Infer pixel-aspect-ratio from the video frame format if it isn't
4039         provided by the container, as happens when playing DV from AVI
4040         or Quicktime containers.
4041
4042         Patch by: Wim Taymans <wim@fluendo.com>
4043         Fixes #380944
4044
4045 2007-03-09  Wim Taymans  <wim@fluendo.com>
4046
4047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4048         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4049         will later be handled by the jitterbuffer.
4050
4051 2007-03-09  Wim Taymans  <wim@fluendo.com>
4052
4053         * ext/taglib/gstid3v2mux.cc:
4054         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4055         Fixes #414496.
4056         
4057         Patch by: Alex Lancaster <alexl at users sourceforge net>
4058
4059 2007-03-09  Wim Taymans  <wim@fluendo.com>
4060
4061         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4062         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4063         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4064         (gst_avi_demux_chain):
4065         Fix stream position reporting after a seek. Fixes #416445.
4066
4067 2007-03-08  Wim Taymans  <wim@fluendo.com>
4068
4069         Patch by: René Stadler <mail at renestadler dot de>
4070
4071         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4072         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4073         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4074         Make avidemux accept optional header chunks in any order.
4075         Fixes #415446.
4076
4077 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4078
4079         * tests/check/Makefile.am:
4080         Disable the states check until the remaining Valgrind errors
4081         are fixed or suppressed.
4082
4083 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4084
4085         * tests/check/elements/.cvsignore:
4086           Add audiodynamic check to .cvsignore
4087
4088 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4091
4092         * gst/audiofx/Makefile.am:
4093         * gst/audiofx/audiodynamic.c:
4094         (gst_audio_dynamic_characteristics_get_type),
4095         (gst_audio_dynamic_mode_get_type),
4096         (gst_audio_dynamic_set_process_function),
4097         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4098         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4099         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4100         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4101         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4102         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4103         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4104         (gst_audio_dynamic_transform_hard_knee_expander_int),
4105         (gst_audio_dynamic_transform_hard_knee_expander_float),
4106         (gst_audio_dynamic_transform_soft_knee_expander_int),
4107         (gst_audio_dynamic_transform_soft_knee_expander_float),
4108         (gst_audio_dynamic_transform_ip):
4109         * gst/audiofx/audiodynamic.h:
4110         * gst/audiofx/audiofx.c: (plugin_init):
4111         Add new audiodynamic element which can act as a compressor or
4112         expander. Supported are hard-knee and soft-knee operation modes with
4113         user-specified ratio and threshold.
4114         Attack and release parameters are not yet implemented but will follow.
4115         * docs/plugins/Makefile.am:
4116         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4117         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4118         * docs/plugins/gst-plugins-good-plugins.args:
4119         * docs/plugins/inspect/plugin-audiofx.xml:
4120         Integrate audiodynamic into the docs.
4121         * tests/check/Makefile.am:
4122         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4123         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4124         Add unit test for audiodynamic.
4125
4126 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4127
4128         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4129         Free handles that we allocated when exiting via the error paths.
4130
4131 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * gst/level/gstlevel.c: (gst_level_class_init),
4134         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4135         (gst_level_transform_ip):
4136         * gst/level/gstlevel.h:
4137           Resolve message timestamps against the playback segment.
4138
4139 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4142         (gst_id3demux_sink_activate):
4143           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4144           caps passed to it (previously one code path assumed it took ownership
4145           while another one assumed it didn't, while in fact it sometimes did and
4146           sometimes didn't ...).
4147
4148         * configure.ac:
4149         * tests/files/Makefile.am:
4150         * tests/files/id3-407349-1.tag:
4151         * tests/files/id3-407349-2.tag:
4152           Add directory where data for unit tests can be stored.
4153
4154         * tests/Makefile.am:
4155         * tests/check/Makefile.am:
4156         * tests/check/elements/.cvsignore:
4157         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4158         (read_tags_from_file), (run_check_for_file),
4159         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4160           Add unit test for id3demux, and in particular for bug #407349. Only
4161           testing pull-mode for now; push mode doesn't work yet because the test
4162           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4163
4164 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         * tests/check/Makefile.am:
4167           Add missing backslash at end of line.
4168
4169 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4170
4171         Trigger rebuild.
4172
4173 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4176         * gst/id3demux/id3tags.h:
4177         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4178         (parse_obsolete_tdat_frame):
4179           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4180           the four-digit number will be interpreted as a year, whereas it is
4181           month and day in DDMM format. Instead, parse TDAT frames and fix up
4182           the date in the GST_TAG_DATE tag later if we also extracted a year.
4183           Fixes #407349.
4184
4185 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4186
4187         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4188         (gst_switch_commit_new_kid):
4189         Fix up the dispose logic so it doesn't leak, and fix setting of 
4190         the child state so that we don't set a child to our current state 
4191         just as we are changing it to something else.
4192
4193 2007-03-06  Wim Taymans  <wim@fluendo.com>
4194
4195         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4196         (gst_goom_chain):
4197         * gst/goom/gstgoom.h:
4198         Document, fix and improve goom adapter behaviour.
4199         Fixes #407006.
4200
4201 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4202
4203         * ext/esd/esdsink.c: (gst_esdsink_open):
4204         Unref static pad template after using it.
4205
4206 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4207
4208         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4209         (gst_switch_commit_new_kid):
4210         Fix up the reference counting of the child elements.
4211
4212 2007-03-05  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4215         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4216         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4217         Fix encoding-name case.
4218
4219 2007-03-05  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4222         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4223         (gst_rtp_speex_depay_process):
4224         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4225         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4226         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4227         (gst_rtp_speex_pay_change_state):
4228         * gst/rtp/gstrtpspeexpay.h:
4229         Fix speex (de)payloader. Fixes #358040.
4230
4231 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4232
4233         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4234         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4235         Install fakesink in NULL by fixing some broken logic. This obviates
4236         the need to manually set _IS_SINK.
4237         Add some comments and remove a little cruft while I'm at it.
4238
4239 2007-03-05  Wim Taymans  <wim@fluendo.com>
4240
4241         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4242         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4243
4244 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * po/POTFILES.in:
4247           Update.
4248
4249 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4250
4251         * tests/check/Makefile.am:
4252         Gah! Also disable gconfvideosink from the tests, otherwise
4253         it will instantiate autovideosink, and dfbvideosink and
4254         leak on the buildbots.
4255
4256 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4257
4258         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4259         (gst_cdio_cdda_src_finalize):
4260         Make sure we always destroy our libcdio handle.
4261
4262 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4263
4264         * tests/check/Makefile.am:
4265         Disable autovideosink so the buildbots don't barf over memory
4266         leaked in the directfb sink.
4267
4268 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4269
4270         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4271         Chain up in dispose
4272
4273 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4274
4275         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4276         (gst_multipart_find_pad_by_mime):
4277         Use gst_pad_new_from_static_template instead of
4278         static_pad_template_get+pad_new.
4279
4280 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4281
4282         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4283         Catch the case where no clock has been set.
4284
4285 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4286
4287         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4288         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4289         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4290         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4291         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4292         (gst_gconf_audio_src_finalize), (do_toggle_element):
4293         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4294         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4295         (do_toggle_element):
4296         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4297         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4298         (gst_gconf_video_src_finalize), (do_toggle_element):
4299         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4300         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4301         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4302         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4303         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4304         (gst_shout2send_init), (gst_shout2send_finalize):
4305         * gst/debug/testplugin.c: (gst_test_class_init),
4306         (gst_test_finalize):
4307         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4308         (gst_flxdec_dispose):
4309         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4310         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4312         (gst_rtspsrc_finalize):
4313         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4314         * gst/rtsp/rtspextwms.h:
4315         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4316         (gst_smpte_finalize):
4317         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4318         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4319         (gst_udpsink_finalize):
4320         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4321         (gst_wavparse_sink_activate):
4322         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4323         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4324         (gst_oss_src_finalize):
4325         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4326         * sys/v4l2/gstv4l2object.h:
4327         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4328         (gst_v4l2src_finalize):
4329         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4330
4331         Fix a bunch of leaks shown by the newly-added states test.
4332
4333 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4334
4335         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4336         Use gst_pad_new_from_static_template instead of 
4337         static_pad_template_get+pad_new.
4338
4339 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4342
4343         * ext/libcaca/Makefile.am:
4344         * gst/debug/Makefile.am:
4345           Don't mix tabs and spaces (#414168).
4346
4347 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4348
4349         * tests/check/generic/.cvsignore:
4350           Ignore files to please buildbot.
4351
4352 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4353
4354         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4355         (gst_wavparse_stream_data):
4356           Unbreak my previous commit (swapped nominator & denominator). Tim,
4357           thanks for spotting.
4358
4359 2007-03-02  Wim Taymans  <wim@fluendo.com>
4360
4361         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4362         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4363         (gst_cdio_cdda_src_finalize):
4364         Small code cleanups.
4365         Don't use pad_alloc as the base class cannot deal with the error codes.
4366
4367 2007-03-02  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4370         (gst_udpsrc_create):
4371         Fix doc.
4372
4373 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4374
4375         Patch by: René Stadler <mail@renestadler.de>
4376
4377         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4378         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4379         (gst_wavparse_stream_data):
4380           Handle rounding better to not drop last sample frame. Fixes #356692
4381
4382 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4383
4384         * tests/check/Makefile.am:
4385         Disable cacasink from the states check too - it also calls exit(1)
4386         on us when it can't find a terminal to talk to.
4387
4388 2007-03-02  Wim Taymans  <wim@fluendo.com>
4389
4390         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4391
4392         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4393         (gst_udpsrc_create), (gst_udpsrc_set_property),
4394         (gst_udpsrc_get_property):
4395         * gst/udp/gstudpsrc.h:
4396         Add support to strip proprietary headers. Fixes #350296.
4397
4398 2007-03-02  Wim Taymans  <wim@fluendo.com>
4399
4400         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4401         Fix compilation.
4402
4403 2007-03-02  Wim Taymans  <wim@fluendo.com>
4404
4405         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4406
4407         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4408         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4409         (gst_rtp_mp2t_depay_set_property),
4410         (gst_rtp_mp2t_depay_get_property):
4411         * gst/rtp/gstrtpmp2tdepay.h:
4412         Add support to strip off proprietary headers. Fixes #350278.
4413
4414 2007-03-02  Wim Taymans  <wim@fluendo.com>
4415
4416         * ext/hal/hal.c:
4417         Fix compilation.
4418
4419 2007-03-02  Wim Taymans  <wim@fluendo.com>
4420
4421         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4422         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4423         (gst_sunaudiosrc_open):
4424         * sys/sunaudio/gstsunaudiosrc.h:
4425         Remove device-name from GstSunAudioSrc. Fixes #412597.
4426
4427 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4428
4429         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4430         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4431         Having NULL as UDI previously selected the default sink/src. Change
4432         this back but mention it in the debug output.
4433         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4434         (gst_hal_get_oss_element), (gst_hal_get_string),
4435         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4436         (gst_hal_get_audio_src):
4437         * ext/hal/hal.h:
4438         Refactor a bit, check all error conditions, greatly improve debugging
4439         and fix some possible memory leaks. Also implement OSS support
4440         and allow specifying an UDI that points to a real device. For this the
4441         child device which supports ALSA (preferred) or OSS is used.
4442         As a side effect this makes it impossible now to get a alsasink in
4443         halaudiosrc and a alsasrc in halaudiosink.
4444
4445 2007-03-01  Wim Taymans  <wim@fluendo.com>
4446
4447         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4448         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4449         Errors from the udp sources are not fatal unless all of them are in
4450         error.
4451
4452 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4453
4454         * tests/check/Makefile.am:
4455         Disable aasink in the states test. I suspect this is the element that
4456         is calling exit(1) when it can't proceed.
4457
4458 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4459
4460         * tests/check/Makefile.am:
4461         Draw plugins in from the build tree sys/ dir, rather than picking
4462         up the already installed versions.
4463
4464 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4465
4466         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4467         Error out correctly when getting xcontext fails.
4468
4469 2007-03-01  Wim Taymans  <wim@fluendo.com>
4470
4471         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4472         Make state change to PAUSED NO_PREROLL because that's what it will be in
4473         the future and rtspsrc relies on it.
4474
4475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4476         (gst_rtspsrc_change_state):
4477         Don't error out when we don't get an error from the state change
4478         function.
4479
4480 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4481
4482         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4483         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4484           Check if the device UDI is set before trying to query HAL
4485           about it and give a useful error message if it wasn't set.
4486         * ext/hal/hal.c: (gst_hal_get_string):
4487           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4488           gives an assertion failure in D-Bus when running with
4489           DBUS_FATAL_WARNINGS=1.
4490
4491 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4492
4493         * configure.ac:
4494           Convert to new AG_GST style.
4495
4496 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4497
4498         * tests/check/Makefile.am:
4499         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4500           add test for states
4501
4502 2007-02-28  Wim Taymans  <wim@fluendo.com>
4503
4504         * tests/check/elements/.cvsignore:
4505         Add new videofilter check to .cvsignore.
4506
4507 2007-02-28  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4510         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4511         (gst_avi_demux_loop), (gst_avi_demux_chain):
4512         Fix combined flow return. Fixes #412608.
4513
4514 2007-02-28  Wim Taymans  <wim@fluendo.com>
4515
4516         * gst/videofilter/Makefile.am:
4517         Dist header..
4518
4519 2007-02-28  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/videofilter/gstgamma.h:
4522         Add header too.
4523
4524 2007-02-28  Wim Taymans  <wim@fluendo.com>
4525
4526         Patch by: Mark Nauwelaerts <manauw at skynet be>
4527
4528         * gst/videofilter/Makefile.am:
4529         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4530         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4531         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4532         (oil_tablelookup_u8), (gst_gamma_set_caps),
4533         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4534         Port gamma filter to 0.10. Fixes #412704.
4535
4536         * tests/check/Makefile.am:
4537         * tests/check/elements/videofilter.c: (setup_filter),
4538         (cleanup_filter), (check_filter), (GST_START_TEST),
4539         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4540         Add unit tests for videofilters.
4541
4542 2007-02-28  Wim Taymans  <wim@fluendo.com>
4543
4544         * gst/rtsp/URLS:
4545         Add another interesting test url.
4546
4547         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4548         Don't allow getting header fields from data packets.
4549
4550 2007-02-28  Michael Smith  <msmith@fluendo.com>
4551
4552         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4553         (gst_shout2send_init), (gst_shout2send_start),
4554         (gst_shout2send_set_property), (gst_shout2send_get_property):
4555         * ext/shout2/gstshout2.h:
4556           Add a property for username.
4557
4558 2007-02-27  Christian Schallerr <christian@fluendo.com>
4559
4560         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4561
4562 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4563
4564         * gst/rtsp/Makefile.am:
4565         Fix make check too.
4566
4567 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4568
4569         * gst/rtsp/base64.c: (util_base64_encode):
4570         * gst/rtsp/base64.h:
4571         Commit missing files for base64 encoding.
4572
4573 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4576
4577         * configure.ac:
4578         * ext/annodex/Makefile.am:
4579         * ext/jpeg/Makefile.am:
4580         * ext/speex/Makefile.am:
4581         * gst/alpha/Makefile.am:
4582         * gst/cutter/Makefile.am:
4583         * gst/debug/Makefile.am:
4584         * gst/effectv/Makefile.am:
4585         * gst/goom/Makefile.am:
4586         * gst/level/Makefile.am:
4587         * gst/smpte/Makefile.am:
4588         * gst/videofilter/Makefile.am:
4589           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4590
4591 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4592
4593         * gst/rtsp/Makefile.am:
4594         * gst/rtsp/rtspconnection.c: (append_auth_header),
4595         (rtsp_connection_send), (rtsp_connection_set_auth):
4596         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4597         from icecast to replace it. Relicensed from GPL courtesy of Mike
4598         Smith.
4599
4600 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4601
4602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4603         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4604         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4605         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4606         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4607         (gst_rtspsrc_uri_set_uri):
4608         * gst/rtsp/gstrtspsrc.h:
4609         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4610         (append_auth_header), (rtsp_connection_send),
4611         (rtsp_connection_free), (rtsp_connection_set_auth):
4612         * gst/rtsp/rtspconnection.h:
4613         * gst/rtsp/rtspdefs.h:
4614         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4615         * gst/rtsp/rtspurl.h:
4616
4617         Implement simple Basic Authentication support so that urls like
4618         rtsp://user:pass@hostname/rtspstream work on hosts that require
4619         authentication.
4620
4621 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
4622
4623         * sys/v4l2/gstv4l2object.c:
4624         * sys/v4l2/gstv4l2tuner.c:
4625         * sys/v4l2/v4l2_calls.c:
4626         Fix segfault when oppening a radio device.
4627         
4628 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4629
4630         * gst/level/gstlevel.c: (gst_level_set_caps),
4631         (gst_level_transform_ip):
4632         * sys/v4l2/README:
4633         * tests/check/elements/level.c: (GST_START_TEST):
4634           Fix level for multi-channel case.
4635
4636 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4639         (gst_level_transform_ip):
4640         * gst/level/gstlevel.h:
4641           Use function pointer for process function and add process functions
4642           for float audio.
4643
4644 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
4645
4646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4647         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4648         (gst_v4l2src_capture_init):
4649           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4650           fixes #407369
4651
4652 2007-02-18  Wim Taymans  <wim@fluendo.com>
4653
4654         * gst/rtp/Makefile.am:
4655         * gst/rtp/gstrtp.c: (plugin_init):
4656         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4657         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4658         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4659         (gst_rtp_mp2t_pay_plugin_init):
4660         * gst/rtp/gstrtpmp2tpay.h:
4661         Added simple mpeg transport stream payloader.
4662
4663 2007-02-16  Wim Taymans  <wim@fluendo.com>
4664
4665         * gst/rtsp/URLS:
4666         Add example H264 rtsp url.
4667
4668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4669         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4670         Don't convert values to lowercase or we might mess up base64 encoded
4671         properties.
4672
4673 2007-02-16  Wim Taymans  <wim@fluendo.com>
4674
4675         * gst/rtp/README:
4676         Fix case of string params.
4677
4678         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4679         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4680         Fix depayloader, support more packet types.
4681         Add sync codes to make sure the packetizer can do its job.
4682
4683         * gst/rtp/gstrtpmp4gdepay.c:
4684         * gst/rtp/gstrtpmp4gpay.c:
4685         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4686         Fix caps case again.
4687
4688 2007-02-15  Wim Taymans  <wim@fluendo.com>
4689
4690         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4691         Set right caps on output buffers.
4692
4693 2007-02-14  Wim Taymans  <wim@fluendo.com>
4694
4695         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4696         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4697         Clear stack allocated SDPMedia struct before calling _init() on it.
4698         Clarify this in the docs as well.
4699
4700 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4701
4702         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4703         (do_change_child):
4704         Don't reset the profile when going switching states, as it makes
4705         the element non-reusable.
4706
4707 2007-02-14  Wim Taymans  <wim@fluendo.com>
4708
4709         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4710         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4711         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4712         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4713         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4714         (sdp_parse_line):
4715         * gst/rtsp/sdpmessage.h:
4716         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4717         Fix memory management of SDP messages. Fixes #407793.
4718
4719 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4720
4721         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4722
4723         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4724         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4725
4726 2007-02-14  Wim Taymans  <wim@fluendo.com>
4727
4728         Patch by: jp.liu <jp_liu at astrocom dot cn>
4729
4730         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4731         Fix parsing of password field in url. Fixes #407797.
4732
4733 2007-02-14  Wim Taymans  <wim@fluendo.com>
4734
4735         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4736         (gst_wavparse_reset), (gst_wavparse_init),
4737         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4738         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4739         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4740         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4741         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4742         (gst_wavparse_loop), (gst_wavparse_chain),
4743         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4744         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4745         (plugin_init):
4746         * gst/wavparse/gstwavparse.h:
4747         Update docs.
4748         Use boilerplate.
4749         Various code cleanups.
4750         When the bitrate is not known (bps == 0 or compressed formats) let
4751         downstream element guestimate the duration and position and don't
4752         generate timestamps or durations. Fixes #405213.
4753         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4754         error flowreturn upstream.
4755
4756 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4757
4758         * ext/gconf/Makefile.am:
4759         * ext/gconf/gconf.c: (gst_gconf_get_string),
4760         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4761         (gst_gconf_render_bin_with_default):
4762         * ext/gconf/gconf.h:
4763         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4764         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4765         (gst_gconf_audio_sink_dispose), (do_change_child),
4766         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4767         (cb_change_child), (gst_gconf_audio_sink_change_state):
4768         * ext/gconf/gstgconfaudiosink.h:
4769         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4770         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4771         (gst_switch_sink_init), (gst_switch_sink_dispose),
4772         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4773         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4774         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4775         * ext/gconf/gstswitchsink.h:
4776         * gst/autodetect/gstautoaudiosink.c:
4777         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4778         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4779         (gst_auto_audio_sink_detect):
4780         * gst/autodetect/gstautovideosink.c:
4781         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4782         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4783         (gst_auto_video_sink_detect):
4784         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4785         and a child that implements the GConf key monitoring. The end goal of
4786         this is an audio sink that can be changed on the fly, but at the 
4787         moment it still only changes on the next READY transition.
4788
4789 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4790
4791         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4792         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4793         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4794         (gst_avi_demux_calculate_durations_from_index),
4795         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4796         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4797         (gst_avi_demux_loop):
4798           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4799
4800 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4801
4802         * configure.ac:
4803         * docs/plugins/Makefile.am:
4804           Add crossreferences to glib/gobject/gstream docs.
4805
4806 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         * gst/monoscope/Makefile.am:
4809         * gst/monoscope/gstmonoscope.c:
4810           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4811           (but no LIBS, since we only use defines from the headers).
4812
4813 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4816
4817         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4818         (gst_wavparse_stream_data):
4819           Fix massive memory leak when operating in streaming mode due to
4820           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4821           Fixes #407057.
4822
4823 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4824
4825         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4826         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4827         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4828         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4829         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4830         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4831         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4832         (gst_avi_demux_calculate_durations_from_index),
4833         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4834         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4835         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4836         * gst/avi/gstavidemux.h:
4837           Save some memory (8%) by repacking the index entry structure (more to
4838           come). Add more FIXMEs to questionable parts.
4839
4840 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4841
4842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4843         (gst_v4l2src_get_caps):
4844         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4845         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4846         (gst_v4l2src_capture_init):
4847           More FIXME comments and messaging changes.
4848
4849 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4850
4851         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4852         (gst_goom_change_state):
4853         * gst/goom/gstgoom.h:
4854           Improved docs and use GST_DEBUG_FUNCPTR.
4855
4856         * gst/level/gstlevel.c: (gst_level_class_init):
4857           Use GST_DEBUG_FUNCPTR.
4858
4859         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4860         (gst_monoscope_chain), (gst_monoscope_change_state):
4861           Improved docs source cleanups.
4862
4863 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         * gst/debug/Makefile.am:
4866         * gst/debug/gstdebug.c: (plugin_init):
4867         * gst/debug/gstpushfilesrc.c:
4868         * gst/debug/gstpushfilesrc.h:
4869           Add code for a pushfilesrc element that implements a pushfile:// URI
4870           handler, to make debugging push-mode operation of demuxer/decoders
4871           that support both easier in connection with seek/playbin/etc.
4872           The element isn't registered at the moment.
4873
4874 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4875
4876         * gst/avi/gstavimux.c:
4877           Comment a #if 0 in caps template definition as VS6 seems to 
4878         do not support it.
4879         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4880           Use gst_guint64_to_gdouble for conversion.
4881         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4882           Move variables declaration before the first instruction.
4883         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4884           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4885           And don't include netdb.h for G_OS_WIN32
4886         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4887           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4888           by VS6 then use an other way to initialize SDPMedia structure.
4889         * gst/udp/gstdynudpsink.h:
4890         * gst/udp/gstdynudpnetutils.h:
4891           Do not include <sys/time.h> for G_OS_WIN32
4892         * gst/udp/gstudpsrc.c:
4893           Define socklen_t as int for G_OS_WIN32
4894         * win/common/config.h.in:
4895           Undef HAVE_NETINET_IN_H
4896         * win32/vs6/gst_plugins_good.dsw:
4897         * win32/vs6/libgstrtp.dsp:
4898         * win32/vs6/libgstrtsp.dsp:
4899         * win32/vs6/libgstautogen.dsp:
4900         * win32/vs6/libgstaudiofx.dsp:
4901         * win32/vs6/libgstudp.dsp:
4902           Add and update project files.
4903         * win32/common/gstudp-enumtypes.c:
4904         * win32/common/gstudp-enumtypes.h:
4905           Add a copy of udp enumtypes to win32/common as in core 
4906           and base.
4907         
4908 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * configure.ac:
4911           Activate monoscope when building with --enable-experimental. Fix
4912           --enable-external configure switch description.
4913
4914         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4915         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4916           Help gst-indent.
4917
4918 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4921           Explicitly cast result of pointer arithmetic to integer in order to
4922           avoid compiler warnings on some 64-bit systems. Should fix #406018.
4923
4924 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * gst/debug/progressreport.c:
4927           Some more docs.
4928
4929 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * docs/plugins/inspect/plugin-rtp.xml:
4932           Update for new elements.
4933
4934         * gst/debug/progressreport.h:
4935           Commit newly-created header file as well.
4936
4937 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4938
4939         * docs/plugins/Makefile.am:
4940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4942         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4943         * gst/debug/Makefile.am:
4944         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4945         (gst_progress_report_do_query), (gst_progress_report_report):
4946           Make progressreport element post messages with the current progress
4947           on the bus. Also add some basic docs for it.
4948
4949 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * ext/hal/hal.c: (gst_hal_get_string):
4952         * ext/hal/hal.h:
4953           Some small cleanups; deal with errors when parsing the HAL ALSA
4954           capabilities a bit better.
4955
4956 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4959           Let's try this again and use the right cast this time.
4960
4961 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4964           Add cast to avoid compiler warnings with older GLib versions
4965           where the nick/name members in GEnumValue are not declared as
4966           constant strings.
4967
4968 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4971         (gst_gconf_render_bin_from_key),
4972         (gst_gconf_get_default_audio_sink):
4973         * ext/gconf/gconf.h:
4974         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4975         (do_toggle_element), (gst_gconf_audio_sink_set_property),
4976         (gst_gconf_audio_sink_get_property):
4977           In gconfaudiosink, get the right key as the old key in do_toggle
4978           (ie. one dependent on the profile selected). Log some more stuff so
4979           we can see what's actually going on.
4980
4981 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4984         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4985         (gst_audio_amplify_set_process_function),
4986         (gst_audio_amplify_setup):
4987         * gst/audiofx/audioamplify.h:
4988         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4989         (gst_audio_invert_class_init), (gst_audio_invert_setup):
4990         * gst/audiofx/audioinvert.h:
4991         Some small cleanups and port both elements to the new GstAudioFilter
4992         base class to save a few lines of common code.
4993         * gst/audiofx/Makefile.am:
4994         Link against libgstaudio for the above changes
4995
4996 2007-01-29  Wim Taymans  <wim@fluendo.com>
4997
4998         * tests/check/elements/.cvsignore:
4999         Some more ignores.
5000
5001 2007-01-26  Wim Taymans  <wim@fluendo.com>
5002
5003         Patch by: charles <charlesg3 at gmail dot com>
5004
5005         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5006         (set_shout_metadata), (gst_shout2send_event):
5007         * ext/shout2/gstshout2.h:
5008         Properly handle tags in shout2send. Fixes #399825.
5009
5010 2007-01-25  Wim Taymans  <wim@fluendo.com>
5011
5012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5013         (gst_rtspsrc_activate_streams):
5014         Convert SDP fields to upper/lowercase following the rules in the SDP to
5015         caps document. 
5016
5017 2007-01-25  Wim Taymans  <wim@fluendo.com>
5018
5019         * gst/rtp/README:
5020         * gst/rtp/gstrtpilbcdepay.c:
5021         * gst/rtp/gstrtpilbcpay.c:
5022         * gst/rtp/gstrtpmp4gdepay.c:
5023         * gst/rtp/gstrtpmp4gpay.c:
5024         * gst/rtp/gstrtpspeexdepay.c:
5025         * gst/rtp/gstrtpspeexpay.c:
5026         * gst/rtp/gstrtpsv3vdepay.c:
5027         * gst/rtp/gstrtptheoradepay.c:
5028         * gst/rtp/gstrtptheorapay.c:
5029         * gst/rtp/gstrtpvorbisdepay.c:
5030         * gst/rtp/gstrtpvorbispay.c:
5031         Fix case of encoding-name and key/value pairs to match the document.
5032         This is to make interoperation with SDP case-insensitive as required by
5033         the relevant RFCs.
5034
5035 2007-01-25  Wim Taymans  <wim@fluendo.com>
5036
5037         * configure.ac:
5038         Bump required -core/-base to CVS
5039
5040 2007-01-25  Wim Taymans  <wim@fluendo.com>
5041
5042         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5043         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5044         * gst/rtp/gstrtpL16pay.h:
5045         Fill up to MTU using adapter.
5046         Timestamp rtp packets.
5047
5048 2007-01-25  Edward Hervey  <edward@fluendo.com>
5049
5050         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5051         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5052         Use G_GSIZE_FORMAT in print statements for portability.
5053         Fixes build on macosx.
5054
5055 2007-01-24  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/rtp/Makefile.am:
5058         * gst/rtp/gstrtp.c: (plugin_init):
5059         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5060         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5061         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5062         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5063         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5064         (gst_rtp_L16_depay_plugin_init):
5065         * gst/rtp/gstrtpL16depay.h:
5066         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5067         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5068         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5069         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5070         (gst_rtp_L16_pay_plugin_init):
5071         * gst/rtp/gstrtpL16pay.h:
5072         Port and enable raw audio payloader/depayloader. Needs a bit more work
5073         on the payloader side.
5074
5075 2007-01-24  Wim Taymans  <wim@fluendo.com>
5076
5077         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5078         (gst_rtspsrc_stream_configure_transport),
5079         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5080         * gst/rtsp/gstrtspsrc.h:
5081         Only unblock the udp pads when we linked and activated them all.
5082         Fixes #395688.
5083
5084 2007-01-24  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst/rtp/Makefile.am:
5087         * gst/rtp/gstrtp.c: (plugin_init):
5088         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5089         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5090         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5091         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5092         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5093         * gst/rtp/gstrtpac3depay.h:
5094         Added simple AC3 depayloader (RFC 4184).
5095
5096         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5097         Fix a leak.
5098
5099 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5100
5101         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5102
5103         * gst/audiofx/Makefile.am:
5104         * gst/audiofx/audioamplify.c:
5105         (gst_audio_amplify_clipping_method_get_type),
5106         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5107         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5108         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5109         (gst_audio_amplify_set_caps),
5110         (gst_audio_amplify_transform_int_clip),
5111         (gst_audio_amplify_transform_int_wrap_negative),
5112         (gst_audio_amplify_transform_int_wrap_positive),
5113         (gst_audio_amplify_transform_float_clip),
5114         (gst_audio_amplify_transform_float_wrap_negative),
5115         (gst_audio_amplify_transform_float_wrap_positive),
5116         (gst_audio_amplify_transform_ip):
5117         * gst/audiofx/audioamplify.h:
5118         * gst/audiofx/audiofx.c: (plugin_init):
5119         Add new element "audioamplify". This allows scaling of raw audio
5120         samples, similar to the "volume" element, but provides different modes
5121         for clipping and allows unlimited amplification. It's mainly targeted
5122         for creative sound design and not as a replacement of the "volume"
5123         element. Fixes #397162
5124         * docs/plugins/Makefile.am:
5125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5127         * docs/plugins/gst-plugins-good-plugins.args:
5128         * docs/plugins/inspect/plugin-audiofx.xml:
5129         Add docs for audioamplify and integrate them into the build system
5130         * tests/check/Makefile.am:
5131         * tests/check/elements/audioamplify.c: (setup_amplify),
5132         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5133         Add fairly extensive unit test suite for audioamplify
5134
5135 2007-01-24  Wim Taymans  <wim@fluendo.com>
5136
5137         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5138         Unblock pads after adding the pads to the element so that autopluggers
5139         get a change to link something. Possibly fixes #395688.
5140
5141 2007-01-24  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst/rtp/gstrtpamrdepay.c:
5144         * gst/rtp/gstrtpgsmdepay.c:
5145         * gst/rtp/gstrtph263pdepay.c:
5146         * gst/rtp/gstrtph263ppay.c:
5147         * gst/rtp/gstrtph264depay.c:
5148         * gst/rtp/gstrtpilbcdepay.c:
5149         * gst/rtp/gstrtpmp2tdepay.c:
5150         * gst/rtp/gstrtpmp4gdepay.c:
5151         * gst/rtp/gstrtpmp4gpay.c:
5152         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5153         * gst/rtp/gstrtpmp4vpay.c:
5154         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5155         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5156         (gst_rtp_mpa_depay_process):
5157         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5158         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5159         * gst/rtp/gstrtppcmadepay.c:
5160         * gst/rtp/gstrtppcmudepay.c:
5161         * gst/rtp/gstrtpspeexdepay.c:
5162         * gst/rtp/gstrtpspeexpay.c:
5163         * gst/rtp/gstrtpsv3vdepay.c:
5164         * gst/rtp/gstrtptheoradepay.c:
5165         * gst/rtp/gstrtptheorapay.c:
5166         * gst/rtp/gstrtpvorbisdepay.c:
5167         * gst/rtp/gstrtpvorbispay.c:
5168         Fix caps with payload numbers.
5169         Add some fixed payload numbers to caps when possible.
5170
5171 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5172
5173         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5174
5175         * gst/audiofx/Makefile.am:
5176         * gst/audiofx/audiofx.c: (plugin_init):
5177         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5178         (gst_audio_invert_class_init), (gst_audio_invert_init),
5179         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5180         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5181         (gst_audio_invert_transform_float),
5182         (gst_audio_invert_transform_ip):
5183         * gst/audiofx/audioinvert.h:
5184         Add new audiofx element "audioinvert". This element swaps the upper
5185         and lower half of samples and can be used for example for a
5186         wide-stereo effect. Fixes #396057
5187         * docs/plugins/Makefile.am:
5188         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5190         * docs/plugins/gst-plugins-good-plugins.args:
5191         * docs/plugins/inspect/plugin-audiofx.xml:
5192         Add docs for the audioinvert element and add them to the build system.
5193         * tests/check/Makefile.am:
5194         * tests/check/elements/audioinvert.c: (setup_invert),
5195         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5196         Add unit test suite for the audioinvert element.
5197
5198 2007-01-23  Wim Taymans  <wim@fluendo.com>
5199
5200         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5201         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5202         Parse config params as string and int.
5203         Parse and use AU header length
5204
5205 2007-01-23  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5208         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5209         * gst/smpte/gstmask.c: (_gst_mask_register):
5210         * gst/smpte/gstmask.h:
5211         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5212         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5213         (gst_smpte_paint_triangle_clock):
5214         constify some static structs.
5215         Don't update the mask if nothing changed to the params.
5216         Make sure we never draw outside of the picture. Fixes #398325.
5217
5218 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5221           Error out properly when pull_range fails while we're reading the
5222           headers, instead of just pausing the task silently. Fixes #399338.
5223
5224 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5227           Some more sanity checks to make sure the input formats match and the
5228           input pads are actually negotiated, in case someone tries to feed
5229           buffers from fakesrc or filesrc. Fixes #398299.
5230           Also const-ify an array, just because we can.
5231
5232 2007-01-19  Edward Hervey  <edward@fluendo.com>
5233
5234         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5235         Ignore previous commit, that was only valid for widths and heights
5236         that are multiples of 4.
5237         Copy over size/stride macros from jpegdec. This allows the element
5238         to work with any width,height...
5239         ... but puts in evidence that the actual transformations only work
5240         with width/height that are multiples of 4.
5241
5242 2007-01-19  Edward Hervey  <edward@fluendo.com>
5243
5244         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5245         Allocate buffers of the right size.
5246         The proper size of a I420 buffer in bytes is:
5247         
5248             width * height * 3
5249             ------------------
5250                     2
5251
5252 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5255           Proxy getcaps on sink pads too, so that we either end up with the
5256           same dimensions on all pads or error out if that's not possible
5257           (seems to work even!). Fixes #398086, I think.
5258
5259 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5262         * docs/plugins/gst-plugins-good-plugins.args:
5263         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5264           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5265           fix integer properties with -1 as minimum value.
5266
5267         * docs/plugins/inspect/plugin-1394.xml:
5268         * docs/plugins/inspect/plugin-aasink.xml:
5269         * docs/plugins/inspect/plugin-alaw.xml:
5270         * docs/plugins/inspect/plugin-alpha.xml:
5271         * docs/plugins/inspect/plugin-alphacolor.xml:
5272         * docs/plugins/inspect/plugin-annodex.xml:
5273         * docs/plugins/inspect/plugin-apetag.xml:
5274         * docs/plugins/inspect/plugin-audiofx.xml:
5275         * docs/plugins/inspect/plugin-auparse.xml:
5276         * docs/plugins/inspect/plugin-autodetect.xml:
5277         * docs/plugins/inspect/plugin-avi.xml:
5278         * docs/plugins/inspect/plugin-cacasink.xml:
5279         * docs/plugins/inspect/plugin-cairo.xml:
5280         * docs/plugins/inspect/plugin-cdio.xml:
5281         * docs/plugins/inspect/plugin-cutter.xml:
5282         * docs/plugins/inspect/plugin-debug.xml:
5283         * docs/plugins/inspect/plugin-dv.xml:
5284         * docs/plugins/inspect/plugin-efence.xml:
5285         * docs/plugins/inspect/plugin-effectv.xml:
5286         * docs/plugins/inspect/plugin-esdsink.xml:
5287         * docs/plugins/inspect/plugin-flac.xml:
5288         * docs/plugins/inspect/plugin-flxdec.xml:
5289         * docs/plugins/inspect/plugin-gconfelements.xml:
5290         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5291         * docs/plugins/inspect/plugin-goom.xml:
5292         * docs/plugins/inspect/plugin-halelements.xml:
5293         * docs/plugins/inspect/plugin-icydemux.xml:
5294         * docs/plugins/inspect/plugin-id3demux.xml:
5295         * docs/plugins/inspect/plugin-jpeg.xml:
5296         * docs/plugins/inspect/plugin-level.xml:
5297         * docs/plugins/inspect/plugin-matroska.xml:
5298         * docs/plugins/inspect/plugin-mulaw.xml:
5299         * docs/plugins/inspect/plugin-multipart.xml:
5300         * docs/plugins/inspect/plugin-navigationtest.xml:
5301         * docs/plugins/inspect/plugin-ossaudio.xml:
5302         * docs/plugins/inspect/plugin-png.xml:
5303         * docs/plugins/inspect/plugin-rtp.xml:
5304         * docs/plugins/inspect/plugin-rtsp.xml:
5305         * docs/plugins/inspect/plugin-shout2send.xml:
5306         * docs/plugins/inspect/plugin-smpte.xml:
5307         * docs/plugins/inspect/plugin-speex.xml:
5308         * docs/plugins/inspect/plugin-taglib.xml:
5309         * docs/plugins/inspect/plugin-udp.xml:
5310         * docs/plugins/inspect/plugin-videobalance.xml:
5311         * docs/plugins/inspect/plugin-videobox.xml:
5312         * docs/plugins/inspect/plugin-videoflip.xml:
5313         * docs/plugins/inspect/plugin-videomixer.xml:
5314         * docs/plugins/inspect/plugin-wavenc.xml:
5315         * docs/plugins/inspect/plugin-wavparse.xml:
5316         * docs/plugins/inspect/plugin-ximagesrc.xml:
5317           Update to CVS.
5318
5319 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5320
5321         Patch by: Sebastian Dröge <slomo circular-chaos org>
5322
5323         * gst/audiofx/audiopanorama.c:
5324           Fix doc section name (Fixes #397946)
5325
5326 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5327
5328         * sys/v4l2/gstv4l2object.c:
5329         (gst_v4l2_object_install_properties_helper),
5330         (gst_v4l2_object_set_property_helper),
5331         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5332         * sys/v4l2/gstv4l2object.h:
5333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5334         (gst_v4l2src_init), (gst_v4l2src_set_property),
5335         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5337         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5338         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5339         (gst_v4l2src_capture_deinit):
5340           Fix EIO handing when capturing. Add new property to specify the number of
5341           buffers to enque (and remove the borked num-buffers usage).
5342
5343 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5344
5345         Patch by: Sebastian Dröge <slomo circular-chaos org>
5346
5347         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5348         (gst_audio_panorama_set_process_function):
5349           Use a function array for process methods, add more docs and define the
5350           startindex of enums.
5351
5352 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         Patch by: Mark Nauwelaerts <manauw at skynet be>
5355
5356         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5357         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5358         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5359         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5360         (gst_avi_mux_riff_get_avi_header),
5361         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5362         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5363         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5364         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5365         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5366         (gst_avi_mux_change_state):
5367         * gst/avi/gstavimux.h:
5368         * tests/check/elements/avimux.c: (teardown_src_pad):
5369           Add support for more than one audio stream; write better AVIX
5370           header; refactor code a bit; don't announce vorbis caps on our audio
5371           sink pads since we don't support it anyway. Closes #379298.
5372
5373 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         Patch by: Sebastian Dröge <slomo circular-chaos org>
5376
5377         * gst/audiofx/audiopanorama.c:
5378         (gst_audio_panorama_method_get_type),
5379         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5380         (gst_audio_panorama_set_process_function),
5381         (gst_audio_panorama_set_property),
5382         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5383         (gst_audio_panorama_transform_m2s_int_simple),
5384         (gst_audio_panorama_transform_s2s_int_simple),
5385         (gst_audio_panorama_transform_m2s_float_simple),
5386         (gst_audio_panorama_transform_s2s_float_simple):
5387         * gst/audiofx/audiopanorama.h:
5388           Add 'method' property and provide a simple (non-psychoacustic)
5389           processing method (#394859).
5390
5391         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5392         (panorama_suite):
5393           Tests for new method.
5394
5395 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5398         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5399           Set correct caps on outgoing pulled buffers, or things blow up
5400           after recent core changes.
5401
5402 2007-01-11  Wim Taymans  <wim@fluendo.com>
5403
5404         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5405
5406         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5407         (gst_multipart_mux_request_new_pad),
5408         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5409         (gst_multipart_mux_change_state):
5410         Return FLOW errors ASAP. Fixes #394977.
5411         Misc cleanups.
5412
5413 2007-01-11  Wim Taymans  <wim@fluendo.com>
5414
5415         Patch by: Lutz Mueller <lutz at topfrose dot de>
5416
5417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5418         Check for stream pad before activating. 
5419
5420 2007-01-10  Wim Taymans  <wim@fluendo.com>
5421
5422         Patch by: Peter Kjellerstedt  <pkj at axis com>
5423
5424         * gst/rtsp/COPYING.MIT:
5425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5426         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5427         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5428         (gst_rtspsrc_stream_configure_transport),
5429         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5430         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5431         (gst_rtspsrc_parse_methods),
5432         (gst_rtspsrc_create_transports_string),
5433         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5434         (gst_rtspsrc_open), (gst_rtspsrc_close):
5435         * gst/rtsp/gstrtspsrc.h:
5436         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5437         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5438         (parse_request_line), (parse_line), (rtsp_connection_read),
5439         (rtsp_connection_close):
5440         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5441         (rtsp_method_as_text), (rtsp_header_as_text),
5442         (rtsp_status_as_text), (rtsp_find_header_field),
5443         (rtsp_find_method):
5444         * gst/rtsp/rtspdefs.h:
5445         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5446         (rtsp_ext_wms_configure_stream):
5447         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5448         (rtsp_message_new_request), (rtsp_message_init_request),
5449         (rtsp_message_new_response), (rtsp_message_init_response),
5450         (rtsp_message_init_data), (rtsp_message_unset),
5451         (rtsp_message_free), (rtsp_message_add_header),
5452         (rtsp_message_get_header), (rtsp_message_set_body),
5453         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5454         * gst/rtsp/rtspmessage.h:
5455         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5456         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5457         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5458         (sdp_message_dump):
5459         Allow url to be NULL to be able to use it for server connections.
5460         Can now send responses as well as requests.
5461         No longer hangs in an endless loop if EOF is received.
5462         Can now convert a status code to a text string.
5463         Return RTSP_HDR_INVALID for unknown headers.
5464         Return RTSP_INVALID for unknown methods.
5465         Copy CSeq and Session headers from the request.
5466         Only free memory corresponding to the currently set message type.
5467         Added const to function arguments as appropriate.
5468         Avoid a compiler warning when initializing nmedia.
5469         Use guint rather than gint to avoid compiler warnings.
5470         Fix crasher in wms extension.
5471         Factor out stream setup from open_connection.
5472         Delay activation of streams when actual data is received from the
5473         server, this prepares us to do proper protocol switching.
5474         Added new license.
5475         Fixes #380895.
5476
5477
5478 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         Patch by: Sebastian Dröge <slomo ubuntu com>
5481
5482         * docs/plugins/Makefile.am:
5483         * gst/audiofx/audiopanorama.c:
5484           Some small docs fixes (#394851).
5485
5486 2007-01-09  Wim Taymans  <wim@fluendo.com>
5487
5488         * gst/avi/gstavidemux.c:
5489         Fix docs.
5490
5491 2007-01-09  Wim Taymans  <wim@fluendo.com>
5492
5493         * gst/rtp/Makefile.am:
5494         * gst/rtp/gstrtp.c: (plugin_init):
5495         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5496         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5497         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5498         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5499         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5500         * gst/rtp/gstrtpmpvdepay.h:
5501           Added RFC 2250 MPEG Video Depayloader.
5502
5503         * gst/rtp/gstrtpL16depay.h:
5504         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5505         (gst_rtp_h263p_depay_process):
5506         Fix Header file. Small cleanups.
5507
5508         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5509         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5510         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5511         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5512         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5513         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5514         (gst_rtp_mp4v_depay_change_state):
5515         Remove usused code. Remove Adapter from state Change. Added debug.
5516
5517         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5518         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5519         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5520         * gst/rtp/gstrtpmpadepay.h:
5521         Subclass base depayloader.
5522         Added debug.
5523         Support static payload type assignment as well.
5524
5525         * gst/rtp/gstrtpmpapay.c:
5526         Fix caps.
5527
5528 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5531
5532         * ext/jpeg/gstjpegdec.c:
5533         * ext/jpeg/gstjpegenc.c:
5534         * ext/jpeg/smokecodec.c:
5535           These libjpeg callbacks should return a 'boolean' (unsigned char
5536           apparently) and not a 'gboolean' (which maps to gint). Fixes
5537           warnings when compiling with MingW (#393427).
5538
5539         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5540           Use ioctlsocket on win32.
5541
5542         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5543           Some printf format fixes for win32.
5544
5545 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5546
5547         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5548           Use gst_guint64_to_gdouble for conversion.
5549         * win32/vs6/libgstmatroska.dsp:
5550           Add zlib to the link.
5551         * win32/vs6/libgstvideobox.dsp:
5552           Update liboil library name (project is linked to 
5553           liboil-0.3-0.lib now).
5554           
5555 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * gst/matroska/Makefile.am:
5558           If zlib is available and used, we must link it explicitly for
5559           things to work on MingW (fixes #392855).
5560
5561 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * ext/esd/esdsink.c: (gst_esdsink_delay):
5564           Don't return bogus values when esd_get_delay() fails for some
5565           reason (#392189).
5566
5567 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5568
5569         * sys/ximage/gstximagesrc.c: (composite_pixel):
5570           Fix presumably copy'n'pasto for 16bpp depth.
5571
5572 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * gst/matroska/matroska-mux.c:
5575         (gst_matroska_mux_audio_pad_setcaps):
5576           The "signed" field in audio caps is of boolean type, trying to use
5577           gst_structure_get_int() to extract it will fail. Fixing this makes
5578           matroskamux accept raw audio input (#387121) (use at your own risk
5579           though, due to the matroska spec being not entirely useful in this
5580           respect).
5581           Also fix up raw audio structures in template caps so that they
5582           represent what our setcaps function will actually accept, so that
5583           converters know what to convert to.
5584           Finally, don't fail if there isn't an "endianness" field in 8-bit
5585           PCM caps.
5586
5587 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5588
5589         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5590         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5591         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5592         (teardown_cmmldec):
5593         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5594         (teardown_cmmlenc):
5595         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5596           reapply consistent pad (de)activation
5597
5598 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
5599
5600         * configure.ac:
5601         Back to CVS
5602
5603         * gst-plugins-good.doap:
5604         Add 0.10.5 doap entry
5605
5606 === release 0.10.5 ===
5607
5608 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
5609
5610         * configure.ac:
5611           releasing 0.10.5, "The Path of Thorns"
5612
5613 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5614
5615         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5616         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5617         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5618         (teardown_cmmldec):
5619         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5620         (teardown_cmmlenc):
5621         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5622           revert my freeze breakage
5623
5624 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5625
5626         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5627         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5628         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5629         (teardown_cmmldec):
5630         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5631         (teardown_cmmlenc):
5632         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5633           consistent pad (de)activation
5634
5635 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5636
5637         * configure.ac:
5638         * ext/Makefile.am:
5639         Disable LADPSA, as it has moved to the -bad module for the duration.
5640
5641 2006-12-18  Wim Taymans  <wim@fluendo.com>
5642
5643         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5644         (gst_signal_processor_event):
5645         Reset flow_state back to _OK after a flush stop so that we exit our
5646         error state after the flush. Fixes #374213
5647
5648 2006-12-16  David Schleef  <ds@schleef.org>
5649
5650         * sys/osxvideo/osxvideosink.h:
5651         * sys/osxvideo/osxvideosink.m:
5652           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
5653
5654 2006-12-16  David Schleef  <ds@schleef.org>
5655
5656         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5657
5658         * sys/osxvideo/Makefile.am:
5659         * sys/osxvideo/osxvideosink.h:
5660         * sys/osxvideo/osxvideosink.m:
5661           Preliminary patch for porting osxvideosink
5662
5663 2006-12-16  Wim Taymans  <wim@fluendo.com>
5664
5665         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5666
5667         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5668         (gst_videomixer_set_master_geometry),
5669         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5670         (gst_videomixer_reset), (gst_videomixer_init),
5671         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5672         (gst_videomixer_release_pad), (gst_videomixer_collected),
5673         (gst_videomixer_change_state):
5674         Introduce some locking around the videomixer state so that it does not
5675         crash when adding/removing pads. Fixes #383043.
5676
5677 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * configure.ac:
5680           Make sure libcaca can actually be used instead of just checking for
5681           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5682           cross-compiling (fixes #384587).
5683
5684 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5685
5686         * Makefile.am:
5687         * gst-plugins-good.doap:
5688         * gst-plugins-good.spec.in:
5689           adding doap file
5690
5691 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * configure.ac:
5694           libflac-1.1.3 changed API again, but we can't build against it yet,
5695           so make sure our check doesn't use libflac-1.1.3 and add a comment
5696           to this effect.
5697
5698 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5701         (gst_quarktv_planetable_clear):
5702           Add some NULL pointer checks (possibly related to #385623).
5703
5704 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5707         (gst_tag_demux_chain):
5708         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5709           In streaming mode, if the first buffer we get doesn't have an
5710           offset, fix it up to be 0, otherwise trimming won't work later on
5711           and we'll be typefinding application/x-id3, which may result in
5712           decodebin plugging an endless number of id3demux elements as a
5713           consequence. Fixes #385031.
5714           
5715 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5716
5717         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5718           Ignore the buffer_time the sound device reports. Turns out it is 
5719           sometimes completely bogus and we're better off without it.
5720
5721 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5724         (gst_matroska_demux_video_caps):
5725         * gst/matroska/matroska-ids.c:
5726         (gst_matroska_track_init_video_context):
5727         * gst/matroska/matroska-ids.h:
5728           Try harder to extract the framerate for video tracks correctly and
5729           save it directly instead of converting it back and forth a few
5730           times. Mostly makes a difference for very small framerates (<1).
5731           Fixes #380199.
5732
5733 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5736         (gst_gconf_audio_src_dispose), (do_toggle_element):
5737         * ext/gconf/gstgconfaudiosrc.h:
5738           Remove gconf notify hook when the gconfaudiosrc element is
5739           destroyed, otherwise the callback may be called on an
5740           already-destroyed instance and bad things happen. Should fix
5741           #378184.
5742           Also ignore gconf key changes when the source is already running.
5743
5744 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         Patch by: Sebastian Dröge  <mail at slomosnail de>
5747
5748         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5749           We need to be able to read and parse any possible floating point string
5750           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5751           will parse the former only in certain locales though, so we really need
5752           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5753           make sure we can parse either version at all times.
5754           Fixes #382982 for real.
5755
5756 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5757
5758         * sys/sunaudio/gstsunaudiomixerctrl.c:
5759         * sys/sunaudio/gstsunaudiosrc.c:
5760
5761         Use the sunaudio debug category.
5762
5763         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5764         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5765         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5766         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5767         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5768         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5769         (gst_sunaudiosink_reset):
5770         * sys/sunaudio/gstsunaudiosink.h:
5771
5772         Uses the sunaudio debug category for all debug output
5773         Implements the _delay() callback to synchronise video playback better
5774         Change the segtotal and segsize values back to the parent class 
5775           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5776           respectively)
5777         Measure the samples written to the device vs. played.
5778         Keep track of segments in the device by writing empty eof frames, and
5779         sleep using a GCond when we get too far ahead and risk overrunning the
5780         sink's ringbuffer.
5781
5782         Fixes: #360673
5783
5784 2006-12-08  Wim Taymans  <wim@fluendo.com>
5785
5786         Patch by: Sebastian Dröge  <mail at slomosnail de >
5787
5788         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5789         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5790         * gst/audiofx/audiopanorama.h:
5791         Fix audiopanorame with float samples. Fixes #383726.
5792
5793 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5794
5795         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5796         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5797         (gst_sunaudiosrc_reset):
5798
5799         Implement reset functions to unblock the src/sink more quickly on 
5800         state change requests.
5801         Patch by: Brian Cameron <brian dot cameron at sun com>
5802
5803 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5804
5805         * sys/sunaudio/gstsunaudiomixer.c:
5806         (gst_sunaudiomixer_change_state):
5807         Construct the correct mixer device name when the AUDIODEV env var
5808         is set.
5809
5810         Patch by: Jerry Tan <jerry.tan at sun dot com>
5811         Fixes: #383596
5812
5813 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5814
5815         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5816         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5817         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5818         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5819         Patch by: Jerry Tan <jerry.tan at sun dot com>
5820         Fixes: #349015
5821
5822 2006-12-07  Wim Taymans  <wim@fluendo.com>
5823
5824         * gst/smpte/gstmask.h:
5825         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5826         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5827         (gst_smpte_collected), (gst_smpte_set_property),
5828         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5829         * gst/smpte/gstsmpte.h:
5830         Port to 0.10 some more. 
5831         Added duration property to specify the duration of the transition.
5832         Make framerate a fraction.
5833         Deprecate fps property, we only use negotiated fps.
5834         Added docs.
5835         Fix collectpad usage.
5836         Reset state in READY.
5837         Send NEWSEGMENT event.
5838         Fix racy updates of object properties.
5839         Added debug category.
5840         Fixes #383323.
5841
5842 2006-12-06  Wim Taymans  <wim@fluendo.com>
5843
5844         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5845
5846         * gst/videomixer/videomixer.c:
5847         (gst_videomixer_set_master_geometry),
5848         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5849         Don't reset xpos and ypos in the setcaps function because causes
5850         unexpected behaviour.
5851         Fixes #382179.
5852
5853 2006-12-06  Wim Taymans  <wim@fluendo.com>
5854
5855         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5856         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5857         Keep track of the buffer timestamp in the collectdata member instead
5858         of modifying the buffer without making the metadata writable first.
5859         Fixes #382277.
5860
5861 2006-12-06  Wim Taymans  <wim@fluendo.com>
5862
5863         Patch by: Rob Taylor <robtaylor at floopily dot org>
5864
5865         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5866         If using multicast in udpsrc, bind to the multicast address rather than
5867         IN_ADDR_ANY.
5868         This allows the simultanous use of multiple udpsrcs listening on
5869         different multicat addresses. Without this all udpsrcs will receive all
5870         packets from all subscribed multicast addresses.
5871         Fixes #383001.
5872
5873 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5874
5875         * ext/taglib/gstid3v2mux.cc:
5876         Don't attempt to write a NULL frame into the ID3 tag set when the 
5877         createFrame method returned NULL.
5878         Fixes: #381857
5879         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5880
5881 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5882
5883         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5884         Use g_strtod() instead of sscanf to parse doubles, so that it will
5885         try parsing in the C locale if the current locale fails.
5886         Fixes: #382982
5887         Patch by: Sebastian Dröge  <mail at slomosnail de >
5888
5889 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5890
5891         * win32/MANIFEST:
5892         Fix compilation on win32 under VS8
5893         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5894         Partially fixes #381175
5895
5896 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5897
5898         * gst/avi/gstavimux.c:
5899           accept all mpegversions,fixes #380825
5900           spotted by: Jerome Alet  
5901
5902 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5903
5904         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5905         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5906         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5907         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5908           cleanup the error message a bit more
5909
5910 2006-11-28  Wim Taymans  <wim@fluendo.com>
5911
5912         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5913         Fix width and height properties.
5914
5915         * ext/libcaca/gstcacasink.h:
5916         Fix compilation on newer libcaca that require us to include a new
5917         header. Fixes #379918.
5918
5919 2006-11-28  Wim Taymans  <wim@fluendo.com>
5920
5921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5922         * gst/rtsp/gstrtspsrc.h:
5923         * gst/rtsp/rtspext.h:
5924         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5925         (rtsp_ext_wms_get_context):
5926         Add method so that extensions can choose to disable the setup of
5927         a stream.
5928         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5929
5930 2006-11-27  Wim Taymans  <wim@fluendo.com>
5931
5932         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5933
5934         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5935         Push header in a separate buffer instead of memcpy:ing all data.
5936         Change LF => CRLF in headers.
5937         Move trailing LF to header. Fixes #379792.
5938
5939 2006-11-27  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5942         Small buffer overflow fix and improve debugging.
5943
5944 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * ext/esd/esdmon.h:
5947         * ext/esd/esdsink.h:
5948           remove obsolete _factory_init protos
5949
5950 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5953         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5954         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5955         (gst_avi_demux_read_subindexes_push),
5956         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5957         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5958         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5959         (gst_avi_demux_massage_index),
5960         (gst_avi_demux_calculate_durations_from_index),
5961         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5962         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5963         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5964           remove dead code, tweak debugs statements, add comments, use
5965           _uint64_scale instead _uint64_scale_int when using guint64 values,
5966           small optimizations, reflow some error handling
5967
5968 2006-11-22  Edward Hervey  <edward@fluendo.com>
5969
5970         * po/.cvsignore:
5971         We never put .pot files in cvs. Let's ignore them all.
5972
5973 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         * po/POTFILES.in:
5976           ... but better exclude files that aren't disted.
5977
5978 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * po/POTFILES.in:
5981           Add v4l2 source files to list of files with translations, so the
5982           strings are actually extracted (however bad they still may be).
5983
5984 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5985
5986         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5987           Minor clean-ups: const-ify static array, remove trailing comma from
5988           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5989
5990 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
5991
5992         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5993         Make sure that g_free always gets called on the same pointer that was 
5994         returned by g_malloc.  Fixes #376594.
5995         Do not leak memory if decompressed size is wrong.
5996         Remove unneeded check of return value of g_malloc.
5997         Patch by: René Stadler <mail@renestadler.de>
5998
5999 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6000
6001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6002           Add missing curly brackets.
6003
6004 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6005
6006         * sys/v4l2/v4l2src_calls.c:
6007         Fix capture_deinit.
6008
6009 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6012         (gst_matroska_mux_request_new_pad):
6013           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6014
6015         * tests/check/elements/matroskamux.c: (setup_src_pad),
6016         (setup_sink_pad), (GST_START_TEST):
6017         Activate pads before using them.
6018
6019 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6022           Initialise variable to get rid of bogus compiler warning.
6023
6024 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6025
6026         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6027
6028         * gst/rtp/gstrtph263pay.c:
6029         * gst/rtp/gstrtph263pdepay.c:
6030         * gst/rtp/gstrtph263ppay.c:
6031           Specify H.263 variant and version in the caps (fixes #361637)
6032
6033 2006-11-15  Wim Taymans  <wim@fluendo.com>
6034
6035         * gst/rtsp/rtspconnection.c: (read_body):
6036         Don't set a data pointer to NULL and a size > 0 when we deal
6037         with empty packets.
6038
6039         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6040         (rtsp_message_init_response), (rtsp_message_init_data),
6041         (rtsp_message_unset), (rtsp_message_free),
6042         (rtsp_message_take_body):
6043         Check that we can't create invalid empty packets. 
6044
6045 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6046
6047         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6048
6049         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6050         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6051         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6052         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6053         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6054         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6055         * gst/matroska/matroska-mux.h:
6056           Add basic tag writing support; implement releasing pads (#374658).
6057
6058 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6059
6060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6061         (gst_matroska_demux_audio_caps):
6062           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6063
6064 2006-11-14  David Schleef  <ds@schleef.org>
6065
6066         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6067
6068 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6071
6072         * win32/vs8/gst-plugins-good.sln:
6073         * win32/vs8/libgst1394.vcproj:
6074         * win32/vs8/libgstaasink.vcproj:
6075         * win32/vs8/libgstalaw.vcproj:
6076         * win32/vs8/libgstalpha.vcproj:
6077         * win32/vs8/libgstalphacolor.vcproj:
6078         * win32/vs8/libgstannodex.vcproj:
6079         * win32/vs8/libgstapetag.vcproj:
6080         * win32/vs8/libgstaudiofx.vcproj:
6081         * win32/vs8/libgstauparse.vcproj:
6082         * win32/vs8/libgstautodetect.vcproj:
6083         * win32/vs8/libgstavi.vcproj:
6084         * win32/vs8/libgstcacasink.vcproj:
6085         * win32/vs8/libgstcdio.vcproj:
6086         * win32/vs8/libgstcutter.vcproj:
6087         * win32/vs8/libgstdv.vcproj:
6088         * win32/vs8/libgsteffectv.vcproj:
6089         * win32/vs8/libgstflac.vcproj:
6090         * win32/vs8/libgstflxdec.vcproj:
6091         * win32/vs8/libgstgoom.vcproj:
6092         * win32/vs8/libgsticydemux.vcproj:
6093         * win32/vs8/libgstid3demux.vcproj:
6094         * win32/vs8/libgstjpeg.vcproj:
6095         * win32/vs8/libgstladspa.vcproj:
6096         * win32/vs8/libgstlevel.vcproj:
6097         * win32/vs8/libgstmatroska.vcproj:
6098         * win32/vs8/libgstmikmod.vcproj:
6099         * win32/vs8/libgstmng.vcproj:
6100         * win32/vs8/libgstmonoscope.vcproj:
6101         * win32/vs8/libgstmulaw.vcproj:
6102         * win32/vs8/libgstmultipart.vcproj:
6103         * win32/vs8/libgstpng.vcproj:
6104         * win32/vs8/libgstrtp.vcproj:
6105         * win32/vs8/libgstrtsp.vcproj:
6106         * win32/vs8/libgstshout2.vcproj:
6107         * win32/vs8/libgstsmpte.vcproj:
6108         * win32/vs8/libgstspeex.vcproj:
6109         * win32/vs8/libgsttaglib.vcproj:
6110         * win32/vs8/libgstudp.vcproj:
6111         * win32/vs8/libgstvideobalance.vcproj:
6112         * win32/vs8/libgstvideobox.vcproj:
6113         * win32/vs8/libgstvideoflip.vcproj:
6114         * win32/vs8/libgstvideomixer.vcproj:
6115         * win32/vs8/libgstwavenc.vcproj:
6116         * win32/vs8/libgstwavparse.vcproj:
6117           Make end-of-line returns unixy, so that when the files are checked
6118           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6119           Hopefully fixes #366492.
6120
6121 2006-11-14  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6124         Disable init_frames delay timestamp adjustment, it does not
6125         seem to be needed at all. Fixes #369621.
6126
6127 2006-11-13  Wim Taymans  <wim@fluendo.com>
6128
6129         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6130
6131         * gst/videomixer/videomixer.c:
6132         (gst_videomixer_set_master_geometry),
6133         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6134         (gst_videomixer_collect_free), (gst_videomixer_reset),
6135         (gst_videomixer_init), (gst_videomixer_finalize),
6136         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6137         (gst_videomixer_collected), (gst_videomixer_change_state):
6138         Fix memleak by unref'ing collectpads instance (when finalizing)
6139         Implement releasing a request pad. Fixes #374479.
6140
6141 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6144
6145         * win32/vs8/gst-plugins-good.sln:
6146         * win32/vs8/libgst1394.vcproj:
6147         * win32/vs8/libgstaasink.vcproj:
6148         * win32/vs8/libgstalaw.vcproj:
6149         * win32/vs8/libgstalpha.vcproj:
6150         * win32/vs8/libgstalphacolor.vcproj:
6151         * win32/vs8/libgstannodex.vcproj:
6152         * win32/vs8/libgstapetag.vcproj:
6153         * win32/vs8/libgstaudiofx.vcproj:
6154         * win32/vs8/libgstauparse.vcproj:
6155         * win32/vs8/libgstautodetect.vcproj:
6156         * win32/vs8/libgstavi.vcproj:
6157         * win32/vs8/libgstcacasink.vcproj:
6158         * win32/vs8/libgstcdio.vcproj:
6159         * win32/vs8/libgstcutter.vcproj:
6160         * win32/vs8/libgstdv.vcproj:
6161         * win32/vs8/libgsteffectv.vcproj:
6162         * win32/vs8/libgstflac.vcproj:
6163         * win32/vs8/libgstflxdec.vcproj:
6164         * win32/vs8/libgstgoom.vcproj:
6165         * win32/vs8/libgsticydemux.vcproj:
6166         * win32/vs8/libgstid3demux.vcproj:
6167         * win32/vs8/libgstjpeg.vcproj:
6168         * win32/vs8/libgstladspa.vcproj:
6169         * win32/vs8/libgstlevel.vcproj:
6170         * win32/vs8/libgstmatroska.vcproj:
6171         * win32/vs8/libgstmikmod.vcproj:
6172         * win32/vs8/libgstmng.vcproj:
6173         * win32/vs8/libgstmonoscope.vcproj:
6174         * win32/vs8/libgstmulaw.vcproj:
6175         * win32/vs8/libgstmultipart.vcproj:
6176         * win32/vs8/libgstpng.vcproj:
6177         * win32/vs8/libgstrtp.vcproj:
6178         * win32/vs8/libgstrtsp.vcproj:
6179         * win32/vs8/libgstshout2.vcproj:
6180         * win32/vs8/libgstsmpte.vcproj:
6181         * win32/vs8/libgstspeex.vcproj:
6182         * win32/vs8/libgsttaglib.vcproj:
6183         * win32/vs8/libgstudp.vcproj:
6184         * win32/vs8/libgstvideobalance.vcproj:
6185         * win32/vs8/libgstvideobox.vcproj:
6186         * win32/vs8/libgstvideoflip.vcproj:
6187         * win32/vs8/libgstvideomixer.vcproj:
6188         * win32/vs8/libgstwavenc.vcproj:
6189         * win32/vs8/libgstwavparse.vcproj:
6190           Add VS8 project files (note that many of the plugins in ext are
6191           disabled by default). Fixes #366492.
6192
6193 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6194
6195         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6196           we do not translate debug messages
6197
6198 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6199
6200         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6201           fix categorisation, make short desc more explicit, remove unused code
6202           Fixes #372021
6203
6204 2006-11-08  Wim Taymans  <wim@fluendo.com>
6205
6206         * gst/rtp/gstrtpL16depay.c:
6207         * gst/rtp/gstrtpamrdepay.c:
6208         * gst/rtp/gstrtpamrpay.c:
6209         * gst/rtp/gstrtpgsmdepay.c:
6210         * gst/rtp/gstrtph263pay.c:
6211         * gst/rtp/gstrtph263pdepay.c:
6212         * gst/rtp/gstrtph263ppay.c:
6213         * gst/rtp/gstrtph264depay.c:
6214         * gst/rtp/gstrtpmp2tdepay.c:
6215         * gst/rtp/gstrtpmp4gdepay.c:
6216         * gst/rtp/gstrtpmp4gpay.c:
6217         * gst/rtp/gstrtpmp4vdepay.c:
6218         * gst/rtp/gstrtpmp4vpay.c:
6219         * gst/rtp/gstrtpmpadepay.c:
6220         * gst/rtp/gstrtpmpapay.c:
6221         * gst/rtp/gstrtppcmadepay.c:
6222         * gst/rtp/gstrtppcmapay.c:
6223         * gst/rtp/gstrtppcmudepay.c:
6224         * gst/rtp/gstrtppcmupay.c:
6225         * gst/rtp/gstrtpspeexdepay.c:
6226         * gst/rtp/gstrtpspeexpay.c:
6227         * gst/rtp/gstrtpsv3vdepay.c:
6228         Fix element descriptions.
6229
6230 2006-11-08  Wim Taymans  <wim@fluendo.com>
6231
6232         * gst/rtp/gstrtpvorbisdepay.c:
6233         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6234         Fix description.
6235         Small cleanup in the payloader.
6236
6237 2006-11-08  Wim Taymans  <wim@fluendo.com>
6238
6239         * gst/rtp/Makefile.am:
6240         * gst/rtp/gstrtp.c: (plugin_init):
6241         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6242         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6243         (gst_rtp_theora_depay_finalize),
6244         (gst_rtp_theora_depay_parse_configuration),
6245         (gst_rtp_theora_depay_setcaps),
6246         (gst_rtp_theora_depay_switch_codebook),
6247         (gst_rtp_theora_depay_process),
6248         (gst_rtp_theora_depay_set_property),
6249         (gst_rtp_theora_depay_get_property),
6250         (gst_rtp_theora_depay_change_state),
6251         (gst_rtp_theora_depay_plugin_init):
6252         * gst/rtp/gstrtptheoradepay.h:
6253         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6254         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6255         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6256         (gst_rtp_theora_pay_init_packet),
6257         (gst_rtp_theora_pay_flush_packet),
6258         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6259         (gst_rtp_theora_pay_handle_buffer),
6260         (gst_rtp_theora_pay_plugin_init):
6261         * gst/rtp/gstrtptheorapay.h:
6262         Add theora pay/depayloaders.
6263
6264 2006-11-06  Wim Taymans  <wim@fluendo.com>
6265
6266         * gst/rtp/Makefile.am:
6267         We depend on gsttag to generate the vorbis comments.
6268
6269         * gst/rtp/gstrtpvorbisdepay.c:
6270         (gst_rtp_vorbis_depay_parse_configuration),
6271         (gst_rtp_vorbis_depay_setcaps),
6272         (gst_rtp_vorbis_depay_switch_codebook),
6273         (gst_rtp_vorbis_depay_process):
6274         * gst/rtp/gstrtpvorbisdepay.h:
6275         Parse configuration string in the depayloader.
6276         Implement selecting and switching to a new codebook.
6277         Receiving vorbis over RTP now works.
6278
6279         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6280         (gst_rtp_vorbis_pay_init_packet),
6281         (gst_rtp_vorbis_pay_finish_headers),
6282         (gst_rtp_vorbis_pay_handle_buffer):
6283         * gst/rtp/gstrtpvorbispay.h:
6284         Set timestamps on outgoing buffers and RTP packets.
6285         Fix configuration string, prepend number of Packet headers.
6286         Fix encoding of ident string.
6287         Add delivery-method to caps.
6288         Streaming vorbis over RTP now works.
6289
6290 2006-11-06  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6293         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6294         (gst_rtp_vorbis_pay_handle_buffer):
6295         * gst/rtp/gstrtpvorbispay.h:
6296         Generate a valid configuration string in the caps based on the
6297         vorbis headers.
6298
6299 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6302         * ext/cdio/gstcdio.h:
6303         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6304           Move CD-TEXT utility function into common file so it can also be
6305           used by a future cdioparanoiasrc.
6306
6307 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6308         
6309         * sys/v4l2/Makefile.am:
6310         * sys/v4l2/gstv4l2object.c:
6311         * sys/v4l2/gstv4l2src.c:
6312         * sys/v4l2/gstv4l2xoverlay.c:
6313         * sys/v4l2/v4l2_calls.c:
6314         * sys/v4l2/v4l2src_calls.c:
6315         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6316         xoverlay code that is still not implemented.
6317
6318 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6321           We require a -base more recent than 0.10.9, so it's safe to use
6322           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6323
6324         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6325         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6326           Use _newsegment_full() now that we depend on a recent enough core.
6327
6328         * gst/wavparse/gstwavparse.c:
6329           Remove cruft that we don't need any longer now that we depend on
6330           a recent enough -base.
6331
6332 2006-10-31  Wim Taymans  <wim@fluendo.com>
6333
6334         * gst/rtp/Makefile.am:
6335         * gst/rtp/gstrtp.c: (plugin_init):
6336         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6337         (gst_rtpilbcpay_setcaps):
6338         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6339
6340 2006-10-31  Wim Taymans  <wim@fluendo.com>
6341
6342         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6343         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6344         Some small cleanups, use _scale.
6345
6346 2006-10-31  Wim Taymans  <wim@fluendo.com>
6347
6348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6349         Use higher precision scale function.
6350
6351 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6352
6353         Patch by: Michal Benes  <michal dot benes at itonis tv>
6354
6355         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6356         (gst_matroska_demux_read_track_encodings),
6357         (gst_matroska_decode_buffer):
6358           Fix several issues with encoded/compressed/encrypted/signed tracks;
6359           also, remove superfluous newline characters from some debug
6360           statements. (#366155)
6361
6362 2006-10-30  Wim Taymans  <wim@fluendo.com>
6363
6364         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6365         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6366         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6367         (gst_smokedec_change_state):
6368         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6369         (gst_smokeenc_init), (gst_smokeenc_finalize),
6370         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6371         (gst_smokeenc_resync), (gst_smokeenc_chain),
6372         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6373         (gst_smokeenc_change_state):
6374         Various cleanups, capsnego and leak fixes.
6375
6376 2006-10-30  Wim Taymans  <wim@fluendo.com>
6377
6378         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6379
6380         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6381         Fix videomixer so that it can handle any combination of framerates.
6382         Fixes #367221.
6383
6384 2006-10-28  Wim Taymans  <wim@fluendo.com>
6385
6386         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6387         (gst_avi_demux_parse_file_header),
6388         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6389         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6390         (gst_avi_demux_chain):
6391         Fix position query for audio. also fixes timestamps in streaming
6392         mode and bug #364958.
6393         Small cleanups.
6394
6395 2006-10-27  Wim Taymans  <wim@fluendo.com>
6396
6397         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6398         * ext/libpng/gstpngenc.h:
6399         Fix strides. Fixes #364856.
6400         Cleanup capsnego.
6401         Set caps on outgoing buffers.
6402
6403 2006-10-18  Wim Taymans  <wim@fluendo.com>
6404
6405         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6406
6407         * gst/rtp/gstrtpgsmpay.c:
6408         * gst/rtp/gstrtph263pay.c:
6409         * gst/rtp/gstrtpmpapay.c:
6410         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6411         (gst_rtp_pcma_pay_handle_buffer):
6412         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6413         Add static payload numbers in addition to the dynamic ones.
6414         Fixes #361639.
6415
6416 2006-10-18  Wim Taymans  <wim@fluendo.com>
6417
6418         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6419         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6420         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6421         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6422         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6423         * gst/rtsp/rtspdefs.h:
6424         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6425         * gst/rtsp/rtspurl.h:
6426         Reuse already existing enum for lower transport.
6427         Add rtspt and rtspu protocols.
6428         Send redirect to rtspt when udp times out.
6429
6430 2006-10-18  Wim Taymans  <wim@fluendo.com>
6431
6432         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6433         (gst_wavparse_stream_data):
6434         Fix seeking some more, mostly for speed changes.
6435
6436 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Fredrik Persson  <frepe at bredband net>
6439
6440         * sys/v4l2/gstv4l2tuner.c:
6441         * sys/v4l2/gstv4l2tuner.h:
6442           Fix _set_channel(): remove useless g_object_notify() for "channel"
6443           property that doesn't exist any longer and therefore now also
6444           useless redirect (#338818).
6445
6446 2006-10-17  Wim Taymans  <wim@fluendo.com>
6447
6448         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6449         Some drivers do not support unsetting the non-blocking flag once the
6450         device is opened. In those cases, close/open the device in
6451         non-blocking mode. Fixes #362673.
6452
6453 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6454
6455         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6456         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6457         (gst_v4l2src_get_fps):
6458           dear stefan, framespersecond is not frameperiod, reverting but adding
6459           comment
6460
6461 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6462
6463         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6464         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6465         (gst_v4l2src_get_fps):
6466           Numerator is numerator and denominator is denominator. Say that aloud
6467           5 times and retry after next beer.
6468
6469 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         Patch by: Josep Torra Valles  <josep at fluendo com>
6472
6473         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6474         * ext/esd/esdsink.c: (gst_esdsink_write):
6475         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6476         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6477         (gst_flac_dec_send_newsegment):
6478         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6479         (gst_flac_enc_tell_callback):
6480         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6481         (smokecodec_parse_header), (smokecodec_decode):
6482         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6483         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6484         * gst/goom/Makefile.am:
6485         * gst/goom/gstgoom.c:
6486         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6487         * gst/rtsp/gstrtspsrc.c:
6488         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6489         * gst/udp/gstudpsink.c:
6490         * gst/udp/gstudpsrc.c:
6491         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6492         * sys/sunaudio/gstsunaudiomixertrack.h:
6493           Fix a bunch of problems discovered by the Forte compiler, mostly type
6494           mixups and pointer arithmetics with void pointers. Fixes #362603.
6495
6496 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * ext/speex/gstspeex.c: (plugin_init):
6499         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6500         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6501         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6502         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6503         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6504         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6505         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6506         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6507         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6508         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6509         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6510         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6511         * ext/speex/gstspeexenc.h:
6512           Miscellaneous clean-ups, among other things: speexenc => enc to
6513           enhance code readability; change speexenc => speex_enc; in chain
6514           function unref input buffer in case of error; take reference in
6515           event function; use boilerplate macro; use gst_pad_query_peer_*
6516           convenience functions.
6517
6518 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6521         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6522         (gst_speexenc_set_header_on_caps):
6523           Fix some mem leaks.
6524
6525 2006-10-11  Wim Taymans  <wim@fluendo.com>
6526
6527         * gst/rtsp/URLS:
6528         Added some other URL.
6529
6530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6531         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6532         (gst_rtspsrc_open), (gst_rtspsrc_play),
6533         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6534         * gst/rtsp/gstrtspsrc.h:
6535         Work on fallback to TCP connection when the UDP socket times out.
6536         Handler server requests, just reply with OK for now.
6537
6538         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6539         * gst/rtsp/rtspdefs.h:
6540         Added some more Real extension headers.
6541
6542         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6543         Fix parsing of urls with a ':' that is not part of the hostname:port
6544         part of the url.
6545
6546 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6549         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6550         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6551           Activate pad before adding it to the already-running element.
6552
6553         * tests/check/elements/icydemux.c: (icydemux_found_pad):
6554           Activate newly-created pad too.
6555
6556 2006-10-11  Wim Taymans  <wim@fluendo.com>
6557
6558         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6559
6560         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6561         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6562         (gst_udpsrc_start):
6563         Fix some leaks in caps and uris. Fixes #361252.
6564
6565 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst/wavparse/Makefile.am:
6568           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6569
6570 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
6571
6572         * sys/v4l2/gstv4l2xoverlay.c:
6573         * sys/v4l2/gstv4l2xoverlay.h:
6574         Fix build as per the patch in #338818 comment 36.
6575
6576 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6579           Activate pads before adding them to the source.
6580
6581 2006-10-06  Wim Taymans  <wim@fluendo.com>
6582
6583         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6584         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6585         Activate pads before adding.
6586
6587 2006-10-06  Wim Taymans  <wim@fluendo.com>
6588
6589         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6590         (gst_multipart_find_pad_by_mime):
6591         Activate pads before adding.
6592
6593         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6594         BOILERPLATE sets parent_class for us.
6595
6596 2006-10-06  Wim Taymans  <wim@fluendo.com>
6597
6598         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6599         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6600         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6601         (gst_rtspsrc_alloc_udp_ports),
6602         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6603         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6604         (gst_rtspsrc_create_transports_string),
6605         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6606         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6607         * gst/rtsp/gstrtspsrc.h:
6608         Rework how the transport string is constructed, try to share channels
6609         and udp ports.
6610         Make most of the stuff less dependant on RTP as we are also going to use
6611         it for RDT.
6612         Add support for transport specific session managers.
6613
6614         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6615         Implement _flush().
6616
6617         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6618         * gst/rtsp/rtspdefs.h:
6619         Add generic error return code.
6620
6621         * gst/rtsp/rtspext.h:
6622         Add support for pluggable tranport strings.
6623
6624         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6625         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6626         (rtsp_ext_wms_get_context):
6627         Detect WMServer and activate the extension.
6628
6629         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6630         (rtsp_transport_get_manager), (rtsp_transport_parse):
6631         * gst/rtsp/rtsptransport.h:
6632         Added methods to get mime/manager for certain transports.
6633
6634 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * ext/cairo/gsttimeoverlay.c:
6637         (gst_cairo_time_overlay_update_font_height):
6638         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6639         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6641         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6642         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6643         * ext/libpng/gstpngdec.c: (user_endrow_callback):
6644         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6645         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6646         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6647         (gst_avi_demux_stream_data):
6648         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6649         * gst/debug/efence.c: (gst_efence_buffer_alloc),
6650         (gst_fenced_buffer_copy):
6651         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6653         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6655         (gst_rtspsrc_handle_message):
6656         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6657         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6658           Printf format fixes.
6659
6660 2006-10-04  Wim Taymans  <wim@fluendo.com>
6661
6662         * gst/rtsp/Makefile.am:
6663         Dist new .h file too.
6664
6665 2006-10-04  Wim Taymans  <wim@fluendo.com>
6666
6667         * gst/rtsp/Makefile.am:
6668         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6669         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6671         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6672         (gst_rtspsrc_parse_rtpmap),
6673         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6674         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6675         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6676         * gst/rtsp/gstrtspsrc.h:
6677         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6678         * gst/rtsp/rtspdefs.h:
6679         * gst/rtsp/rtspext.h:
6680         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6681         (rtsp_ext_wms_get_context):
6682         * gst/rtsp/rtspextwms.h:
6683         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6684         (rtsp_transport_parse):
6685         * gst/rtsp/rtsptransport.h:
6686         Factor out extension in separate module.
6687         Fix getcaps to filter against the padtemplate.
6688         Use Content-Base if the server gives one.
6689         Rework the transport parsing a bit for future extensions.
6690         Added some Real Header field definitions.
6691
6692 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6693
6694         * docs/plugins/Makefile.am:
6695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6697           added v4l2 stubs
6698         * gst-plugins-good.spec.in:
6699           add v4l2
6700
6701 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6704           Extract disc/album/medium number and count and try harder
6705           to extract track number/count.
6706
6707 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6708
6709         * configure.ac:
6710         * sys/Makefile.am:
6711           add build stuff for v4l2, needs --enable-experimental until
6712           the last bits are resolved
6713
6714 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * tests/check/Makefile.am:
6717           Disable autodetect test temporarily, so that the build bots
6718           update -bad and the ranks of unreliable video sinks in there.
6719
6720         * tests/check/elements/autodetect.c: (GST_START_TEST):
6721           Skip test if no usable videosink is found.
6722
6723 2006-09-29  Wim Taymans  <wim@fluendo.com>
6724
6725         * gst/rtsp/URLS:
6726         Add some more URLs.
6727
6728         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6729         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6730         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6731         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6732         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6733         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6734         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6735         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6736         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6737         * gst/rtsp/gstrtspsrc.h:
6738         Add timeout property to control UDP timeouts.
6739         Fix error messages.
6740         Also start a loop function when operating in UDP mode so that we can
6741         do some more stuff async.
6742         Handle element messages from udpsrc to detect timeouts. If a timeout
6743         happens we currently generate an error.
6744         API: rtspsrc::timeout property.
6745
6746         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6747         (gst_udpsrc_create):
6748         Really implement the timeout in microseconds and not milliseconds.
6749
6750 2006-09-29  Wim Taymans  <wim@fluendo.com>
6751
6752         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6753         (gst_udpsrc_create), (gst_udpsrc_set_property),
6754         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6755         * gst/udp/gstudpsrc.h:
6756         Added property to post a message on timeout.
6757         Updated docs.
6758         When restarting the select, initialize the fdsets again.
6759         Init control sockets so we don't accidentally close a random socket.
6760         API: GstUDPSrc::timeout property
6761
6762 2006-09-29  Wim Taymans  <wim@fluendo.com>
6763
6764         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6765         Fix flag registration.
6766
6767         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6768         Reading 0 also means 'no more commands'
6769
6770 2006-09-29  Wim Taymans  <wim@fluendo.com>
6771
6772         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6773
6774         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6775         Fix possible infinite loop when shutting down, a read can also return
6776         0 to indicate no more messages are available. Fixes #358156.
6777
6778 2006-09-25  Wim Taymans  <wim@fluendo.com>
6779
6780         * gst/autodetect/gstautoaudiosink.c:
6781         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6782         (gst_auto_audio_sink_find_best):
6783         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6784         Small cleanups.
6785         don't try to set "sync" property when it is not available.
6786
6787 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         Patch by: Peter Kjellerstedt  <pkj at axis com>
6790
6791         * gst/alpha/gstalpha.c:
6792         * gst/rtp/gstrtpamrdepay.c:
6793         * gst/rtsp/gstrtspsrc.c:
6794         * gst/udp/gstudpsrc.c:
6795         * gst/videomixer/videomixer.c:
6796           Include stdlib.h in some more places, makes things compile
6797           with uClibc and -Werror (#357592).
6798
6799 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         * ext/jpeg/gstjpegdec.c:
6802           Set minimum height to 8 (from 16), our code should handle
6803           that fine. Some of the buttons on the apple trailer site
6804           are apparently only 15 pixels high (see #357470).
6805
6806 2006-09-23  Wim Taymans  <wim@fluendo.com>
6807
6808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6809         (gst_rtspsrc_open):
6810         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6811         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6812         (rtsp_connection_receive):
6813         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6814         * gst/rtsp/rtspdefs.h:
6815         Improve error reporting.
6816
6817 2006-09-23  Wim Taymans  <wim@fluendo.com>
6818
6819         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6820         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6821         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6822         * gst/rtp/gstrtpdepay.c:
6823         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6824         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6825         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6826         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6827         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6828         (gst_rtp_mp2t_depay_plugin_init):
6829         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6830         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6831         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6832         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6833         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6834         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6835         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6836         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6837         Fix klass typos.
6838         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6839
6840 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * configure.ac:
6843           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6844
6845 2006-09-22  Wim Taymans  <wim@fluendo.com>
6846
6847         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6848         Don't check for a tag that is never there and check if we read the
6849         correct tag. Fixes seeking again.
6850         We must post an error when all pads are unlinked.
6851
6852 2006-09-22  Wim Taymans  <wim@fluendo.com>
6853
6854         * gst/rtp/Makefile.am:
6855         * gst/rtp/gstrtp.c: (plugin_init):
6856         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6857         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6858         (gst_rtp_vorbis_pay_reset_packet),
6859         (gst_rtp_vorbis_pay_init_packet),
6860         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6861         (gst_rtp_vorbis_pay_handle_buffer):
6862         More fixage, set endoder-params correctly in the payloader.
6863
6864 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * gst/autodetect/gstautoaudiosink.c:
6867         (gst_auto_audio_sink_base_init):
6868         * gst/autodetect/gstautovideosink.c:
6869         (gst_auto_video_sink_base_init):
6870           Make static pad templates static to appease valgrind's leak
6871           detector.
6872
6873         * tests/check/Makefile.am:
6874         * tests/check/elements/.cvsignore:
6875         * tests/check/elements/autodetect.c: (GST_START_TEST),
6876         (autodetect_suite):
6877           Add simple test for the ghostpad lockup on shutdown fixed in core
6878           CVS (audio bit disabled because it would need dozens of alsa
6879           suppressions and I'm too lazy to add those now).
6880
6881 2006-09-22  Wim Taymans  <wim@fluendo.com>
6882
6883         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6884         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6885         Small cleanups.
6886
6887         * gst/rtp/Makefile.am:
6888         * gst/rtp/gstrtp.c: (plugin_init):
6889         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6890         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6891         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6892         (gst_rtp_vorbis_depay_process),
6893         (gst_rtp_vorbis_depay_set_property),
6894         (gst_rtp_vorbis_depay_get_property),
6895         (gst_rtp_vorbis_depay_change_state),
6896         (gst_rtp_vorbis_depay_plugin_init):
6897         * gst/rtp/gstrtpvorbisdepay.h:
6898         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6899         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6900         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6901         (gst_rtp_vorbis_pay_flush_packet),
6902         (gst_rtp_vorbis_pay_append_buffer),
6903         (gst_rtp_vorbis_pay_handle_buffer),
6904         (gst_rtp_vorbis_pay_plugin_init):
6905         * gst/rtp/gstrtpvorbispay.h:
6906         Add experimental vorbis pay and depayloaders.
6907
6908 2006-09-21  Wim Taymans  <wim@fluendo.com>
6909
6910         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6911         Fix profile-level-id parsing and setup.
6912
6913 2006-09-21  Wim Taymans  <wim@fluendo.com>
6914
6915         * gst/udp/README:
6916         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6917         Update README, simple cleanup.
6918
6919 2006-09-21  Wim Taymans  <wim@fluendo.com>
6920
6921         * gst/rtp/README:
6922         Update README with some examples.
6923
6924         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6925         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6926         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6927         (gst_rtp_mp4g_pay_setcaps):
6928         * gst/rtp/gstrtpmp4gpay.h:
6929         Make optional RTP parameters of type STRING, as required by the
6930         application/x-rtp caps specification.
6931
6932 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6933
6934         * gst/rtp/gstrtph263pdepay.c:
6935         * gst/rtp/gstrtph263ppay.c:
6936         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6937         RTP header.
6938
6939 2006-09-20  Wim Taymans  <wim@fluendo.com>
6940
6941         * gst/rtp/Makefile.am:
6942         And makefile too.
6943
6944 2006-09-20  Wim Taymans  <wim@fluendo.com>
6945
6946         * gst/rtp/gstrtp.c: (plugin_init):
6947         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6948         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6949         (decode_base64), (gst_rtp_asf_depay_setcaps),
6950         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6951         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6952         (gst_rtp_asf_depay_plugin_init):
6953         * gst/rtp/gstrtpasfdepay.h:
6954         Added preliminary ASF depayloader.
6955
6956         * gst/rtp/gstrtph264depay.c: (decode_base64):
6957         Fix base64 decoding.
6958
6959 2006-09-20  Wim Taymans  <wim@fluendo.com>
6960
6961         * gst/rtsp/URLS:
6962         Added some test URLS.
6963
6964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6965         (gst_rtspsrc_loop), (gst_rtspsrc_open):
6966         * gst/rtsp/gstrtspsrc.h:
6967         When creating streams, give access to the complete SDP.
6968         Fix some leaks.
6969         Collect and merge global stream properties in stream caps.
6970         Preliminary support for WMServer.
6971
6972         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6973         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6974         (rtsp_connection_receive):
6975         * gst/rtsp/rtspconnection.h:
6976         Make connection interruptable.
6977         Refactor to make it reconnectable.
6978         Don't fail on short reads when reading data packets.
6979
6980         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6981         (rtsp_url_get_port):
6982         * gst/rtsp/rtspurl.h:
6983         Add methods for getting/setting the port.
6984
6985         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6986         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6987         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6988         (sdp_media_get_format), (sdp_parse_line),
6989         (sdp_message_parse_buffer):
6990         Fix headers. 
6991         Add methods for getting multiple attributes with the same name.
6992         Increase buffer size when parsing.
6993         Fix parsing of a=foo fields.
6994
6995         * gst/rtsp/test.c: (main):
6996         Update to new connection API.
6997
6998         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6999         (rtsp_message_init_response), (rtsp_message_init_data),
7000         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7001         * gst/rtsp/rtspmessage.h:
7002         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7003         * gst/rtsp/rtsptransport.h:
7004         * gst/rtsp/sdp.h:
7005         * gst/rtsp/sdpmessage.h:
7006         * gst/rtsp/gstrtsp.c:
7007         * gst/rtsp/gstrtsp.h:
7008         * gst/rtsp/gstrtpdec.c:
7009         * gst/rtsp/gstrtpdec.h:
7010         * gst/rtsp/rtsp.h:
7011         * gst/rtsp/rtspdefs.c:
7012         * gst/rtsp/rtspdefs.h:
7013         Dual licensed under MIT and LGPL now.
7014
7015 2006-09-19  Wim Taymans  <wim@fluendo.com>
7016
7017         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7018         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7019         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7020         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7021         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7022         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7023         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7024         * gst/rtsp/gstrtspsrc.h:
7025         Reorganize stream parsing and creation.
7026         Detect container formats in interleaved mode.
7027         Keep more state about the streams.
7028         Assume a server also supports PLAY if it does not say.
7029         Add unicast and interleaved properties to TCP transport requests to make
7030         some servers happy (WMServer).
7031
7032         * gst/rtsp/sdpmessage.h:
7033         Add some defines for the standard Bandwidth types.
7034
7035 2006-09-19  Wim Taymans  <wim@fluendo.com>
7036
7037         * gst/rtsp/test.c: (main):
7038         Fix build.
7039
7040 2006-09-19  Wim Taymans  <wim@fluendo.com>
7041
7042         * gst/wavparse/gstwavparse.c:
7043         Add ms-gsm to the src template.
7044
7045 2006-09-18  Wim Taymans  <wim@fluendo.com>
7046
7047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7048         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7049         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7050         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7051         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7052         * gst/rtsp/gstrtspsrc.h:
7053         Small cleanups, added documentation.
7054         Try to clean up the requests and responses.
7055         Refactor parsing the supported methods.
7056
7057         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7058         (rtsp_connection_create), (rtsp_connection_send),
7059         (parse_response_status), (parse_request_line),
7060         (rtsp_connection_receive), (rtsp_connection_close),
7061         (rtsp_connection_free):
7062         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7063         (rtsp_transport_init), (rtsp_transport_parse),
7064         (rtsp_transport_free):
7065         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7066         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7067         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7068         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7069         Use g_return_val some more.
7070
7071         * gst/rtsp/rtspdefs.h:
7072         Add more enum values to track initial states.
7073
7074         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7075         (rtsp_message_init_request), (rtsp_message_new_response),
7076         (rtsp_message_init_response), (rtsp_message_init_data),
7077         (rtsp_message_unset), (rtsp_message_free),
7078         (rtsp_message_add_header), (rtsp_message_remove_header),
7079         (rtsp_message_get_header), (rtsp_message_set_body),
7080         (rtsp_message_take_body), (rtsp_message_get_body),
7081         (rtsp_message_steal_body), (rtsp_message_dump):
7082         * gst/rtsp/rtspmessage.h:
7083         Reorder arguments, object goes as the first one.
7084         Use g_return_val some more.
7085
7086 2006-09-18  Wim Taymans  <wim@fluendo.com>
7087
7088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7089         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7090         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7091         * gst/rtsp/gstrtspsrc.h:
7092         Export sometimes source pad with correct caps on the template, create
7093         the ghostpad from the template.
7094         Remove RTCP template as we never expose RTCP.
7095         Protect against invalid body size.
7096         Avoid memcpy when creating the output buffer.
7097         Properly post an error and send EOS when the loop function is shut down.
7098
7099 2006-09-18  Wim Taymans  <wim@fluendo.com>
7100
7101         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7102
7103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7104         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7105         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7106         * gst/rtsp/gstrtspsrc.h:
7107         Make sure we can never set an invalid location.
7108
7109         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7110         * gst/rtsp/rtspmessage.h:
7111         Added _steal_body method for future use.
7112
7113         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7114         Make freeing of NULL url return immediatly.
7115
7116 2006-09-18  Wim Taymans  <wim@fluendo.com>
7117
7118         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7119
7120         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7121         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7122         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7123         (gst_rtspsrc_change_state):
7124         * gst/rtsp/gstrtspsrc.h:
7125         Use boilerplate.
7126         Make rtspsrc subclass GstBin to make state changes easier.
7127         Add Range header field on the PLAY request.
7128
7129 2006-09-18  Wim Taymans  <wim@fluendo.com>
7130
7131         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7132
7133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7134         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7135         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7136         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7137         * gst/rtsp/rtspconnection.c: (inet_aton):
7138         Small cleanups.
7139         when multicast is selected as the transport, create UDP sources and
7140         connect to the multicast group.
7141         Move parsing and setting of caps to a common place.
7142         Fixes #349894.
7143
7144 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7145
7146         * ext/flac/gstflactag.c:
7147         * gst/alpha/gstalpha.c:
7148         * gst/debug/breakmydata.c:
7149         * gst/debug/negotiation.c:
7150         * gst/debug/testplugin.c:
7151         * gst/effectv/gstaging.c:
7152         * gst/effectv/gstdice.c:
7153         * gst/effectv/gstedge.c:
7154         * gst/effectv/gstquark.c:
7155         * gst/effectv/gstrev.c:
7156         * gst/effectv/gstshagadelic.c:
7157         * gst/effectv/gstvertigo.c:
7158         * gst/effectv/gstwarp.c:
7159         * gst/multipart/multipartdemux.c:
7160         * gst/multipart/multipartmux.c:
7161         * gst/videobox/gstvideobox.c:
7162         * gst/videofilter/gstgamma.c:
7163         * gst/videofilter/gstvideotemplate.c:
7164         * gst/videomixer/videomixer.c:
7165         * sys/sunaudio/gstsunaudiosrc.h:
7166         More G_OBJECT macro fixing.
7167
7168 2006-09-16  Wim Taymans  <wim@fluendo.com>
7169
7170         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7171
7172         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7173         Correctly set the dwLength in strh.
7174         With this patch, the file duration is now displayed correctly in window
7175         media player and the AVI plays completely. Fixes #356147
7176
7177 2006-09-15  Wim Taymans  <wim@fluendo.com>
7178
7179         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7180
7181         * sys/sunaudio/gstsunaudiomixerctrl.c:
7182         (gst_sunaudiomixer_ctrl_build_list):
7183         Set the output track as the MASTER so that the gnome-settings-daemon
7184         keybindings for changing the volume using the keyboard works.
7185         Fixes #356142.
7186
7187 2006-09-15  Wim Taymans  <wim@fluendo.com>
7188
7189         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7190         Fix documentation, it is not possible to control the framerate of jpegdec
7191         using filtered caps yet. Fixes #355210.
7192         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7193         stop when there is an error.
7194
7195 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7198         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7199           Don't interpret a first buffer with an offset of NONE as
7200           'from the middle of the stream', but only a first buffer
7201           that has a valid buffer offset that's non-zero (see #345449).
7202
7203 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7206         (gst_icydemux_typefind_or_forward):
7207         * gst/icydemux/gsticydemux.h:
7208           When we merge/collect multiple incoming buffers for typefinding
7209           purposes, keep an initial 0 offset on the first outgoing buffer
7210           as well (otherwise id3demux won't work right). Fixes #345449.
7211           Also Make buffer metadata writable before setting buffer caps.
7212
7213         * tests/check/elements/icydemux.c: (typefind_succeed),
7214         (cleanup_icydemux), (push_data), (GST_START_TEST),
7215         (icydemux_suite):
7216           Small test case for the above.
7217
7218 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7221         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7222         (gst_avi_demux_stream_header_push),
7223         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7224         (gst_avi_demux_loop):
7225           More code reuse and better logging in _peek_chunk(). Reintroduce check
7226           for chunk sizes before reading them (avoid oom). Better handling for 
7227           invalid chunksizes when streaming.
7228
7229 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7230
7231         * gst/level/gstlevel.c: (gst_level_set_property):
7232         * gst/level/gstlevel.h:
7233           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7234           René Stadler
7235
7236 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7237
7238         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7239         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7240         (gst_avi_demux_stream_data):
7241           Revert one change to fix streaming avi (adapter size != data size).
7242
7243 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7244
7245         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7246
7247         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7248         (gst_matroska_demux_reset),
7249         (gst_matroska_demux_read_track_encodings),
7250         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7251         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7252         (gst_matroska_demux_subtitle_caps):
7253         * gst/matroska/matroska-ids.h:
7254           Add support for VOBSUB subtitle tracks and zlib-compressed
7255           tracks. Make sure we start on a keyframe after a seek. (#343348)
7256
7257 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7258
7259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7260         (gst_matroska_demux_push_flac_codec_priv_data),
7261         (gst_matroska_demux_push_xiph_codec_priv_data),
7262         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7263         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7264         * gst/matroska/matroska-ids.h:
7265           Add basic FLAC support (#311586), not perfect yet though, needs some
7266           tweaking in flacdec; also, seeking could be better.
7267           Do better bounds checking when deserialising vorbis stream headers
7268           to make sure we don't read beyond the end of the buffer on bad input.
7269
7270 2006-09-04  Wim Taymans  <wim@fluendo.com>
7271
7272         Patch by: Alessandro Decina <alessandro at nnva dot org>
7273
7274         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7275         Seeking back in a file containing a CMML stream errors out if the seek
7276         goes back up to the CMML headers. This is because after the seek the xml
7277         processing instruction <?xml ...?> is submitted to the xml parser again, 
7278         which results in an error. The attached patch fixes the problem. 
7279         Fixes #353908.
7280
7281         * ext/annodex/gstcmmlenc.h:
7282         Fix authors name.
7283
7284
7285 2006-08-28  Andy Wingo  <wingo@pobox.com>
7286
7287         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7288         New helper function to lessen the ifdefs.
7289         (GST_INFO_OBJECT): 
7290         (gst_dv1394src_iso_receive): Use it.
7291         (gst_dv1394src_create): Also use the control sockets in iec61883
7292         mode.
7293         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7294         handle for AVC operations; fixes #348233.
7295
7296 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7297
7298         * configure.ac:
7299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7300         * docs/plugins/inspect/plugin-audiofx.xml:
7301         * docs/plugins/inspect/plugin-audiofxgood.xml:
7302         * gst/audiofx/Makefile.am:
7303         * gst/audiofx/audiofx.c:
7304         * gst/audiofxgood/.cvsignore:
7305         * gst/audiofxgood/Makefile.am:
7306         * gst/audiofxgood/audiofx.c:
7307         * gst/audiofxgood/audiopanorama.c:
7308         * gst/audiofxgood/audiopanorama.h:
7309           Rename again (audiofxgood -> audiofx).
7310
7311 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7312
7313         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7314         (gst_avi_demux_stream_scan):
7315           Initialze variables.
7316
7317 2006-08-25  Wim Taymans  <wim@fluendo.com>
7318
7319         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7320         (gst_avi_demux_init), (gst_avi_demux_finalize),
7321         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7322         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7323         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7324         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7325         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7326         (gst_avi_demux_massage_index),
7327         (gst_avi_demux_calculate_durations_from_index),
7328         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7329         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7330         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7331         (gst_avi_demux_change_state):
7332         * gst/avi/gstavidemux.h:
7333         More attempts to turn this into readable code.
7334         Don't leak adapters.
7335         Calculate duration according to index more efficiently.
7336         Don't try to act like we drive the pipeline in chain mode.
7337
7338 2006-08-25  Wim Taymans  <wim@fluendo.com>
7339
7340         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7341         Fix build.
7342
7343 2006-08-25  Wim Taymans  <wim@fluendo.com>
7344
7345         Patch by: Alessandro Decina <alessandro at nnva dot org>
7346
7347         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7348         Do some extra sanity checks.
7349         Fixes #350340.
7350
7351         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7352         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7353         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7354         Check if clip->start_time is valid before adding the clip to the
7355         track list.
7356         Reset enc->preamble going from PAUSED to READY.
7357         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7358         only used for EOS.
7359         Only post an error message if we were the one that created the fatal
7360         GstFlowReturn value.
7361
7362         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7363         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7364         Parse the seconds field of the npt-sec time format using %llu rather than
7365         %d and check that the value scaled by GST_SECOND doesn't overflow.
7366         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7367         Lookup a clip's track with clip->track rather than clip->id which
7368         makes no sense.
7369         Identify a clip by its track and start time and not its xml id.
7370         do some more input checking and make sure we don't do undefined shifts.
7371
7372         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7373         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7374         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7375         (push_clip), (push_empty_clip), (check_output_clip),
7376         (GST_START_TEST), (cmmldec_suite):
7377         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7378         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7379         (check_headers), (push_clip), (check_clip_times), (check_clip),
7380         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7381         Added some more checks.
7382
7383 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7384
7385         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7386         (gst_audio_panorama_set_property),
7387         (gst_audio_panorama_get_property),
7388         (gst_audio_panorama_transform_m2s_int),
7389         (gst_audio_panorama_transform_s2s_int),
7390         (gst_audio_panorama_transform_m2s_float),
7391         (gst_audio_panorama_transform_s2s_float):
7392         * gst/audiofxgood/audiopanorama.h:
7393         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7394           Make also the pan-property float (saves scaling and yields better
7395           resolution)
7396
7397 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7398
7399         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7400         (gst_audio_panorama_transform_m2s_float),
7401         (gst_audio_panorama_transform_s2s_float):
7402           ChangeLog surgery to add cymax's real name
7403
7404
7405 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7406
7407         Patch by: René Stadler <mail@renestadler.de>
7408
7409         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7410         (gst_audio_panorama_transform_m2s_int),
7411         (gst_audio_panorama_transform_s2s_int),
7412         (gst_audio_panorama_transform_m2s_float),
7413         (gst_audio_panorama_transform_s2s_float),
7414         (gst_audio_panorama_transform):
7415         * gst/audiofxgood/audiopanorama.h:
7416           Added float support
7417
7418 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * gst/audiofxgood/audiopanorama.c:
7421         (gst_audio_panorama_transform_m2s):
7422           Fix docs & debug category. Add Fixme for volume pan levels.
7423
7424 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7425
7426         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7427         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7428         (gst_avi_demux_stream_header_pull),
7429         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7430         (gst_avi_demux_chain):
7431           unbreak AVI index handling, some more debug, remove an obsolete
7432           adapter_flush that caused streaming to wander off in the wild
7433
7434 2006-08-24  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7437         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7438         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7439         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7440         (gst_avi_demux_calculate_durations_from_index),
7441         (gst_avi_demux_stream_header_push),
7442         (gst_avi_demux_stream_header_pull):
7443         * gst/avi/gstavidemux.h:
7444         Some more cleanups. 
7445         Fix totalFrames parsing in ODML.
7446         Disable use of index for length calculation in case of ODML as this is
7447         broken now.
7448
7449 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7452           Use libgsttag helper function here too.
7453
7454 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7455
7456         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7457         (gst_avi_demux_init), (gst_avi_demux_dispose),
7458         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7459         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7460         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7461         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7462         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7463         (gst_avi_demux_parse_subindex),
7464         (gst_avi_demux_read_subindexes_push),
7465         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7466         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7467         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7468         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7469         (gst_avi_demux_stream_header_pull),
7470         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7471         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7472         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7473         (gst_avi_demux_change_state):
7474         * gst/avi/gstavidemux.h:
7475           Initial streaming support for avidemux (fixes #336465)
7476
7477 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7480           There is no taglibmux element ...
7481
7482         * gst/rtsp/gstrtspsrc.c:
7483           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7484           was complaining about unknown entity here.
7485
7486 2006-08-22  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7489         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7490         (gst_avi_demux_process_next_entry):
7491         * gst/avi/gstavidemux.h:
7492         Mark DISCONT.
7493         Remove old unused fields and reorder the struct a bit.
7494
7495 2006-08-22  Wim Taymans  <wim@fluendo.com>
7496
7497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7498         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7499         (gst_rtspsrc_pause):
7500         * gst/rtsp/gstrtspsrc.h:
7501         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7502         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7503         Small documentation updates.
7504
7505 2006-08-22  Wim Taymans  <wim@fluendo.com>
7506
7507         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7508         (gst_avi_demux_index_entry_for_time),
7509         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7510         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7511         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7512         (gst_avi_demux_next_data_buffer),
7513         (gst_avi_demux_calculate_durations_from_index),
7514         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7515         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7516         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7517         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7518         * gst/avi/gstavidemux.h:
7519         Precalc most of the duration query for each stream.
7520         Make seeking more correct.
7521         Use GstSegment to track position and duration.
7522         Code cleanups and leak fixes.
7523         Calculate correct total duration based on index length.
7524
7525 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7526
7527         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7528         (parse_insert_string_field):
7529           If strings in text fields are marked ISO8859-1, but contain
7530           valid UTF-8 already, then handle them as UTF-8 and ignore
7531           the encoding. (#351794)
7532
7533 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7536         (gst_flac_dec_write), (gst_flac_dec_loop),
7537         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7538         (gst_flac_dec_src_query):
7539         * ext/flac/gstflacdec.h:
7540           Make flac-in-ogg work (#352100).
7541
7542 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7543
7544         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7545           Don't unref buffers of which we've already given away
7546           ownership to the adapter.
7547
7548 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7551           Make metadata extraction actually work.
7552
7553         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7554         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7555         (gst_speexenc_chain):
7556           Fix metadata writing: replace old code which wrote completely
7557           broken tags with libgsttag-based code. Plus miscellaneous
7558           code cleanups (use static pad templates etc.) and a bunch
7559           of leak fixes.
7560
7561 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7562
7563         * gst/audiopanorama/.cvsignore:
7564         * gst/audiopanorama/Makefile.am:
7565         * gst/audiopanorama/audiofx.c:
7566         * gst/audiopanorama/audiopanorama.c:
7567         * gst/audiopanorama/audiopanorama.h:
7568           die! die! die! you should never have been there
7569
7570 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7571
7572         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7573         Fix invalid memory access in audiopanorama test suite.
7574
7575 2006-08-21  Edward Hervey  <edward@fluendo.com>
7576
7577         * tests/check/elements/.cvsignore:
7578         ignore built file
7579
7580 2006-08-21  Wim Taymans  <wim@fluendo.com>
7581
7582         * gst/rtp/Makefile.am:
7583         Fix the build again.
7584
7585 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7586
7587         * gst/audiofxgood/.cvsignore:
7588         * gst/audiofxgood/Makefile.am:
7589         * gst/audiofxgood/audiofx.c: (plugin_init):
7590         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7591         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7592         (gst_audio_panorama_set_property),
7593         (gst_audio_panorama_get_property),
7594         (gst_audio_panorama_get_unit_size),
7595         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7596         (gst_audio_panorama_transform_m2s),
7597         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7598         * gst/audiofxgood/audiopanorama.h:
7599           resubmit with the desired name *again*
7600
7601 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7602
7603         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7604         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7605           use g_assert in _get_unit_size
7606
7607 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7608
7609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7611         * docs/plugins/inspect/plugin-audiofxgood.xml:
7612           cleanup -unused.txt to make it useful, add previously missing docs
7613
7614         * ext/Makefile.am:
7615           Quietly (accidentally) enable LADSPA for building by default, 
7616           despite the fact that it doesn't meet the plugin checklist.
7617             -- Added by Jan Schmidt 18 Dec 2006
7618
7619         * ext/esd/esdmon.c:
7620         * ext/esd/esdsink.c:
7621         * ext/esd/gstesd.c: (plugin_init):
7622           reflow to get rid of two external symbols
7623
7624         * gst/audiofxgood/audiofx.c: (plugin_init):
7625           re-add
7626
7627 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7628
7629         * configure.ac:
7630         * gst/audiofxgood/.cvsignore:
7631         * gst/audiofxgood/Makefile.am:
7632         * gst/audiofxgood/audiofx.c
7633         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7634         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7635         (gst_audio_panorama_set_property),
7636         (gst_audio_panorama_get_property),
7637         (gst_audio_panorama_get_unit_size),
7638         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7639         (gst_audio_panorama_transform_m2s),
7640         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7641         * gst/audiofxgood/audiopanorama.h:
7642         * tests/check/Makefile.am:
7643         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7644         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7645         (panorama_suite), (main):
7646         Add audiofxgood plugin with audiopanorama element
7647
7648 2006-08-18  Wim Taymans  <wim@fluendo.com>
7649
7650         * docs/plugins/Makefile.am:
7651         More Oss docs fixage. 
7652
7653 2006-08-18  Wim Taymans  <wim@fluendo.com>
7654
7655         * gst/rtp/Makefile.am:
7656         * gst/rtp/gstrtp.c: (plugin_init):
7657         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7658         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7659         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7660         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7661         (gst_rtp_sv3v_depay_get_property),
7662         (gst_rtp_sv3v_depay_change_state),
7663         (gst_rtp_sv3v_depay_plugin_init):
7664         * gst/rtp/gstrtpsv3vdepay.h:
7665         Added experimental SVQ3 depayloader.
7666
7667 2006-08-18  Edward Hervey  <edward@fluendo.com>
7668
7669         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7670         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7671         * ext/dv/gstdvdemux.h:
7672         When handling seek requests, don't send the newsegment event from the
7673         calling thread. Instead save it so it can be sent from the streaming
7674         thread.
7675
7676 2006-08-17  Wim Taymans  <wim@fluendo.com>
7677
7678         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7679
7680         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7681         Accept leading whitespace before the boundary
7682         This patch makes the demuxer allow some whitespace before the actual
7683         boundary. This makes the demuxer work with the ``old'' gstreamer
7684         multipartmuxer again (which placed an extra \n before the start
7685         of the stream) Fixes #349068.
7686
7687 2006-08-17  Wim Taymans  <wim@fluendo.com>
7688
7689         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7690         Error out on non-implemented stuff.
7691
7692 2006-08-16  Wim Taymans  <wim@fluendo.com>
7693
7694         Patch by: Andy Wingo <wingo at pobox dot com>
7695
7696         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7697         (gst_signal_processor_start), (gst_signal_processor_stop),
7698         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7699         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7700         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7701         (gst_signal_processor_change_state):
7702         Make ladspa elements reusable. Fixes #350006.
7703
7704 2006-08-16  Wim Taymans  <wim@fluendo.com>
7705
7706         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7707         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7708         names as possible. Fixes #349901.
7709
7710 2006-08-16  Wim Taymans  <wim@fluendo.com>
7711
7712         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7713         (gst_signal_processor_do_pushes):
7714         A push() gives away our refcount so we should not use the buffer on the
7715         pen anymore.
7716
7717 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7720         (gst_oss_mixer_element_finalize):
7721           Don't leak device string.
7722
7723 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7724
7725         * configure.ac:
7726           Require CVS of GStreamer core and -base (for
7727           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7728
7729         * ext/taglib/gstid3v2mux.cc:
7730           Write extended comment tags properly (#348762).
7731
7732         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7733         (parse_comment_frame):
7734           Extract COMM frames into extended comments, which makes it
7735           easier to properly retain the description bit of the tag
7736           and maintain this information when re-tagging (#348762).
7737
7738 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * tests/check/Makefile.am:
7741           Don't try to run annodex unit tests if the annodex
7742           plugin has not been built (Fixes #351116).
7743
7744 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * gst/autodetect/gstautoaudiosink.c:
7747         (gst_auto_audio_sink_find_best):
7748           When we can't find a usable audiosink, don't error out,
7749           but use a fake sink instead and post a warning message
7750           on the bus (#341278).
7751
7752 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7755         * sys/oss/gstosssink.c:
7756         * sys/oss/gstosssrc.c:
7757           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7758           ossmixer's new device property.
7759
7760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7762           Add docs for OSS elements.
7763
7764         * docs/plugins/inspect/plugin-aasink.xml:
7765         * docs/plugins/inspect/plugin-alaw.xml:
7766         * docs/plugins/inspect/plugin-alpha.xml:
7767         * docs/plugins/inspect/plugin-alphacolor.xml:
7768         * docs/plugins/inspect/plugin-annodex.xml:
7769         * docs/plugins/inspect/plugin-apetag.xml:
7770         * docs/plugins/inspect/plugin-auparse.xml:
7771         * docs/plugins/inspect/plugin-autodetect.xml:
7772         * docs/plugins/inspect/plugin-avi.xml:
7773         * docs/plugins/inspect/plugin-cacasink.xml:
7774         * docs/plugins/inspect/plugin-cairo.xml:
7775         * docs/plugins/inspect/plugin-cdio.xml:
7776         * docs/plugins/inspect/plugin-cutter.xml:
7777         * docs/plugins/inspect/plugin-debug.xml:
7778         * docs/plugins/inspect/plugin-dv.xml:
7779         * docs/plugins/inspect/plugin-efence.xml:
7780         * docs/plugins/inspect/plugin-effectv.xml:
7781         * docs/plugins/inspect/plugin-esdsink.xml:
7782         * docs/plugins/inspect/plugin-flac.xml:
7783         * docs/plugins/inspect/plugin-flxdec.xml:
7784         * docs/plugins/inspect/plugin-gconfelements.xml:
7785         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7786         * docs/plugins/inspect/plugin-goom.xml:
7787         * docs/plugins/inspect/plugin-halelements.xml:
7788         * docs/plugins/inspect/plugin-icydemux.xml:
7789         * docs/plugins/inspect/plugin-id3demux.xml:
7790         * docs/plugins/inspect/plugin-jpeg.xml:
7791         * docs/plugins/inspect/plugin-level.xml:
7792         * docs/plugins/inspect/plugin-matroska.xml:
7793         * docs/plugins/inspect/plugin-mulaw.xml:
7794         * docs/plugins/inspect/plugin-multipart.xml:
7795         * docs/plugins/inspect/plugin-navigationtest.xml:
7796         * docs/plugins/inspect/plugin-ossaudio.xml:
7797         * docs/plugins/inspect/plugin-png.xml:
7798         * docs/plugins/inspect/plugin-rtp.xml:
7799         * docs/plugins/inspect/plugin-rtsp.xml:
7800         * docs/plugins/inspect/plugin-shout2send.xml:
7801         * docs/plugins/inspect/plugin-smpte.xml:
7802         * docs/plugins/inspect/plugin-speex.xml:
7803         * docs/plugins/inspect/plugin-taglib.xml:
7804         * docs/plugins/inspect/plugin-udp.xml:
7805         * docs/plugins/inspect/plugin-videobalance.xml:
7806         * docs/plugins/inspect/plugin-videobox.xml:
7807         * docs/plugins/inspect/plugin-videoflip.xml:
7808         * docs/plugins/inspect/plugin-videomixer.xml:
7809         * docs/plugins/inspect/plugin-wavenc.xml:
7810         * docs/plugins/inspect/plugin-wavparse.xml:
7811         * docs/plugins/inspect/plugin-ximagesrc.xml:
7812           Update to CVS version.
7813           
7814 2006-08-16  Wim Taymans  <wim@fluendo.com>
7815
7816         * gst/rtp/gstrtpamrdepay.c:
7817         * gst/rtp/gstrtpmp4gdepay.c:
7818         Caps extra properties must be defined as strings for
7819         depayloaders because they are generated from an SDP.
7820
7821         * gst/rtp/Makefile.am:
7822         * gst/rtp/gstrtp.c: (plugin_init):
7823         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7824         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7825         (gst_rtp_h264_depay_finalize), (decode_base64),
7826         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7827         (gst_rtp_h264_depay_set_property),
7828         (gst_rtp_h264_depay_get_property),
7829         (gst_rtp_h264_depay_change_state),
7830         (gst_rtp_h264_depay_plugin_init):
7831         * gst/rtp/gstrtph264depay.h:
7832         Added basic, not completely functional RFC 3984 H264 depayloader.
7833
7834 2006-08-16  Wim Taymans  <wim@fluendo.com>
7835
7836         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7837         Add pads after setting them up.
7838
7839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7840         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7841         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7842         (gst_rtspsrc_stream_setup_rtp),
7843         (gst_rtspsrc_stream_configure_transport),
7844         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7845         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7846         (gst_rtspsrc_pause):
7847         * gst/rtsp/gstrtspsrc.h:
7848         Fix interleaved mode.
7849          - Protect streaming with lock.
7850          - Combine flows
7851          - set caps on outgoing buffers.
7852          - strip trailing \0 from data packets.
7853          - Configure RTP/RTCP in stream.
7854         Use DEBUG_OBJECT more.
7855
7856 2006-08-16  Wim Taymans  <wim@fluendo.com>
7857
7858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7859         Turn a g_print into a DEBUG line.
7860
7861 2006-08-13  Wim Taymans  <wim@fluendo.com>
7862
7863         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7864         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7865         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7866         (gst_oss_mixer_element_get_property),
7867         (gst_oss_mixer_element_change_state):
7868         * sys/oss/gstossmixerelement.h:
7869         Small cleanups. Better error reporting.
7870         Add device property for the mixer instead of the hardcoded
7871         /dev/mixer. Fixes #350785.
7872         API: GstOssMixerElement::device property
7873
7874 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7875
7876         Patch by: Jens Granseuer <jensgr at gmx net>
7877
7878         * gconf/Makefile.am:
7879           Make --disable-schemas work right (they still need
7880           to be copied to the installation directory, just not
7881           applied). Fixes #351347 (also #344100).
7882           
7883 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7884
7885         * configure.ac: back to HEAD
7886
7887 === release 0.10.4 ===
7888
7889 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7890
7891         * configure.ac:
7892           releasing 0.10.4, "Dear Leader"
7893
7894 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7895
7896         Patch by: Edward Hervey <edward@fluendo.com>
7897
7898         * configure.ac:
7899         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7900         (gst_wavparse_stream_data):
7901         Send the newsegment event in the streaming thread.
7902         Fixes #347529
7903
7904 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7907         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7908         (gst_smokeenc_resync), (gst_smokeenc_chain):
7909           Refuse sink caps in the encoder if width or height is not a
7910           multiple of 16, the encoder does not support that yet (#349939);
7911           along the same lines, check the return value of the encoder
7912           setup function; also remove some debug log clutter.
7913
7914 2006-08-04  Andy Wingo  <wingo@pobox.com>
7915
7916         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7917         whether a processor can work in place or not, and for keeping
7918         track of its state. Change the FlowReturn instance variable from
7919         "state" to "flow_state", all callers changed.
7920
7921         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7922         (gst_signal_processor_start, gst_signal_processor_stop)
7923         (gst_signal_processor_cleanup): New functions to manage the
7924         processor's state.
7925         (gst_signal_processor_setcaps): start() as well as setup() here.
7926         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7927         (gst_signal_processor_change_state): Stop and cleanup the
7928         processor as we go to NULL.
7929
7930         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7931         INPLACE_BROKEN is not set.
7932
7933         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7934         Do the alloc_buffer in bytes, not frames.
7935         
7936 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7937
7938         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7939         Fix rgb masks when recording in < 24bpp.
7940
7941 2006-08-04  Andy Wingo  <wingo@pobox.com>
7942
7943         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7944         (gst_signal_processor_prepare)
7945         (gst_signal_processor_update_inputs)
7946         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7947         (gst_signal_processor_flush)
7948         (gst_signal_processor_sink_activate_push)
7949         (gst_signal_processor_src_activate_pull)
7950         (gst_signal_processor_change_state): Remove the last of the code
7951         that assumes that we process whole buffers at a time. Fix some
7952         debugging. Seems to work now in some cases.
7953         (gst_signal_processor_src_activate_pull): BPB
7954
7955 2006-08-01  Andy Wingo  <wingo@pobox.com>
7956
7957         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7958         Fix nframes-choosing.
7959         (gst_signal_processor_init): Init pending_in and pending_out.
7960
7961         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7962         more default sample rate, although we never check that the sample
7963         rate actually gets set. Something for the future.
7964         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7965         (gst_signal_processor_event): Refcount fixen.
7966         (gst_signal_processor_process): Pull the number of frames to
7967         process from the sizes of the buffers in the input pens.
7968         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7969         (gst_signal_processor_do_pulls): Add an nframes argument, and use
7970         it instead of buffer_frames.
7971         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7972         to do_pulls.
7973         (gst_signal_processor_chain)
7974         (gst_signal_processor_sink_activate_push)
7975         (gst_signal_processor_src_activate_pull):  Refcount fixen.
7976
7977         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7978
7979 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
7980
7981         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7982         (gst_signal_processor_process):
7983           don't query buffer-frames from caps, add lots of debug-log,
7984           try fix for assert (#349189)
7985
7986 2006-07-31  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/udp/gstudpsrc.c:
7989         Fix docs.
7990
7991 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
7992
7993         * ext/ladspa/gstsignalprocessor.c:
7994         (gst_signal_processor_add_pad_from_template),
7995         (gst_signal_processor_init), (gst_signal_processor_setcaps),
7996         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7997         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7998         (gst_signal_processor_sink_activate_push),
7999         (gst_signal_processor_src_activate_pull),
8000         (gst_signal_processor_change_state):
8001          Add debugs logs here and there, add more error handling, add some
8002          FIXME comments, filed #349189
8003
8004 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8005
8006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8007         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8008         Set caps on buffer correctly.  Fixes bug #349155.
8009
8010 2006-07-28  Wim Taymans  <wim@fluendo.com>
8011
8012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8013
8014         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8015         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8016         (gst_multipart_demux_finalize), (get_line_end),
8017         (multipart_parse_header), (multipart_find_boundary),
8018         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8019         (gst_multipart_set_property), (gst_multipart_get_property):
8020         Uses GstAdapter instead of own buffering.
8021         Actually parses the mime-type correctly (In tests the mime-type was
8022         always "" with the old version).
8023         Uses the Content-length header if available to speed up things.
8024         Reliably autoscans the boundary name by default.
8025         Fixes #349068.
8026
8027         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8028         Don't start the stream with a \n.
8029
8030 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         Patch by: Brian Cameron <brian dot cameron at sun com>
8033
8034         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8035           Open source with O_NONBLOCK (#349015).
8036
8037 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8038
8039         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8040         (gst_avi_demux_massage_index):
8041         * gst/avi/gstavidemux.h:
8042           Whitespace fixes and more debug
8043
8044 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * gst/autodetect/gstautoaudiosink.c:
8047         (gst_auto_audio_sink_create_element_with_pretty_name),
8048         (gst_auto_audio_sink_find_best),
8049         (gst_auto_audio_sink_change_state):
8050           Get rid of old and unused magic sound-server properties stuff.
8051           Add suffix to child sink's name that makes it easy to see from
8052           the name alone which type it actually is (alsa, oss, esd, etc.).
8053
8054 2006-07-27  Wim Taymans  <wim@fluendo.com>
8055
8056         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8057         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8058         (gst_udpsrc_start):
8059         * gst/udp/gstudpsrc.h:
8060         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8061         not some sort of feature we enable.
8062
8063 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8064
8065         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8066           Use CLOSE_SOCKET() here instead of close() to maintain
8067           win32 workiness.
8068
8069 2006-07-27  Wim Taymans  <wim@fluendo.com>
8070
8071         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8072
8073         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8074         (gst_udpsrc_create), (gst_udpsrc_set_property),
8075         (gst_udpsrc_get_property), (gst_udpsrc_start):
8076         * gst/udp/gstudpsrc.h:
8077         Added "buffer-size" property to control the kernel receive buffer size.
8078         Update documentation.
8079         Small cleanups. Fixes #348752.
8080         API: buffer-size property
8081
8082 2006-07-26  Wim Taymans  <wim@fluendo.com>
8083
8084         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8085
8086         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8087         (gst_rtp_pcma_pay_handle_buffer):
8088         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8089         (gst_rtp_pcmu_pay_handle_buffer):
8090         Fix timestamp calculation on outgoing RTP packets.
8091         Fixes #348675.
8092
8093 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8094
8095         * ext/taglib/gstid3v2mux.cc:
8096           Fix writing of comment frames (should be COMM not TCOM),
8097           is still sub-optimal though, since we don't retain or
8098           extract the comment descriptions properly (#334375,
8099           also see #334375).
8100
8101 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8102
8103         * gst/wavparse/gstwavparse.c:
8104           #define 'fact' RIFF chunk if we are not compiling against
8105           -base CVS (we don't want to depend on -base CVS for this
8106           one define only, and also not for release order reasons).
8107
8108 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * ext/taglib/gstid3v2mux.cc:
8111           Handle multiple tags of the same type properly. Re-inject
8112           unparsed ID3v2 frames that we get as binary blobs from
8113           id3demux into the tag again so we don't lose information
8114           when retagging (#334375).
8115
8116 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8119           Document newly-added properties properly, so that there is a
8120           'Since: 0.10.4' in the plugin docs. Convert some property
8121           names into canonical GObject style (GObject will do that
8122           internally anyway).
8123
8124 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8125
8126         * gst/id3demux/id3tags.c:
8127         (id3demux_add_id3v2_frame_blob_to_taglist):
8128           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8129           well, and add the version to the blob's buffer caps, since that
8130           information will be needed for deserialisation later on (#348644).
8131
8132 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8135         (gst_avi_demux_parse_stream):
8136          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8137          indentation and spacing.
8138
8139 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * docs/plugins/Makefile.am:
8142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8144         * docs/plugins/gst-plugins-good-plugins.args:
8145         * docs/plugins/inspect/plugin-1394.xml:
8146         * docs/plugins/inspect/plugin-aasink.xml:
8147         * docs/plugins/inspect/plugin-alaw.xml:
8148         * docs/plugins/inspect/plugin-alpha.xml:
8149         * docs/plugins/inspect/plugin-alphacolor.xml:
8150         * docs/plugins/inspect/plugin-annodex.xml:
8151         * docs/plugins/inspect/plugin-apetag.xml:
8152         * docs/plugins/inspect/plugin-auparse.xml:
8153         * docs/plugins/inspect/plugin-autodetect.xml:
8154         * docs/plugins/inspect/plugin-avi.xml:
8155         * docs/plugins/inspect/plugin-cacasink.xml:
8156         * docs/plugins/inspect/plugin-cairo.xml:
8157         * docs/plugins/inspect/plugin-cdio.xml:
8158         * docs/plugins/inspect/plugin-cutter.xml:
8159         * docs/plugins/inspect/plugin-debug.xml:
8160         * docs/plugins/inspect/plugin-dv.xml:
8161         * docs/plugins/inspect/plugin-efence.xml:
8162         * docs/plugins/inspect/plugin-effectv.xml:
8163         * docs/plugins/inspect/plugin-esdsink.xml:
8164         * docs/plugins/inspect/plugin-flac.xml:
8165         * docs/plugins/inspect/plugin-flxdec.xml:
8166         * docs/plugins/inspect/plugin-gconfelements.xml:
8167         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8168         * docs/plugins/inspect/plugin-goom.xml:
8169         * docs/plugins/inspect/plugin-halelements.xml:
8170         * docs/plugins/inspect/plugin-icydemux.xml:
8171         * docs/plugins/inspect/plugin-id3demux.xml:
8172         * docs/plugins/inspect/plugin-jpeg.xml:
8173         * docs/plugins/inspect/plugin-level.xml:
8174         * docs/plugins/inspect/plugin-matroska.xml:
8175         * docs/plugins/inspect/plugin-mulaw.xml:
8176         * docs/plugins/inspect/plugin-multipart.xml:
8177         * docs/plugins/inspect/plugin-navigationtest.xml:
8178         * docs/plugins/inspect/plugin-ossaudio.xml:
8179         * docs/plugins/inspect/plugin-png.xml:
8180         * docs/plugins/inspect/plugin-rtp.xml:
8181         * docs/plugins/inspect/plugin-rtsp.xml:
8182         * docs/plugins/inspect/plugin-shout2send.xml:
8183         * docs/plugins/inspect/plugin-smpte.xml:
8184         * docs/plugins/inspect/plugin-speex.xml:
8185         * docs/plugins/inspect/plugin-udp.xml:
8186         * docs/plugins/inspect/plugin-videobalance.xml:
8187         * docs/plugins/inspect/plugin-videobox.xml:
8188         * docs/plugins/inspect/plugin-videoflip.xml:
8189         * docs/plugins/inspect/plugin-videomixer.xml:
8190         * docs/plugins/inspect/plugin-wavenc.xml:
8191         * docs/plugins/inspect/plugin-wavparse.xml:
8192         * docs/plugins/inspect/plugin-ximagesrc.xml:
8193           Update files to CVS/Prerelease version, add esdsink docs.
8194
8195         * ext/esd/esdsink.c:
8196           Add gtk-doc blurb.
8197
8198         * gst/rtp/gstrtpmp4vpay.c:
8199           Fix typo in element description.
8200
8201 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8202
8203         * ext/esd/esdsink.c: (gst_esdsink_open),
8204         (gst_esdsink_factory_init):
8205           Prevent libesd from auto-spawning a sound daemon if it
8206           is not already running. Now that we don't do evil stuff
8207           like that any longer we can give esdsink a rank so that
8208           autoaudiosink will try it as well if all other audio
8209           sinks fail (#343051).
8210
8211 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8212
8213         * ext/esd/Makefile.am:
8214           Oops, need to remove README from EXTRA_DIST as well.
8215
8216 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * ext/esd/README:
8219           Remove, it contains nothing useful anyway.
8220
8221         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8222         (gst_esdsink_delay):
8223           Some small clean-ups; use GST_BOILERPLATE etc.
8224
8225 2006-07-24  Wim Taymans  <wim@fluendo.com>
8226
8227         * gst/law/alaw-decode.c: (alawdec_getcaps):
8228         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8229         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8230         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8231         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8232
8233 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8234
8235         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8236         (gst_wavparse_other), (gst_wavparse_perform_seek),
8237         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8238         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8239         (gst_wavparse_pad_query):
8240         * gst/wavparse/gstwavparse.h:
8241           Use information from 'fact' chunk for length calculation of compressed
8242           samples. Calculate bps if bogus value is found in wav header (embeded
8243           mp2/mp3).
8244           
8245
8246 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8249
8250         * configure.ac:
8251         * gst/udp/Makefile.am:
8252         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8253         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8254         * gst/udp/gstdynudpsink.h:
8255         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8256         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8257         * gst/udp/gstmultiudpsink.h:
8258         * gst/udp/gstudp.c: (plugin_init):
8259         * gst/udp/gstudpsink.h:
8260         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8261         (gst_udpsrc_start), (gst_udpsrc_stop):
8262         * gst/udp/gstudpsrc.h:
8263         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8264         (gst_udp_net_utils_win32_wsa_startup):
8265         * gst/udp/gstudpnetutils.h:
8266           Port udp plugin to win32 (#345288).
8267
8268 2006-07-24  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8271         Remove unwanted DEBUG line.
8272
8273 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8274
8275         * gst/id3demux/gstid3demux.c: (plugin_init):
8276         * gst/id3demux/id3tags.c:
8277         (id3demux_add_id3v2_frame_blob_to_taglist):
8278         * gst/id3demux/id3tags.h:
8279           On second thought, it might be wiser and more efficient
8280           not to do tag registration from a streaming thread.
8281
8282 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8283
8284         * gst/id3demux/id3tags.c:
8285         (id3demux_add_id3v2_frame_blob_to_taglist),
8286         (id3demux_id3v2_frames_to_tag_list):
8287           Put ID3v2 frames we can't parse as binary blobs into private
8288           tags, so that they are not lost when retagging, at least once
8289           id3v2mux has been taught to re-inject those frames again.
8290           See bug #334375.
8291
8292 2006-07-21  Wim Taymans  <wim@fluendo.com>
8293
8294         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8295         (gst_avi_demux_process_next_entry):
8296         Fix some leaks.
8297
8298         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8299         Don't use \n in debug lines.
8300
8301 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8302
8303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8305           Add annodex and icydemux, cleanup the sections a bit
8306
8307 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         Patch by: Alex Lancaster <alexl at users sourceforge net>
8310
8311         * ext/taglib/gstid3v2mux.cc:
8312           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8313           ID3v2 TSSE frames (#347898).
8314
8315 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8316
8317         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8318           Respect mpegversion for "video/mpeg" and give message in case of
8319           unhandled versions.
8320
8321 2006-07-17  Wim Taymans  <wim@fluendo.com>
8322
8323         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8324         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8325         (gst_pngdec_chain), (gst_pngdec_sink_event),
8326         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8327         (gst_pngdec_sink_activate_push):
8328         * ext/libpng/gstpngdec.h:
8329         Use statically allocated segment instead of leaking.
8330         Various cleanups.
8331         Fix flush and seek handling.
8332
8333 2006-07-16  Wim Taymans  <wim@fluendo.com>
8334
8335         * gst/rtp/Makefile.am:
8336         * gst/rtp/gstrtp.c: (plugin_init):
8337         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8338         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8339         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8340         (gst_rtp_mp4g_depay_set_property),
8341         (gst_rtp_mp4g_depay_get_property),
8342         (gst_rtp_mp4g_depay_change_state),
8343         (gst_rtp_mp4g_depay_plugin_init):
8344         * gst/rtp/gstrtpmp4gdepay.h:
8345         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8346         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8347         (gst_rtp_mp4g_pay_flush):
8348         Added simple generic mpeg4 depayloader.
8349         Fix generic mpeg4 payloader.
8350
8351 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8352
8353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8354           Don't try doing state changes on a NULL pointer.
8355
8356 2006-07-14  Wim Taymans  <wim@fluendo.com>
8357
8358         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8359
8360         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8361         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8362         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8363         * gst/rtp/gstrtpamrdepay.h:
8364         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8365         Fixes #321191
8366
8367 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8368
8369         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8370         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8371         Fix segfault when moving mouse pointer to the bottom right corner.
8372
8373 2006-07-12  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst/rtp/Makefile.am:
8376         * gst/rtp/gstrtp.c: (plugin_init):
8377         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8378         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8379         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8380         (gst_rtp_mp2t_depay_set_property),
8381         (gst_rtp_mp2t_depay_get_property),
8382         (gst_rtp_mp2t_depay_change_state),
8383         (gst_rtp_mp2t_depay_plugin_init):
8384         * gst/rtp/gstrtpmp2tdepay.h:
8385         Added mpeg2 TS depayloader. Closing #347234.
8386
8387 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8390           Remove g_assert that shouldn't be there and was triggered
8391           after trying to open a device that doesn't exist or can't
8392           be opened for some other reason (#347972).
8393
8394 2006-07-10  Edward Hervey  <edward@fluendo.com>
8395
8396         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8397         (gst_avi_demux_stream_header), (push_tag_lists):
8398         * gst/avi/gstavidemux.h:
8399         Don't push tag events found by gst_riff_parse_info() before outputting
8400         GST_EVENT_NEWSEGMENT.
8401
8402 2006-07-10  Wim Taymans  <wim@fluendo.com>
8403
8404         * gst/rtsp/Makefile.am:
8405         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8406         (rtsp_connection_close):
8407         * gst/rtsp/rtspdefs.h:
8408         replaced closesocket and close in code with one CLOSE_SOCKET. 
8409         Some more cleanups. Fixes #345301.
8410
8411 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8412
8413         * gst/autodetect/gstautoaudiosink.c:
8414           Fix example pipeline in docs.
8415
8416 2006-07-10  Wim Taymans  <wim@fluendo.com>
8417
8418         Patch by: Rob Taylor <robtaylor at floopily dot org>
8419
8420         * gst/udp/gstmultiudpsink.c: (join_multicast),
8421         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8422         If a destination is added before the stream is set to PAUSED, the
8423         multicast group is not joined as the socket is not created yet. 
8424         Also TTL and LOOP should also be set. Fixes #346921.
8425
8426 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8427
8428         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8429         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8430         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8431         (gst_ximage_src_init):
8432         * sys/ximage/gstximagesrc.h:
8433         Fix use-damage property to actually work :)
8434         Add startx, starty, endx, endy properties so screencasts other than full
8435         screen ones can work.
8436
8437 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8438
8439         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8440         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8441         (gst_ximage_src_class_init), (gst_ximage_src_init):
8442         * sys/ximage/gstximagesrc.h:
8443         Add use_damage property to offer ability to choose whether to use
8444         XDamage or not.
8445
8446 2006-07-07  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/goom/filters.c: (zoomFilterSetResolution):
8449         Avoid goom coredumping by clearing memory. 
8450         Fixes 345679.
8451
8452 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8453
8454         * win32/vs6/libgstid3demux.dsp:
8455         Add a link to libgsttag-0.10.lib.
8456
8457 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8460         (gst_tag_demux_read_range):
8461         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8462         (gst_id3demux_read_range):
8463           Don't return FLOW_UNEXPECTED when a buffer is before
8464           the start of the stream (which might happen with
8465           large ID3v2 tags if the tag reading was done pullrange
8466           based and we then switched to push mode later on).
8467           Fixes regression introduced by commit from June 29th.
8468
8469 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * ext/taglib/gstid3v2mux.cc:
8472           Make UTF-8 the default encoding when writing string
8473           tags (before, our UTF-8 strings would automatically
8474           be converted to ISO-8859-1 by taglib and written as
8475           ISO-8859-1 fields if that was possible).
8476
8477         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8478         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8479         (test_taglib_id3mux_with_tags):
8480           Add test case that makes sure our UTF-8 strings have
8481           actually been written into the tag as UTF-8.
8482
8483 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * configure.ac:
8486           Let's try that again.
8487
8488 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * configure.ac:
8491           Disable monoscope plugin for now until it fulfills
8492           all the requirements.
8493
8494 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8495
8496         * configure.ac:
8497         * gst/monoscope/Makefile.am:
8498         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8499         (gst_monoscope_class_init), (gst_monoscope_init),
8500         (gst_monoscope_finalize), (gst_monoscope_reset),
8501         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8502         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8503         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8504         (gst_monoscope_change_state), (plugin_init):
8505         * gst/monoscope/gstmonoscope.h:
8506           Port monoscope visualisation to 0.10.
8507
8508 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8511         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8512           Return FLOW_UNEXPECTED when at the end of the file, not
8513           FLOW_ERROR. Fixes 'internal stream error' errors that
8514           would sometimes occur in totem when scrubbing to the
8515           end of an ID3v1 tagged mp3 file.
8516
8517 2006-07-03  Edward Hervey  <edward@fluendo.com>
8518
8519         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8520         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8521         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8522         * ext/libpng/gstpngdec.h:
8523         Implement buffer clipping/dropping using GstSegment.
8524         This provides accurate seeking.
8525
8526 2006-07-03  Edward Hervey  <edward@fluendo.com>
8527
8528         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8529         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8530         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8531         (gst_avi_demux_process_next_entry), (push_tag_lists),
8532         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8533         * gst/avi/gstavidemux.h:
8534         Proper aggregation of each stream's GstFlowReturn in order to figure out
8535         whether the task should stop or not.
8536         Don't send inline events before pushing out a NEW_SEGMENT, more
8537         specifically for GST_TAG_EVENT.
8538         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8539         sub-indexes.
8540
8541 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8542
8543         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8544
8545         * sys/sunaudio/gstsunaudiomixerctrl.c:
8546         (gst_sunaudiomixer_ctrl_build_list):
8547           Move "Monitor" slider to input tab so it works more like
8548           sdtaudiocontrol, which is what people on Solaris are used
8549           to using for their mixer program (#346259).
8550
8551 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8552
8553         * tests/check/elements/level.c: (GST_START_TEST):
8554           fix a leak, clean up at the end
8555
8556 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8557
8558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8559         (gst_matroska_demux_send_event),
8560         (gst_matroska_demux_loop_stream_parse_id):
8561         * gst/matroska/matroska-ids.h:
8562           Send tag event after newsegment event.
8563
8564 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8565
8566         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8567         (gst_id3demux_read_range):
8568           Make sure we don't return GST_FLOW_OK with a NULL buffer in
8569           certain cases where a read beyond the end of the file is
8570           requested. Fixes #345930.
8571
8572         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8573         (gst_tag_demux_read_range):
8574           Fix same issue here as well.
8575
8576 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8577
8578         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8579         
8580         Fix hypothetical crash.
8581
8582 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8583
8584         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8585
8586         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8587           Do not modify the ports value. If the user has turned off the
8588           built-in speakers, then we should not reset it in the prepare
8589           function, since this causes the built-in speakers to turn
8590           back on anytime the user changes a track in totem, rhythmbox,
8591           etc. (#346066).
8592
8593 2006-06-23  Wim Taymans  <wim@fluendo.com>
8594
8595         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8596         Fix double caps unref when negotiation fails.
8597
8598 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * ext/annodex/gstcmmldec.c:
8601         * ext/annodex/gstcmmlenc.c:
8602         * ext/annodex/gstcmmlparser.c:
8603         * ext/dv/gstdvdec.c:
8604         * ext/dv/gstdvdemux.c:
8605         * ext/gdk_pixbuf/pixbufscale.c:
8606         * ext/jpeg/gstjpegenc.c:
8607         * ext/jpeg/gstsmokedec.c:
8608         * ext/jpeg/gstsmokeenc.c:
8609         * ext/libpng/gstpngdec.c:
8610         * ext/libpng/gstpngenc.c:
8611         * ext/speex/gstspeexenc.c:
8612         * gst/alpha/gstalphacolor.c:
8613         * gst/cutter/gstcutter.c:
8614         * gst/debug/gstnavigationtest.c:
8615         * gst/icydemux/gsticydemux.c:
8616         * gst/level/gstlevel.c:
8617         * gst/multipart/multipart.c:
8618         * gst/rtp/gstrtpamrpay.c:
8619         * gst/rtp/gstrtpdepay.c:
8620         * gst/rtp/gstrtpilbcpay.c:
8621         * gst/rtp/gstrtpmp4gpay.c:
8622         * gst/rtp/gstrtpmp4vpay.c:
8623         * gst/rtsp/gstrtpdec.c:
8624         * gst/rtsp/gstrtspsrc.c:
8625         * gst/udp/gstdynudpsink.c:
8626         * gst/udp/gstmultiudpsink.c:
8627         * gst/udp/gstudpsrc.c:
8628         * gst/videobox/gstvideobox.c:
8629         * gst/videofilter/gstvideoflip.c:
8630           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8631           plus two minor macro fixes.
8632
8633 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * gst/matroska/matroska-demux.c:
8636         (gst_matroska_demux_check_subtitle_buffer),
8637         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8638         (gst_matroska_demux_subtitle_caps):
8639         * gst/matroska/matroska-ids.c:
8640         (gst_matroska_track_init_subtitle_context):
8641         * gst/matroska/matroska-ids.h:
8642           Try to fix up broken matroska files containing subtitle
8643           streams with non-UTF8 character encodings (courtesy of
8644           mkvmerge) using either the encoding specified in the
8645           GST_SUBTITLE_ENCODING environment variable or the
8646           current locale's character set if it is non-UTF8.
8647           Fixes #337076.
8648
8649 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8652           Set image type from APIC frame as "image-type" field
8653           of GST_TAG_IMAGE buffer caps (#344605).
8654
8655 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8656
8657         * ext/flac/Makefile.am:
8658         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8659         (gst_flac_dec_reset_decoders),
8660         (gst_flac_dec_setup_seekable_decoder),
8661         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8662         (gst_flac_dec_metadata_callback),
8663         (gst_flac_dec_metadata_callback_seekable),
8664         (gst_flac_dec_metadata_callback_stream),
8665         (gst_flac_dec_error_callback),
8666         (gst_flac_dec_error_callback_seekable),
8667         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8668         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8669         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8670         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8671         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8672         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8673         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8674         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8675         (gst_flac_dec_sink_activate_push),
8676         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8677         * ext/flac/gstflacdec.h:
8678           Support chain-based operation, should make flac-over-DAAP
8679           work (#340492).
8680
8681 2006-06-20  Wim Taymans  <wim@fluendo.com>
8682
8683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8684         Doc updates, merge some unused symbols.
8685
8686 2006-06-20  Wim Taymans  <wim@fluendo.com>
8687
8688         * docs/plugins/Makefile.am:
8689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8691         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8692         * gst/rtsp/gstrtspsrc.c:
8693         * gst/rtsp/gstrtspsrc.h:
8694         Added documentation for the rtsp plugin. Fixes #345393.
8695
8696 2006-06-20  Wim Taymans  <wim@fluendo.com>
8697
8698         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8699         (rtsp_connection_close), (rtsp_connection_free):
8700         Use better G_OS_* macros. Fixes #345301 some more.
8701
8702 2006-06-20  Wim Taymans  <wim@fluendo.com>
8703
8704         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8705
8706         * sys/sunaudio/Makefile.am:
8707         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8708         * sys/sunaudio/gstsunaudiomixerctrl.c:
8709         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8710         (gst_sunaudiomixer_ctrl_list_tracks),
8711         (gst_sunaudiomixer_ctrl_get_volume),
8712         (gst_sunaudiomixer_ctrl_set_volume),
8713         (gst_sunaudiomixer_ctrl_set_mute),
8714         (gst_sunaudiomixer_ctrl_set_record):
8715         * sys/sunaudio/gstsunaudiomixerctrl.h:
8716         * sys/sunaudio/gstsunaudiomixertrack.c:
8717         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8718         * sys/sunaudio/gstsunaudiomixertrack.h:
8719         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8720         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8721         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8722         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8723         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8724         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8725         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8726         (gst_sunaudiosrc_reset):
8727         * sys/sunaudio/gstsunaudiosrc.h:
8728         Add a SunAudio source plugin.
8729         Support stereo and right/left channel gain in the mixer plugin.
8730         Support the RECORD flag so that you can switch between line-input and
8731         microphone in gnome-volume-control.
8732         Code cleanups like using an enumerator for track number instead of an 
8733         integer. Fixes #344923.
8734
8735 2006-06-20  Wim Taymans  <wim@fluendo.com>
8736
8737         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8738
8739         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8740         (rtsp_connection_close):
8741         Make RTSP plugin compile on windows. Fixes #345301.
8742         Some changes to original patch to catch errors better.
8743         use ifdef WIN32 instead of ifndef.
8744
8745 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8746
8747         * configure.ac:
8748         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8749
8750 2006-06-18  Edward Hervey  <edward@fluendo.com>
8751
8752         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8753         After a failed buffer alloc, we need to abort the jpeg decoding (it
8754         started when parsing headers to figure out how many bytes we need
8755         to request downstream).
8756
8757 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8758
8759         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8760
8761         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8762           Make sure we don't read beyond the end of the file (#345232).
8763
8764 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * configure.ac:
8767           Fix --disable-external (can't set conditionals conditionally,
8768           #343602).
8769
8770 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * autogen.sh:
8773         * configure.ac:
8774         * docs/Makefile.am:
8775           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8776
8777         * docs/plugins/Makefile.am:
8778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8779         * docs/plugins/inspect/plugin-taglib.xml:
8780           Add/fix apev2mux docs.
8781
8782 2006-06-14  Wim Taymans  <wim@fluendo.com>
8783
8784         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8785         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8786         (gst_dvdec_change_state):
8787         Reset segment info on flush.
8788         Alloc segment in _init, free in _finalize.
8789
8790         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8791         Don't send segments twice.
8792
8793 2006-06-14  Wim Taymans  <wim@fluendo.com>
8794
8795         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8796         Respect segment.stop. Fixes #342592.
8797
8798 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8799
8800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8801           No language specified means the implied language is English
8802           according to the matroska spec (partially fixes #344708);
8803           add some more debug output.
8804
8805 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8808         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8809         (gst_wavparse_chain):
8810           When operating chain-based, don't make any assumptions about the
8811           chunking of the incoming data and make streaming work on days other
8812           than the second Thursday after a full moon. Also fix up debug
8813           messages here and there and make use of the most excellent new
8814           gst_pad_query_peer_duration() utility function.
8815           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8816
8817         * gst/wavparse/gstwavparse.h:
8818           Remove trailing comma after last enum value, some compilers don't
8819           like that.
8820
8821 2006-06-13  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8824         Handle premature EOS gracefully.
8825
8826 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8829           Prevent out of bounds array access when scrubbing towards
8830           the end of the file between the last index entry and the
8831           end. Fixes occasional 'start <= stop' newsegment event
8832           assertions when scrubbing in MJPEG files.
8833
8834 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8835
8836         * tests/check/elements/.cvsignore:
8837           And another one.
8838
8839 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8842         (scan_encoded_string), (parse_picture_frame):
8843           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8844
8845         * configure.ac:
8846           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8847           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8848
8849 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8850
8851         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8852           gratuitous comment changes
8853         * tests/check/elements/level.c: (GST_START_TEST):
8854           fix level test leaks
8855
8856 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8859         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8860           Use gst_pad_query_peer_duration() utility function here.
8861
8862 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8863
8864         * autogen.sh:
8865           require am17
8866         * configure.ac:
8867         * ext/annodex/Makefile.am:
8868         * ext/cdio/Makefile.am:
8869         * ext/dv/Makefile.am:
8870         * ext/esd/Makefile.am:
8871         * ext/flac/Makefile.am:
8872         * ext/gdk_pixbuf/Makefile.am:
8873         * ext/ladspa/Makefile.am:
8874         * ext/libcaca/Makefile.am:
8875         * ext/speex/Makefile.am:
8876         * ext/taglib/Makefile.am:
8877         * sys/oss/Makefile.am:
8878         * sys/sunaudio/Makefile.am:
8879         * sys/ximage/Makefile.am:
8880           clean up build further
8881
8882 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         * gconf/Makefile.am:
8885           Honour --disable-schemas-install configure option. Fixes #344100.
8886
8887 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8888
8889         * tests/examples/level/Makefile.am:
8890           Add -lm to LIBS for pow() function, don't assume one of our
8891           dependencies (such as libxml-2.0) drags it in automatically
8892           (#343603).
8893
8894 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8897
8898         * configure.ac:
8899           We should use $SED and not $(SED) in configure.ac (#343678).
8900
8901 2006-06-09  Wim Taymans  <wim@fluendo.com>
8902
8903         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8904
8905         * sys/sunaudio/gstsunaudiomixerctrl.c:
8906         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8907         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8908         (gst_sunaudiomixer_ctrl_set_mute):
8909         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8910         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8911         (gst_sunaudiosink_write):
8912         Attached find a patch that fixes a number of bugs with the SunAudio
8913         mixer plugin and fixes #344101:
8914         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8915            tracks onto the tracklist causing gnome-volume-control's preferences
8916            dialog to be messed up and would core dump if you checked/unchecked
8917            any item.
8918         2. We weren't previously setting the MUTE flag properly.  Fixing this
8919            makes gnome-volume-control work better.
8920         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8921            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8922            gnome-volume-control look better.
8923         Also some minor cleanup in gstsunaudiosink.c.
8924
8925 2006-06-09  Wim Taymans  <wim@fluendo.com>
8926
8927         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8928         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8929         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8930         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8931         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8932         * ext/jpeg/gstjpegdec.h:
8933         API: Added IDCT method property
8934         Small cleanups.
8935         Avoid dynamic allocation of trivial fixed structure.
8936         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8937
8938 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8939
8940         * configure.ac:
8941         We now require libraw1394 >= 1.1.0 and that version onwards all
8942         have .pc files.
8943
8944 2006-06-02  Edward Hervey  <edward@fluendo.com>
8945
8946         * gst/law/alaw-decode.c: (alawdec_getcaps): 
8947         Trying to get items from an ANY or EMPTY caps is ... stupid.
8948
8949 2006-06-02  Edward Hervey  <edward@fluendo.com>
8950
8951         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8952         (gst_dvdec_chain), (gst_dvdec_change_state):
8953         * ext/dv/gstdvdec.h:
8954         Added GstSegment handling, now implements dropping/clipping.
8955
8956 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8957
8958         * ext/aalib/gstaasink.h:
8959         * ext/annodex/gstcmmldec.h:
8960         * ext/cairo/gsttimeoverlay.h:
8961         * ext/dv/gstdvdec.h:
8962         * ext/dv/gstdvdemux.h:
8963         * ext/esd/esdmon.h:
8964         * ext/esd/esdsink.h:
8965         * ext/flac/gstflacenc.h:
8966         * ext/gconf/gstgconfaudiosink.h:
8967         * ext/gconf/gstgconfaudiosrc.h:
8968         * ext/gconf/gstgconfvideosink.h:
8969         * ext/gconf/gstgconfvideosrc.h:
8970         * ext/gdk_pixbuf/gstgdkanimation.h:
8971         * ext/gdk_pixbuf/pixbufscale.h:
8972         * ext/hal/gsthalaudiosink.h:
8973         * ext/hal/gsthalaudiosrc.h:
8974         * ext/jpeg/gstjpegenc.h:
8975         * ext/jpeg/gstsmokedec.h:
8976         * ext/jpeg/gstsmokeenc.h:
8977         * ext/libcaca/gstcacasink.h:
8978         * ext/libmng/gstmngdec.h:
8979         * ext/libmng/gstmngenc.h:
8980         * ext/libpng/gstpngdec.h:
8981         * ext/libpng/gstpngenc.h:
8982         * ext/raw1394/gstdv1394src.h:
8983         * ext/speex/gstspeexenc.h:
8984         * gst/autodetect/gstautoaudiosink.h:
8985         * gst/autodetect/gstautovideosink.h:
8986         * gst/avi/gstavidemux.h:
8987         * gst/cutter/gstcutter.h:
8988         * gst/debug/efence.h:
8989         * gst/debug/gstnavigationtest.h:
8990         * gst/debug/gstnavseek.h:
8991         * gst/flx/gstflxdec.h:
8992         * gst/goom/gstgoom.h:
8993         * gst/icydemux/gsticydemux.h:
8994         * gst/id3demux/gstid3demux.h:
8995         * gst/law/alaw-decode.h:
8996         * gst/law/alaw-encode.h:
8997         * gst/law/mulaw-decode.h:
8998         * gst/law/mulaw-encode.h:
8999         * gst/matroska/matroska-mux.h:
9000         * gst/median/gstmedian.h:
9001         * gst/oldcore/gstaggregator.h:
9002         * gst/oldcore/gstfdsink.h:
9003         * gst/oldcore/gstmd5sink.h:
9004         * gst/oldcore/gstmultifilesrc.h:
9005         * gst/oldcore/gstpipefilter.h:
9006         * gst/oldcore/gstshaper.h:
9007         * gst/oldcore/gststatistics.h:
9008         * gst/rtp/gstasteriskh263.h:
9009         * gst/rtp/gstrtpL16depay.h:
9010         * gst/rtp/gstrtpL16pay.h:
9011         * gst/rtp/gstrtpamrdepay.h:
9012         * gst/rtp/gstrtpamrpay.h:
9013         * gst/rtp/gstrtpdepay.h:
9014         * gst/rtp/gstrtpgsmdepay.h:
9015         * gst/rtp/gstrtpgsmpay.h:
9016         * gst/rtp/gstrtph263pay.h:
9017         * gst/rtp/gstrtph263pdepay.h:
9018         * gst/rtp/gstrtph263ppay.h:
9019         * gst/rtp/gstrtpmp4gpay.h:
9020         * gst/rtp/gstrtpmp4vdepay.h:
9021         * gst/rtp/gstrtpmp4vpay.h:
9022         * gst/rtp/gstrtpmpadepay.h:
9023         * gst/rtp/gstrtpmpapay.h:
9024         * gst/rtp/gstrtppcmadepay.h:
9025         * gst/rtp/gstrtppcmapay.h:
9026         * gst/rtp/gstrtppcmudepay.h:
9027         * gst/rtp/gstrtppcmupay.h:
9028         * gst/rtp/gstrtpspeexdepay.h:
9029         * gst/rtp/gstrtpspeexpay.h:
9030         * gst/rtsp/gstrtpdec.h:
9031         * gst/rtsp/gstrtspsrc.h:
9032         * gst/smpte/gstsmpte.h:
9033         * gst/udp/gstdynudpsink.h:
9034         * gst/udp/gstmultiudpsink.h:
9035         * gst/udp/gstudpsink.h:
9036         * gst/udp/gstudpsrc.h:
9037         * gst/videofilter/gstvideobalance.h:
9038         * gst/videofilter/gstvideoflip.h:
9039         * sys/oss/gstossdmabuffer.h:
9040         * sys/oss/gstossmixerelement.h:
9041         * sys/oss/gstosssink.h:
9042         * sys/oss/gstosssrc.h:
9043         * sys/osxvideo/osxvideosink.h:
9044         * sys/sunaudio/gstsunaudiomixer.h:
9045         * sys/sunaudio/gstsunaudiosink.h:
9046         * sys/ximage/gstximagesrc.h:
9047         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9048
9049 2006-05-31  Wim Taymans  <wim@fluendo.com>
9050
9051         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9052         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9053         (gst_goom_src_setcaps), (gst_goom_src_event),
9054         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9055         (gst_goom_change_state):
9056         * gst/goom/gstgoom.h:
9057         Handle QoS.
9058         Handle flushing, discont and events.
9059         Fix timestamps and various other cleanups.
9060
9061 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9062
9063         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9064         Fix bus reset when using libiec61883
9065
9066 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9067
9068         * configure.ac:
9069         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9070         * ext/raw1394/Makefile.am:
9071         Add CFLAGS.
9072         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9073         New method, to receive using libiec61883.
9074         (gst_dv1394src_iso_receive),
9075         #ifdef'd out if libiec61883 is present.
9076         (gst_dv1394src_bus_reset),
9077         Get userdata correctly if using libiec61883. 
9078         (gst_dv1394src_create),
9079         When using libiec61883, only poll one fd and no need to read.
9080         (gst_dv1394src_discover_avc_node),
9081         Replace g_warnings.
9082         (gst_dv1394src_start),
9083         Create new handle when we know which dv port.  More reliable
9084         than setting port on an existing handle.  Initialise libiec61883.
9085         (gst_dv1394src_stop):
9086         If using libiec61883, then cleanup its handle properly.
9087         * ext/raw1394/gstdv1394src.h:
9088         Add libiec61883 handle.
9089
9090 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9091
9092         * gst/avi/gstavidemux.c:
9093           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9094         * win32/MANIFEST:
9095           sort file listing
9096         * win32/vs6/libgstavi.dsp:
9097           add gstavimux.c to the project
9098         * win32/vs6/libgstid3demux.dsp:
9099           add link to zlib library
9100         * win32/vs6/libgstmatroska.dsp:
9101           add matroska-ids.c to the project
9102
9103 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         Patch by: Sebastian Dröge  <mail at slomosnail de >
9106
9107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9109         * ext/taglib/Makefile.am:
9110         * ext/taglib/gstapev2mux.cc:
9111         * ext/taglib/gstapev2mux.h:
9112         * ext/taglib/gstid3v2mux.cc:
9113         * ext/taglib/gsttaglibmux.c: (plugin_init):
9114         * ext/taglib/gsttaglibmux.h:
9115           Add apev2mux element (#343122).
9116         
9117         * tests/check/Makefile.am:
9118         * tests/check/elements/apev2mux.c:
9119         (test_taglib_apev2mux_create_tags),
9120         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9121         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9122         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9123         (apev2mux_suite), (main):
9124           Add unit test for apev2mux element.
9125
9126 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9129         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9130         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9131           GST_PTR_FORMAT should be used to print caps in debug statements.
9132
9133 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9136
9137         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9138         (ape_demux_parse_tags):
9139           Some clean-ups and additions: map APE 'file' tag to
9140           GST_TAG_LOCATION (#343123); add support for extracting
9141           the track count and clean up parsing a bit (#343127).
9142
9143 2006-05-28  Edward Hervey  <edward@fluendo.com>
9144
9145         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9146         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9147
9148 2006-05-28  Edward Hervey  <edward@fluendo.com>
9149
9150         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9151         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9152         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9153         * ext/jpeg/gstjpegdec.h:
9154         Clip outgoing buffers according to currently configured segment.
9155
9156 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * ext/taglib/gstid3v2mux.cc:
9159           Handle  writing of track-count or album-volume-count without
9160           track-number or albume-volume-number (in this case the number
9161           will just be set to 0).
9162
9163         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9164           It would be nice if we actually checked the values received for
9165           track/album-volume number/count in  _check_tags(), rather than
9166           setting them again ...
9167
9168 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9171           A track/volume number or count of 0 does not make sense,
9172           just ignore it along with negative numbers (a tag might
9173           only contain a track count without a track number).
9174
9175 2006-05-27  Edward Hervey  <edward@fluendo.com>
9176
9177         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9178         (gst_jpeg_dec_sink_event):
9179         Abort decompression when receiving FLUSH_STOP. This should avoid
9180         issues when interrupting decoding with flushes.
9181
9182 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * ext/flac/gstflac.c:
9185           Don't #include file we don't dist any longer.
9186
9187 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * README:
9190           Replace current README (containing the release notes from
9191           some 0.9.x version) with a proper README taken from the core.
9192
9193 2006-05-24  Wim Taymans  <wim@fluendo.com>
9194
9195         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9196         Implement EOS correctly by either posting
9197         SEGMENT_DONE or pushing an EOS message depending
9198         on the seek type. Fixes #342592
9199
9200 2006-05-24  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9203         * gst/law/alaw-decode.h:
9204         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9205         * gst/law/alaw-encode.h:
9206         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9207         * gst/law/mulaw-decode.h:
9208         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9209         * gst/law/mulaw-encode.h:
9210         Some cleanups in the chain functions.
9211         Remove some GStreamer 0.0.2 bits.
9212
9213 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9216
9217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9218           gst_collect_pads_stop() needs to be called before chaining up
9219           to the parent class (#342734).
9220
9221 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         * ext/flac/Makefile.am:
9224         * ext/flac/flac_compat.h:
9225         * ext/flac/gstflac.c:
9226         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9227         * ext/flac/gstflacenc.c:
9228           Remove backwards compatibility cruft for dealing with FLAC API
9229           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9230
9231 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9234         (gst_matroska_demux_push_xiph_codec_priv_data),
9235         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9236         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9237         * gst/matroska/matroska-ids.h:
9238         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9239         (gst_matroska_mux_video_pad_setcaps),
9240         (xiph3_streamheader_to_codecdata),
9241         (vorbis_streamheader_to_codecdata),
9242         (theora_streamheader_to_codecdata),
9243         (gst_matroska_mux_audio_pad_setcaps),
9244         (gst_matroska_mux_write_data):
9245           Add support for muxing/demuxing theora video (#342448; too bad
9246           none of the usual linux players can actually play this). Playback
9247           in GStreamer will require additional changes to theoradec in -base.
9248           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9249           cleanups.
9250
9251 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9254         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9255           Fix crashes when the horizontal subsampling is 1.
9256           Fixes #342097.
9257
9258 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9261
9262         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9263         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9264         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9265         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9266         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9267         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9268         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9269         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9270         (gst_avi_mux_change_state):
9271         * gst/avi/gstavimux.h:
9272           Some enhancements for avimux (#342526):
9273            - add odml (large file) index support
9274            - store codec init data (e.g. huffyuv)
9275            - miscellaneous other fixes/cleanups
9276
9277 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9278
9279         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9280         Don't output any tag when we encounter a negative track number - the
9281         tag type is uint, so we end up outputting huge positive numbers
9282         instead. (Fixes: #342029)
9283
9284 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * configure.ac:
9287           update for new GSTPB_PLUGINS_DIR
9288
9289 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9290
9291         * rtp/gst/gstrtph263pay.c:
9292         Properly set static caps for H263 at 34.
9293
9294 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9297
9298         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9299           Merge event tags and tag setter tags correctly (#339918). Also,
9300           don't leak taglist in case of an error.
9301           
9302 2006-05-17  Edward Hervey  <edward@fluendo.com>
9303
9304         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9305         We can only do caps intersection if the othercaps are non-empty and not
9306         ANY. Else we return the pad template (base_caps).
9307
9308 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9311           Fix crash when outputting debugging information for certain
9312           pictures (always good to use the right struct member for
9313           the number of records in an array).
9314
9315 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9318
9319         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9320         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9321         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9322         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9323         (gst_ebml_read_float), (gst_ebml_read_ascii),
9324         (gst_ebml_read_binary):
9325           Don't create unnecessary sub-buffers all the time. Dramatically
9326           improves performance with multiple concurrently running
9327           matroskademux instances (#341818) (and avoids doing
9328           unnecessarily inefficient things in the general case).
9329
9330 2006-05-16  Edward Hervey  <edward@fluendo.com>
9331
9332         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9333         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9334         return value of gst_pad_push_event().
9335
9336 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9337
9338         * gst/autodetect/gstautoaudiosink.c:
9339         (gst_auto_audio_sink_find_best):
9340         * gst/autodetect/gstautovideosink.c:
9341         (gst_auto_video_sink_find_best):
9342         Make the name of the child element be based on the name of the
9343         parent, so that debug output is more useful.
9344         
9345         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9346         (parse_insert_string_field), (parse_split_strings):
9347         Rework string parsing to always walk over BOM markers in UTF16
9348         strings, using the endianness indicated by the innermost one,
9349         then trying the opposite endianness if that fails to convert
9350         to valid UTF-8. Fixes #341774
9351
9352 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9353
9354         Patch from: Matthieu <matthieu at fluendo dot com>
9355
9356         * ext/libpng/Makefile.am:
9357         Add LIBPNG_CFLAGS.
9358
9359 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * ext/taglib/gstid3v2mux.cc:
9362           Add support for writing images (APIC frames) into ID3v2
9363           tags (picture type always set to 'other' for now though).
9364
9365 2006-05-14  Michael Smith  <msmith@fluendo.com>
9366
9367         * gst/wavparse/gstwavparse.c:
9368           Update docs; wavparse implements push and pull modes.
9369
9370 2006-05-12  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9373         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9374         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9375         Ooops, bitten by the copy-and-paste design paradigm, fixes
9376         seek again.
9377
9378 2006-05-12  Wim Taymans  <wim@fluendo.com>
9379
9380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9381         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9382         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9383         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9384         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9385         (gst_avi_demux_massage_index),
9386         (gst_avi_demux_calculate_durations_from_index),
9387         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9388         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9389         (gst_avi_demux_loop):
9390         * gst/avi/gstavidemux.h:
9391         Some cleanups, prepare to use GstSegment.
9392         Fix error in entry walking code.
9393         Fix VBR detection.
9394         Smarter timestamp calculation code.
9395         Uniform error/eos handling.
9396
9397 2006-05-12  Michael Smith  <msmith@fluendo.com>
9398
9399         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9400         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9401           Fix use of uninitialised values if we're NOT seeking in ready.
9402           Fix typos.
9403
9404 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9405
9406         * gst/wavparse/Makefile.am:
9407           Add CFLAGS and LIBS for libgstbase, fixes build on
9408           Cygwin (#341489).
9409
9410 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9413           Some more debug info. No need to check whether the string
9414           returned by g_convert() is really UTF-8 - either it is or
9415           we get NULL returned.
9416
9417 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9418
9419         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9420           Fix parsing of numeric genre strings some more, by ensuring that
9421           we only try and parse strings that a) Start with '(' and b) Consist
9422           only of digits.
9423           Also, when finding an escaping '((' sequence, bust it back to '(' by
9424           swallowing the first parenthesis
9425
9426 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9429         (gst_esdsink_open), (gst_esdsink_close):
9430         * ext/esd/esdsink.h:
9431           Move the esd_get_server_info() into gst_esdsink_open() and fail
9432           with a decent error message on errors.
9433
9434 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9437         (gst_esdmon_channels_get_type):
9438         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9439         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9440         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9441         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9442         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9443         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9444         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9445         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9446         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9447         * gst/videomixer/videomixer.c:
9448         (gst_video_mixer_background_get_type):
9449           Const-ify GEnumValue arrays.
9450
9451 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9454
9455         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9456         (gst_avi_mux_do_video_buffer):
9457           Work around gst_buffer_make_metadata_writable() bug that
9458           results in avimux marking all frames in the index as
9459           keyframes (#340859).
9460           
9461 2006-05-08  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9464         Make parsing of urls suck slightly less.
9465
9466 2006-05-08  Edward Hervey  <edward@fluendo.com>
9467
9468         * autogen.sh: (CONFIGURE_DEF_OPT): 
9469         libtoolize on Darwin/MacOSX is called glibtoolize.
9470
9471 2006-05-08  Wim Taymans  <wim@fluendo.com>
9472
9473         Patch by: Jens Granseuer <jensgr at gmx dot net>
9474
9475         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9476         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9477         C89 compliance fixes. Fixes #340980
9478
9479 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9482         * ext/flac/gstflacdec.h:
9483           Handle segment seeks that include the end of the file as stop point
9484           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9485           message instead of an EOS event in case we're in segment seek
9486           mode (fixes #340699).
9487           
9488 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9489
9490         * ext/cairo/gsttextoverlay.c:
9491         * ext/flac/gstflacdec.c:
9492         * ext/gdk_pixbuf/pixbufscale.c:
9493         * gst/apetag/gstapedemux.c:
9494         * gst/debug/breakmydata.c:
9495         * gst/debug/testplugin.c:
9496         * gst/matroska/ebml-write.c:
9497         * gst/multipart/multipartdemux.c:
9498         * sys/osxaudio/gstosxaudiosink.c:
9499         * sys/osxaudio/gstosxaudiosrc.c:
9500         Add semicolons after GST_BOILERPLATE[_FULL] so that
9501         indent doesn't mess up following lines.
9502
9503 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9506
9507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9508           Don't leak caps when freeing the stream context (#340623).
9509
9510 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9511
9512         * configure.ac:
9513           Back to CVS
9514
9515 === release 0.10.3 ===
9516
9517 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9518
9519         * configure.ac:
9520           releasing 0.10.3, "Desplazado"
9521
9522 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * gst/matroska/matroska-mux.c:
9525         (gst_matroska_mux_stream_is_vorbis_header),
9526         (gst_matroska_mux_write_data):
9527           Don't strcmp() NULL strings.
9528           Only start new clusters on video keyframes, not on any
9529           random audio buffer that doesn't have the DELTA_UNIT
9530           flag set (fixes 'make check' again).
9531
9532 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9535
9536         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9537         (gst_matroska_mux_stream_is_vorbis_header),
9538         (gst_matroska_mux_write_data):
9539           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9540           value and then dead-lock when muxing vorbis audio streams
9541           (the three vorbis header buffers carry no timestamp, and it
9542           would try to mux these after all video buffers). Fixes #340346.
9543
9544           Improve clustering: start a new cluster also whenever we get
9545           a keyframe.     
9546
9547 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9548
9549         * win32/common/config.h:
9550         * win32/MANIFEST
9551           add the generated file as well
9552
9553 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * Makefile.am:
9556         * configure.ac:
9557         * win32/common/config.h.in:
9558           add win32 stuff
9559
9560 2006-05-03  Michael Smith  <msmith@fluendo.com>
9561
9562         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9563           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9564           SUCKS.
9565
9566 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9569         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9570         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9571           don't leak caps-string
9572
9573 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9574
9575         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9576         (gst_id3demux_sink_activate):
9577           Let core insert default error message for TYPE_NOT_FOUND
9578           errors, it's just as good as our own and has the added
9579           bonus of being translated.
9580
9581 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9582
9583         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9584         (gst_tag_demux_sink_event):
9585         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9586         (gst_id3demux_sink_event):
9587           Post an error message when we get an EOS event and were not
9588           able to find out the type of stream.
9589
9590         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9591         (test_taglib_id3mux_with_tags):
9592           Decrease num-buffers to 16 per iteration again, otherwise the
9593           many memcpy()s and reallocations in the test will hammer slow
9594           CPUs completely and make the test timeout.
9595
9596 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         * configure.ac:
9599           figure out where plugins-base plugins are
9600         * tests/check/Makefile.am:
9601           use plugins-base plugins, so we have typefind functions
9602         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9603           increase num-buffers, this makes sure the test errors out instead
9604           of timing out when no typefind functions are present
9605
9606 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9607
9608         * docs/plugins/Makefile.am:
9609           also check .cc files for gtk-doc markup
9610         * configure.ac:
9611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9613         * tests/check/Makefile.am:
9614         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9615         * ext/Makefile.am:
9616         * ext/taglib/Makefile.am:
9617         * ext/taglib/gstid3v2mux.h:
9618         * ext/taglib/gsttaglibmux.c:
9619         * ext/taglib/gsttaglibmux.h:
9620           move taglib-based id3v2muxer to -good.  Fixes #336110.
9621
9622 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9625           ... and fix multichannel/WAVFORMATEX support again.
9626
9627 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
9628
9629         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9630         (gst_wavparse_class_init), (gst_wavparse_dispose),
9631         (gst_wavparse_reset), (gst_wavparse_init),
9632         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9633         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9634         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9635         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9636         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9637         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9638         (gst_wavparse_stream_data), (gst_wavparse_loop),
9639         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9640         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9641         (gst_wavparse_change_state), (plugin_init):
9642         * gst/wavparse/gstwavparse.h:
9643           Add push (streaming) mode to wavparse (fixes #337625)
9644
9645 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9646
9647         * configure.ac:
9648         * tests/Makefile.am:
9649           add ximagesrc icles test
9650
9651 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9652
9653         * configure.ac:
9654         * docs/plugins/Makefile.am:
9655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9657         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9658         (gst_cmml_enc_push_clip):
9659         * sys/Makefile.am:
9660         * sys/ximage/Makefile.am:
9661         * sys/ximage/gstximagesrc.c:
9662           Move ximagesrc plug-in to good after review.  Fixes #336756.
9663
9664 2006-04-28  Michael Smith  <msmith@fluendo.com>
9665
9666         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9667         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9668         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9669         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9670         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9671         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9672         * gst/icydemux/gsticydemux.h:
9673           Fix event handling: cache events when typefinding and forward later.
9674
9675 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9676
9677         * sys/osxaudio/gstosxaudiosink.c:
9678         (plugin_init):
9679          Register osxaudiosrc to the plugin.
9680         * sys/osxaudio/gstosxaudiosrc.c:
9681         (gst_osx_audio_src_osxelement_do_init),
9682         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9683         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9684         (gst_osx_audio_src_get_property),
9685         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9686         (gst_osx_audio_src_osxelement_init):
9687         * sys/osxaudio/gstosxaudiosrc.h:
9688           Port of osxaudiosrc to 0.10.
9689         * sys/osxaudio/Makefile.am:
9690           Add osxaudiosrc
9691
9692 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9693
9694         * sys/osxaudio/gstosxringbuffer.c:
9695         * sys/osxaudio/gstosxringbuffer.h:
9696           Forgot to commit earlier, part of the OSX audio plugin port
9697
9698 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9701         (parse_split_strings):
9702           Recognise and skip any byte order marker (BOM) in
9703           UTF-16 strings.
9704
9705 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9706
9707         * docs/plugins/Makefile.am:
9708         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9710         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9711         * docs/plugins/inspect/plugin-avi.xml:
9712         * gst/avi/gstavidemux.c:
9713         * gst/avi/gstavimux.c:
9714           Add docs for both avidemux and avimux.
9715
9716 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9719
9720         * gst/avi/Makefile.am:
9721         * gst/avi/gstavi.c: (plugin_init):
9722         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9723         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9724         (gst_avi_mux_class_init), (gst_avi_mux_init),
9725         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9726         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9727         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9728         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9729         (gst_avi_mux_riff_get_avix_header),
9730         (gst_avi_mux_riff_get_video_header),
9731         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9732         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9733         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9734         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9735         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9736         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9737         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9738         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9739         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9740         (gst_avi_mux_change_state):
9741         * gst/avi/gstavimux.h:
9742           Port AVI muxer to GStreamer-0.10 (#332031).
9743
9744         * tests/check/Makefile.am:
9745         * tests/check/elements/avimux.c:
9746         * tests/check/elements/.cvsignore:
9747           Add unit test for AVI muxer.
9748
9749 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9750
9751         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9752         (gst_wavparse_class_init), (gst_wavparse_reset),
9753         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9754         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9755         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9756         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9757         (gst_wavparse_stream_data), (gst_wavparse_loop),
9758         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9759         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9760         (plugin_init):
9761         * gst/wavparse/gstwavparse.h:
9762           reverted patch #337625 for the price of 1 hour sleep
9763
9764 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9765
9766         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9767         (gst_wavparse_class_init), (gst_wavparse_reset),
9768         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9769         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9770         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9771         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9772         (gst_wavparse_stream_data), (gst_wavparse_loop),
9773         (gst_wavparse_chain), (plugin_init):
9774         * gst/wavparse/gstwavparse.h:
9775           correct partial implementation of push mode
9776           (from my last commit)
9777
9778 2006-04-26  Wim Taymans  <wim@fluendo.com>
9779
9780         * ext/esd/esdsink.c:
9781         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9782         it is not in esd.h
9783
9784 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9787         (gst_au_parse_class_init), (gst_au_parse_init),
9788         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9789         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9790         (gst_au_parse_chain), (gst_au_parse_src_convert),
9791         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9792         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9793         (gst_au_parse_change_state):
9794         * gst/auparse/gstauparse.h:
9795           Rewrite auparse to suck a little bit less: make source pad
9796           dynamic, so decodebin/playbin work with non-raw formats
9797           like alaw/mulaw; add query function for duration/position
9798           queries; check whether we have enough data before attempting
9799           to parse the header (instead of crashing when that is not the
9800           case); work around audioconvert sucking by swapping endianness
9801           to the native endianness ourselves for float formats; send
9802           initial newsegment event. Fixes #161712.
9803
9804 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9805
9806         * sys/osxaudio/Makefile.am:
9807         * sys/osxaudio/gstosxaudioelement.c:
9808         (gst_osx_audio_element_get_type),
9809         (gst_osx_audio_element_class_init):
9810         * sys/osxaudio/gstosxaudioelement.h:
9811         * sys/osxaudio/gstosxaudiosink.c:
9812         (gst_osx_audio_sink_osxelement_do_init),
9813         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9814         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9815         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9816         (gst_osx_audio_sink_create_ringbuffer),
9817         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9818         (plugin_init):
9819         * sys/osxaudio/gstosxaudiosink.h:
9820         Port of osxaudiosink to 0.10
9821
9822 2006-04-26  Wim Taymans  <wim@fluendo.com>
9823
9824         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9825         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9826         the size of the ringbuffer. This should fix hangs with older 
9827         esd sound servers.
9828
9829 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9830
9831         * ext/aalib/gstaasink.c:
9832         * ext/annodex/gstcmmldec.c:
9833         * ext/annodex/gstcmmlenc.c:
9834         * ext/cairo/gsttextoverlay.c:
9835         * ext/cairo/gsttimeoverlay.c:
9836         * ext/cdio/gstcdiocddasrc.c:
9837         * ext/dv/gstdvdec.c:
9838         * ext/dv/gstdvdemux.c:
9839         * ext/esd/esdmon.c:
9840         * ext/esd/esdsink.c:
9841         * ext/flac/gstflacenc.c:
9842         * ext/flac/gstflactag.c:
9843         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9844         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9845         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9846         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9847         * ext/gdk_pixbuf/pixbufscale.c:
9848         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9849         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9850         * ext/jpeg/gstjpegdec.c:
9851         * ext/jpeg/gstjpegenc.c:
9852         * ext/jpeg/gstsmokedec.c:
9853         * ext/jpeg/gstsmokeenc.c:
9854         * ext/libcaca/gstcacasink.c:
9855         * ext/libmng/gstmngdec.c:
9856         * ext/libmng/gstmngenc.c:
9857         * ext/libpng/gstpngdec.c:
9858         * ext/libpng/gstpngenc.c:
9859         * ext/mikmod/gstmikmod.c:
9860         * ext/raw1394/gstdv1394src.c:
9861         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9862         * ext/shout2/gstshout2.h:
9863         * ext/speex/gstspeexdec.c:
9864         * ext/speex/gstspeexenc.c:
9865         * gst/alpha/gstalpha.c:
9866         * gst/alpha/gstalphacolor.c:
9867         * gst/apetag/gstapedemux.c:
9868         * gst/auparse/gstauparse.c:
9869         * gst/autodetect/gstautoaudiosink.c:
9870         (gst_auto_audio_sink_base_init):
9871         * gst/autodetect/gstautovideosink.c:
9872         (gst_auto_video_sink_base_init):
9873         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9874         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9875         * gst/cutter/gstcutter.c:
9876         * gst/debug/breakmydata.c:
9877         * gst/debug/efence.c:
9878         * gst/debug/gstnavigationtest.c:
9879         * gst/debug/gstnavseek.c:
9880         * gst/debug/negotiation.c:
9881         * gst/debug/progressreport.c:
9882         * gst/debug/testplugin.c:
9883         * gst/effectv/gstaging.c:
9884         * gst/effectv/gstdice.c:
9885         * gst/effectv/gstedge.c:
9886         * gst/effectv/gstquark.c:
9887         * gst/effectv/gstrev.c:
9888         * gst/effectv/gstshagadelic.c:
9889         * gst/effectv/gstvertigo.c:
9890         * gst/effectv/gstwarp.c:
9891         * gst/flx/gstflxdec.c:
9892         * gst/goom/gstgoom.c:
9893         * gst/icydemux/gsticydemux.c:
9894         * gst/id3demux/gstid3demux.c:
9895         * gst/interleave/deinterleave.c:
9896         * gst/interleave/interleave.c:
9897         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9898         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9899         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9900         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9901         * gst/level/gstlevel.c:
9902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9904         * gst/median/gstmedian.c:
9905         * gst/monoscope/gstmonoscope.c:
9906         * gst/multipart/multipartdemux.c:
9907         * gst/multipart/multipartmux.c:
9908         * gst/oldcore/gstaggregator.c:
9909         * gst/oldcore/gstfdsink.c:
9910         * gst/oldcore/gstmd5sink.c:
9911         * gst/oldcore/gstmultifilesrc.c:
9912         * gst/oldcore/gstpipefilter.c:
9913         * gst/oldcore/gstshaper.c:
9914         * gst/oldcore/gststatistics.c:
9915         * gst/rtp/gstasteriskh263.c:
9916         * gst/rtp/gstrtpL16depay.c:
9917         * gst/rtp/gstrtpL16pay.c:
9918         * gst/rtp/gstrtpamrdepay.c:
9919         * gst/rtp/gstrtpamrpay.c:
9920         * gst/rtp/gstrtpdepay.c:
9921         * gst/rtp/gstrtpgsmpay.c:
9922         * gst/rtp/gstrtph263pay.c:
9923         * gst/rtp/gstrtph263pdepay.c:
9924         * gst/rtp/gstrtph263ppay.c:
9925         * gst/rtp/gstrtpilbcdepay.c:
9926         * gst/rtp/gstrtpmp4gpay.c:
9927         * gst/rtp/gstrtpmp4vdepay.c:
9928         * gst/rtp/gstrtpmp4vpay.c:
9929         * gst/rtp/gstrtpmpadepay.c:
9930         * gst/rtp/gstrtpmpapay.c:
9931         * gst/rtp/gstrtppcmadepay.c:
9932         * gst/rtp/gstrtppcmapay.c:
9933         * gst/rtp/gstrtppcmudepay.c:
9934         * gst/rtp/gstrtppcmupay.c:
9935         * gst/rtp/gstrtpspeexdepay.c:
9936         * gst/rtp/gstrtpspeexpay.c:
9937         * gst/rtsp/gstrtpdec.c:
9938         * gst/rtsp/gstrtspsrc.c:
9939         * gst/smpte/gstsmpte.c:
9940         * gst/udp/gstdynudpsink.c:
9941         * gst/udp/gstmultiudpsink.c:
9942         * gst/udp/gstudpsink.c:
9943         * gst/udp/gstudpsrc.c:
9944         * gst/videobox/gstvideobox.c:
9945         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9946         * gst/videofilter/gstvideobalance.c:
9947         * gst/videofilter/gstvideoflip.c:
9948         * gst/videofilter/gstvideotemplate.c:
9949         (gst_videotemplate_base_init):
9950         * gst/videomixer/videomixer.c:
9951         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9952         (gst_wavparse_class_init), (gst_wavparse_dispose),
9953         (gst_wavparse_reset), (gst_wavparse_init),
9954         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9955         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9956         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9957         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9958         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9959         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9960         (gst_wavparse_change_state):
9961         * gst/wavparse/gstwavparse.h:
9962         * sys/oss/gstossmixerelement.c:
9963         * sys/oss/gstosssink.c:
9964         * sys/oss/gstosssrc.c:
9965         * sys/osxaudio/gstosxaudioelement.c:
9966         * sys/osxaudio/gstosxaudiosink.c:
9967         * sys/osxaudio/gstosxaudiosrc.c:
9968         * sys/sunaudio/gstsunaudiomixer.c:
9969         * sys/sunaudio/gstsunaudiosink.c:
9970           Define GstElementDetails as const and also static (when defined as
9971           global)
9972
9973 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9974
9975         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9976           Source pad has fixed caps. If we don't set this, bad
9977           things happen when the window is resized.
9978
9979 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         * gst/matroska/Makefile.am:
9982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9983         (gst_matroska_demux_handle_src_event):
9984         * gst/matroska/matroska-ids.c:
9985         (gst_matroska_track_init_video_context),
9986         (gst_matroska_track_init_audio_context),
9987         (gst_matroska_track_init_subtitle_context),
9988         (gst_matroska_track_init_complex_context):
9989         * gst/matroska/matroska-ids.h:
9990           Handle case where the TrackType ebml chunk does not come before the
9991           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9992           events.
9993
9994 2006-04-25  Wim Taymans  <wim@fluendo.com>
9995
9996         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9997         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9998         It's codec_data, not codec_info.
9999
10000 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10001
10002         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10003
10004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10005           Handle codec_data for VfW compatibility codec IDs (#339451)
10006
10007         * gst/matroska/matroska-mux.c:
10008         (gst_matroska_mux_video_pad_setcaps):
10009           Same here, handle codec_data and add additional caps we can handle
10010           now to the pad template (huffyuv, dv and h263 video) (#339451)
10011
10012 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10015
10016         * gst/matroska/matroska-mux.c:
10017         (gst_matroska_mux_create_buffer_header),
10018         (gst_matroska_mux_write_data):
10019           Fix timestamping of B-frames, use signed integers, do
10020           some rounding (#339678).
10021
10022 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10023
10024         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10025         just make it compile with --disable-gst-debug.
10026
10027 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10028
10029         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10030         Fix a bad conversion using gst_guint64_to_gdouble.
10031         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10032         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10033         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10034     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10035         mistake.
10036
10037 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10038
10039         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10040         Use gst_guint64_to_gdouble for conversions
10041         * win32/vs6/gst_plugins_good.dsw:
10042         * win32/vs6/libgsticydemux.dsp:
10043         Add a project file for icydemux
10044
10045 2006-04-21  Wim Taymans  <wim@fluendo.com>
10046
10047         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10048
10049         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10050         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10051         When splitting audio chunks, the block alignment is not taken in
10052         consideration, so the smaller chunks could be of size which is 
10053         not a multiple of the block alignment. Fixes #336904
10054
10055 2006-04-21  Wim Taymans  <wim@fluendo.com>
10056
10057         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10058         Use scale functions
10059
10060 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * ext/dv/gstdv.c: (plugin_init):
10063           Fix build.
10064
10065 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10068         (gst_progress_report_class_init), (gst_progress_report_init),
10069         (gst_progress_report_do_query), (gst_progress_report_report),
10070         (gst_progress_report_set_property),
10071         (gst_progress_report_get_property):
10072           Add 'format' property to force querying to a particular format.
10073
10074 2006-04-21  Andy Wingo  <wingo@pobox.com>
10075
10076         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10077         best, on big endian systems. Drop its rank in that case. OTOH on
10078         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10079
10080 2006-04-21  Michael Smith  <msmith@fluendo.com>
10081
10082         * configure.ac:
10083         * gst/icydemux/Makefile.am:
10084         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10085         (gst_icydemux_base_init), (gst_icydemux_class_init),
10086         (gst_icydemux_reset), (gst_icydemux_init),
10087         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10088         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10089         (unicodify), (gst_icydemux_unicodify),
10090         (gst_icydemux_parse_and_send_tags),
10091         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10092         (gst_icydemux_chain), (gst_icydemux_change_state),
10093         (gst_icydemux_send_tag_event), (plugin_init):
10094         * gst/icydemux/gsticydemux.h:
10095         * tests/check/Makefile.am:
10096         * tests/check/elements/icydemux.c: (typefind_succeed),
10097         (plugin_init), (icydemux_found_pad), (create_icydemux),
10098         (cleanup_icydemux), (push_data), (GST_START_TEST),
10099         (icydemux_suite), (main):
10100           Add icydemux, and tests.
10101
10102 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10105           Post SEGMENT_DONE message in TIME format.
10106
10107 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10110
10111         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10112         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10113           Fix index creation when we have to scan the file to create
10114           an index. There may be other types of RIFF 'LIST' chunks than
10115           'movi' and we need to skip them properly as well or we'll end up
10116           reading garbage (#336889). Some other cosmetic changes.
10117           
10118 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10121         (gst_flac_dec_handle_seek_event):
10122           Add support for segment seeks (fixes #338290). Also demote
10123           some recurring debug message from DEBUG to LOG level.
10124
10125 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10128         (gst_matroskademux_do_index_seek),
10129         (gst_matroska_demux_handle_seek_event),
10130         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10131         * gst/matroska/matroska-ids.h:
10132           Set DISCONT flag on first buffer after a discontinuity.
10133           Fix newsegment events sent when seeking and honour KEY_UNIT
10134           seek flag. Create pad with bogus caps if we don't recognise
10135           the stream codec id.
10136
10137         * gst/matroska/matroska-demux.h:
10138           Fix GObject macros.
10139
10140 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10143
10144         * gst/matroska/matroska-demux.c:
10145         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10146           Handle end of segment properly when set; don't dead-lock when
10147           posting start of segment message when doing a segment seek.
10148           Fixes #338810.
10149
10150 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10153         (gst_matroska_demux_plugin_init):
10154           Make mpeg2 aac audio work: create artificial private codec data
10155           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10156           Also call gst_riff_init(). Partially fixes #338767.
10157
10158 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10161         (gst_wavenc_class_init), (gst_wavenc_init),
10162         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10163         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10164         (gst_wavenc_chain), (gst_wavenc_change_state):
10165         * gst/wavenc/gstwavenc.h:
10166           Set caps on first outgoing buffer, so that it doesn't error out
10167           immediately with a non-negotiated error (#338716). Rewrite and
10168           clean up a bit; fix setcaps function to parse things properly;
10169           fix sink caps (8bit audio is unsigned and doesn't have depth);
10170           use boilerplate macros; remove unused properties stuff.
10171
10172 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10175           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10176           handle MJPEG streams and might be autoplugged for those if the
10177           user doesn't have jpegdec installed (resulting in a cryptic error
10178           message about huffman tables). Better to disable JPEG decoding here
10179           and let the user figure out that she needs to install jpegdec.
10180
10181 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10184         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10185         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10186         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10187           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10188           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10189           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10190           debug messages. Fix boilerplate macros.
10191
10192 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10195         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10196           No need to special-case for Gdk-2.0 any longer, we require
10197           Gdk 2.2 or newer; minor clean-ups.
10198
10199 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10202         (gst_shout2send_class_init), (gst_shout2send_init),
10203         (set_shout_metadata), (gst_shout2send_set_metadata),
10204         (gst_shout2send_event), (gst_shout2send_start),
10205         (gst_shout2send_connect), (gst_shout2send_stop),
10206         (gst_shout2send_render), (gst_shout2send_set_property),
10207         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10208         (plugin_init):
10209         * ext/shout2/gstshout2.h:
10210         * po/POTFILES.in:
10211           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10212           change function; use GST_ELEMENT_ERROR for error reporting, not
10213           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10214           will cause crashes or assertion failures; remove (unused) "sync"
10215           property, basesink already has such a property; misc. other
10216           minor fixes and cleanups.
10217
10218 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10221         * ext/esd/gstesd.c: (plugin_init):
10222         * po/POTFILES.in:
10223           Add translatable error message for when we cannot
10224           connect to the sound server, as "Cannot open resource
10225           for writing" isn't really an acceptable message to show
10226           to the user in this case.
10227
10228 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * sys/oss/gst-i18n-plugin.h:
10231           Remove bogus file that doesn't belong here.
10232
10233 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         Patch by: Philippe Valembois
10236
10237         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10238         (gst_shout2send_set_metadata), (gst_shout2send_event),
10239         (gst_shout2send_render), (gst_shout2send_change_state):
10240         * ext/shout2/gstshout2.h:
10241           Handle tags being received before the connection to
10242           the server is established properly (see #338636).
10243
10244 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10247           Don't crash in case the connection to the server fails:
10248           don't set pointer to NULL by assigning FALSE; error out
10249           properly by using GST_ELEMENT_ERROR and returning
10250           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10251           before resetting the pointer.
10252
10253 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10254
10255         * gst/id3demux/id3tags.c:
10256         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10257         (Fixes #338713)
10258
10259 2006-04-12  Wim Taymans  <wim@fluendo.com>
10260
10261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10262         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10263         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10264         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10265         (gst_gdk_pixbuf_chain):
10266         Some cleanups.
10267         Added RGBA as a possible output format.
10268         Correctly free the supported mimetypes.
10269         deprecate silent arg, it's not used.
10270         Return result from _alloc_buffer to peer.
10271
10272 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10275           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10276           overwriting GST_BUFFER_MALLOCDATA.
10277
10278 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10281         (user_endrow_callback), (user_end_callback),
10282         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10283         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10284         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10285         * ext/libpng/gstpngdec.h:
10286           Handle more than one frame if the content is framed,
10287           like with png-in-quicktime (#331917).
10288
10289 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10290
10291         * sys/oss/Makefile.am:
10292         * sys/oss/common.h:
10293         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10294         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10295         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10296         (gst_oss_src_unprepare):
10297           - the user-visible error strings were in the wrong category
10298           - and the messages were not marked for translation
10299           - which is actually a good thing, because they were exactly
10300             the kind of message you would never want anyone to see
10301           - the macros were using variables that didn't exist in the macro
10302             arguments
10303           - and they were obviously copied from each other and then modified
10304           - so a common header makes sense
10305
10306 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10309           Don't try to modify read-only data.
10310
10311         * gst/matroska/matroska-demux.c:
10312         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10313           Fix comment (won't crash any longer now).
10314
10315 2006-04-10  Michael Smith  <msmith@fluendo.com>
10316
10317         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10318           Use copies of header buffers for caps to avoid circular refcounting
10319           problems (as in theoradec, vorbisdec).
10320
10321         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10322           Fix a typo in test that meant it was testing the wrong thing.
10323
10324         * tests/check/elements/cmmlenc.c: (check_headers):
10325           Fix refcount checks now that we use buffer-copies for caps.
10326
10327 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10330         (gst_matroska_demux_handle_seek_event),
10331         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10332         (gst_matroska_demux_subtitle_caps),
10333         (gst_matroska_demux_plugin_init):
10334           Use static pad templates with ANY caps for audio and video
10335           source pads and get rid of a lot of unnecessary (and partially
10336           broken) code for the template caps. Clean up caps finding
10337           functions. Fixes playback of audio files/streams that do not
10338           contain the sample rate and/or number of channels in the audio
10339           context (happens a lot with vorbis/mp3 .mka files it seems).
10340           Fixes #337183.
10341           Also add myself to copyright holders.
10342
10343 2006-04-10  Michael Smith  <msmith@fluendo.com>
10344
10345         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10346           Use g_list_delete_link () instead of g_list_remove_link () so that
10347           we free the link as well as the contained data.
10348
10349 2006-04-10  Wim Taymans  <wim@fluendo.com>
10350
10351         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10352
10353         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10354         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10355         (gst_avi_demux_stream_header):
10356         Fix some crashers with empty chunks. (Fixes #337749)
10357
10358 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10359
10360         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10361           use G_GINT64_CONSTANT for INT64 constants
10362         * gst/videofilter/gstvideobalance.c:
10363           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10364         * win32/vs6/libgstavi.dsp:
10365          add missing libraries for the link and remove avimux.c from
10366          the project as it isn't ported to 0.10 yet
10367         
10368 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10371           Even better would be if we actually did the right thing
10372           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10373
10374 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10377           Can't just replace 1LL with 1L here just because MSVC doesn't
10378           support it, as it might lead to incorrect results when doing the
10379           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10380           force a 64-bit constant in a way that all compilers are happy with.
10381
10382 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10383
10384         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10385         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10386         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10387         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10388         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10389         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10390         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10391         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10392         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10393         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10394         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10395         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10396         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10397         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10398         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10399         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10400         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10401         * gst/debug/efence.c: (gst_efence_class_init):
10402         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10403         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10404         * gst/goom/gstgoom.c: (gst_goom_class_init):
10405         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10406         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10407         * gst/interleave/interleave.c: (interleave_class_init):
10408         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10409         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10410         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10411         * gst/median/gstmedian.c: (gst_median_class_init):
10412         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10413         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10414         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10415         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10416         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10417         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10418         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10419         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10420         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10421         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10422         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10423         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10424         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10425         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10426         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10427         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10428         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10429         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10430         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10431         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10432         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10433         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10434         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10435         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10436         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10438         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10439         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10441         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10442         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10443         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10444         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10445         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10446         * sys/osxaudio/gstosxaudioelement.c:
10447         (gst_osxaudioelement_class_init):
10448         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10449         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10450         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10451         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10452
10453 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10454
10455         * ext/mikmod/gstmikmod.h:
10456         * gst/level/gstlevel.h:
10457         Fix more broken GObject macros
10458
10459 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10460
10461         * ext/annodex/gstcmmldec.h:
10462         * ext/annodex/gstcmmlenc.h:
10463         * ext/annodex/gstcmmltag.h:
10464         * ext/cairo/gsttextoverlay.h:
10465         * ext/ladspa/gstsignalprocessor.h:
10466         * gst/matroska/ebml-read.h:
10467         * gst/matroska/ebml-write.h:
10468         * sys/osxaudio/gstosxaudioelement.h:
10469         Fix broken GObject macros
10470
10471 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10474           Don't try to seek beyond the end of the file (would
10475           occasionally display error dialogs in totem when seeking
10476           to the end) (#335869). Will still throw an error though
10477           if the file is truncated and the total_samples value in
10478           the stream header is wrong.
10479
10480 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10483         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10484         (gst_flac_dec_metadata_callback):
10485         * ext/flac/gstflacdec.h:
10486           If the stream header doesn't contain the total number of samples,
10487           search for the last flac frame at the end of the file and calculate
10488           the total duration from that frame's offset (fixes #337609).
10489
10490 2006-04-07  Edward Hervey  <edward@fluendo.com>
10491
10492         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10493         Don't unref the GstPadTemplate returned by
10494         gst_element_class_get_pad_template().
10495
10496 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10499
10500         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10501         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10502         * sys/sunaudio/gstsunaudiosink.h:
10503           Use spec->segsize and spec->segtotal in the prepare function
10504           to initialise the ring buffer instead of using the buffer-time
10505           property (#337421).
10506
10507 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * configure.ac:
10510           Bump core requirements to CVS for gst_pad_query_peer_duration()
10511           which is used by speexdec.
10512
10513 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * ext/speex/gstspeex.c: (plugin_init):
10516         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10517         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10518         (speex_get_sink_query_types), (speex_dec_sink_query),
10519         (speex_get_src_query_types), (speex_dec_src_query),
10520         (speex_dec_src_event), (speex_dec_sink_event),
10521         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10522         (speex_dec_chain_parse_data), (speex_dec_chain),
10523         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10524         (speex_dec_change_state):
10525         * ext/speex/gstspeexdec.h:
10526           Fix seeking and duration queries (#337033); clean up and
10527           refactor a bit.
10528
10529 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10530
10531         * ext/raw1394/gstdv1394src.c:
10532           distinguish between device not found and could not open for
10533           reading
10534
10535 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10536
10537         * Makefile.am:
10538         * configure.ac:
10539         * pkgconfig/.cvsignore:
10540         * pkgconfig/Makefile.am:
10541         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10542           add a .pc file so other modules can use good plugins in tests
10543
10544 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10545
10546         * configure.ac:
10547           clean up, use AS_VERSION and AS_NANO
10548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10549           use PACKAGE_VERSION define
10550         * po/af.po:
10551         * po/az.po:
10552         * po/cs.po:
10553         * po/en_GB.po:
10554         * po/hu.po:
10555         * po/it.po:
10556         * po/nb.po:
10557         * po/nl.po:
10558         * po/or.po:
10559         * po/sq.po:
10560         * po/sr.po:
10561         * po/sv.po:
10562         * po/uk.po:
10563         * po/vi.po:
10564           updated
10565
10566 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
10567
10568         * ext\jpeg\smokecodec.c:
10569           use of GST_DEBUG instead of DEBUG(a...) for WIN32
10570         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10571           move first instruction after all variables declarations
10572         * gst\alpha\gstalpha.c:
10573         * gst\effectv\gstshagadelic.c:
10574         * gst\smpte\paint.c:
10575         * gst\videofilter\gstvideobalance.c:
10576           define M_PI if it's not defined (it's not defined on WIN32)
10577         * gst\cutter\gstcutter.c: (gst_cutter_chain):
10578         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10579         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10580         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
10581         (gst_matroska_demux_video_caps):
10582         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10583         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10584           use gst_guint64_to_gdouble for conversions
10585         * gst\goom\filters.c: (setPixelRGB_):
10586           fix a debug which was using undefined variable
10587         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10588         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10589           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10590         * win32/vs6:
10591           add vs6 projects files for most of plugins-good
10592         
10593 2006-03-30  j^  <j@bootlab.org>
10594
10595         * ext/aalib/gstaasink.c:
10596         * ext/annodex/gstcmmldec.c:
10597         * ext/annodex/gstcmmlenc.c:
10598         * ext/cairo/gsttextoverlay.c:
10599         * ext/cairo/gsttimeoverlay.c:
10600         * ext/cdio/gstcdiocddasrc.c:
10601         * ext/dv/gstdvdec.c:
10602         * ext/esd/esdmon.c:
10603         * ext/esd/esdsink.c:
10604         * ext/flac/gstflacdec.c:
10605         * ext/flac/gstflacenc.c:
10606         * ext/flac/gstflactag.c:
10607         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10608         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10609         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10610         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10611         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10612         * ext/gdk_pixbuf/pixbufscale.c:
10613         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10614         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10615         * ext/jpeg/gstjpegdec.c:
10616         * ext/jpeg/gstjpegenc.c:
10617         * ext/jpeg/gstsmokedec.c:
10618         * ext/jpeg/gstsmokeenc.c:
10619         * ext/libcaca/gstcacasink.c:
10620         * ext/libmng/gstmngdec.c:
10621         * ext/libmng/gstmngenc.c:
10622         * ext/libpng/gstpngdec.c:
10623         * ext/libpng/gstpngenc.c:
10624         * ext/mikmod/gstmikmod.c:
10625         * ext/raw1394/gstdv1394src.c:
10626         * ext/shout2/gstshout2.c:
10627         * ext/speex/gstspeexdec.c:
10628         * ext/speex/gstspeexenc.c:
10629         * gst/alpha/gstalpha.c:
10630         * gst/alpha/gstalphacolor.c:
10631         * gst/auparse/gstauparse.c:
10632         * gst/autodetect/gstautoaudiosink.c:
10633         (gst_auto_audio_sink_base_init):
10634         * gst/autodetect/gstautovideosink.c:
10635         (gst_auto_video_sink_base_init):
10636         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10637         * gst/cutter/gstcutter.c:
10638         * gst/debug/breakmydata.c:
10639         * gst/debug/efence.c:
10640         * gst/debug/gstnavigationtest.c:
10641         * gst/debug/negotiation.c:
10642         * gst/debug/progressreport.c:
10643         * gst/debug/testplugin.c:
10644         * gst/effectv/gstaging.c:
10645         * gst/effectv/gstdice.c:
10646         * gst/effectv/gstedge.c:
10647         * gst/effectv/gstquark.c:
10648         * gst/effectv/gstrev.c:
10649         * gst/effectv/gstvertigo.c:
10650         * gst/effectv/gstwarp.c:
10651         * gst/flx/gstflxdec.c:
10652         * gst/goom/gstgoom.c:
10653         * gst/interleave/deinterleave.c:
10654         * gst/interleave/interleave.c:
10655         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10656         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10657         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10658         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10659         * gst/level/gstlevel.c:
10660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10661         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10662         * gst/median/gstmedian.c:
10663         * gst/monoscope/gstmonoscope.c:
10664         * gst/multipart/multipartdemux.c:
10665         * gst/multipart/multipartmux.c:
10666         * gst/oldcore/gstmd5sink.c:
10667         * gst/oldcore/gstmultifilesrc.c:
10668         * gst/oldcore/gstpipefilter.c:
10669         * gst/oldcore/gstshaper.c:
10670         * gst/oldcore/gststatistics.c:
10671         * gst/rtp/gstasteriskh263.c:
10672         * gst/rtp/gstrtpL16depay.c:
10673         * gst/rtp/gstrtpL16pay.c:
10674         * gst/rtp/gstrtpamrdepay.c:
10675         * gst/rtp/gstrtpamrpay.c:
10676         * gst/rtp/gstrtpdepay.c:
10677         * gst/rtp/gstrtpgsmpay.c:
10678         * gst/rtp/gstrtph263pay.c:
10679         * gst/rtp/gstrtph263pdepay.c:
10680         * gst/rtp/gstrtph263ppay.c:
10681         * gst/rtp/gstrtpmp4gpay.c:
10682         * gst/rtp/gstrtpmp4vdepay.c:
10683         * gst/rtp/gstrtpmp4vpay.c:
10684         * gst/rtp/gstrtpmpadepay.c:
10685         * gst/rtp/gstrtpmpapay.c:
10686         * gst/rtp/gstrtppcmadepay.c:
10687         * gst/rtp/gstrtppcmapay.c:
10688         * gst/rtp/gstrtppcmudepay.c:
10689         * gst/rtp/gstrtppcmupay.c:
10690         * gst/rtp/gstrtpspeexdepay.c:
10691         * gst/rtp/gstrtpspeexpay.c:
10692         * gst/rtsp/gstrtpdec.c:
10693         * gst/smpte/gstsmpte.c:
10694         * gst/videobox/gstvideobox.c:
10695         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10696         * gst/videofilter/gstvideobalance.c:
10697         * gst/videofilter/gstvideoflip.c:
10698         * gst/videofilter/gstvideotemplate.c:
10699         (gst_videotemplate_base_init):
10700         * gst/videomixer/videomixer.c:
10701         * gst/wavenc/gstwavenc.c:
10702         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10703          better/unified long descriptions
10704          Fixed #336602
10705          Some cleanups to auparse, don't send multiple newsegments.
10706
10707 2006-03-29  Wim Taymans  <wim@fluendo.com>
10708
10709         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10710
10711         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10712         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10713         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10714         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10715         * ext/dv/gstdvdemux.h:
10716         Seek in READY patch. Only works for pull based mode.
10717         Fixes #323880
10718
10719 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10722         (gst_gdk_pixbuf_event):
10723           Fix two crashers: don't unref the same caps twice, and
10724           set pixbuf loader to NULL after freeing it.
10725
10726 2006-03-27  Wim Taymans  <wim@fluendo.com>
10727
10728         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10729         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10730         (gst_speexenc_chain):
10731         * ext/speex/gstspeexenc.h:
10732         Don't leak adapter.
10733         A push *always* takes ownership of the buffer, even on
10734         errors.
10735         Small cleanups.
10736
10737 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10740           Create source pad without leaking.
10741
10742 2006-03-24  Wim Taymans  <wim@fluendo.com>
10743
10744         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10745         * ext/flac/gstflacdec.h:
10746         * ext/flac/gstflacenc.h:
10747         Spifify a bit.
10748         Fix deadly lock order error in seeking code, STREAM_LOCK
10749         cannot be taken within LOCK and the streaming variables are
10750         protected with the STREAM_LOCK anyway.
10751
10752 2006-03-24  Wim Taymans  <wim@fluendo.com>
10753
10754         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10755         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10756         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10757         this patch combines the global init_frames with the stream
10758         init_frames. Rationale being that the global delay should 
10759         be subtracted from any stream delay.
10760         Fixes #335858.
10761
10762 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10763
10764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10765         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10766         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10767         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10768         use DEBUG_FUNCPTR for collectpads
10769
10770 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10773           Don't crash when encoding images where the number of rows isn't
10774           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10775
10776 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10779         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10780         * gst/interleave/interleave.c: (interleave_change_state):
10781         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10782           More state change function fixes.
10783
10784 2006-03-23  Wim Taymans  <wim@fluendo.com>
10785
10786         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10787         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10788         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10789         (gst_esdsink_delay), (gst_esdsink_reset):
10790         * ext/esd/esdsink.h:
10791         Fix esd choppy playback by configuring audiosink
10792         correctly. Fixes #325191
10793
10794 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10797           Make state change function thread-safe.
10798
10799 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10802         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10803           Don't try to read beyond the end of the file just because
10804           the header claims a bigger size (like with truncated files).
10805
10806 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10809         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10810         (gst_wavparse_stream_data), (gst_wavparse_loop):
10811         * gst/wavparse/gstwavparse.h:
10812           Delay source pad creation until we have the first chunk of
10813           media data, so the we can examine the data and adjust the
10814           caps accordingly if required. This makes playback of .wav
10815           files with DTS-declared-as-PCM content work (#313266).
10816
10817 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10818
10819         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10820         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10821         Don't attempt typefinding on too-short buffers that have been
10822         completely trimmed away. (Fixes #330239)
10823
10824         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10825         Improve the debug output
10826
10827 2006-03-21  Wim Taymans  <wim@fluendo.com>
10828
10829         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10830         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10831         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10832         (gst_esdsink_set_property), (gst_esdsink_get_property):
10833         Some cleanups.
10834         Reset fd to -1 when we close them.
10835
10836 2006-03-21  Wim Taymans  <wim@fluendo.com>
10837
10838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10839         the OPTIONS request result is optional so don't
10840         fail on it.
10841
10842 2006-03-21  Edward Hervey  <edward@fluendo.com>
10843
10844         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10845         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10846         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10847         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10848         (gst_wavparse_change_state):
10849         gcc 4.1 unreferenced pointer fixes.
10850
10851 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10854
10855         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10856           Fix block alignment calculation. Alignment should be done before
10857           adding the byte offset where the data starts (#335231).
10858
10859 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10860
10861         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10862           Ensure that we set correct caps on buffers that are transferred
10863           direct from the input.
10864
10865 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10866
10867         * gst/goom/filters.c: (zoomFilterDestroy):
10868         * gst/goom/goom_core.c: (goom_close):
10869           Free filter data when cleaning up. (Fixes: #334995)
10870
10871 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * configure.ac:
10874           Don't compile udp and rtsp plugins on win32 (mingw) or other
10875           systems that don't have <sys/socket.h> for some reason (#316203).
10876
10877 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10878
10879         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10880         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10881         * ext/raw1394/gstdv1394src.h:
10882           Change bus reset handler so it reports useful information such as
10883           whether the device being used connected or disconnected
10884
10885 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/id3demux/id3v2frames.c:
10888         (parse_relative_volume_adjustment_two):
10889           We only care about gain and peak data for the master volume.
10890
10891 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10894         (parse_id_string), (parse_unique_file_identifier),
10895         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10896           Read replay gain tags (#323721).
10897
10898 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         * configure.ac:
10901           Bump requirements to gst-plugins-base CVS because
10902           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10903
10904 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10905
10906         * rtp/gst/gstrtppcmadepay.c:
10907         Fixed one of the caps in the code from mulaw to alaw.
10908
10909 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10910
10911         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10912           Ensure that we set caps on the buffers we pass.
10913
10914         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10915         (gst_id3demux_sink_activate):
10916           Ensure that we set caps on the buffers we pass.
10917
10918           Use STREAM, TYPE_NOT_FOUND as the error class when
10919           typefinding fails.
10920
10921 2006-03-15  Edward Hervey  <edward@fluendo.com>
10922
10923         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10924         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10926         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10927         (gst_jpeg_dec_setcaps):
10928         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10929         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10930         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10931         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10932         (gst_mngdec_src_getcaps):
10933         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10934         (gst_pngdec_caps_create_and_set):
10935         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10936         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10937         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10938         * gst/alpha/gstalpha.c: (gst_alpha_init):
10939         * gst/auparse/gstauparse.c: (gst_au_parse_init):
10940         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10941         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10942         * gst/cutter/gstcutter.c: (gst_cutter_init):
10943         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10944         (gst_efence_checkgetrange):
10945         * gst/debug/negotiation.c: (gst_negotiation_init):
10946         * gst/flx/gstflxdec.c: (gst_flxdec_init):
10947         * gst/goom/gstgoom.c: (gst_goom_init):
10948         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10949         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10950         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10951         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10952         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10953         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10954         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10955         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10956         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10957         (gst_wavparse_create_sourcepad):
10958         Fix memleak with gst_static_pad_template_get().
10959         This uses gst_pad_new_from_static_template() instead.
10960         Fixes #333512
10961
10962 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * configure.ac:
10965           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10966           used by id3demux.
10967
10968         * gst/id3demux/gstid3demux.c: (plugin_init):
10969         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10970         (parse_user_text_identification_frame),
10971         (parse_unique_file_identifier):
10972           Add support for UFID and TXXX frames and extract musicbrainz tags.
10973
10974 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10977           Catch short reads, like they might happen with truncated
10978           files (see #305279); remove unnecessary indentation.
10979
10980 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10983           Fix DIB image inversion for pictures with a
10984           depth != 8 (#305279).
10985
10986 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10989         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10990         * ext/jpeg/gstjpegdec.h:
10991           Fix durations on outgoing buffers after seeking
10992           in MJPEG files (#334083); some minor clean-ups.
10993
10994 2006-03-13  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10997         (gst_wavparse_change_state):
10998         Implement seek in READY (re-fixes #327658)
10999
11000 2006-03-13  Wim Taymans  <wim@fluendo.com>
11001
11002         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11003         * ext/esd/esdmon.c: (gst_esdmon_get):
11004         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11006         (gst_gdk_pixbuf_sink_getcaps):
11007         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11008         (gst_jpegenc_setcaps):
11009         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11010         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11011         (gst_smokeenc_setcaps):
11012         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11013         (gst_mngdec_src_getcaps):
11014         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11015         (gst_mngenc_chain):
11016         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11017         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11018         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11019         (speex_dec_src_event), (speex_dec_chain):
11020         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11021         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11022         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11023         (gst_negotiation_pad_link), (gst_negotiation_chain):
11024         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11025         (gst_flxdec_chain):
11026         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11027         (deinterleave_chain):
11028         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11029         * gst/median/gstmedian.c: (gst_median_link):
11030         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11031         (gst_monoscope_chain):
11032         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11033         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11034         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11035         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11036         close #333784 unref the result of gst_pad_get_parent()
11037         by: Christophe Fergeau.
11038
11039 2006-03-09  Wim Taymans  <wim@fluendo.com>
11040
11041         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11042         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11043         Handle events in push mode better, can now do non-flushing
11044         seeks in push mode as well.
11045
11046 2006-03-07  Wim Taymans  <wim@fluendo.com>
11047
11048         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11049         Applied patch from Kai Vehmanen, fixes #333624.
11050
11051 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11052
11053         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11054         Implement paletted and grayscale png files handling.
11055         (#150363).
11056
11057 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11058
11059         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11060         (gst_speexenc_chain):
11061           fix a tag list assert
11062           follow gst-plugins-base/ext/ogg/README; set OFFSET
11063           and OFFSET_END.  Muxes correctly with gst-plugins-base
11064           > 0.9.3
11065
11066 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/id3demux/Makefile.am:
11069         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11070         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11071           Use new typefind helper functions here as well, and
11072           do typefinding in pull-mode if upstream supports that.
11073
11074 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * sys/sunaudio/gstsunaudiomixerctrl.c:
11077         (gst_sunaudiomixer_ctrl_get_volume),
11078         (gst_sunaudiomixer_ctrl_set_volume):
11079         * sys/sunaudio/gstsunaudiomixertrack.c:
11080         (gst_sunaudiomixer_track_new):
11081           Remove unused variables, breaks build from CVS
11082           with -Werror (#333392, patch by: Benjamin Pineau)
11083
11084 2006-03-03  Wim Taymans  <wim@fluendo.com>
11085
11086         * docs/plugins/Makefile.am:
11087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11089         Added wavparse docs.
11090
11091         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11092         (gst_wavparse_reset), (gst_wavparse_init),
11093         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11094         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11095         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11096         (gst_wavparse_stream_data), (gst_wavparse_loop),
11097         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11098         (gst_wavparse_change_state):
11099         * gst/wavparse/gstwavparse.h:
11100         Implement seek in READY (fixes #327658)
11101         Added docs and did some cleanups.
11102
11103 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11106         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11107         (gst_avi_demux_calculate_durations_from_index),
11108         (gst_avi_demux_stream_header):
11109         * gst/avi/gstavidemux.h:
11110           If we have an index, use a duration based on the index instead
11111           of blindly trusting the information in the stream headers
11112           (fixes #331817).
11113
11114 2006-03-03  Wim Taymans  <wim@fluendo.com>
11115
11116         * docs/plugins/Makefile.am:
11117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11118         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11119         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11120         Added smoke and jpeg to the docs.
11121
11122         * ext/jpeg/Makefile.am:
11123         * ext/jpeg/gstjpeg.c: (plugin_init):
11124         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11125         * ext/jpeg/gstjpegenc.h:
11126         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11127         (gst_smokedec_chain):
11128         * ext/jpeg/gstsmokedec.h:
11129         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11130         * ext/jpeg/gstsmokeenc.h:
11131         * ext/jpeg/smokecodec.h:
11132         Port smokedec (fixes #331905).
11133         Added some docs.
11134         Some cleanups.
11135
11136 2006-03-03  Wim Taymans  <wim@fluendo.com>
11137
11138         * docs/plugins/Makefile.am:
11139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11141         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11142         Added videobalance and videoflip to the docs.
11143
11144         * gst/videofilter/Makefile.am:
11145         * gst/videofilter/gstvideobalance.c:
11146         (gst_video_balance_update_tables_planar411),
11147         (gst_video_balance_is_passthrough),
11148         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11149         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11150         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11151         (gst_video_balance_finalize), (gst_video_balance_class_init),
11152         (gst_video_balance_init), (gst_video_balance_interface_supported),
11153         (gst_video_balance_interface_init),
11154         (gst_video_balance_colorbalance_list_channels),
11155         (gst_video_balance_colorbalance_set_value),
11156         (gst_video_balance_colorbalance_get_value),
11157         (gst_video_balance_colorbalance_init),
11158         (gst_video_balance_set_property), (gst_video_balance_get_property),
11159         (gst_video_balance_get_type), (plugin_init):
11160         * gst/videofilter/gstvideobalance.h:
11161         Ported to 0.10. (Fixes #326160)
11162         Added docs.
11163
11164         * gst/videofilter/gstvideoflip.c:
11165         * gst/videofilter/gstvideoflip.h:
11166         Added docs.
11167
11168 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * configure.ac:
11171           Bump requirements to current core and -base CVS
11172           (core for new typefind helper API, and -base for the
11173           WAVFORMATEX support that was added to libgstriff and
11174           is needed by wavparse).
11175         
11176         * gst/apetag/Makefile.am:
11177         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11178         (gst_tag_demux_sink_activate):
11179           Use new typefind helpers for typefinding instead of our
11180           home-grown stuff; also, do typefinding in pull-mode if
11181           upstream supports that.
11182
11183 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11184
11185         Reviewed by: Christian Schaller <christian@fluendo.com>
11186
11187         This patch fixes bug: 329107
11188
11189         This Changelog entry is for a commit done on February 17
11190
11191         * ext/gconf/gconf.c
11192         * ext/gconf/gconf.h
11193         * ext/gconf/gstgconfaudiosink.c
11194         * ext/gconf/gstgconfaudiosink.h
11195         * gconf/gstreamer.schemas.in
11196
11197 2006-02-28  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11200         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11201         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11202         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11203         Use DEBUG_OBJECT more.
11204
11205 2006-02-28  Wim Taymans  <wim@fluendo.com>
11206
11207         * docs/plugins/Makefile.am:
11208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11210         Added dvdec and dvdemux to docs.
11211
11212         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11213         Added docs.
11214         Check frame sizes so we don't crash when don't have enough
11215         data.
11216         Send nice error messages on error.
11217
11218         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11219         (gst_dvdemux_class_init), (gst_dvdemux_init),
11220         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11221         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11222         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11223         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11224         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11225         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11226         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11227         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11228         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11229         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11230         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11231         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11232         * ext/dv/gstdvdemux.h:
11233         Added docs.
11234         Implement pull mode.
11235         Fix memleaks.
11236         Reduce memcpy for the video demuxing.
11237
11238 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11241         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11242         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11243         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11244           Add a little extra debug. Make the decoder not return NOT_LINKED,
11245           as we want to continue decoding all CMML and emitting tags.
11246
11247 2006-02-27  Michael Smith  <msmith@fluendo.com>
11248
11249         * ext/annodex/gstskeltag.c:
11250         * ext/annodex/gstskeltag.h:
11251           Deleted; these files aren't used any more either.
11252
11253 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11254
11255         * ext/Makefile.am: Fix dist-check.
11256
11257 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11258
11259         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11260         memleak.
11261
11262 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11263
11264         * ext/annodex/Makefile.am:
11265         * ext/annodex/gstannodex.c:
11266         * ext/annodex/gstcmmldec.c:
11267         * ext/annodex/gstcmmlenc.c:
11268         * ext/annodex/gstcmmlparser.c:
11269         * ext/annodex/gstcmmlparser.h:
11270         * ext/annodex/gstcmmlutils.c:
11271         * tests/check/elements/cmmldec.c:
11272         * tests/check/elements/cmmlenc.c:
11273           Fix a memleak in gst_cmml_track_list_add_clip.
11274           Handle overflows in clip's start and end times.
11275           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11276           Do not parse junk at the end of a CMML preamble buffer.
11277           Register a libxml error handler to not print stuff on stderr.
11278           Check for bad clip start and end times in the testsuites.
11279
11280 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11281
11282         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11283         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11284         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11285         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11286         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11287         possible memleaks.
11288
11289 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11290
11291         * tests/check/Makefile.am:
11292         * tests/check/elements/cmmldec.c:
11293         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11294         the plugins-base tags.
11295
11296 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11297
11298         * ext/Makefile.am: Re-enable module.
11299
11300 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11301
11302         * tests/check/Makefile.am: Forgot to remove that test.
11303
11304 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11305
11306         * ext/annodex/Makefile.am:
11307         * ext/annodex/gstannodex.c: (plugin_init):
11308         * ext/annodex/gstcmmldec.c:
11309         * ext/annodex/gstskeldec.c:
11310         * ext/annodex/gstskeldec.h:
11311         * tests/check/Makefile.am:
11312         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11313
11314 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11315
11316         * tests/check/Makefile.am: Disable those checks as well.
11317
11318 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11319
11320         * ext/Makefile.am: Disable annodex for now until we figure out
11321         how to make it build.
11322         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11323         Add a rule to your checklist : "please try to at least build 
11324         what you are going to commit into -good, or if you are too lazy
11325         to do that, please check that the buildbots are not crying because
11326         of your commit."
11327
11328 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11329
11330         * configure.ac:
11331         * ext/Makefile.am:
11332         * ext/gdk_pixbuf/Makefile.am:
11333         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11334         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11335         * ext/gdk_pixbuf/pixbufscale.c:
11336         * ext/gdk_pixbuf/pixbufscale.h:
11337           Gdkpixbuf ported from 0.8 to 0.10 by
11338           Renato Filho <renato.filho@indt.org.br>.
11339           gst_loader and gdkpixbufanimation still need port.
11340
11341 2006-02-24  Michael Smith  <msmith@fluendo.com>
11342
11343         * configure.ac:
11344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11345         * ext/Makefile.am:
11346         * ext/annodex/Makefile.am:
11347         * ext/annodex/gstannodex.c:
11348         * ext/annodex/gstannodex.h:
11349         * ext/annodex/gstcmmldec.c:
11350         * ext/annodex/gstcmmldec.h:
11351         * ext/annodex/gstcmmlenc.c:
11352         * ext/annodex/gstcmmlenc.h:
11353         * ext/annodex/gstcmmlparser.c:
11354         * ext/annodex/gstcmmlparser.h:
11355         * ext/annodex/gstcmmltag.c:
11356         * ext/annodex/gstcmmltag.h:
11357         * ext/annodex/gstcmmlutils.c:
11358         * ext/annodex/gstcmmlutils.h:
11359         * ext/annodex/gstskeldec.c:
11360         * ext/annodex/gstskeldec.h:
11361         * ext/annodex/gstskeltag.c:
11362         * ext/annodex/gstskeltag.h:
11363         * tests/check/Makefile.am:
11364         * tests/check/elements/cmmldec.c:
11365         * tests/check/elements/cmmlenc.c:
11366         * tests/check/elements/skeldec.c:
11367           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11368           Includes tests & docs, oh my! Passes Thomas's -good checklist
11369           entirely. Wow.
11370
11371 2006-02-24  Michael Smith  <msmith@fluendo.com>
11372
11373         * autogen.sh:
11374           Check for automake 1.9 as well.
11375
11376 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/flac/gstflacenc.c:
11379           Change min. sample rate to 8kHz to match flacdec's.
11380           
11381 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * ext/cdio/Makefile.am:
11384           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11385           required for Cygwin, see #317048)
11386
11387         * gst/rtp/gstasteriskh263.c:
11388           Cygwin has includes for both the unix network socket API
11389           and the windows API, but only one can be included, so fix
11390           includes to only use one or the other, prefering the unxi
11391           one (#317048).
11392
11393 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11394
11395         * rtp/gst/gstrtppcmadepay.c:
11396         * rtp/gst/gstrtppcmadepay.h:
11397         * rtp/gst/gstgstrtppcmapay.c:
11398         * rtp/gst/gstgstrtppcmapay.h:
11399         * rtp/gst/gstrtppcmudepay.c:
11400         * rtp/gst/gstrtppcmudepay.h:
11401         * rtp/gst/gstrtppcmupay.c:
11402         * rtp/gst/gstrtppcmupay.h:
11403         * rtp/gst/Makefile.am:
11404         * rtp/gst/gstrtp.c:
11405         * rtp/gst/README:
11406         Separated the G711 payloaders/depayloaders into separate elements for
11407         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11408
11409 2006-02-22  Wim Taymans  <wim@fluendo.com>
11410
11411         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11412         (gst_dvdec_change_state):
11413         * ext/dv/gstdvdec.h:
11414         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11415         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11416         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11417         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11418         (gst_dvdemux_flush), (gst_dvdemux_chain),
11419         (gst_dvdemux_change_state):
11420         * ext/dv/gstdvdemux.h:
11421         Ueber spiffify some more, added debug category.
11422         Use _scale.
11423         Use segments, respect playback rate from newsegment.
11424         Fix refcount issue.
11425
11426 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11427
11428         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11429         (gst_signal_processor_process):
11430         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11431         enabled for the build, but it helps me win the feature-count
11432         competitions ooh yeah.
11433
11434 2006-02-19  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11437         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11438         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11439         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11440         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11441         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11442         Use scaling code for added precission and more correct stop
11443         position in case scale==0.
11444
11445 2006-02-19  Wim Taymans  <wim@fluendo.com>
11446
11447         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11448         (gst_flxdec_chain):
11449         * gst/flx/gstflxdec.h:
11450         Implement DURATION query.
11451
11452 2006-02-19  Wim Taymans  <wim@fluendo.com>
11453
11454         * gst/flx/flx_color.h:
11455         * gst/flx/flx_fmt.h:
11456         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11457         (gst_flxdec_src_query_handler), (flx_decode_color),
11458         (gst_flxdec_chain):
11459         * gst/flx/gstflxdec.h:
11460         Set MALLOCDATA for the temp buffers so we don't leak.
11461         Some debug cleanups.
11462         Consume all data in the adapter before leaving the chain
11463         function. Fixes #330678.
11464
11465 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11466
11467         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11468         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11469          Handle 0 data size in otherwise valid frames.
11470          Handle numeric strings in 2.4.0 even when not in parentheses 
11471
11472 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * gst/matroska/matroska-demux.c:
11475         (gst_matroska_demux_subtitle_caps),
11476         (gst_matroska_demux_plugin_init):
11477         * gst/matroska/matroska-ids.h:
11478           Recognise SSA/ASS and USF subtitle formats and
11479           set proper caps when they are found.
11480
11481 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11484         (gst_jpeg_dec_chain):
11485           Fix invalid memory access for some odd-sized images
11486           (see image contained in quicktime stream in #327083);
11487           use g_malloc() instead of g_alloca().
11488
11489 2006-02-17  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11492         Patch from Sebastien Cote, fixes #319884
11493
11494 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * ext/cdio/gstcdio.c: (plugin_init):
11497           Init debug category (#331253).
11498
11499 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11502           Pass extra_data to gst_riff_create_audio_caps(), so that
11503           WAVEFORMATEX stuff works. Post audio codec name and post
11504           it as taglist on the bus. Allow up to 8 channesl for raw
11505           PCM in the source pad template caps.
11506
11507 2006-02-16  Wim Taymans  <wim@fluendo.com>
11508
11509         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11510         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11511         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11512         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11513         (gst_multipart_set_property), (gst_multipart_get_property):
11514         Applied #318663. Gives quite a few false positives in
11515         autoscan mode, but it's better than nothing. Not closing yet.
11516
11517 2006-02-16  Wim Taymans  <wim@fluendo.com>
11518
11519         * docs/plugins/Makefile.am:
11520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11522         * docs/plugins/gst-plugins-good-plugins.args:
11523         * docs/plugins/inspect/plugin-udp.xml:
11524         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11525         (gst_udpsrc_start):
11526         Update documentation.
11527         Fix args.
11528
11529 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11530
11531         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11532         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11533         frame size. (Fixes #331368)
11534
11535 2006-02-16  Wim Taymans  <wim@fluendo.com>
11536
11537         * gst/rtsp/README:
11538         Updated README.
11539
11540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11541         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11542         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11543         * gst/rtsp/gstrtspsrc.h:
11544         Make sure the RTP port is an even port an try to allocate 
11545         another if not.
11546         Added retry property to control max retries for port allocation.
11547         Make sure RTCP port is RTP port+1.
11548         Cleanup when port allocation fails.
11549         Fixes #319183.
11550         
11551 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11554           Don't ignore return value of the parent class's state
11555           change function (#331385, patch by: Wouter Paesen).
11556
11557 2006-02-15  Wim Taymans  <wim@fluendo.com>
11558
11559         * configure.ac:
11560         * docs/plugins/Makefile.am:
11561         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11563         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11564         * ext/Makefile.am:
11565         * ext/hal/Makefile.am:
11566         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11567         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11568         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11569         (do_toggle_element), (gst_hal_audio_sink_set_property),
11570         (gst_hal_audio_sink_get_property),
11571         (gst_hal_audio_sink_change_state):
11572         * ext/hal/gsthalaudiosink.h:
11573         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11574         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11575         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11576         (do_toggle_element), (gst_hal_audio_src_set_property),
11577         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11578         * ext/hal/gsthalaudiosrc.h:
11579         * ext/hal/gsthalelements.c: (plugin_init):
11580         * ext/hal/gsthalelements.h:
11581         * ext/hal/hal.c: (gst_hal_get_string),
11582         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11583         (gst_hal_get_audio_src):
11584         * ext/hal/hal.h:
11585         Add HAL sound device wrapper plugins. Closes #329106
11586
11587 2006-02-15  Wim Taymans  <wim@fluendo.com>
11588
11589         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11590         Add comment in a fultile attempt to stop the copy-and-paste 
11591         paradigm leading to duplication of bad code.
11592
11593         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11594         Mime parameters have to be checked case insensitive
11595
11596 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11599           Advance stream time for lagging subtitle streams by sending
11600           newsegment events with the update flag set.
11601
11602 2006-02-14  Edward Hervey  <edward@fluendo.com>
11603
11604         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11605         There can be bogus data before the hdrl LIST tag in the RIFF header.
11606         It's hard to say if it's not respecting the AVI specifications or not,
11607         but since Google Video is producing AVIs like that and the other player
11608         don't seem to complain, I guess we should do the same.
11609
11610 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11611
11612         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11613         (parse_split_strings):
11614         Add more validation to ensure that a char encoding conversion
11615         produced a valid UTF-8 string.
11616
11617 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
11618
11619         Reviewed by: Edward Hervey  <edward@fluendo.com>
11620
11621         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11622         Properly handle end of segment. Closes #330885.
11623
11624 2006-02-13  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/rtp/gstrtpmp4gpay.h:
11627         For got to commit this one.
11628
11629 2006-02-12  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11632         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11633         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11634         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11635         * gst/rtp/gstrtpmp4gpay.h:
11636         Make more things work.
11637         Handle ACC config strings.
11638
11639 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11640
11641         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11642           set timestamps if no incoming timestamps set
11643
11644 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11647         (gst_tag_demux_do_typefind):
11648           ... and fix the very same leaks in GstTagDemux.
11649
11650 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
11651
11652         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11653         (gst_id3demux_do_typefind):
11654         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11655         <jonathan at kaolin dot wh9 dot net>)
11656
11657 2006-02-10  Wim Taymans  <wim@fluendo.com>
11658
11659         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11660         First set options, then set caps or else the baseclass
11661         will not know about the options, duh.
11662
11663 2006-02-10  Wim Taymans  <wim@fluendo.com>
11664
11665         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11666         (gst_rtp_mp4v_pay_setcaps):
11667         Don't waste time looking for a config string if we have codec_info
11668         on the incomming caps.
11669
11670 2006-02-10  Wim Taymans  <wim@fluendo.com>
11671
11672         * gst/rtp/README:
11673         Say something about case-sensitivity of caps vs mime-attributes.
11674
11675         * gst/rtp/Makefile.am:
11676         * gst/rtp/gstrtp.c: (plugin_init):
11677         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11678         (gst_rtp_amr_pay_handle_buffer):
11679         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11680         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11681         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11682         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11683         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11684         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11685         (gst_rtp_mp4g_pay_plugin_init):
11686         * gst/rtp/gstrtpmp4gpay.h:
11687         Added beginnings of mpeg4-generic payloader (RFC 3640)
11688
11689 2006-02-09  Wim Taymans  <wim@fluendo.com>
11690
11691         * gst/rtsp/Makefile.am:
11692         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11693         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11694         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11695         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11696         (gst_rtpdec_change_state):
11697         * gst/rtsp/gstrtpdec.h:
11698         * gst/rtsp/gstrtsp.c: (plugin_init):
11699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11700         * gst/rtsp/rtspconnection.c: (read_body),
11701         (rtsp_connection_receive):
11702         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11703         Resurected rtpdec to make rtspsrc happy again.
11704         Skip attributes from the session id.
11705         Don't crash when dumping a message with an empty body.
11706
11707
11708 2006-02-09  Wim Taymans  <wim@fluendo.com>
11709
11710         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11711         Added more meaningfull warnings when something goes wrong.
11712         Clear F bit on outgoing AMR packets.
11713
11714         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11715         (gst_rtp_amr_pay_handle_buffer):
11716         Added debugging category
11717         Support payloading of multiple AMR frames.
11718
11719         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11720         Added some debugging.
11721
11722 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11723
11724         * configure.ac:
11725           Back to CVS
11726
11727 === release 0.10.2 ===
11728
11729 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11730
11731         * configure.ac:
11732           releasing 0.10.2, "Papa was a rolling stone"
11733
11734 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11735
11736         * configure.ac:
11737           Bump core and plugins-base requirement to 0.10.2.2
11738           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11739
11740 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * ext/flac/gstflac.c: (plugin_init):
11743         * ext/speex/gstspeex.c: (plugin_init):
11744           Register musicbrainz tags.
11745
11746 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * ext/gconf/gconf.h:
11749           Remove declaration of function that no longer exists.
11750
11751 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11752
11753         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11754         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11755         Make shout2 work for non ogg streams
11756
11757 2006-02-06  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11760         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11761         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11762         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11763         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11764         * gst/udp/gstmultiudpsink.h:
11765         Updated docs.
11766         Added properties bytes-served, bytes_to_serve.
11767         Post proper error messages,
11768         Emit client added signal too.
11769
11770 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11771
11772         * docs/plugins/Makefile.am:
11773         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11774         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11775         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11776         (gst_multiudpsink_get_stats):
11777           adding docs for multiudpsink
11778
11779 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11780
11781         * gst/level/gstlevel.c: (gst_level_transform_ip):
11782           peak below decay is not necessarily an error, so don't ERROR log
11783
11784 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11787         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11788         (gst_ebml_write_seek):
11789         * gst/matroska/ebml-write.h:
11790           Make sure we send a newsegment event in BYTES format
11791           before sending buffers (#328531).
11792
11793 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11796         (gst_dvdemux_sink_query):
11797         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11798         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11799         (speex_dec_src_query):
11800         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11801         (gst_speexenc_sink_query):
11802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11803         * gst/matroska/matroska-demux.c:
11804         (gst_matroska_demux_get_src_query_types),
11805         (gst_matroska_demux_handle_src_query):
11806         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11807         (gst_wavparse_pad_query):
11808           Pass unhandled queries upstream instead of just dropping
11809           them (#326446). Update query type arrays here and there.
11810
11811 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * tests/check/elements/matroskamux.c: (setup_src_pad):
11814           Collectpads in core got changed and now also holds a
11815           reference to any pad that is part of it. Fix refcount
11816           checks in test case accordingly.
11817
11818 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst/apetag/gstapedemux.h:
11821           Fix include, for now GstTagDemux is in the apetag dir.
11822
11823 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * docs/plugins/Makefile.am:
11826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11828         * docs/plugins/inspect/plugin-cdio.xml:
11829           Add cdio plugin to docs.
11830
11831         * ext/cdio/gstcdiocddasrc.c:
11832           Add gtk-doc blurb.
11833
11834         * ext/cdio/gstcdio.c:
11835           The plugin is called 'cdio' not 'cddio'.
11836
11837 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11838
11839         * configure.ac:
11840         * docs/plugins/Makefile.am:
11841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11843         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11844         * docs/plugins/inspect/plugin-apetag.xml:
11845         * gst/apetag/Makefile.am:
11846         * gst/apetag/gstapedemux.c:
11847         * gst/apetag/gstapedemux.h:
11848         * gst/apetag/gsttagdemux.c:
11849         * gst/apetag/gsttagdemux.h:
11850           Add APE tag demuxer (#325649).
11851
11852 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11853
11854         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11855         (gst_gconf_get_default_video_sink),
11856         (gst_gconf_get_default_audio_src),
11857         (gst_gconf_get_default_video_src):
11858         * ext/gconf/gconf.h:
11859         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11860         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11861         (do_toggle_element):
11862         * ext/gconf/gstgconfaudiosink.h:
11863         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11864         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11865         (do_toggle_element):
11866         * ext/gconf/gstgconfaudiosrc.h:
11867         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11868         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11869         (do_toggle_element):
11870         * ext/gconf/gstgconfvideosink.h:
11871         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11872         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11873         (do_toggle_element):
11874         * ext/gconf/gstgconfvideosrc.h:
11875           Ignore changing the GConf key to "". Ignore GConf key updates
11876           that don't actually change the string.
11877           For now, ignore the GConf key when the state is > READY, as
11878           it breaks streaming. Sometime it will be nice to bring the
11879           new sink online even mid-stream, by sending NEWSEGMENT info
11880           and possibly prerolling.
11881           (Fixes #326736)
11882
11883 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11884
11885         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11886         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11887         (zoomFilterSetResolution), (zoomFilterDestroy),
11888         (zoomFilterFastRGB), (pointFilter):
11889         * gst/goom/filters.h:
11890         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11891         (goom_update), (goom_close):
11892         * gst/goom/goom_core.h:
11893         * gst/goom/goom_tools.h:
11894         * gst/goom/graphic.c:
11895         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11896         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11897         * gst/goom/gstgoom.h:
11898         * gst/goom/lines.c: (goom_lines):
11899         * gst/goom/lines.h:
11900           Make goom reentrant by moving all important static variables
11901           into instance structures.
11902           (Fixes #329181)
11903
11904 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11907         (gst_avi_demux_all_source_pads_unlinked),
11908         (gst_avi_demux_process_next_entry):
11909         * gst/avi/gstavidemux.h:
11910           Third attempt, use gst_pad_is_linked() this time.
11911
11912 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11913
11914         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11915         (parse_split_strings):
11916         Adjust for data length indicators when parsing (Fixes #329810)
11917         Fix stupid bug parsing UTF-8 tag text.
11918         Output tag strings with multiple fields as multiple tags, so the
11919         app gets all the data.
11920
11921 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11922
11923         * ext/flac/gstflacenc.c:
11924         Fixed a bug add in last commit, where no event is send. Thanks Tim to
11925         show me.
11926         
11927 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11928
11929         * ext/flac/gstflacenc.c:
11930         * gst/matroska/ebml-read.c:
11931         Just make it compile with --disable-gst-debug.
11932
11933 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
11934
11935         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11936         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11937         (id3v2_genre_fields_to_taglist):
11938           Never output a tag with a null contents string.
11939
11940 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11943           Only pause if all pads are unlinked AND we've tried to send data
11944           on all of them at least once.
11945
11946 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11949         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11950           Make loop function/task pause itself when all source pads are
11951           unlinked.
11952
11953 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * configure.ac:
11956         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11957           Use new functions from core to render a bin from a
11958           string. Fixes build. Up requirements to core CVS.
11959
11960 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11963           Don't push buffers into the adapter that we are going to
11964           push downstream again without framing anyway. Also, the
11965           adaptor takes ownership of buffers put into it (fixes
11966           auparse pushing invalid buffers for .au files with
11967           ADPCM contents). Finally, set caps on all outgoing buffers.
11968
11969 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11970
11971         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11972         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11973         (gst_id3demux_send_tag_event):
11974         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11975         Someone should kick my butt. Remove ID3v1 tags from the end of the
11976         file.
11977
11978         Improve error messages. Send the TAG message as soon as we complete
11979         typefinding, instead of waiting until we send the first buffer.
11980         Downstream tag event is still sent before the first buffer.
11981
11982 2006-01-27  Jan Gerber  <j@bootlab.org>
11983
11984         Reviewed by: Andy Wingo <wingo@pobox.com>
11985
11986         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11987         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11988         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11989         to not have warings flooding stderr. this is the suggested way
11990         also used in dvgrab and kino. (#328336)
11991
11992 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11993
11994         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11995         (gst_oss_sink_init), (gst_oss_sink_finalise):
11996           Free the device name string when finalised.
11997
11998 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12001           Don't put function calls in g_return_if_fail() statements,
12002           or they'll be replaced with NOOPs if someone compiles with
12003           G_DISABLE_CHECKS defined.
12004           
12005 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12006
12007         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12008         Never trust ANY information encoded in a media file, especially
12009         when it's giving you sizes. (Fixes #328452)
12010
12011 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12012
12013         * gst/rtp/gstrtpg711pay.c:
12014         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12015         bug #325148.
12016
12017 2006-01-23  Edward Hervey  <edward@fluendo.com>
12018
12019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12020         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12021         * gst/matroska/matroska-ids.h:
12022         Added recognition of Real Audio and Video streams in matroska demuxer.
12023
12024 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12025
12026         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12027           Remove errant break statement, and fix compilation with
12028           older GCC.
12029
12030 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12031
12032         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * sys/sunaudio/gstsunaudiomixerctrl.c:
12035         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12036           Export functions that are needed in other parts of the code,
12037           makes the mixer actually work; adjust magic minimum buffer-time
12038           value from 3ms to 5ms to work around stuttering during mp3
12039           playback (#327765).
12040
12041 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12042
12043         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12046         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12047           Fix possible deadlock in matroska muxer (#327825).
12048
12049 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12052         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12053         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12054         * gst/rtsp/sdpmessage.h:
12055         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12056         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12057           C89 fixes: declare variables at the beginning of a block and
12058           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12059           <jensgr at gmx dot net>).
12060
12061 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12062
12063         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12064         * gst/id3demux/id3tags.h:
12065         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12066         (parse_comment_frame), (parse_text_identification_frame),
12067         (id3v2_tag_to_taglist), (id3v2_are_digits),
12068         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12069         (parse_split_strings), (free_tag_strings):
12070           Rewrite parsing of text tags to handle multiple NULL terminated
12071           strings. Parse numeric genre strings and ID3v2 type
12072           "(3)(6)Alternative" style genre strings.
12073           Parse dates that are only YYYY or YYYY-mm format.
12074           (Fixes #328241 and #322154)
12075
12076 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12077
12078         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12079           Don't forget to initialize liboil, otherwise our oil functions
12080           will crash (fixes #327871; patch by: Christoph Burghardt
12081           <hawkes at web dot de>).
12082
12083 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * configure.ac:
12086           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12087           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12088           patch by: Brian Cameron <brian dot cameron at sun dot com>
12089
12090 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12093         * ext/cdio/gstcdio.h:
12094         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12095           Fix build for libcdio versions >= 76; give slightly lower rank
12096           than cdparanoia.
12097
12098 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * configure.ac:
12101         * ext/Makefile.am:
12102         * ext/cdio/Makefile.am:
12103         * ext/cdio/gstcdio.c:
12104         * ext/cdio/gstcdio.h:
12105         * ext/cdio/gstcdiocddasrc.c:
12106         * ext/cdio/gstcdiocddasrc.h:
12107           Port libcdio cdda source, formerly known as cddasrc, now known as
12108           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12109           but that's not tested (fixes #317658).
12110
12111 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12114           Fix conversion from TIME to BYTES format (fixes #326864;
12115           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12116
12117 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12118
12119         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12120           Fix compilation of id3demux when zlib is not present.
12121           (Fixes #326602; patch by: Sergey Scobich)
12122
12123 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * ext/esd/Makefile.am:
12126           Add $(ESD_CFLAGS), otherwise build will fail for folks
12127           with libesd in a non-standard prefix (#327009).
12128
12129 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * configure.ac:
12132           back to HEAD
12133
12134 === release 0.10.1 ===
12135
12136 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12137
12138         * configure.ac:
12139           releasing 0.10.1, "Li"
12140
12141 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12142
12143           patch by: Wim Taymans
12144
12145         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12146           fix memleak.  Fixes #326618
12147
12148 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12149
12150           patch by: Mike Smith
12151
12152         * gst/level/gstlevel.c: (gst_level_message_new),
12153         (gst_level_message_append_channel):
12154           Fix memleak.  Fixes #326612
12155
12156 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12157
12158         * configure.ac:
12159           prereleasing
12160         * po/af.po:
12161         * po/az.po:
12162         * po/cs.po:
12163         * po/en_GB.po:
12164         * po/hu.po:
12165         * po/it.po:
12166         * po/nb.po:
12167         * po/nl.po:
12168         * po/or.po:
12169         * po/sq.po:
12170         * po/sr.po:
12171         * po/sv.po:
12172         * po/uk.po:
12173         * po/vi.po:
12174           update translations
12175
12176 2006-01-10  Michael Smith  <msmith@fluendo.com>
12177
12178         * gst/level/gstlevel.c: (gst_level_class_init),
12179         (gst_level_dispose):
12180           Don't leak filter arrays.
12181
12182 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12183
12184         reviewed by: Christian Schaller <uraeus@gnome.org>
12185         
12186         * configure.ac:
12187         * gst-plugins-good.spec.in:
12188         * sys/Makefile.am:
12189         * sys/sunaudio/Makefile.am:
12190         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12191         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12192         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12193         (gst_sunaudiomixer_change_state):
12194         * sys/sunaudio/gstsunaudiomixer.h:
12195         * sys/sunaudio/gstsunaudiomixerctrl.c:
12196         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12197         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12198         (gst_sunaudiomixer_ctrl_list_tracks),
12199         (gst_sunaudiomixer_ctrl_get_volume),
12200         (gst_sunaudiomixer_ctrl_set_volume),
12201         (gst_sunaudiomixer_ctrl_set_mute),
12202         (gst_sunaudiomixer_ctrl_set_record):
12203         * sys/sunaudio/gstsunaudiomixerctrl.h:
12204         * sys/sunaudio/gstsunaudiomixertrack.c:
12205         (gst_sunaudiomixer_track_class_init),
12206         (gst_sunaudiomixer_track_init), (fill_labels),
12207         (gst_sunaudiomixer_track_new):
12208         * sys/sunaudio/gstsunaudiomixertrack.h:
12209         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12210         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12211         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12212         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12213         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12214         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12215         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12216         * sys/sunaudio/gstsunaudiosink.h:
12217
12218         Add SunAudio plugin - tested to make sure it doesn't break
12219         the build under GNU/Linux.      
12220
12221 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12222
12223         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12224         * gst-plugins-good/gst/udp/gstudpsrc.c:
12225         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12226         overrides the port or multicast parameters. Fixes bugs #323021.
12227         API addition: adds GstUDPSrc::sockfd property   
12228
12229 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * ext/gconf/Makefile.am:
12232         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12233         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12234         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12235         (do_toggle_element), (cb_toggle_element),
12236         (gst_gconf_audio_src_change_state):
12237         * ext/gconf/gstgconfaudiosrc.h:
12238         * ext/gconf/gstgconfelements.c: (plugin_init):
12239         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12240         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12241         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12242         (do_toggle_element), (cb_toggle_element),
12243         (gst_gconf_video_src_change_state):
12244         * ext/gconf/gstgconfvideosrc.h:
12245           Add new gconfaudiosrc and gconfvideosrc elements
12246           (needed for gnome-sound-recorder).
12247
12248 2006-01-06  Edward Hervey  <edward@fluendo.com>
12249
12250         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12251         Add gst_element_no_more_pads() for proper decodebin behaviour.
12252         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12253         (parse_text_identification_frame), (parse_split_strings):
12254         Failure to decode some tags is not a GST_ERROR() but a
12255         GST_WARNING()
12256         When iterating over a chunk of text, check that we haven't gone too
12257         far.
12258
12259 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12260
12261         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12262         (plugin_init):
12263           call oil_init() when using liboil
12264
12265 2006-01-04  Wim Taymans  <wim@fluendo.com>
12266
12267         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12268         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12269         Fix leaks.
12270
12271 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12272
12273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12276         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12277         (gst_flac_dec_change_state):
12278           Don't g_assert() where we should just return FALSE; remove
12279           unnecessary g_assert(); initialize some fields properly in
12280           state change function (fixes #325504). Also, use
12281           GST_DEBUG_OBJECT in two more places.
12282
12283 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12284
12285         * configure.ac:
12286           also remove smoothwave's Makefile.am
12287         * docs/plugins/Makefile.am:
12288           fix plugin docs
12289
12290 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12291
12292         * tests/examples/Makefile.am:
12293           added missing Makefile.am
12294
12295 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12296
12297         * configure.ac:
12298         * gst/level/Makefile.am:
12299         * gst/level/level-example.c:
12300         * tests/Makefile.am:
12301         * tests/examples/level/Makefile.am:
12302         * tests/examples/level/level-example.c: (message_handler), (main):
12303           moved level-example to tests/examples/level-example
12304         * tests/old/examples/level/demo.c: (main):
12305         * tests/old/examples/level/plot.c: (main):
12306           some initial fixes
12307
12308 2005-12-29  Michael Smith  <msmith@fluendo.com>
12309
12310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12311         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12312         * gst/udp/gstmultiudpsink.h:
12313           Track packets sent per client in addition to bytes sent; provide
12314           this info through get-stats signal
12315
12316 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12319           Can't use gst_object_unref() on a GstAdapter (#325191).
12320
12321 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12322
12323         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12324         If a broken tag has 0 bytes payload, at least still skip
12325         the 10 byte header
12326
12327 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12328
12329         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12330         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12331         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12332         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12333           Making these depayloaders (H263+ and mpeg4 video) inherit from
12334           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12335
12336 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12337
12338         * docs/plugins/gst-plugins-good-plugins.args:
12339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12340         Regenerate the plugin hiearchy.
12341
12342 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12343
12344         * docs/plugins/Makefile.am:
12345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12347         * docs/plugins/gst-plugins-good-plugins.args:
12348         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12349         (gst_id3demux_base_init), (gst_id3demux_class_init),
12350         (gst_id3demux_chain):
12351         * gst/id3demux/gstid3demux.h:
12352           Add documentation for id3demux.
12353           Don't fail if the first buffer is not at offset 0, just
12354           attempt to typefind and do pass through
12355           Rename the gst_type function from gst_gst_id3demux..
12356
12357 2005-12-20  Michael Smith  <msmith@fluendo.com>
12358
12359         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12360         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12361         (gst_multiudpsink_get_stats):
12362         * gst/udp/gstmultiudpsink.h:
12363           Collect statistics; return them from get_stats.
12364
12365 2005-12-19  Edward Hervey  <edward@fluendo.com>
12366
12367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12368         Stupid signedness issue...
12369
12370 2005-12-19  Edward Hervey  <edward@fluendo.com>
12371
12372         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12373         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12374         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12375         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12376         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12377         Construct index for indexless files.
12378         Make sure pad/buffers are correctly reset to NULL once we don't need
12379         them anymore, else we get lovely segfaults/assertions.
12380         * gst/wavparse/gstwavparse.c:
12381         Yes, you can have 96KHz audio and wma in wav :(
12382
12383 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12384
12385         * configure.ac:
12386           Check for optional dependency on zlib for id3demux
12387
12388         * gst/id3demux/Makefile.am:
12389         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12390         (gst_id3demux_base_init), (gst_id3demux_class_init),
12391         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12392         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12393         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12394         (gst_id3demux_set_property), (gst_id3demux_get_property),
12395         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12396         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12397         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12398         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12399         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12400         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12401         (simple_find_peek), (simple_find_suggest),
12402         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12403         (plugin_init):
12404         * gst/id3demux/gstid3demux.h:
12405         * gst/id3demux/id3tags.c: (read_synch_uint),
12406         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12407         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12408         (id3demux_id3v2_frames_to_tag_list):
12409         * gst/id3demux/id3tags.h:
12410         * gst/id3demux/id3v2.4.0-frames.txt:
12411         * gst/id3demux/id3v2.4.0-structure.txt:
12412         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12413         (parse_comment_frame), (parse_text_identification_frame),
12414         (id3v2_tag_to_taglist), (parse_split_strings):
12415           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12416           otherwise it discards them. Works on my test files. 
12417
12418         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12419           Don't send EOS to a non-existing srcpad
12420           The debug category can be static
12421
12422 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12423
12424         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12425         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12426         * gst/multipart/multipartdemux.c:
12427           change some char* into char[]
12428
12429 2005-12-16  Wim Taymans  <wim@fluendo.com>
12430
12431         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12432         (gst_wavparse_other), (gst_wavparse_perform_seek),
12433         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12434         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12435         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12436         * gst/wavparse/gstwavparse.h:
12437         Use GstSegment to implement more seeking features.
12438
12439 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * gst/rtsp/rtspconnection.c:
12442           Add <netinet/in.h> include and move <arpa/inet.h> include
12443           to make things work on OpenBSD as well (fixes #323717;
12444           patch by: Benjamin Pineau)
12445
12446 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12447
12448         * gst/rtp/gstrtpspeexdepay.c:
12449         * gst/rtp/gstrtpspeexpay.c:
12450         Set clock rate to be fixed in 8000. It fixes bug #324012.
12451
12452 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12453
12454         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12455         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12456         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12457         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12458         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12459         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12460         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12461         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12462         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12463         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12464         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12465         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12466         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12467         * gst-plugins-good/gst/rtp/README:
12468         Fixed payload range in payloder caps. Removed payload range completely
12469         from depayloaders as they don't require payload type in their caps.
12470         In effect, there isn't any specific payload type for any given codec,
12471         only suggestions.
12472         Fixes bug #324011.
12473
12474 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12475
12476         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12477         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12478         (gst_videomixer_collected): Code cleanup and re-enabling 
12479         queued time validity check for correct EOS handling.
12480
12481 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12482
12483         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12484         (gst_oss_mixer_element_get_property),
12485         (gst_oss_mixer_element_change_state):
12486         Add 'device-name' property and fix state change function.
12487
12488 2005-12-13  Edward Hervey  <edward@fluendo.com>
12489
12490         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12491         If the speed of the file is null in the header, set the frame_time to
12492         the default setting of GST_SECOND / 70. Which is the default
12493         frame_delay for .fli files as stated in this document :
12494         http://www.compuphase.com/flic.htm
12495         Would be nice to have the time conversion done properly too (duration =
12496         flxh->frames * flxdec->frame_time)
12497
12498 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12499
12500         * docs/plugins/Makefile.am:
12501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12504         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12505         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12506         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12507         documentation for videomixer on my way with a funny sample
12508         pipeline.
12509
12510 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12511
12512         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12513         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12514         (gst_videomixer_update_queues), (gst_videomixer_collected):
12515         Fix caps negotiation. (#323896)
12516
12517 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12518
12519         * gst/matroska/matroska-demux.c:
12520         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12521           Set correct timestamps on audio laces, fixes playback of mp3 from
12522                 matroska.
12523
12524 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12525
12526         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12527         (gst_au_parse_class_init), (gst_au_parse_init),
12528         (gst_au_parse_dispose), (gst_au_parse_chain),
12529         (gst_au_parse_change_state), (plugin_init):
12530         * gst/auparse/gstauparse.h:
12531           Use gst_object_unref() for GstObjects instead of
12532           g_object_unref() and fix a mem leak in a debug
12533           statement; while we're at it, also borgify, use
12534           boilerplate macros and clean up a little bit.
12535
12536 2005-12-11  Edward Hervey  <edward@fluendo.com>
12537
12538         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12539         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12540         Added pull mode.
12541
12542 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12543
12544         * gst/goom/gstgoom.c:
12545         * gst/level/level-example.c: (main):
12546         * gst/smoothwave/demo-osssrc.c: (main):
12547           Use audiotestsrc instead of sinesrc (#323798).
12548
12549 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
12550
12551         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12552           more debug-func-ptr usage
12553
12554 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
12555
12556         * gst/flx/flx_color.c: (flx_colorspace_convert):
12557         * gst/flx/flx_color.h:
12558         * gst/flx/flx_fmt.h:
12559         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12560         * gst/flx/gstflxdec.h:
12561           Now flxdec works on big-endian machines as well.
12562
12563 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12566         (gst_fenced_buffer_copy):
12567           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12568           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12569           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12570           and use GST_DEBUG_FUNCPTR for pad functions.
12571
12572 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12575         (gst_flac_dec_class_init), (gst_flac_dec_init),
12576         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12577         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12578         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12579         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12580         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12581         (gst_flac_dec_change_state):
12582         * ext/flac/gstflacdec.h:
12583           Rewrite flacdec a bit, so that even seeking might work now. Most
12584           importantly, don't act upon any flow return values we get, just tell
12585           the decoder everything's dandy and act on the flow return values
12586           later on in the loop function. We don't want to mess up the internal
12587           decoder state for non-fatal things like flushing pads etc. Other
12588           than that, use GstSegment (segment seeks don't work yet though, but
12589           should be easy to add), use boilerplate macros, drop the superfluous
12590           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12591           lots of other things.
12592
12593 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * configure.ac:
12596           Update comment in OSS includes check.
12597
12598         * sys/oss/gstossdmabuffer.c:
12599         * sys/oss/gstosshelper.c:
12600         * sys/oss/gstossmixer.c:
12601         * sys/oss/gstossmixertrack.c:
12602         * sys/oss/gstosssink.c:
12603         * sys/oss/gstosssrc.c:
12604         * sys/oss/oss_probe.c:
12605           Don't assume the OSS soundcard.h include is always in
12606           the sys/ directory. Instead, use the existing defines
12607           from config.h to include the right file. Fixes
12608           compilation on OpenBSD 3.8 (#323718).
12609
12610 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12613         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12614         * docs/plugins/inspect/plugin-1394.xml:
12615         * docs/plugins/inspect/plugin-aasink.xml:
12616         * docs/plugins/inspect/plugin-alaw.xml:
12617         * docs/plugins/inspect/plugin-alpha.xml:
12618         * docs/plugins/inspect/plugin-alphacolor.xml:
12619         * docs/plugins/inspect/plugin-auparse.xml:
12620         * docs/plugins/inspect/plugin-autodetect.xml:
12621         * docs/plugins/inspect/plugin-avi.xml:
12622         * docs/plugins/inspect/plugin-cacasink.xml:
12623         * docs/plugins/inspect/plugin-cairo.xml:
12624         * docs/plugins/inspect/plugin-cutter.xml:
12625         * docs/plugins/inspect/plugin-debug.xml:
12626         * docs/plugins/inspect/plugin-dv.xml:
12627         * docs/plugins/inspect/plugin-efence.xml:
12628         * docs/plugins/inspect/plugin-effectv.xml:
12629         * docs/plugins/inspect/plugin-esdsink.xml:
12630         * docs/plugins/inspect/plugin-flac.xml:
12631         * docs/plugins/inspect/plugin-flxdec.xml:
12632         * docs/plugins/inspect/plugin-gconfelements.xml:
12633         * docs/plugins/inspect/plugin-goom.xml:
12634         * docs/plugins/inspect/plugin-jpeg.xml:
12635         * docs/plugins/inspect/plugin-level.xml:
12636         * docs/plugins/inspect/plugin-matroska.xml:
12637         * docs/plugins/inspect/plugin-mulaw.xml:
12638         * docs/plugins/inspect/plugin-multipart.xml:
12639         * docs/plugins/inspect/plugin-navigationtest.xml:
12640         * docs/plugins/inspect/plugin-ossaudio.xml:
12641         * docs/plugins/inspect/plugin-png.xml:
12642         * docs/plugins/inspect/plugin-rtp.xml:
12643         * docs/plugins/inspect/plugin-rtsp.xml:
12644         * docs/plugins/inspect/plugin-shout2send.xml:
12645         * docs/plugins/inspect/plugin-smpte.xml:
12646         * docs/plugins/inspect/plugin-speex.xml:
12647         * docs/plugins/inspect/plugin-udp.xml:
12648         * docs/plugins/inspect/plugin-videobox.xml:
12649         * docs/plugins/inspect/plugin-videoflip.xml:
12650         * docs/plugins/inspect/plugin-videomixer.xml:
12651         * docs/plugins/inspect/plugin-wavenc.xml:
12652         * docs/plugins/inspect/plugin-wavparse.xml:
12653         * ext/flac/gstflac.c: (plugin_init):
12654         * ext/flac/gstflacdec.c: (flacdec_get_type),
12655         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12656         (gst_flac_dec_init), (gst_flac_dec_finalize),
12657         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12658         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12659         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12660         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12661         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12662         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12663         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12664         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12665         * ext/flac/gstflacdec.h:
12666         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12667         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12668         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12669         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12670         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12671         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12672         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12673         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12674         (gst_flac_enc_change_state):
12675         * ext/flac/gstflacenc.h:
12676           borgify and fix up documentation
12677
12678 2005-12-09  Michael Smith  <msmith@fluendo.com>
12679
12680         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12681           Accept a wider range of flac files, more closely matching flac spec.
12682
12683 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12684
12685         * docs/plugins/Makefile.am: Add multipart elements.
12686         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12687         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12688         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12689         * gst/multipart/multipartdemux.c:
12690         * gst/multipart/multipartmux.c: Add docs.
12691
12692 2005-12-07  Edward Hervey  <edward@fluendo.com>
12693
12694         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12695         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12696         (gst_avi_demux_invert):
12697         Memleak and crasher fixes.
12698         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12699         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12700         Memleak fixes
12701
12702 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12703
12704         * ext/aalib/gstaasink.h:
12705         * ext/cairo/gsttextoverlay.h:
12706         * ext/dv/gstdvdec.h:
12707         * ext/dv/gstdvdemux.c:
12708         * ext/dv/gstdvdemux.h:
12709         * ext/esd/esdsink.h:
12710         * ext/flac/flac_compat.h:
12711         * ext/flac/gstflacdec.h:
12712         * ext/flac/gstflacenc.h:
12713         * ext/gconf/gconf.h:
12714         * ext/gconf/gstgconfaudiosink.h:
12715         * ext/gconf/gstgconfvideosink.h:
12716         * ext/gdk_pixbuf/gstgdkanimation.h:
12717         * ext/jpeg/gstjpegdec.h:
12718         * ext/jpeg/smokecodec.h:
12719         * ext/jpeg/smokeformat.h:
12720         * ext/ladspa/gstsignalprocessor.h:
12721         * ext/ladspa/search.c: (LADSPAPluginSearch):
12722         * ext/ladspa/utils.h:
12723         * ext/libmng/gstmng.c:
12724         * ext/libmng/gstmngdec.h:
12725         * ext/libmng/gstmngenc.c:
12726         * ext/libmng/gstmngenc.h:
12727         * ext/libpng/gstpng.c:
12728         * ext/libpng/gstpngenc.c:
12729         * ext/libpng/gstpngenc.h:
12730         * ext/shout2/gstshout2.h:
12731         * ext/speex/gstspeexdec.h:
12732         * ext/speex/gstspeexenc.c:
12733         * ext/speex/gstspeexenc.h:
12734         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12735         * gst/autodetect/gstautoaudiosink.h:
12736         * gst/autodetect/gstautovideosink.h:
12737         * gst/avi/gstavidemux.h:
12738         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12739         (gst_cutter_set_property), (gst_cutter_get_caps):
12740         * gst/cutter/gstcutter.h:
12741         * gst/debug/tests.c: (md5_process_block):
12742         * gst/debug/tests.h:
12743         * gst/effectv/gstwarp.c:
12744         * gst/flx/flx_fmt.h:
12745         * gst/flx/gstflxdec.h:
12746         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12747         (zoomFilterFastRGB):
12748         * gst/goom/filters.h:
12749         * gst/goom/goom_tools.h:
12750         * gst/law/alaw-encode.c:
12751         * gst/level/gstlevel.c:
12752         * gst/level/gstlevel.h:
12753         * gst/matroska/ebml-write.h:
12754         * gst/matroska/matroska-demux.h:
12755         * gst/matroska/matroska-ids.h:
12756         * gst/matroska/matroska-mux.h:
12757         * gst/monoscope/convolve.c: (convolve_match):
12758         * gst/monoscope/convolve.h:
12759         * gst/multipart/multipartmux.c:
12760         * gst/oldcore/gstaggregator.c:
12761         * gst/oldcore/gstaggregator.h:
12762         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12763         * gst/oldcore/gstmd5sink.h:
12764         * gst/oldcore/gstmultifilesrc.c:
12765         * gst/oldcore/gstmultifilesrc.h:
12766         * gst/oldcore/gstpipefilter.h:
12767         * gst/oldcore/gstshaper.h:
12768         * gst/rtp/gstrtpL16depay.h:
12769         * gst/rtp/gstrtpL16pay.h:
12770         * gst/rtp/gstrtpdepay.h:
12771         * gst/rtp/gstrtpmp4vpay.c:
12772         * gst/rtp/gstrtpmp4vpay.h:
12773         * gst/rtsp/gstrtspsrc.c:
12774         * gst/rtsp/gstrtspsrc.h:
12775         * gst/rtsp/rtspconnection.h:
12776         * gst/rtsp/rtspdefs.h:
12777         * gst/rtsp/rtspmessage.h:
12778         * gst/rtsp/rtsptransport.h:
12779         * gst/rtsp/rtspurl.c:
12780         * gst/rtsp/rtspurl.h:
12781         * gst/rtsp/sdpmessage.c:
12782         * gst/rtsp/sdpmessage.h:
12783         * gst/smpte/barboxwipes.c:
12784         * gst/smpte/gstmask.h:
12785         * gst/smpte/gstsmpte.h:
12786         * gst/smpte/paint.c:
12787         * gst/smpte/paint.h:
12788         * gst/udp/gstdynudpsink.h:
12789         * gst/udp/gstmultiudpsink.h:
12790         * gst/udp/gstudpsink.c:
12791         * gst/udp/gstudpsink.h:
12792         * gst/udp/gstudpsrc.c:
12793         * gst/videomixer/videomixer.c:
12794         * gst/wavenc/riff.h:
12795         * gst/wavparse/gstwavparse.h:
12796         * sys/oss/gstossdmabuffer.h:
12797         * sys/oss/gstossmixer.h:
12798         * sys/oss/gstossmixerelement.h:
12799         * sys/oss/gstossmixertrack.h:
12800         * sys/oss/gstosssink.c:
12801         * sys/oss/gstosssink.h:
12802         * sys/oss/gstosssrc.c:
12803         * sys/oss/gstosssrc.h:
12804         * sys/osxaudio/gstosxaudioelement.h:
12805         * sys/osxaudio/gstosxaudiosink.h:
12806         * sys/osxaudio/gstosxaudiosrc.h:
12807           expand tabs
12808
12809 === release 0.10.0 ===
12810
12811 2005-12-05   <thomas (at) apestaart (dot) org>
12812
12813         * configure.ac:
12814           releasing 0.10.0, "Abondance"
12815
12816 2005-12-05  Andy Wingo  <wingo@pobox.com>
12817
12818         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12819         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12820         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12821         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12822         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12823         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12824         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12825         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12826         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12827         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12828         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12829         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12830         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12831         * gst/goom/gstgoom.c: (gst_goom_chain):
12832         * gst/matroska/matroska-demux.c:
12833         (gst_matroska_demux_push_vorbis_codec_priv_data),
12834         (gst_matroska_demux_add_wvpk_header):
12835         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12836         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12837         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12838         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12839         alloc_buffer changes.
12840
12841 2005-12-05  Michael Smith  <msmith@fluendo.com>
12842
12843         * docs/plugins/gst-plugins-good-plugins.args:
12844           Remove args for plugins that aren't in -good.
12845
12846 === release 0.9.7 ===
12847
12848 2005-12-01   <thomas (at) apestaart (dot) org>
12849
12850         * configure.ac:
12851           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12852
12853 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12854
12855         * docs/plugins/.cvsignore:
12856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12857         * docs/plugins/inspect/plugin-multipart.xml:
12858         * docs/plugins/inspect/plugin-rtp.xml:
12859           add multipart plugin to docs
12860
12861 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12862
12863         * configure.ac:
12864         * ext/Makefile.am:
12865         * ext/pango/Makefile.am:
12866         * ext/pango/gstclockoverlay.c:
12867         * ext/pango/gstclockoverlay.h:
12868         * ext/pango/gsttextoverlay.c:
12869         * ext/pango/gsttextoverlay.h:
12870         * ext/pango/gsttextrender.c:
12871         * ext/pango/gsttextrender.h:
12872         * ext/pango/gsttimeoverlay.c:
12873         * ext/pango/gsttimeoverlay.h:
12874           move pango to base
12875
12876 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12877
12878         * gst/rtp/Makefile.am:
12879         * gst/rtp/gstrtpL16depay.c:
12880         * gst/rtp/gstrtpL16depay.h:
12881         * gst/rtp/gstrtpL16parse.c:
12882         * gst/rtp/gstrtpL16parse.h:
12883         * gst/rtp/gstrtpgsmdepay.c:
12884         * gst/rtp/gstrtpgsmdepay.h:
12885         * gst/rtp/gstrtpgsmparse.c:
12886         * gst/rtp/gstrtpgsmparse.h:
12887           parsers are depayers
12888
12889 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12890
12891         * gst/rtp/Makefile.am:
12892         * gst/rtp/gstasteriskh263.c:
12893         * gst/rtp/gstrtp.c:
12894         * gst/rtp/gstrtpL16enc.c:
12895         * gst/rtp/gstrtpL16enc.h:
12896         * gst/rtp/gstrtpL16parse.c:
12897         * gst/rtp/gstrtpL16parse.h:
12898         * gst/rtp/gstrtpL16pay.c:
12899         * gst/rtp/gstrtpL16pay.h:
12900         * gst/rtp/gstrtpamrdec.c:
12901         * gst/rtp/gstrtpamrdec.h:
12902         * gst/rtp/gstrtpamrdepay.c:
12903         * gst/rtp/gstrtpamrdepay.h:
12904         * gst/rtp/gstrtpamrenc.c:
12905         * gst/rtp/gstrtpamrenc.h:
12906         * gst/rtp/gstrtpamrpay.c:
12907         * gst/rtp/gstrtpamrpay.h:
12908         * gst/rtp/gstrtpdec.c:
12909         * gst/rtp/gstrtpdec.h:
12910         * gst/rtp/gstrtpdepay.c:
12911         * gst/rtp/gstrtpdepay.h:
12912         * gst/rtp/gstrtpg711dec.c:
12913         * gst/rtp/gstrtpg711dec.h:
12914         * gst/rtp/gstrtpg711depay.c:
12915         * gst/rtp/gstrtpg711depay.h:
12916         * gst/rtp/gstrtpg711enc.c:
12917         * gst/rtp/gstrtpg711enc.h:
12918         * gst/rtp/gstrtpg711pay.c:
12919         * gst/rtp/gstrtpg711pay.h:
12920         * gst/rtp/gstrtpgsmenc.c:
12921         * gst/rtp/gstrtpgsmenc.h:
12922         * gst/rtp/gstrtpgsmparse.c:
12923         * gst/rtp/gstrtpgsmparse.h:
12924         * gst/rtp/gstrtpgsmpay.c:
12925         * gst/rtp/gstrtpgsmpay.h:
12926         * gst/rtp/gstrtph263enc.c:
12927         * gst/rtp/gstrtph263enc.h:
12928         * gst/rtp/gstrtph263pay.c:
12929         * gst/rtp/gstrtph263pay.h:
12930         * gst/rtp/gstrtph263pdec.c:
12931         * gst/rtp/gstrtph263pdec.h:
12932         * gst/rtp/gstrtph263pdepay.c:
12933         * gst/rtp/gstrtph263pdepay.h:
12934         * gst/rtp/gstrtph263penc.c:
12935         * gst/rtp/gstrtph263penc.h:
12936         * gst/rtp/gstrtph263ppay.c:
12937         * gst/rtp/gstrtph263ppay.h:
12938         * gst/rtp/gstrtpmp4vdec.c:
12939         * gst/rtp/gstrtpmp4vdec.h:
12940         * gst/rtp/gstrtpmp4vdepay.c:
12941         * gst/rtp/gstrtpmp4vdepay.h:
12942         * gst/rtp/gstrtpmp4venc.c:
12943         * gst/rtp/gstrtpmp4venc.h:
12944         * gst/rtp/gstrtpmp4vpay.c:
12945         * gst/rtp/gstrtpmp4vpay.h:
12946         * gst/rtp/gstrtpmpadec.c:
12947         * gst/rtp/gstrtpmpadec.h:
12948         * gst/rtp/gstrtpmpadepay.c:
12949         * gst/rtp/gstrtpmpadepay.h:
12950         * gst/rtp/gstrtpmpaenc.c:
12951         * gst/rtp/gstrtpmpaenc.h:
12952         * gst/rtp/gstrtpmpapay.c:
12953         * gst/rtp/gstrtpmpapay.h:
12954         * gst/rtp/gstrtpspeexdec.c:
12955         * gst/rtp/gstrtpspeexdec.h:
12956         * gst/rtp/gstrtpspeexdepay.c:
12957         * gst/rtp/gstrtpspeexdepay.h:
12958         * gst/rtp/gstrtpspeexenc.c:
12959         * gst/rtp/gstrtpspeexenc.h:
12960         * gst/rtp/gstrtpspeexpay.c:
12961         * gst/rtp/gstrtpspeexpay.h:
12962           Do burger's rename for rtp payloaders and depayloaders
12963
12964 2005-11-30  Wim Taymans  <wim@fluendo.com>
12965
12966         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12967         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12968         * ext/dv/gstdvdemux.h:
12969         Fix seeking in dvdemux again, add some more debug info.
12970
12971 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12972
12973         * configure.ac:
12974           fix tests
12975
12976 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12977
12978         * PORTED_09:
12979         * docs/random/PORTED_09:
12980           move
12981         * tests/Makefile.am:
12982           add
12983         * win32/gst.sln:
12984           remove
12985
12986 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12987
12988         * Makefile.am:
12989         * check/.cvsignore:
12990         * check/Makefile.am:
12991         * check/elements/.cvsignore:
12992         * check/elements/level.c:
12993         * check/elements/matroskamux.c:
12994         * configure.ac:
12995         * examples/Makefile.am:
12996         * examples/capsfilter/Makefile.am:
12997         * examples/capsfilter/capsfilter1.c:
12998         * examples/gob/Makefile.am:
12999         * examples/gob/gst-identity2.gob:
13000         * examples/gstplay/.cvsignore:
13001         * examples/gstplay/Makefile.am:
13002         * examples/gstplay/player.c:
13003         * examples/indexing/.cvsignore:
13004         * examples/indexing/Makefile.am:
13005         * examples/indexing/indexmpeg.c:
13006         * examples/level/Makefile.am:
13007         * examples/level/README:
13008         * examples/level/demo.c:
13009         * examples/level/plot.c:
13010         * examples/stats/Makefile.am:
13011         * examples/stats/mp2ogg.c:
13012         * examples/switch/.cvsignore:
13013         * examples/switch/Makefile.am:
13014         * examples/switch/switcher.c:
13015           move under tests/
13016
13017 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13020         (gst_text_render_class_init), (resize_bitmap),
13021         (gst_text_render_render_text), (gst_text_render_setcaps),
13022         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13023         (gst_text_render_chain), (gst_text_render_finalize),
13024         (gst_text_render_init), (gst_text_render_set_property):
13025         * ext/pango/gsttextrender.h:
13026           Add missing files.
13027
13028 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * configure.ac:
13031         * ext/Makefile.am:
13032         * ext/pango/Makefile.am:
13033         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13034         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13035         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13036         * ext/pango/gstclockoverlay.h:
13037         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13038         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13039         (gst_text_overlay_finalize), (gst_text_overlay_init),
13040         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13041         (gst_text_overlay_text_pad_linked),
13042         (gst_text_overlay_text_pad_unlinked),
13043         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13044         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13045         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13046         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13047         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13048         (gst_text_overlay_change_state), (plugin_init):
13049         * ext/pango/gsttextoverlay.h:
13050         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13051         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13052         (gst_time_overlay_class_init), (gst_time_overlay_init):
13053         * ext/pango/gsttimeoverlay.h:
13054           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13055           and add background shading and text wrapping modes. Make 
13056           timoverlay derive from textoverlay. Also add new clockoverlay
13057           element.
13058
13059 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13060
13061         * gst/udp/Makefile.am: Moved to netbuffer.
13062
13063 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13064
13065         * configure.ac:
13066         * PORTED_O9:
13067         * gst/multipart/Makefile.am:
13068         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13069         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13070         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13071         (gst_multipart_demux_change_state),
13072         (gst_multipart_demux_plugin_init):
13073         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13074         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13075         (gst_multipart_mux_sinkconnect),
13076         (gst_multipart_mux_request_new_pad),
13077         (gst_multipart_mux_handle_src_event),
13078         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13079         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13080         0.9.
13081
13082 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13085         * gst/debug/gstnavigationtest.h:
13086         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13087         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13088         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13089         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13090         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13091         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13092         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13093         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13094         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13095         (gst_video_flip_get_type):
13096         * gst/videofilter/gstvideoflip.h:
13097           update for symbols change
13098
13099 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13100
13101         * gst/udp/gstdynudpsink.c:
13102         * gst/udp/gstudpsrc.c:
13103           the old gstnet lib was renamed gstnetbuffer (#322257)
13104
13105 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13108         (gst_text_overlay_collected):
13109           Actually render the text from the text pad.
13110
13111 2005-11-29  Edward Hervey  <edward@fluendo.com>
13112
13113         * gst/debug/gstnavseek.c: (gst_navseek_event):
13114         * gst/debug/progressreport.c: (gst_progress_report_event):
13115         Update for GstBaseTransform event virtual method
13116
13117 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13118
13119         * ext/cairo/Makefile.am:
13120           no need to link to videofilter
13121
13122 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13123
13124         * gst/debug/Makefile.am:
13125         * gst/debug/gstnavigationtest.h:
13126         * gst/effectv/Makefile.am:
13127         * gst/effectv/gstaging.c:
13128         * gst/effectv/gstdice.c:
13129         * gst/effectv/gstedge.c:
13130         * gst/effectv/gstquark.c:
13131         * gst/effectv/gstrev.c:
13132         * gst/effectv/gstshagadelic.c:
13133         * gst/effectv/gstvertigo.c:
13134         * gst/effectv/gstwarp.c:
13135         * gst/videofilter/Makefile.am:
13136         * gst/videofilter/gstvideofilter.c:
13137         * gst/videofilter/gstvideofilter.h:
13138         * gst/videofilter/gstvideoflip.h:
13139           remove the videofilter library and link to the one in base
13140
13141 2005-11-28  Edward Hervey  <edward@fluendo.com>
13142
13143         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13144         Useless check now we're setting the current entry correctly.
13145
13146 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13149         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13150         (gst_jpegenc_change_state):
13151           Don't leak input buffer in chain function (fixes #322667); make 
13152           state change function thread-safe; don't repeat the current function
13153           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13154           gst_pad_alloc_buffer(); misc. minor cleanups.
13155
13156 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13157
13158         * gst/matroska/matroska-mux.c:
13159         (gst_matroska_mux_video_pad_setcaps):
13160         Look for pixel-aspect-ratio in caps, not pixel_width and
13161         pixel_height (Fixes: #322645)
13162
13163 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13164
13165         * gst/matroska/matroska-mux.c:
13166         (gst_matroska_mux_video_pad_setcaps):
13167         From Michal Benes:
13168         frame duration should be GST_SECOND / framerate, not
13169         GST_SECOND * framerate. (Fixes: #322643)
13170
13171 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13172
13173         * configure.ac:
13174           fix up GST_PLUGIN_LDFLAGS
13175         * gst/rtsp/rtspconnection.c:
13176           fix includes (see #317043)
13177         * gst/videofilter/Makefile.am:
13178           stop installing this library
13179
13180 2005-11-26  Edward Hervey  <edward@fluendo.com>
13181
13182         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13183         Handle the case where the incoming Video dv stream doesn't have
13184         a pixel aspect ratio set.
13185
13186 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13187
13188         * docs/plugins/Makefile.am:
13189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13191         * ext/flac/gstflacdec.c:
13192           document flacdec
13193
13194 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13195
13196         * docs/plugins/Makefile.am:
13197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13199         * docs/plugins/inspect/plugin-autodetect.xml:
13200         * ext/cairo/gstcairo.c: (plugin_init):
13201         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13202         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13203         (gst_text_overlay_init), (gst_text_overlay_font_init),
13204         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13205         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13206         (gst_text_overlay_text_pad_linked),
13207         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13208         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13209         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13210         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13211         (gst_text_overlay_change_state):
13212         * ext/cairo/gsttextoverlay.h:
13213         * ext/cairo/gsttimeoverlay.c:
13214         (gst_cairo_time_overlay_update_font_height),
13215         (gst_cairo_time_overlay_set_caps),
13216         (gst_cairo_time_overlay_get_unit_size),
13217         (gst_cairo_time_overlay_print_smpte_time),
13218         (gst_cairo_time_overlay_transform),
13219         (gst_cairo_time_overlay_base_init),
13220         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13221         (gst_cairo_time_overlay_get_type):
13222         * ext/cairo/gsttimeoverlay.h:
13223           do some name borgifying
13224           document
13225
13226 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13227
13228         * docs/plugins/Makefile.am:
13229         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13231         * gst/autodetect/gstautoaudiosink.c:
13232         (gst_auto_audio_sink_base_init):
13233         * gst/autodetect/gstautovideosink.c:
13234         (gst_auto_video_sink_base_init),
13235         (gst_auto_video_sink_factory_filter):
13236           documenting auto*sink
13237           using strstr for the video sink lookup, class field is not ordered
13238         * docs/plugins/inspect/plugin-1394.xml:
13239         * docs/plugins/inspect/plugin-aasink.xml:
13240         * docs/plugins/inspect/plugin-alaw.xml:
13241         * docs/plugins/inspect/plugin-alpha.xml:
13242         * docs/plugins/inspect/plugin-alphacolor.xml:
13243         * docs/plugins/inspect/plugin-auparse.xml:
13244         * docs/plugins/inspect/plugin-autodetect.xml:
13245         * docs/plugins/inspect/plugin-avi.xml:
13246         * docs/plugins/inspect/plugin-cacasink.xml:
13247         * docs/plugins/inspect/plugin-cairo.xml:
13248         * docs/plugins/inspect/plugin-cutter.xml:
13249         * docs/plugins/inspect/plugin-debug.xml:
13250         * docs/plugins/inspect/plugin-dv.xml:
13251         * docs/plugins/inspect/plugin-efence.xml:
13252         * docs/plugins/inspect/plugin-effectv.xml:
13253         * docs/plugins/inspect/plugin-esdsink.xml:
13254         * docs/plugins/inspect/plugin-flac.xml:
13255         * docs/plugins/inspect/plugin-flxdec.xml:
13256         * docs/plugins/inspect/plugin-gconfelements.xml:
13257         * docs/plugins/inspect/plugin-goom.xml:
13258         * docs/plugins/inspect/plugin-jpeg.xml:
13259         * docs/plugins/inspect/plugin-level.xml:
13260         * docs/plugins/inspect/plugin-matroska.xml:
13261         * docs/plugins/inspect/plugin-mulaw.xml:
13262         * docs/plugins/inspect/plugin-navigationtest.xml:
13263         * docs/plugins/inspect/plugin-ossaudio.xml:
13264         * docs/plugins/inspect/plugin-png.xml:
13265         * docs/plugins/inspect/plugin-rtp.xml:
13266         * docs/plugins/inspect/plugin-rtsp.xml:
13267         * docs/plugins/inspect/plugin-shout2send.xml:
13268         * docs/plugins/inspect/plugin-smpte.xml:
13269         * docs/plugins/inspect/plugin-speex.xml:
13270         * docs/plugins/inspect/plugin-udp.xml:
13271         * docs/plugins/inspect/plugin-videobox.xml:
13272         * docs/plugins/inspect/plugin-videoflip.xml:
13273         * docs/plugins/inspect/plugin-videomixer.xml:
13274         * docs/plugins/inspect/plugin-wavenc.xml:
13275         * docs/plugins/inspect/plugin-wavparse.xml:
13276           update for HEAD version
13277
13278 2005-11-25  Michael Smith  <msmith@fluendo.com>
13279
13280         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13281           Patch from Sebastien Cote to close control sockets in udpsrc.
13282
13283 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13284
13285         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13286         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13287         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13288         (gst_quarktv_base_init), (gst_quarktv_class_init),
13289         (gst_quarktv_init): Flush the planes list on reverse caps
13290         negotiation. This was crashing because of differently sized
13291         buffers.
13292
13293 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13294
13295         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13296         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13297         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13298         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13299         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13300         (gst_videoflip_set_property), (gst_videoflip_base_init),
13301         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13302         correctly, fix identity flipping, convert navigation event 
13303         correctly again.
13304
13305 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13306
13307         * configure.ac: back to HEAD
13308
13309 === release 0.9.6 ===
13310
13311 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13312
13313         * configure.ac:
13314           releasing 0.9.6, "Everything's Not Lost"
13315
13316 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13317
13318         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13319         Oops, initialise the framerate GValue
13320
13321 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13322
13323         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13324         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13325         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13326         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13327         (gst_timeoverlay_get_type):
13328         * ext/cairo/gsttimeoverlay.h:
13329         * gst/debug/Makefile.am:
13330         * gst/debug/gstnavigationtest.c:
13331         (gst_navigationtest_handle_src_event),
13332         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13333         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13334         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13335         (gst_navigationtest_init), (gst_navigationtest_get_type),
13336         (plugin_init):
13337         * gst/debug/gstnavigationtest.h:
13338         * gst/effectv/Makefile.am:
13339         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13340         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13341         (gst_agingtv_base_init), (gst_agingtv_class_init),
13342         (gst_agingtv_init), (gst_agingtv_get_type):
13343         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13344         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13345         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13346         (gst_dicetv_get_type):
13347         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13348         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13349         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13350         (gst_edgetv_get_type):
13351         * gst/effectv/gsteffectv.c:
13352         * gst/effectv/gsteffectv.h:
13353         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13354         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13355         (gst_quarktv_change_state), (gst_quarktv_base_init),
13356         (gst_quarktv_class_init), (gst_quarktv_init),
13357         (gst_quarktv_get_type):
13358         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13359         (gst_revtv_get_unit_size), (gst_revtv_transform),
13360         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13361         (gst_revtv_get_type):
13362         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13363         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13364         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13365         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13366         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13367         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13368         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13369         (gst_vertigotv_init), (gst_vertigotv_get_type):
13370         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13371         (gst_warptv_get_unit_size), (gst_warptv_transform),
13372         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13373         (gst_warptv_get_type):
13374         * gst/videofilter/Makefile.am:
13375         * gst/videofilter/gstvideobalance.c:
13376         * gst/videofilter/gstvideobalance.h:
13377         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13378         (gst_videofilter_class_init), (gst_videofilter_init):
13379         * gst/videofilter/gstvideofilter.h:
13380         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13381         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13382         (gst_videoflip_flip), (gst_videoflip_transform),
13383         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13384         (gst_videoflip_base_init), (gst_videoflip_class_init),
13385         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13386         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13387         BaseTransform, it's just a place holder for now and every video
13388         effect plugin has been ported to use BaseTransform features 
13389         directly. QuarkTV was fixed too (was broken), navigationtest works
13390         and best for the end, videoflip converts navigation events depending
13391         on flip method ! Fixes #320953
13392
13393 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13394
13395         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13396         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13397         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13398         (gst_goom_src_negotiate), (gst_goom_chain):
13399         * gst/matroska/matroska-mux.c:
13400         (gst_matroska_mux_video_pad_setcaps):
13401         * sys/osxvideo/osxvideosink.m:
13402           Fixes for API changes
13403
13404 2005-11-23  Michael Smith <msmith@fluendo.com>
13405
13406         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13407         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13408         * ext/jpeg/gstjpegdec.h:
13409         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13410         * ext/jpeg/gstjpegenc.h:
13411         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13412         (gst_smokeenc_resync):
13413         * ext/jpeg/gstsmokeenc.h:
13414           JPEG fractiony goodness.
13415
13416 2005-11-22  Michael Smith <msmith@fluendo.com>
13417
13418         * gst/goom/filters.c:
13419         * gst/goom/graphic.h:
13420           Fix compilation by making some functions static inline instead of
13421           extern inline, matching the way they're used.
13422
13423 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13424
13425         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13426         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13427         * ext/cairo/gsttextoverlay.h:
13428         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13429         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13430         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13431         (gst_pngdec_caps_create_and_set):
13432         * ext/libpng/gstpngdec.h:
13433         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13434         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13435         * gst/avi/gstavimux.c: (gst_avimux_init),
13436         (gst_avimux_vidsinkconnect):
13437         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13438         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13439         (gst_goom_src_negotiate), (gst_goom_chain):
13440         * gst/goom/gstgoom.h:
13441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13442         * gst/matroska/matroska-mux.c:
13443         (gst_matroska_mux_video_pad_setcaps):
13444         * sys/osxvideo/osxvideosink.h:
13445         * sys/osxvideo/osxvideosink.m:
13446           More fractional framerate conversions 
13447
13448 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13449
13450         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13451         * gst/debug/gstnavigationtest.c:
13452         (gst_navigationtest_handle_src_event):
13453         * gst/videofilter/gstvideofilter.c:
13454         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13455         (gst_videofilter_init):
13456         * gst/videofilter/gstvideofilter.h:
13457           Convert to fractional framerates.
13458
13459 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13460
13461         * ext/aalib/gstaasink.c:
13462         * ext/dv/gstdvdec.c:
13463         * ext/esd/esdmon.c:
13464         * ext/flac/gstflacenc.c:
13465         * ext/gdk_pixbuf/pixbufscale.c:
13466         * ext/libcaca/gstcacasink.c:
13467         * ext/shout2/gstshout2.c:
13468         * gst/alpha/gstalpha.c:
13469         * gst/oldcore/gstaggregator.c:
13470         * gst/oldcore/gstshaper.c:
13471         * gst/smpte/barboxwipes.c:
13472         * gst/smpte/gstsmpte.c:
13473         * gst/videobox/gstvideobox.c:
13474         * gst/videofilter/gstvideoflip.c:
13475         * gst/videomixer/videomixer.c:
13476           fix up more enums
13477
13478 2005-11-22  Michael Smith <msmith@fluendo.com>
13479
13480         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13481         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13482         (gst_videomixer_update_queues):
13483           Fractional framerates, videomixer.
13484
13485 2005-11-22  Michael Smith <msmith@fluendo.com>
13486
13487         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13488         * ext/dv/gstdvdec.h:
13489         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13490         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13491         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13492         (gst_dvdemux_flush):
13493         * ext/dv/gstdvdemux.h:
13494           Fractional framerates for DV. 
13495
13496 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13497
13498         * gst/autodetect/gstautoaudiosink.c:
13499         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13500         * gst/autodetect/gstautovideosink.c:
13501         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13502           Use gst_plugin_feature_list_free() to free feature list and
13503           in the case of autovideosink free the list at all. Also
13504           miscellaneous cosmetic fixes.
13505
13506 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13507
13508         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13509         (gst_cutter_set_property), (gst_cutter_get_caps):
13510           copy calculation code from level; remove use of some audio
13511           functions
13512
13513 2005-11-22  Andy Wingo  <wingo@pobox.com>
13514
13515         * Update for gst_tag_setter API changes.
13516
13517 2005-11-22  Andy Wingo  <wingo@pobox.com>
13518
13519         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13520         (gst_dvdemux_demux_frame)
13521         * ext/flac/gstflacdec.c (gst_flacdec_write)
13522         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13523         (gst_flacenc_sink_event)
13524         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13525         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13526         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13527         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13528         * gst/auparse/gstauparse.c (gst_auparse_chain)
13529         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13530         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13531         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13532         (gst_avi_demux_handle_seek)
13533         * gst/goom/gstgoom.c (gst_goom_event)
13534         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13535         * gst/matroska/matroska-demux.c
13536         (gst_matroska_demux_handle_seek_event)
13537         (gst_matroska_demux_loop_stream_parse_id)
13538         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13539         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13540         (gst_wavparse_stream_headers): Run update-funcnames.
13541
13542 2005-11-22  Edward Hervey  <edward@fluendo.com>
13543
13544         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13545         (gst_dv1394src_init), (gst_dv1394src_dispose),
13546         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13547         (gst_dv1394src_uri_set_uri):
13548         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13549         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13550         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13551         URIHandler interface and element properties are now properly
13552         synchronized for DV1394src and UDPSrc
13553
13554 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13555
13556         * ext/flac/Makefile.am:
13557         * ext/speex/Makefile.am:
13558           libgsttagedit has been renamed to libgsttag.
13559
13560 2005-11-21  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/rtsp/rtspconnection.c: (read_body):
13563         Apply patch from Sebastien Cote to fix #319184.
13564
13565 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13566
13567         * configure.ac:
13568         * gst/cutter/Makefile.am:
13569         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13570         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13571         (gst_cutter_set_property), (gst_cutter_get_property),
13572         (plugin_init), (gst_cutter_get_caps):
13573           port cutter
13574         * gst/level/gstlevel.c:
13575           fix up plugin details
13576
13577 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13580         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13581         (gst_flacdec_src_event):
13582         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13583         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13584         (gst_signal_processor_getrange), (gst_signal_processor_chain):
13585         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13586         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13587         (gst_flxdec_sink_event_handler):
13588         * gst/matroska/matroska-demux.c:
13589         (gst_matroska_demux_handle_seek_event):
13590         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13591           Update for stream lock API changes: don't take stream log
13592           in sink event handlers any longer and change GST_STREAM_LOCK
13593           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13594           functions.
13595
13596 2005-11-21  Michael Smith <msmith@fluendo.com>
13597
13598         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13599           gst_object_unref, not g_object_unref
13600
13601 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13604         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13605           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13606
13607 2005-11-21  Michael Smith <msmith@fluendo.com>
13608
13609         * gst/auparse/Makefile.am:
13610         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13611         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13612         (gst_auparse_change_state):
13613         * gst/auparse/gstauparse.h:
13614           Partially fix #161712. playbin still doesn't work on these files,
13615           (on the bug report, Andy says we aren't typefinding it for some
13616           reason?) but at least auparse isn't totally busted like it was before.
13617
13618 2005-11-21  Andy Wingo  <wingo@pobox.com>
13619
13620         * *.h:
13621         * *.c: Ran scripts/update-macros. Oh yes.
13622
13623 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13626           Filler events are gone for now, comment out section generating
13627           them.
13628
13629 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13630
13631         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13632         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13633         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13634         * sys/osxvideo/osxvideosink.m:
13635           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13636           (#322027)
13637
13638 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13639
13640         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13641         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13642         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13643         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13644         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13645         (gst_avi_demux_stream_data):
13646         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13647         * gst/wavenc/gstwavenc.c: (write_metadata):
13648         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13649         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13650         Fixes for GST_FOURCC_FORMAT API change.
13651
13652 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13655         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13656         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13657         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13658         (gst_text_overlay_change_state):
13659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13660         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13661         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13662         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13663         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13664         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13665         (gst_videomixer_change_state):
13666           Fix for collect pads API change. Also fix textoverlay state
13667           change function.
13668
13669 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13670
13671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13672         GST_PAD_IS_USABLE by something approaching it.
13673
13674 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13675
13676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13677         API changes.
13678         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13679         but also fix the code that was not checking return values from
13680         pad_push neither using pad_alloc_buffer.
13681
13682 2005-11-18  Edward Hervey  <edward@fluendo.com>
13683
13684         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13685         (gst_pngenc_chain):
13686         Added debug category
13687         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13688         goes to EOS.
13689
13690 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13691
13692         * gst/rtp/Makefile.am
13693         * gst/rtp/gstrtp.c
13694         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13695         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13696         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13697         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13698         * gst/rtp/gstrtpg711enc.h:
13699         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13700         * gst/rtp/gstrtpspeexenc.c:
13701         * gst/rtp/gstrtpspeexenc.h:
13702         * gst/rtp/gstrtpspeexdec.c:
13703         * gst/rtp/gstrtpspeexdec.h:
13704         Created Speex payloader and depayloader; Optimize G711 payloader to
13705         use adapter and send packets until MTU size.
13706
13707 2005-11-16  Wim Taymans  <wim@fluendo.com>
13708
13709         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13710         Fix leak in check.
13711
13712 2005-11-16  Wim Taymans  <wim@fluendo.com>
13713
13714         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13715         Fix state change.
13716
13717 2005-11-16  Andy Wingo  <wingo@pobox.com>
13718
13719         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13720         (gst_udpsrc_create): Move comment.
13721
13722 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13723
13724         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13727           When seeking, seek to closest index entry at or before the requested
13728           seek position, not just the closest one (#321001).
13729
13730 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13731
13732         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13733         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13734           Invert DIB images again (see #132341).
13735
13736 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13737
13738         * configure.ac:
13739           rework configure.ac file
13740         * ext/aalib/gstaasink.c:
13741         * ext/cairo/gstcairo.c:
13742         * ext/dv/gstdv.c:
13743         * ext/esd/gstesd.c:
13744         * ext/flac/gstflac.c:
13745         * ext/gconf/gstgconfelements.c:
13746         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13747         * ext/jpeg/gstjpeg.c:
13748         * ext/ladspa/gstladspa.c:
13749         * ext/libcaca/gstcacasink.c:
13750         * ext/libmng/gstmng.c:
13751         * ext/libpng/gstpng.c:
13752         * ext/mikmod/gstmikmod.c:
13753         * ext/pango/gsttextoverlay.c:
13754         * ext/pango/gsttimeoverlay.c:
13755         * ext/raw1394/gst1394.c:
13756         * ext/speex/gstspeex.c:
13757         * gst/alpha/Makefile.am:
13758         * gst/alpha/gstalpha.c:
13759         * gst/alpha/gstalphacolor.c:
13760         * gst/auparse/gstauparse.c:
13761         * gst/autodetect/gstautoaudiosink.c:
13762         (gst_auto_audio_sink_factory_filter),
13763         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13764         * gst/autodetect/gstautodetect.c:
13765         * gst/avi/gstavi.c:
13766         * gst/cutter/gstcutter.c:
13767         * gst/debug/efence.c:
13768         * gst/debug/gstdebug.c:
13769         * gst/debug/gstnavigationtest.c:
13770         * gst/effectv/gsteffectv.c:
13771         * gst/flx/gstflxdec.c:
13772         * gst/goom/gstgoom.c:
13773         * gst/interleave/plugin.c:
13774         * gst/law/alaw.c:
13775         * gst/law/mulaw.c:
13776         * gst/level/gstlevel.c:
13777         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13778         * gst/matroska/matroska.c:
13779         * gst/median/gstmedian.c:
13780         * gst/monoscope/gstmonoscope.c:
13781         * gst/multipart/multipart.c:
13782         * gst/oldcore/gstelements.c:
13783         * gst/rtp/gstrtp.c:
13784         * gst/rtsp/gstrtsp.c:
13785         * gst/smoothwave/gstsmoothwave.c:
13786         * gst/smpte/gstsmpte.c:
13787         * gst/udp/gstudp.c:
13788         * gst/videobox/gstvideobox.c:
13789         * gst/videofilter/gstgamma.c:
13790         * gst/videofilter/gstvideobalance.c:
13791         * gst/videofilter/gstvideoflip.c:
13792         * gst/videofilter/gstvideotemplate.c:
13793         * gst/videomixer/videomixer.c:
13794         * gst/wavenc/gstwavenc.c:
13795         * gst/wavparse/gstwavparse.c:
13796         * sys/oss/gstossaudio.c:
13797         * sys/osxaudio/gstosxaudio.c:
13798           update GST_PLUGIN_DEFINE
13799         * gst/rtp/Makefile.am:
13800         * gst/rtp/gstasteriskh263.c:
13801           check for htons/htonl headers and possibly link to winsock2 lib
13802
13803 2005-11-12  Edward Hervey  <edward@fluendo.com>
13804
13805         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13806         Only GST_DEBUG() information on the valid components.
13807
13808 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13809
13810         * configure.ac: back to HEAD
13811
13812 === release 0.9.5 ===
13813
13814 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13815
13816         * configure.ac:
13817           releasing 0.9.5, "Phone Alarm"
13818
13819 2005-11-11  Edward Hervey  <edward@fluendo.com>
13820
13821         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13822         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13823         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13824         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13825         (gst_avi_demux_loop):
13826         * gst/avi/gstavidemux.h:
13827         Yeah, implement proper seeking. Exact seeking and segment seeking.
13828         Still need to do some checks for segment_stop.
13829
13830 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13831
13832         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13835           Don't try to ready buffer duration from buffer that we don't
13836           own any  longer and that might already have been unreffed.
13837           (#321136)
13838
13839 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13840
13841         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13842         (flx_decode_delta_flc), (gst_flxdec_chain):
13843         Attempting to optimize the code for embedded systems.
13844
13845 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13846
13847         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13850           Don't re-use already closed file descriptor. (#320920)
13851
13852 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13855         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13856         (gst_oss_sink_prepare):
13857         * sys/oss/gstosssink.h:
13858           Cache probed caps; fix debug output for SET_PARAM macros.
13859
13860 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13861
13862         * ext/cairo/Makefile.am:
13863         * ext/cairo/gstcairo.c: (plugin_init):
13864         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13865         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13866         (gst_text_overlay_init), (gst_text_overlay_font_init),
13867         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13868         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13869         (gst_text_overlay_text_pad_linked),
13870         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13871         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13872         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13873         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13874         (gst_text_overlay_change_state):
13875         * ext/cairo/gsttextoverlay.h:
13876           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13877           property and redo positioning. Doesn't handle upstream renegotiation
13878           yet though.
13879
13880 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13881
13882         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13883         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13884         (gst_avi_demux_loop):
13885           No need to take the STREAM_LOCK in the loop function. Improve
13886           some debug messages. Don't leak pad names in debug messages.
13887
13888 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13889
13890         * gst/matroska/matroska-demux.c:
13891         (gst_matroska_demux_push_vorbis_codec_priv_data),
13892         (gst_matroska_demux_add_wvpk_header):
13893           Don't error out when the source pad isn't linked.
13894
13895 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13898         (gst_gconf_audio_sink_change_state):
13899         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13900         (gst_gconf_video_sink_change_state):
13901           Fix state change functions here as well and set kid
13902           to NULL state before removing it.
13903
13904 2005-11-01  Edward Hervey  <edward@fluendo.com>
13905
13906         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13907         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13908         Added proper event handlind, 
13909         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13910         ignored),
13911         and don't set a duration of 0 for buffers otherwise they are discarded
13912         by GstBaseSink.
13913
13914         GstWavEnc needs some serious loving, after going through the code I'm
13915         really wondering how this can stay in -good ...
13916
13917 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13918
13919         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13920         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13922         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13923         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13924         (gst_matroska_mux_collected):
13925           Fix leaks and invalid memory access as reported by valgrind
13926
13927 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         Patch by: Michal Benes <michal.benes@xeris.cz>
13930
13931         * check/Makefile.am:
13932         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13934         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13935           add a unit test for matroskamux
13936           fix the bugs that the unit test exposed
13937
13938 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * gst/autodetect/gstautoaudiosink.c:
13941         (gst_auto_audio_sink_class_init),
13942         (gst_auto_audio_sink_change_state):
13943         * gst/autodetect/gstautovideosink.c:
13944         (gst_auto_video_sink_class_init),
13945         (gst_auto_video_sink_change_state):
13946           Fix state change function and use GST_DEBUG_FUNCPTR in
13947           class_init.
13948
13949 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13950
13951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13954         (gst_ebml_write_reset), (gst_ebml_write_element_new):
13955         * gst/matroska/ebml-write.h:
13956         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13957           Set timestamps on outgoing ebml headers as well, so that the
13958           element after matroskamux can get the timestamp already when
13959           reading the first ebml element and doesn't have to wait for
13960           the actual data buffer for that (#320308).
13961           
13962 2005-10-31  Andy Wingo  <wingo@pobox.com>
13963
13964         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13965         (gst_videomixer_pad_link): Kill some memleaks.
13966         (gst_videomixer_pad_get_property): Style fix.
13967         (gst_videomixer_pad_set_property): Style fix.
13968         (gst_videomixer_pad_init): Style fix.
13969         (gst_videomixer_update_queues): Kill memleak.
13970         (gst_videomixer_loop): Kill memleak.
13971         (gst_videomixer_collected): Kill memleak.
13972
13973 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13974
13975         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13976         gst_auparse_change_state:
13977         Just some cleanup.
13978
13979 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13980
13981         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13982         Add checks to GST_FLOW_NOT_LINKED for values returned
13983         from gst_pad_push.
13984         
13985 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13986
13987         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13988         (gst_rtpg711dec_process):
13989         * gst/rtp/gstrtpgsmenc.c:
13990         Payloader now sets some default caps on the srcpad if caps on the sinkpad
13991         are never set. This is important for the g711 to work with burger's rtpbin
13992         element.
13993
13994 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
13995
13996         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
13997         (gst_speexenc_push_buffer):
13998         Add checks for return values from gst_pad_push and
13999         gst_pad_alloc_buffer.
14000
14001 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14002
14003         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14006         (gst_matroska_demux_parse_info),
14007         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14008         (gst_matroska_demux_parse_cluster):
14009         * gst/matroska/matroska-ids.h:
14010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14011         (gst_matroska_mux_init), (gst_matroska_mux_start),
14012         (gst_matroska_mux_create_buffer_header),
14013         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14014         (gst_matroska_mux_get_property):
14015         * gst/matroska/matroska-mux.h:
14016           Add SimpleBlock support to matroska demuxer and muxer (part of
14017           Matroska v2). (#319731)
14018
14019 2005-10-28  Wim Taymans  <wim@fluendo.com>
14020
14021         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14022         (gst_jpeg_dec_change_state):
14023         * ext/jpeg/gstjpegdec.h:
14024         Cleanups. Don't create caps for every chain.
14025
14026 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14027
14028         * gst/law/alaw-encode.c: (gst_alawenc_init),
14029         (alawenc_setcaps), (gst_alawenc_chain)
14030         * gst/law/alaw-encode.h:
14031         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14032         (mulawenc_setcaps), (gst_mulawenc_chain)
14033         * gst/law/mulaw-encode.h:
14034         Set timestamp on buffer and it allows RTP G711 elements
14035         work properly.
14036
14037 2005-10-27  Wim Taymans  <wim@fluendo.com>
14038
14039         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14040         Set correct format on oss instead of a silly value. 
14041
14042 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14043
14044         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14045         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14046         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14047         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14048         I420 rendering as well, doesn't bring much for my platform.
14049         Might help on some other platforms.
14050
14051 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14052
14053         * gst/rtp/gstrtpgsmenc.c:
14054         * gst/rtp/gstrtpgsmparse.c:
14055         Declaring the padtemplate correctly.
14056
14057 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14058
14059         * gst/rtp/gstrtpg711dec.c:
14060         * gst/rtp/gstrtpg711enc.c:
14061         * gst/rtp/gstrtpgsmenc.c:
14062         * gst/rtp/gstrtpgsmparse.c:
14063         Setting the proper copyright notice.
14064
14065 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14066
14067         * gst/videobox/Makefile.am: Use liboil.
14068         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14069         (gst_video_box_set_property), (gst_video_box_transform_caps),
14070         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14071         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14072         using liboil. Will dot the same to I420 border generation
14073         tomorrow.
14074
14075 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14076
14077         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14078         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14079         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14080         * gst/rtp/gstrtpg711dec.h:
14081         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14082         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14083         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14084         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14085         (gst_rtpgsmenc_handle_buffer):
14086         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14087         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14088         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14089         * gst/rtp/gstrtpgsmparse.h:
14090         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14091         inherits from the basertpdepayloader.
14092
14093 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14094
14095         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14096         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14097         (gst_video_box_ayuv): Removing this forgotten debug.
14098
14099 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14100
14101         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14102         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14103         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14104
14105 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14106
14107         * sys/oss/gstossaudio.c:
14108         * sys/oss/gstossdmabuffer.c:
14109         * sys/oss/gstosshelper.c:
14110         * sys/oss/gstossmixer.c:
14111         * sys/oss/gstossmixerelement.c:
14112         * sys/oss/gstossmixertrack.c:
14113         * sys/oss/gstosssink.c:
14114         * sys/oss/gstosssrc.c:
14115           Actually use the 'oss' debug category we register.
14116
14117 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14118
14119         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14120         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14121         Use gst_pad_get_parent and drop the ref that was added through
14122         that call.
14123
14124 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         * gst/rtp/gstrtpgsmenc.c:
14127           Fix compilation
14128
14129 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14130
14131         * gst/rtp/gstrtpg711dec.c
14132         Just removed a couple of lines of weird code used during
14133         development/test time.
14134
14135 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14136
14137         * gst/rtp/Makefile.am
14138         * gst/rtp/gstrtp.c
14139         * gst/rtp/gstrtpg711enc.c
14140         * gst/rtp/gstrtpg711enc.h
14141         * gst/rtp/gstrtpg711dec.c
14142         * gst/rtp/gstrtpg711dec.h
14143         Created G711 payloader and depayloader (it supports mulaw and alaw
14144         (dec)encoders)
14145
14146 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14147
14148         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14149         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14150         Doh ! I introduced wingo's bug again ! Sorry...
14151
14152 2005-10-25  Christian Schaller <christian@fluendo.com> 
14153
14154         * gst/rtp/Makefile.am: add missing header files for disting
14155
14156 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14157
14158         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14159         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14160         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14161         (gst_rtpgsmenc_handle_buffer):
14162         * gst/rtp/gstrtpgsmenc.h:
14163         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14164         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14165         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14166         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14167         * gst/rtp/gstrtpgsmparse.h:
14168         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14169
14170 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14171
14172         * ext/libpng/gstpngdec.c: (user_info_callback),
14173         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14174         a newsegment event, move some redundant code in a single place.
14175
14176 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14177
14178         * ext/libpng/gstpngdec.c: (user_info_callback),
14179         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14180         hack to get correct colors order when we have a png image with
14181         alpha channel.
14182
14183 2005-10-24  Edward Hervey  <edward@fluendo.com>
14184
14185         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14186         Call gst_element_no_more_pads when there will be no more pads.
14187
14188 2005-10-24  Wim Taymans  <wim@fluendo.com>
14189
14190         * gst/rtp/Makefile.am:
14191         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14192         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14193         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14194         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14195         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14196         (gst_asteriskh263_plugin_init):
14197         * gst/rtp/gstasteriskh263.h:
14198         * gst/rtp/gstrtp.c: (plugin_init):
14199         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14200         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14201         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14202         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14203         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14204         (gst_rtph263enc_plugin_init):
14205         * gst/rtp/gstrtph263enc.h:
14206         Added two new payloaders, an RFC 2190 payloader for h263 and
14207         a payload convertor for an asterisk server.
14208
14209 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14212           Set bytes_per_sample correctly (is not always 4, but 
14213           depends on width and number of channels).
14214
14215 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14218         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14219         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14220         (gst_flacenc_sink_event), (gst_flacenc_chain),
14221         (gst_flacenc_set_property), (gst_flacenc_get_property),
14222         (gst_flacenc_change_state):
14223         * ext/flac/gstflacenc.h:
14224           Fix seeking, so that flacenc can rewrite the header with the
14225           correct duration and amount of samples and all that at EOS;
14226           also set timestamps and granulepos on outgoing buffers; add
14227           debug category; fix state change function.
14228           
14229 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14230
14231         * gst/videomixer/videomixer.c: Don't restrict video geometry
14232         from 16 to 4096.
14233
14234 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14235
14236         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14237         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14238         Fix caps negotiation correctly, add debugging category.
14239
14240 2005-10-24  Christian Schaller  <christian@fluendo.com>
14241
14242         * configure.ac: Port over Thomas's change from base listing all plugins
14243
14244 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14245
14246         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14247         a sink pad.
14248
14249 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14250
14251         * configure.ac:
14252         * docs/upload.mak:
14253           back to HEAD
14254
14255 === release 0.9.4 ===
14256
14257 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14258
14259         * configure.ac:
14260           Releasing 0.9.4, "Dromiceiomimus"
14261
14262 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14265         (gst_speexenc_src_query):
14266           Add position and duration query, fix query type function.
14267           
14268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14269         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14270           Let's not set non-fixed caps on source pads.
14271
14272 2005-10-21  Wim Taymans  <wim@fluendo.com>
14273
14274         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14275         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14276         (gst_avi_demux_handle_seek):
14277         Set correct stream_time in newsegment event.
14278         avi can also handle a duration query now.
14279
14280 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14281
14282         * gst/matroska/matroska-demux.c:
14283         (gst_matroska_demux_handle_src_query),
14284         (gst_matroska_demux_handle_seek_event),
14285         (gst_matroska_demux_loop_stream_parse_id):
14286           Fix duration query; fix basetime in newsegment event after
14287           seek; fix duration in initial newsegment event.
14288
14289         * gst/matroska/matroska-mux.c:
14290         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14291           Extract number of channels and samplerate from vorbis headers;
14292           add some debug messages when querying the durations of the
14293           input streams.
14294
14295 2005-10-20  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14298         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14299         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14300         Set stream time correctly in newsegment.
14301
14302 2005-10-20  Wim Taymans  <wim@fluendo.com>
14303
14304         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14305         Correctly fill in the stream time.
14306
14307 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14308
14309         * check/elements/level.c: (GST_START_TEST):
14310         * gst/level/gstlevel.c: (gst_level_message_new):
14311         * gst/level/level-example.c: (message_handler):
14312           use ELEMENT messages instead
14313
14314 2005-10-19  Wim Taymans  <wim@fluendo.com>
14315
14316         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14317         (gst_dvdemux_src_query):
14318         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14319         (gst_flacdec_src_query):
14320         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14321         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14322         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14323         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14324         * gst/debug/progressreport.c: (gst_progress_report_report):
14325         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14326         * gst/matroska/matroska-demux.c:
14327         (gst_matroska_demux_handle_src_query):
14328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14329         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14330         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14331         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14332         (gst_wavparse_srcpad_event):
14333         API change fix.
14334
14335 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         * gst/goom/filters.c:
14338         * gst/goom/graphic.h:
14339         * gst/goom/lines.c:
14340           Make inline functions either 'static inline' or 'extern inline',
14341           otherwise the Forte compiler apparently won't inline them (#317300).
14342
14343 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14344
14345         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14346         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14347         (user_info_callback), (user_endrow_callback), (user_end_callback),
14348         (user_read_data), (gst_pngdec_caps_create_and_set),
14349         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14350         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14351         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14352         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14353         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14354         very nice and handle push/pull based model. if you have filesrc
14355         connected to it, it will do random access to load the png file.
14356         If you have a network source that can't do _getrange, it does 
14357         progressive loading through the chain function.
14358         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14359         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14360         thanks to Master Wim Taymans ;-)
14361
14362 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14363
14364         * gst/matroska/Makefile.am:
14365         * gst/matroska/ebml-read.c:
14366         * gst/matroska/ebml-read.h:
14367         * gst/matroska/matroska-demux.c:
14368         * gst/matroska/matroska-demux.h:
14369         * gst/matroska/matroska.c: (plugin_init):
14370           Ported matroska demuxer to 0.9.
14371
14372 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14373
14374         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * gst/matroska/matroska-mux.c:
14377         (gst_matroska_mux_video_pad_setcaps),
14378         (gst_matroska_mux_audio_pad_setcaps):
14379           Fix mpeg4 input handling (#318847); also, while we're at it,
14380           fix media type for Motion-JPEG: should be image/jpeg.
14381
14382 2005-10-18  Wim Taymans  <wim@fluendo.com>
14383
14384         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14385         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14386         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14387         Fix for segment-start/stop API change.
14388
14389 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14390
14391         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14392         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14393         way.
14394
14395 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14396
14397         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14398         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14399         output declared in transform_caps.
14400
14401 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14402
14403         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14404
14405 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14406
14407         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14408         (gst_video_box_get_unit_size): Fix wrong size calculations and
14409         implement get_unit_size correctly.
14410
14411 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * configure.ac:
14414           Enable flx plugin.
14415
14416         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14417           Fix gcc4 signedness issue.
14418
14419 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14420
14421         * configure.ac: Adding videomixer.
14422         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14423         (user_read_data), (gst_pngdec_chain): More debugging.
14424         * gst/alpha/Makefile.am: Adding alphacolor
14425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14426         (gst_alpha_color_class_init), (gst_alpha_color_init),
14427         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14428         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14429         (plugin_init): Ported to 0.9 using in place base tranform.
14430         * gst/videomixer/Makefile.am:
14431         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14432         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14433         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14434         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14435         (gst_videomixer_init), (gst_videomixer_getcaps),
14436         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14437         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14438         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14439         to 0.9 using collectpads.
14440
14441 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14442
14443         * configure.ac:
14444         * gst/flx/Makefile.am:
14445         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14446         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14447         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14448         * gst/flx/gstflxdec.h:
14449         flx plugin ported to 0.9
14450
14451 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14452
14453         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14454           use new gst_version_string()
14455
14456 2005-10-16  Andy Wingo  <wingo@pobox.com>
14457
14458         * configure.ac: GLIB_CHECK.
14459
14460 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14461
14462         * ext/libpng/Makefile.am:
14463         * ext/libpng/gstpng.c: (plugin_init):
14464         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14465         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14466         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14467
14468 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14469
14470         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * configure.ac:
14473         * gst/matroska/Makefile.am:
14474         * gst/matroska/ebml-ids.h:
14475         * gst/matroska/ebml-write.c:
14476         * gst/matroska/ebml-write.h:
14477         * gst/matroska/matroska-ids.h:
14478         * gst/matroska/matroska-mux.c:
14479         * gst/matroska/matroska-mux.h:
14480         * gst/matroska/matroska.c: (plugin_init):
14481           Port matroska muxer to 0.9 (#318847).
14482
14483 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14486         (comment_init), (comment_add):
14487           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14488           use GST_READ_UINT32_LE() and friends rather than the private
14489           implementation of those same macros.
14490
14491 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14492
14493         * examples/stats/mp2ogg.c:
14494           more typo fixes
14495
14496 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14497
14498         * examples/indexing/indexmpeg.c: (main):
14499         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14500         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14501         * ext/esd/esdmon.h:
14502         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14503         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14504         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14505         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14506         * gst/avi/gstavimux.c: (gst_avimux_init):
14507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14508         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14509         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14510         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14511         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14512         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14513         * gst/oldcore/gstmultifilesrc.h:
14514         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14515         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14516         (gst_pipefilter_change_state):
14517         * gst/oldcore/gstpipefilter.h:
14518         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14519         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14520         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14521         * sys/osxaudio/gstosxaudiosink.h:
14522         * sys/osxaudio/gstosxaudiosrc.h:
14523           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14524           moved bitshift from macro to enum definition
14525
14526 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14527
14528         * ext/Makefile.am:
14529         * ext/cairo/Makefile.am:
14530         * ext/cairo/gstcairo.c: (plugin_init):
14531         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14532         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14533         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14534         * ext/cairo/gsttimeoverlay.h:
14535           update of cairo-based timeoverlay to 1.0 Cairo API
14536           doesn't work yet for resizing of output sink
14537
14538 2005-10-11  Wim Taymans  <wim@fluendo.com>
14539
14540         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14541         newsegment API fix.
14542
14543 2005-10-11  Wim Taymans  <wim@fluendo.com>
14544
14545         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14546         (gst_dvdemux_demux_frame):
14547         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14548         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14550         (gst_avi_demux_handle_seek):
14551         * gst/goom/gstgoom.c: (gst_goom_event):
14552         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14553         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14554         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14555         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14556         (gst_wavparse_srcpad_event):
14557         newsegment API update.
14558
14559 2005-10-11  Andy Wingo  <wingo@pobox.com>
14560
14561         * ext/speex/gstspeexenc.c: Signedness cleanups.
14562
14563 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
14564
14565         * PORTED_09:
14566         * ext/speex/Makefile.am:
14567         * ext/speex/gstspeex.c:
14568         * ext/speex/gstspeexenc.c:
14569         Speexenc ported to 0.9
14570
14571 2005-10-10  Wim Taymans  <wim@fluendo.com>
14572
14573         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14574         (gst_oss_sink_init), (gst_oss_sink_set_property),
14575         (gst_oss_sink_get_property), (gst_oss_sink_open),
14576         (gst_oss_sink_prepare), (gst_oss_sink_reset):
14577         * sys/oss/gstosssink.h:
14578         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14579         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14580         (gst_oss_src_prepare):
14581         Cleanups, make device configurable in the sink, handle and report
14582         errors.
14583
14584 2005-10-10  Wim Taymans  <wim@fluendo.com>
14585
14586         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14587         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14588         Make sure element is NULL before removing from the bin.
14589
14590 2005-10-07  Andy Wingo  <wingo@pobox.com>
14591
14592         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14593         block forever in a read().
14594         (gst_dv1394src_bus_reset): Post a message when the cable is
14595         unplugged.
14596         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14597         (gst_dv1394src_bus_reset): Don't unref the message.
14598
14599         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14600         hacking. The only change should be that the state change stuff was
14601         put into basesrc's start() and stop() routines, which coalesces
14602         some steps.
14603
14604 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * configure.ac:
14607           Add check for mmap
14608           
14609         * gst/debug/Makefile.am:
14610           Only compile efence plugin on systems that have mmap.
14611
14612 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * gst/debug/Makefile.am:
14615         * gst/debug/breakmydata.c:
14616         * gst/debug/gstdebug.c:
14617         * gst/debug/gstnavigationtest.c:
14618         * gst/debug/gstnavseek.c: 
14619         * gst/debug/gstnavseek.h:
14620         * gst/debug/progressreport.c: 
14621         * gst/debug/testplugin.c:
14622           Port progressreport, navseek, navigationtest, testsink and
14623           breakmydata.
14624
14625 2005-10-05  Edward Hervey  <edward@fluendo.com>
14626
14627         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14628         (gst_dvdemux_src_query):
14629         Fixes for better conversion
14630
14631 2005-10-04  Michael Smith <msmith@fluendo.com>
14632
14633         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14634         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14635         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14636         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14637           Set state of elements to NULL before removing from bins.
14638           Set state of test element to NULL if we failed to move it to READY
14639
14640 2005-10-04  Edward Hervey  <edward@fluendo.com>
14641
14642         * ext/dv/Makefile.am:
14643         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
14644         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14645         Corrected the query function for position so it doesn't forget what
14646         format was asked, and calls the conversion functions on the correct pad.
14647
14648 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14649
14650         * configure.ac:
14651           back to development
14652
14653 === release 0.9.3 ===
14654
14655 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14656
14657         * configure.ac:
14658           Releasing 0.9.3, "Aramis"
14659
14660 2005-10-03  Andy Wingo  <wingo@pobox.com>
14661
14662         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14663         error returns.
14664
14665 2005-10-02  Andy Wingo  <wingo@pobox.com>
14666
14667         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14668
14669         * ext/flac/gstflacenc.c: Ported to 0.9.
14670
14671         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14672
14673         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14674         and link to gsttagedit. Enable flacenc.
14675
14676         * ext/flac/gstflacdec.c: Re-enable tag reading.
14677
14678 2005-09-30  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14681         * gst/rtp/gstrtpgsmparse.c:
14682         * gst/rtp/gstrtph263penc.c:
14683         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14684         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14685         (gst_rtpmp4venc_set_property):
14686         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14687         Various class and caps fixes from Andre Magalhaes (andrunko)
14688
14689 2005-09-29  Wim Taymans  <wim@fluendo.com>
14690
14691         * gst/level/level-example.c: (main):
14692         Update for new bus API.
14693
14694 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * configure.ac:
14697           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14698           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14699
14700 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14703           Fix playback of mono streams (bytes_per_sample should be set
14704           from the sample width and the number of channels negotiated,
14705           and not just be set to 4) (#317338)
14706
14707 2005-09-26  Wim Taymans  <wim@fluendo.com>
14708
14709         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14710         (gst_rtpmpaenc_handle_buffer):
14711         Set buffer duration correctly.
14712
14713 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14716         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14717         (gst_avi_demux_change_state):
14718           Don't crash when encountering a stream with an unknown fourcc or
14719           codec id. Instead, create a pad of type video/x-avi-unknown or
14720           audio/x-avi-unknown, which as a side-effect also results in less
14721           confusing error messages in players ('no decoder' vs. 'no streams');
14722           minor fixes to state change function and class_init function.
14723
14724 2005-09-24  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14727         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14728         These are sinks.
14729
14730 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14731
14732         * check/elements/level.c: (GST_START_TEST):
14733           fix test for new GstClockTime use
14734         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14735         (gst_level_transform_ip):
14736         * gst/level/gstlevel.h:
14737           fix up the decay peak, ensuring the decay peak is never lower
14738           than the peak for that interval
14739
14740 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14741
14742         * docs/plugins/gst-plugins-good-plugins.args:
14743         * docs/plugins/inspect/plugin-alpha.xml:
14744         * docs/plugins/inspect/plugin-rtp.xml:
14745         * gst/level/gstlevel.c: (gst_level_set_caps),
14746         (gst_level_transform_ip):
14747           updating docs
14748
14749 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14750
14751         * Makefile.am:
14752         * check/elements/level.c: (GST_START_TEST):
14753         * gst/level/Makefile.am:
14754         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14755         (gst_level_set_property), (gst_level_get_property),
14756         (gst_level_set_caps), (gst_level_message_new),
14757         (gst_level_transform_ip):
14758         * gst/level/gstlevel.h:
14759         * gst/level/level-example.c: (message_handler), (main):
14760           convert to using GstClockTime for all time values, finally.
14761
14762 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * gst/auparse/Makefile.am:
14765         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14766           fix up build
14767         * configure.ac:
14768         * ext/cairo/Makefile.am:
14769         * ext/dv/Makefile.am:
14770         * ext/esd/Makefile.am:
14771         * ext/flac/Makefile.am:
14772         * ext/gconf/Makefile.am:
14773         * ext/gdk_pixbuf/Makefile.am:
14774         * ext/jpeg/Makefile.am:
14775         * ext/ladspa/Makefile.am:
14776         * ext/libcaca/Makefile.am:
14777         * ext/libmng/Makefile.am:
14778         * ext/libpng/Makefile.am:
14779         * ext/mikmod/Makefile.am:
14780         * ext/pango/Makefile.am:
14781         * ext/raw1394/Makefile.am:
14782         * ext/shout2/Makefile.am:
14783         * ext/speex/Makefile.am:
14784         * gst/alpha/Makefile.am:
14785         * gst/autodetect/Makefile.am:
14786         * gst/avi/Makefile.am:
14787         * gst/cutter/Makefile.am:
14788         * gst/debug/Makefile.am:
14789         * gst/effectv/Makefile.am:
14790         * gst/flx/Makefile.am:
14791         * gst/goom/Makefile.am:
14792         * gst/interleave/Makefile.am:
14793         * gst/law/Makefile.am:
14794         * gst/matroska/Makefile.am:
14795         * gst/median/Makefile.am:
14796         * gst/monoscope/Makefile.am:
14797         * gst/multipart/Makefile.am:
14798         * gst/oldcore/Makefile.am:
14799         * gst/rtp/Makefile.am:
14800         * gst/rtsp/Makefile.am:
14801         * gst/smoothwave/Makefile.am:
14802         * gst/smpte/Makefile.am:
14803         * gst/videobox/Makefile.am:
14804         * gst/videofilter/Makefile.am:
14805         * gst/videomixer/Makefile.am:
14806         * gst/wavenc/Makefile.am:
14807         * gst/wavparse/Makefile.am:
14808         * sys/oss/Makefile.am:
14809         * sys/osxaudio/Makefile.am:
14810         * sys/osxvideo/Makefile.am:
14811           fix up GST_LIBS use
14812
14813 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14814
14815         * gst/auparse/Makefile.am:
14816         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14817           fix build of auparse
14818
14819 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14820
14821         * configure.ac:
14822         * PORTED_09:
14823         * gst/auparse/gstauparse.c:
14824         * gst/auparse/gstauparse.h:
14825         Auparse ported to 0.9.
14826
14827 2005-09-22  Wim Taymans  <wim@fluendo.com>
14828
14829         * gst/rtp/TODO:
14830         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14831         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14832         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14833         (gst_rtpmp4venc_set_property):
14834         * gst/rtp/gstrtpmp4venc.h:
14835         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14836         * gst/rtp/gstrtpmpaenc.h:
14837         Use is_filled to both check MTU and max-ptime of base class.
14838
14839 2005-09-22  Wim Taymans  <wim@fluendo.com>
14840
14841         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14842         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14843         (gst_rtpmp4venc_set_property):
14844         Don't fragment packets with multiple frames.
14845
14846 2005-09-22  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/rtp/TODO:
14849         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14850         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14851         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14852         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14853         (gst_rtpmp4venc_get_property):
14854         * gst/rtp/gstrtpmp4venc.h:
14855         Remove g_print.
14856         Update TODO
14857         Make payload encoder a bit smarter and more correct with
14858         timestamps.
14859         Added option in payloader to include config string in-band.
14860
14861 2005-09-21  Wim Taymans  <wim@fluendo.com>
14862
14863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14864         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14865         (gst_rtspsrc_send):
14866         Strip spaces for key/value pairs.
14867
14868 2005-09-21  Wim Taymans  <wim@fluendo.com>
14869
14870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14871         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14872         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14873         (gst_rtspsrc_change_state):
14874         More SDP parsing and caps setting.
14875         Do NO_PREROLL differently.
14876         add pads only after negotiated.
14877
14878         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14879         (gst_udpsrc_getcaps):
14880         Implement the getcaps function.
14881
14882 2005-09-21  Wim Taymans  <wim@fluendo.com>
14883
14884         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14885         (gst_rtpamrdec_chain):
14886         Handle multiple AMr packets per payload. Handle CRC and
14887         parse ILL/ILP.
14888
14889         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14890         Make caps params strings for easy SDP mapping.
14891         
14892         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14893         Handle capsnego better.
14894
14895         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14896         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14897         Generate and parse config string in the caps.
14898
14899 2005-09-21  Wim Taymans  <wim@fluendo.com>
14900
14901         * gst/rtp/README:
14902         Update README
14903
14904         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14905         Make extra params as strings.
14906
14907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14908         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14909         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14910         Make state change return NO_PREROLL as this is a live
14911         source.
14912
14913         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14914         Don't unref old caps when NULL.
14915
14916 2005-09-20  Wim Taymans  <wim@fluendo.com>
14917
14918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14919         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14920         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14921         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14922         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14923         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14924         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14925         * gst/rtsp/sdpmessage.h:
14926         Add URI handler.
14927         Parse SDP and create caps.
14928
14929 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
14930
14931         * gst/alpha/gstalpha.c:
14932           fix element description
14933
14934 2005-09-19  Wim Taymans  <wim@fluendo.com>
14935
14936         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14937         Don't check payload for now.
14938
14939 2005-09-19  Wim Taymans  <wim@fluendo.com>
14940
14941         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14942         (gst_wavparse_init), (gst_wavparse_parse_file_header),
14943         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14944         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14945         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14946         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14947         (gst_wavparse_change_state):
14948         * gst/wavparse/gstwavparse.h:
14949         Fix wavparse some more.
14950
14951 2005-09-19  Wim Taymans  <wim@fluendo.com>
14952
14953         * check/elements/level.c: (GST_START_TEST):
14954         Fix for bus API change.
14955
14956 2005-09-19  Wim Taymans  <wim@fluendo.com>
14957
14958         * gst/level/level-example.c: (main):
14959         Fix for new bus API.
14960
14961         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14962         Set caps on pads.
14963
14964 2005-09-15  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst/rtp/Makefile.am:
14967         * gst/rtp/README:
14968         * gst/rtp/gstrtp.c: (plugin_init):
14969         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14970         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14971         (gst_rtpamrdec_change_state):
14972         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14973         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14974         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14975         * gst/rtp/gstrtpamrenc.h:
14976         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14977         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14978         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14979         * gst/rtp/gstrtpgsmenc.h:
14980         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14981         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14982         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14983         (gst_rtpgsmparse_change_state):
14984         * gst/rtp/gstrtpgsmparse.h:
14985         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14986         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14987         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14988         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14989         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14990         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14991         * gst/rtp/gstrtph263penc.h:
14992         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14993         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14994         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14995         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14996         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14997         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14998         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14999         * gst/rtp/gstrtpmp4venc.h:
15000         * gst/rtp/gstrtpmpadec.c:
15001         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15002         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15003         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15004         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15005         * gst/rtp/gstrtpmpaenc.h:
15006         Updates to payloader/depayloaders, make payloaders use
15007         the base classes.
15008         Updated README with suggested RTP caps and how to convert
15009         to/from SDP.
15010         Added config descriptor in mp4v payloader.
15011
15012 2005-09-15  Andy Wingo  <wingo@pobox.com>
15013
15014         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15015         * gst/autodetect/gstautovideosink.c
15016         (gst_auto_video_sink_find_best): Update for new registry API.
15017
15018 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15019
15020         * common/c-to-xml.py:
15021         * common/gtk-doc-plugins.mak:
15022           a simple py script to generate valid xml from a C example
15023           probably also need to strip an MIT license when we decide
15024         * docs/plugins/Makefile.am:
15025         * gst/level/Makefile.am:
15026         * gst/level/gstlevel.c: (gst_level_init):
15027         * gst/level/level-example.c: (message_handler), (main):
15028           add an example to level that will show up in the docs
15029         * gst/rtp/TODO:
15030           add a note for the future
15031
15032 2005-09-14  Michael Smith <msmith@fluendo.com>
15033
15034         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15035           Actually define the debug object being used in wavenc. Fixes #316205
15036
15037 2005-09-14  Michael Smith <msmith@fluendo.com>
15038
15039         * gst/smpte/Makefile.am:
15040           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15041           needed to build on windows (bug 316204)
15042
15043 2005-09-12  Andy Wingo  <wingo@pobox.com>
15044
15045         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15046
15047 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15048
15049         * configure.ac:
15050         * gst/fdsrc/Makefile.am:
15051         * gst/fdsrc/gstfdsrc.c:
15052         * gst/fdsrc/gstfdsrc.h:
15053           Move fdsrc back into gstreamer core elements.
15054
15055         * gst/level/gstlevel.c: (gst_level_class_init),
15056         (gst_level_transform_ip):
15057         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15058           Basetransform changes.
15059
15060 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15063         * ext/jpeg/smokecodec.c: (find_best_size):
15064           fix compiler warnings
15065
15066 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15067
15068         * gst-plugins-good.spec.in:
15069           spec file fixes
15070         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15071         (gst_multiudpsink_render), (gst_multiudpsink_add),
15072         (gst_multiudpsink_clear):
15073           it actually helps to actually stream if we hook up the
15074           "add" signal to an actual implementation
15075         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15076           some debugging
15077
15078 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15079
15080         * ext/jpeg/Makefile.am:
15081         * ext/jpeg/gstjpeg.c
15082         * ext/jpeg/gstjpegenc.c:
15083         * ext/jpeg/gstsmokeenc.c:
15084
15085 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15086
15087         * ext/flac/gstflacdec.c:
15088         * ext/flac/gstflacenc.c:
15089         * ext/flac/gstflactag.c:
15090         * ext/speex/gstspeexenc.c:
15091           gsttaginterface.h -> gsttagsetter.h
15092
15093 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15094
15095         * configure.ac:
15096         * gst/debug/Makefile.am:
15097         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15098         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15099         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15100         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15101         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15102           Port to 0.9 and re-enable efence plugin.
15103
15104 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15105
15106         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15107         (gst_flacdec_write), (gst_flacdec_convert_src):
15108         * ext/flac/gstflacdec.h:
15109           Add support for flac files with 24/32 bits per sample; and misc.
15110           minor clean-ups. Seeking is still partly broken (for me at least).
15111
15112 2005-09-06  Wim Taymans  <wim@fluendo.com>
15113
15114         * gst/rtp/Makefile.am:
15115         * gst/rtp/gstrtp.c: (plugin_init):
15116         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15117         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15118         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15119         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15120         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15121         (gst_rtpmp4vdec_plugin_init):
15122         * gst/rtp/gstrtpmp4vdec.h:
15123         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15124         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15125         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15126         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15127         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15128         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15129         * gst/rtp/gstrtpmp4venc.h:
15130         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15131         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15132         Added mpeg4 video payload encoder/decoder.
15133         Added some docs in mpa payloader.
15134
15135 === release 0.9.1 ===
15136
15137 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * NEWS:
15140         * README:
15141         * RELEASE:
15142         * autogen.sh:
15143         * configure.ac:
15144           releasing 0.9.1, "Blondie"
15145
15146 2005-09-05  Andy Wingo  <wingo@pobox.com>
15147
15148         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15149         here from the state change handler, so we fire signals without
15150         holding the state lock.
15151
15152 2005-09-02  Andy Wingo  <wingo@pobox.com>
15153
15154         * All plugins updated for element state changes.
15155
15156 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15157
15158         * Makefile.am:
15159         * check/.cvsignore:
15160         * check/Makefile.am:
15161         * check/elements/.cvsignore:
15162         * check/elements/level.c: (setup_level), (cleanup_level),
15163         (GST_START_TEST), (level_suite), (main):
15164           add a test for level
15165         * common/release.mak:
15166           move the enum checking to release.mak
15167         * configure.ac:
15168           add valgrind and check checking
15169         * gst/level/gstlevel.c: (gst_level_transform):
15170         * gst/level/gstlevel.h:
15171           fix Andy's cast bug
15172           convert a field to int
15173           fix the arithmetic to int when checking for emit so that a
15174           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15175
15176 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15177
15178         * Makefile.am:
15179         * configure.ac:
15180           add docs to build
15181         * common/plugins.xsl:
15182           wrap Description into a refsect2
15183         * docs/Makefile.am:
15184         * docs/plugins/Makefile.am:
15185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15187         * gst/goom/Makefile.am:
15188         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15189         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15190         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15191         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15192         (gst_goom_change_state):
15193         * gst/goom/gstgoom.h:
15194           GstGOOM -> GstGoom
15195           add an example launch line
15196         * gst/level/gstlevel.h:
15197         * gst/monoscope/gstmonoscope.c:
15198           cleanups
15199
15200 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15201
15202         * configure.ac:
15203         * docs/plugins/Makefile.am:
15204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15205         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15206         * docs/plugins/gst-plugins-good-plugins.types:
15207           document elements and plugins.  Shazam !
15208
15209 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15210
15211         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15212           be found under doc/random/ChangeLog-0.8