gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each incomin...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2
3         Based on patch by: Wouter Cloetens  <wouter at mind be>
4
5         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
8         * gst/matroska/matroska-mux.h:
9           Keep track of first and last timestamps for each incoming stream,
10           so we can calculate the total duration for live sources and other
11           input where we can't query the duration from the start or where
12           there's no constant framerate from which we can deduce the
13           duration; also use calculated/observed duration if it is bigger
14           than the previously queried duration. Furthermore, use
15           gst_pad_query_peer_duration() and take into account that it may
16           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
17           screws up comparisons when using unsigned integers. Fixes #504081.
18
19 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
20
21         * configure.ac:
22         * gst/audiofx/audioamplify.c:
23         (gst_audio_amplify_clipping_method_get_type),
24         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
25         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
26         (gst_audio_dynamic_transform_ip):
27         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
28         (gst_audio_invert_transform_ip):
29         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
30         (gst_audio_panorama_transform):
31         * gst/level/gstlevel.c: (gst_level_init):
32         Make elements GST_BUFFER_FLAG_GAP aware and call
33         gst_base_transform_set_gap_aware for this.
34         Bump core requirement to CVS.
35         
36         * gst/audiofx/audiochebyshevfreqband.c:
37         (gst_audio_chebyshev_freq_band_transform_ip):
38         * gst/audiofx/audiochebyshevfreqlimit.c:
39         (gst_audio_chebyshev_freq_limit_transform_ip):
40         Also sync GObject properties to the controller if operating
41         in passthrough mode.
42
43 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
44
45         * sys/directdraw/gstdirectdrawsink.c:
46           (gst_directdraw_sink_window_thread):
47           FALSE is not a gpointer.
48
49 2008-01-05  Julien Moutte  <julien@fluendo.com>
50
51         * sys/directdraw/gstdirectdrawsink.c:
52         (gst_directdraw_sink_set_window_id),
53         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
54         (gst_directdraw_sink_buffer_alloc),
55         (gst_directdraw_sink_draw_borders),
56         (gst_directdraw_sink_show_frame),
57         (gst_directdraw_sink_setup_ddraw),
58         (gst_directdraw_sink_window_thread),
59         (gst_directdraw_sink_get_ddrawcaps),
60         (gst_directdraw_sink_surface_create): Make sure we create our
61         internal window only when we need it. That will give a chance to
62         the application to get the prepare-xwindow-id bus message. Draw
63         black borders when keeping aspect ratio. Handle the case where our
64         rendering window disappears (closed or errors) like other sinks
65         do. Various 80 columns fixes, improve state change order. That
66         element could need some more love.
67
68 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
69
70         * ext/taglib/gstapev2mux.h:
71         * ext/taglib/gstid3v2mux.h:
72         Remove useless typedefs without new type name. Fixes a warning with
73         gcc 4.3.
74
75 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
76
77         Patch by: John Millikin <jmillikin at gmail dot com>
78
79         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
80         (gst_flac_dec_setup_stream_decoder),
81         (gst_flac_normalize_picture_mime_type),
82         (gst_flac_extract_picture_buffer),
83         (gst_flac_dec_metadata_callback):
84         Emit metadata messages when a PICTURE block is encountered.
85         Fixes #506715.
86
87 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
88
89         * gst/avi/gstavi.c:
90         increase rank because no known issues anymore ...
91         * gst/avi/gstavisubtitle.c:
92         send subtitle name to the srcpad
93
94 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
97         * gst/rtsp/gstrtspsrc.h:
98         Implement redirect for the DESCRIBE reply. Fixes #506025.
99
100 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
101
102         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
103         Fix 'xyz may be used uninitialized' compiler warnings caused
104         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
105         abort() in any case but properly report the error.
106
107 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
108
109         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
110         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
111         * sys/ximage/gstximagesrc.c: (composite_pixel):
112           Fix 'xyz may be used uninitialized' compiler warnings caused
113           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
114           not really nice to abort in any case). Fixes #505745.
115
116 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
119           Small unit test fix (has no practical impact at the moment,
120           since we're only feeding utf8 and hence just create a sub-
121           buffer for the output).
122
123 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
124
125         * gst/avi/gstavisubtitle.c:
126         * tests/check/elements/avisubtitle.c:
127         Add seeking support for avi subtitle
128
129 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
130
131         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
132         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
133         (gst_flac_dec_write):
134         * ext/flac/gstflacdec.h:
135         Remove some unused vars.
136         Do more cleanup of leftover events and tags.
137         Output tags after the segment event. Fixes #504018.
138
139 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
140
141         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
142           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
143           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
144           Detect other UTF byte order markers and convert to UTF-8 as
145           appropriate.
146
147 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
148
149         * gst/avi/gstavisubtitle.c: (src_template),
150           (gst_avi_subtitle_extract_utf8_file),
151           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
152           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
153           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
154         * gst/avi/gstavisubtitle.h:
155           Refactor a bit; fix name extraction; don't assume all the data
156           in the chunk is actually subtitle data, there may be padding at
157           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
158           file so it's there to send again after a seek (for future use).
159
160 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
161
162         * gst/avi/Makefile.am:
163         * gst/avi/gstavi.c:
164         * gst/avi/gstavisubtitle.c:
165         * gst/avi/gstavisubtitle.h:
166         * tests/check/Makefile.am:
167         * tests/check/elements/avisubtitle.c:
168         * win32/common/config.h:
169                 Add avi subtitle element for bug #442034. Need seeking support
170                 and more support for character conversion.
171
172 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
173
174         * Makefile.am:
175           Include common/win32.mak for CRLF check of win32 project
176           files (see #393626).
177
178         * win32/vs6/libgstpng.dsp:
179           Fix line endings and do cvs admin -kb.
180
181 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
182
183         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
184         Actually drop the buffers which are outside the currently configured
185         segment instead of just emitting a WARNING.
186
187 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
188
189         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
190         (gst_flac_dec_write):
191         * ext/flac/gstflacdec.h:
192         Send segments from the streaming thread. Fixes #502187.
193         Fix segment seeking and a bunch of other seeking cases.
194
195 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
196
197         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
198           Parse WOAF frames and put the result into GST_TAG_CONTACT,
199           which is where it would end up if the same information was
200           put in a vorbis comment (don't think it's worth adding a
201           new URI tag for this). Fixes #488112.
202
203 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * configure.ac:
206           We need core/base 0.10.15 or later.
207
208 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         Patch by: Mark Nauwelaerts <manauw skynet be>
211
212         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
213         Fix regression in stream numbering. Fixes #502655.
214
215 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
218
219         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
220         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
221         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
222         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
223         (gst_rtp_h264_pay_handle_buffer):
224         * gst/rtp/gstrtph264pay.h:
225         Use higher performance start-code searching.
226         Parse NALs and store SPS, PPS and profile in the caps so that they can
227         be used in the SDP. Fixes #502814.
228
229 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
233           Init some structs to zero before we pass them to ioctl, which
234           avoids valgrind warnings.  Also fix a small memory leak.
235
236 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         Patch by: Wouter Cloetens <wouter at mind dot be>
239
240         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
241         Copy timestamp from input to output. Not very perfect yet but better
242         than nothing. Fixes #503023.
243
244 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
245
246         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
247           Also print a useful error message with the old Wavpack API
248           if possible.
249
250 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * ext/wavpack/gstwavpackdec.c:
253           More build fixes for old libwavpack versions: include config.h so
254           that WAVPACK_OLD_API is actually defined as detected; only use
255           WavpackGetErrorMessage if it is available. This fixes the build
256           on debian stable for me.
257
258 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
259
260         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
261         * ext/wavpack/gstwavpackparse.c:
262           (gst_wavpack_parse_create_src_pad):
263           Workaround the non-existance of WavpackGetChannelMask in Wavpack
264           versions below 4.40.0.
265
266 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * configure.ac:
269           And now do it right for real...
270
271 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
272
273         * configure.ac:
274           Correctly reset $LIBS to not contain -lm.
275
276 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
277
278         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
279
280         * configure.ac:
281         * ext/cairo/gsttimeoverlay.c:
282           (gst_cairo_time_overlay_print_smpte_time):
283           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
284           and checking for rint() and implementing it ourself if it doesn't
285           exist. Fixes #497293.
286
287 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
288
289         * configure.ac:
290           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
291
292 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
293
294         * sys/oss/gstosshelper.c:
295         Verify that the format returned after the ioctl is the one
296         we requested. It is valid for the ioctl to succeed while
297         substituting an alternate 'supported' sample format.
298
299 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * sys/oss/gstossaudio.c: (plugin_init):
302         * sys/oss/gstosssink.c: (gst_oss_sink_open):
303         * sys/oss/gstosssrc.c: (gst_oss_src_open):
304           Post decent (and translated) error message when we can't
305           open the audio device for some reason.
306
307 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
308
309         * sys/oss/gstosssink.c:
310         * sys/oss/gstosssrc.c:
311         Allow the AUDIODEV environment variable to redirect us
312         to a different default OSS device, like sunaudiosink does
313         on Solaris (makes audio play automatically on SunRays).
314
315 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
316
317         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
318         * gst/audiofx/audiochebyshevfreqband.c:
319         (gst_audio_chebyshev_freq_band_transform_ip):
320         * gst/audiofx/audiochebyshevfreqlimit.c:
321         (gst_audio_chebyshev_freq_limit_transform_ip):
322         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
323         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
324         The transform_ip() methods should do nothing if in passthrough mode.
325         It might get non-writable buffers in that case but the buffer might
326         as well be writable.
327
328         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
329         The transform() methods won't be called in passthrough mode and
330         otherwise the buffer is always writable so don't check here.
331
332 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
333
334         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
335           Fix seeking in .wav files again (#501775).  Some people seem to think
336           they don't need to test their changes when they're just 'reflowing'
337           some code.
338
339 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
340
341         * gst/autodetect/gstautovideosink.c:
342         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
343         (gst_auto_video_sink_init),
344         (gst_auto_video_sink_create_element_with_pretty_name),
345         (gst_auto_video_sink_find_best),
346         (gst_auto_video_sink_set_property),
347         (gst_auto_video_sink_get_property):
348         * gst/autodetect/gstautovideosink.h:
349         Fix docs.
350         Use same error reporting code as autoaudiosink.
351         Add property to filter sinks based on caps. Only select raw video sinks
352         by default for backwards compat.
353         API: GstAutoVideoSink::filter-caps
354
355 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
356
357         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
358
359         * gst/autodetect/gstautoaudiosink.c:
360         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
361         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
362         (gst_auto_audio_sink_set_property),
363         (gst_auto_audio_sink_get_property):
364         * gst/autodetect/gstautoaudiosink.h:
365         Add property to filter sinks based on caps. Only select raw audio sinks
366         by default for backwards compat.  Fixes #417420.
367         API: GstAutoAudioSink::filter-caps
368
369 2007-11-29  Michael Smith <msmith@fluendo.com>
370
371         Patch by: Arek Korbik <arkadini@gmail.com>
372
373         * gst/videobox/gstvideobox.c: (plugin_init):
374           Initialise liboil in plugin_init()
375
376 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
377
378         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
379         Post error before sending EOS. Fixes #499178.
380
381 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
382
383         * win32/vs6/gst_plugins_good.dsw:
384         * win32/vs6/libgstpng.dsp:
385         Add a project file for libgstpng
386
387 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
388
389         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
390         (gst_rtp_h263_depay_process):
391         Code beautification.
392         Added debug statements.
393         Don't bit-shift everything, just do operations on last/first byte
394         instead.
395
396 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
397
398         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
399
400         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
401         Fix wrong comparison in overrun check. Fixes #499239 some more.
402
403 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
404
405         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
406         (gst_rtp_h263_depay_process):
407         * gst/rtp/gstrtph263depay.h:
408         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
409         stream.
410
411 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
412
413         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
414
415         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
416         (gst_rtp_mp4a_depay_process):
417         * gst/rtp/gstrtpmp4adepay.h:
418         Fix depayloading when multiple frames are inside one RTP packet.
419         Fixes #499239.
420
421 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
422
423         * gst/level/gstlevel.c:
424           Add GAP-flag support.
425
426 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
427
428         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
429         Read the I flag for Mode A h263 rtp stream and set the
430         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
431         Fixes #499383
432
433 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
434
435         * gst/level/gstlevel.c:
436           Remove some dead code and do cleanups.
437
438 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
439
440         * tests/check/pipelines/simple-launch-lines.c:
441           Improve the tests by allowing to set a target state.
442
443 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
444
445         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
446         Don't check the caps of the output buffer if they're equal some
447         other caps. The caps can change in a backward compatible way
448         and did at this point.
449
450 2007-11-24  Julien MOUTTE  <julien@moutte.net>
451
452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
453         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
454         (gst_qtdemux_seek_to_previous_keyframe),
455         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
456         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
457         reverse playback support.
458
459 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
460
461         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
462         Also set the channel layout on the Wavpack caps if we're having
463         a mono layout. Of course only do it for "audio/x-wavpack".
464
465 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
466
467         * ext/wavpack/gstwavpackcommon.c:
468         (gst_wavpack_get_default_channel_mask),
469         (gst_wavpack_set_channel_layout),
470         (gst_wavpack_get_default_channel_positions),
471         (gst_wavpack_get_channel_mask_from_positions),
472         (gst_wavpack_set_channel_mapping):
473         * ext/wavpack/gstwavpackcommon.h:
474         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
475         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
476         * ext/wavpack/gstwavpackdec.h:
477         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
478         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
479         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
480         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
481         (gst_wavpack_enc_rewrite_first_block),
482         (gst_wavpack_enc_sink_event):
483         * ext/wavpack/gstwavpackenc.h:
484         * ext/wavpack/gstwavpackparse.c:
485         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
486         (gst_wavpack_parse_scan_to_find_sample),
487         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
488         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
489         * ext/wavpack/gstwavpackparse.h:
490         Add support for encoding, parsing and decoding multichannel
491         files with up to 8 channels. This also improves the robustness
492         of parsing quite a bit.
493
494         * ext/wavpack/gstwavpackstreamreader.c:
495         (gst_wavpack_stream_reader_read_bytes),
496         (gst_wavpack_stream_reader_get_pos),
497         (gst_wavpack_stream_reader_set_pos_abs),
498         (gst_wavpack_stream_reader_set_pos_rel),
499         (gst_wavpack_stream_reader_push_back_byte),
500         (gst_wavpack_stream_reader_get_length),
501         (gst_wavpack_stream_reader_can_seek),
502         (gst_wavpack_stream_reader_write_bytes):
503         Improve debugging.
504
505 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
506
507         * ext/libpng/gstpngdec.c:
508         * ext/libpng/gstpngdec.h:
509           Don't release the png-memory from within the callback.
510
511 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
512
513         Patch by: René Stadler <mail at renestadler dot de>
514
515         * ext/libpng/gstpngenc.c:
516           Don't leak buffer data memory. Fixes #498395.
517
518 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
519
520         Patch by: René Stadler <mail at renestadler dot de>
521
522         * tests/check/pipelines/simple-launch-lines.c:
523           Tests for #498395.
524
525 2007-11-20  Julien MOUTTE  <julien@moutte.net>
526
527         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
528         (gst_tag_lib_mux_adjust_event_offsets):
529         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
530         * sys/osxaudio/Makefile.am:
531         * sys/osxvideo/cocoawindow.h:
532         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
533
534 2007-11-15  David Schleef  <ds@schleef.org>
535
536         * ext/cairo/gsttextoverlay.c:
537           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
538
539 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
540
541         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
542
543         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
544         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
545         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
546         * gst/rtp/gstrtpmp2tpay.h:
547         Fill the MTU with as many packets as possible. Fixes #491323.
548
549 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
550
551         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
552
553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
554         Fix some more leaks. Fixes #497007.
555
556 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
557
558         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
559
560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
561         (gst_rtspsrc_stream_configure_tcp):
562         Fix 3 pad leaks. Fixes #496983.
563
564 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
565
566         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
567
568         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
569         Fix small leak. Fixes #497017.
570
571 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
572
573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
574         (gst_qtdemux_prepare_current_sample),
575         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
576         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
577         * gst/qtdemux/qtdemux_fourcc.h:
578         * gst/qtdemux/qtdemux_types.c:
579         Add suppport for theora in quicktime according to XiphQT.
580
581 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
582
583         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
584         (gst_v4l2src_init), (gst_v4l2src_set_property),
585         (gst_v4l2src_get_property):
586         * sys/v4l2/gstv4l2src.h:
587         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
588           Always copy buffers by default (handle safer with bugged drivers)
589           and added a property to make it possible to use mmap effectively (no
590           copy if possible) when application wants to. Fixes: #480557.
591
592 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * gst/id3demux/id3tags.c:
595         * gst/id3demux/id3tags.h:
596         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
597           We don't want the same string multiple times in a tag list for the
598           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
599           this doesn't happen and remove special-case code for GST_TAG_GENRE.
600
601 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
602
603         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
604           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
605           into ID3v2 TXXX frames (fixes #347848).
606
607 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
610           Don't leak sdp message contents (fixes #496773).
611
612         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
613           Don't leak URI string.
614
615 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
616
617         Patch by: Julien Puydt <julien dot puydt at laposte net>
618
619         * ext/raw1394/Makefile.am:
620         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
621           (gst_1394_property_probe_get_properties),
622           (gst_1394_property_probe_probe_property),
623           (gst_1394_property_probe_needs_probe),
624           (gst_1394_property_probe_get_values),
625           (gst_1394_property_probe_interface_init),
626           (gst_1394_type_add_property_probe_interface):
627         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
628         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
629           (gst_dv1394src_init), (gst_dv1394src_dispose),
630           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
631           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
632           (gst_dv1394src_update_device_name):
633         * ext/raw1394/gstdv1394src.h:
634           Implement GstPropertyProbe interface and add "device-name" property,
635           so applications can use this to probe for available devices in the
636           same way they can already with v4lsrc and v4l2src (however horrible
637           this property probe interface may be). Fixes #358841.
638
639 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
640
641         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
642
643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
644           (gst_rtspsrc_parse_range):
645           Don't leak event, don't leak range (fixes #496752).
646
647 2007-11-14  Michael Smith <msmith@fluendo.com>
648
649         Patch by: Arek Korbik <arkadini@gmail.com>
650
651         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
652           Detect RGBA/BGRA correctly on little endian systems.
653
654 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
657           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
658           corresponding ioctl() call fails even though the driver claims to
659           support this format, just fall back to the pre-2.6.19 kernel
660           routine that creates caps with suitable height and width ranges
661           (see #448278).
662
663 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
664
665         Patch by: Mark Nauwelaerts <manauw skynet be>
666
667         * gst/matroska/matroska-demux.c:
668           (gst_matroska_demux_push_dvd_clut_change_event),
669           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
670           (gst_matroska_demux_subtitle_caps):
671         * gst/matroska/matroska-ids.h:
672           Extract palette data for dvd subpicture streams and send it
673           downstream as custom gstreamer dvd event (fixes #453417).
674
675 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
676
677         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
678           Implement minimal parsing of the passed pango font description
679           string, so passing a font size works the same as with the
680           pango textoverlay plugin; fixes #455086.
681           (Maybe we could just use pangocairo here at some point).
682
683 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
684
685         * gst/avi/gstavidemux.c:
686         * gst/wavparse/gstwavparse.c:
687           Return the result in _activate_pull(). Don't ref element there.
688
689 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
690
691         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
692         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
693         (gst_wavparse_srcpad_event):
694           Ref the element when we should, but not when we its not needed. Reflow
695           the event_handling to not leak the event.       
696
697 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
698
699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
700         (qtdemux_parse_samples):
701         Properly free QTDemuxSamples array.
702         Protect table write with a sensible check, some files apparently DO contain
703         stts values starting with 0 :(
704
705 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
706
707         * gst/avi/gstavidemux.c:
708         * gst/qtdemux/qtdemux.c:
709           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
710           previous commit messed up.
711
712 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
713
714         * gst/avi/gstavidemux.c:
715         * gst/qtdemux/qtdemux.c:
716           Sync _handle_src_event() with oggdemux. In avidemux also ref the
717           element when we should, but not when we its not needed.
718
719 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
720
721         * gst/wavparse/gstwavparse.c:
722           Return FALSE if we can't handle a query instead of changing the
723           format. Ignore fact when dealing with mpeg audio.
724
725 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
728
729         * configure.ac:
730         * gst/udp/gstdynudpsink.c:
731         * gst/udp/gstdynudpsink.h:
732         * gst/udp/gstmultiudpsink.c:
733         * gst/udp/gstmultiudpsink.h:
734         * gst/udp/gstudpsink.c:
735         * gst/udp/gstudpsink.h:
736           Fix includes for MSVC and GLib-2.14.0 (#492388).
737
738         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
739           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
740
741 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
742
743         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
744         (gst_mulawdec_chain):
745         * gst/law/mulaw-decode.h:
746         Calculate outgoing buffer duration if incoming buffer didn't have a
747         valid duration.
748
749 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
750
751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
752         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
753         Smarter combine_flow code that also deals with downstream elements
754         returning UNEXPECTED when they receive data out of the segment
755         boundaries. Fixes #491305.
756
757 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * sys/v4l2/v4l2src_calls.c:
760           Fix 'unused variable' compiler warning when compiling against
761           older kernel headers.
762
763 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
764
765         * ext/taglib/gstid3v2mux.cc (add_funcs):
766           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
767
768 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
769
770         * tests/check/pipelines/simple-launch-lines.c:
771            Improve the tests a little more.
772
773 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
774
775         patch by: Yun Zheng Hu
776
777         * sys/osxaudio/gstosxaudiosrc.c:
778         Use default input device instead of default output device and
779         only memcpy actual available bytes.
780
781 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
782
783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
784           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
785           early. It is temporary until we find something better.
786
787 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
788
789         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
790
791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
792         Fix race when pausing a RTSP stream in interleaved.
793         Fixes #475784.
794
795 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
796
797         Patch by: Peter Kjellerstedt <pkj at axis com>
798
799         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
800         Use correct unref function for buffers. #488844.
801
802 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
803
804         * gst/avi/gstavimux.c:
805         * tests/check/elements/avimux.c:
806           Add some debug and sync tests with the fix.     
807
808 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
809
810         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
811
812         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
813         When the socket is used by the app for other purposes, don't generate an
814         error if there is activaty on the socket that is not data related.
815         Fixes #487488.
816
817 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
818
819         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
820         (gst_v4l2src_grab_frame):
821         Add some more debug info. Generate an error when we run out of buffers
822         for some reason. See #480557.
823
824 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
825
826         Patch by: Anders Skargren <anders dot skargren at axis dot com>
827
828         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
829         Set marker bit correctly.
830
831 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
832
833         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
834         Use allowed name for the GstStructure.
835
836 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
837
838         * ext/gconf/gstswitchsink.c:
839         * gst/autodetect/gstautoaudiosink.c:
840           Use new gst_bus_pop_filtered().
841
842 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
843
844         * sys/v4l2/gstv4l2src.c:
845         * sys/v4l2/v4l2src_calls.c:
846           When probing the formats and sizes a camera supports, make
847           sure the best ones (highest resolution, prefered format)
848           end up at the beginning of the probed caps and the less
849           desirable ones at the end.  This is important because the
850           order within the caps matters for things like fixation and
851           negotiation, ie. what format is chosen in the end.
852           With recent kernels, the current probing code will end up
853           querying the supported sizes from lowest resolution to
854           highest resolution, adding them to the probed caps in that
855           order, resulting to v4l2src fixating to the lowest possible
856           resolution if downstream does not express a size preference.
857           Also make up a somewhat random ranking of prefered output
858           formats for the same reason. Fixes #485828.
859         
860 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
861
862         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
863
864         * gst/id3demux/id3v2frames.c:
865           Extract license/copyright URIs from ID3v2 WCOP frames
866           (Fixes #447000).
867
868         * tests/check/elements/id3demux.c:
869         * tests/files/Makefile.am:
870         * tests/files/id3-447000-wcop.tag:
871           Add simple unit test.
872
873 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * ext/taglib/gstid3v2mux.cc:
876           Add support for license/copyright URI tags (ID3v2 WCOP frame).
877           Prerequisite for #447000.
878
879 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
880
881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
882         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
883         a GstClockTime.
884
885 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
886
887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
888         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
889         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
890         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
891         (gst_rtspsrc_change_state):
892         More seeking fixes, mostly passing around the new playback segment in
893         order to configure it properly.
894         Also reset base_time of udp sources when setting them back to PLAYING as
895         a temporary hack until core supports seek in live sources properly.
896
897 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
898
899         * gst/rtp/gstrtpmp4adepay.c:
900         Fix caps as to not confuse autopluggers.
901
902 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * gst/id3demux/gstid3demux.c:
905         * gst/id3demux/gstid3demux.h:
906         * gst/id3demux/id3tags.c:
907         * gst/id3demux/id3tags.h:
908         * gst/id3demux/id3v2frames.c:
909           Port ID3 tag demuxer over to the new GstTagDemux in -base
910           (now would be a good time to test re-importing your music
911           collection).
912
913 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
914
915         * gst/apetag/Makefile.am:
916         * gst/apetag/gstapedemux.c:
917         * gst/apetag/gstapedemux.h:
918         * gst/apetag/gsttagdemux.c:
919         * gst/apetag/gsttagdemux.h:
920           Port APE tag demuxer over to the new GstTagDemux in -base.
921
922 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
923
924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
925         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
926         (gst_rtspsrc_handle_internal_src_query),
927         (gst_rtspsrc_handle_src_query), (new_session_pad),
928         (gst_rtspsrc_stream_configure_tcp),
929         (gst_rtspsrc_stream_configure_transport),
930         (gst_rtspsrc_loop_send_cmd):
931         Improve flushing behaviour.
932         Set state of the udp sources to PAUSE/PLAYING correctly.
933         Handle events and queries for UDP and TCP transport now.
934
935 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
936
937         * gst/rtp/gstrtpgsmdepay.c:
938         * gst/rtp/gstrtpgsmpay.c:
939           Add log category.
940
941 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
942
943         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
944
945         * tests/check/Makefile.am:
946         * tests/check/pipelines/simple-launch-lines.c:
947           Add unit tests for payloaders/depayloaders.
948
949 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
950
951         * gst/avi/gstavimux.c:
952         * gst/avi/gstavimux.h:
953           Also save codec data for audio streams. Fixes #482495.
954
955 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
956
957         * gst/avi/gstavimux.c:
958           Fix "Index entry has invalid stream nr 1".
959           Add support for muxing aac - work in progress (see #482495).
960
961 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
962
963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
964         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
965         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
966         * gst/rtsp/gstrtspsrc.h:
967         Parse bandwidth modifiers, they are not yet configured in the session
968         manager because we don't have an API for that yet.
969
970 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
971
972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
973         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
974         Use shiny new function in -base to get the default clock-rate.
975         Update some docs.
976
977 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
978
979         * win32/MANIFEST:
980         Add files to win32 manifest.
981         * win32/vs6/libgstaudiofx.dsp:
982         * win32/vs6/libgstqtdemux.dsp:
983         * win32/vs6/libgstrtp.dsp:
984         * win32/vs6/libgstrtsp.dsp:
985         Update project files.
986
987 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
988
989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
990         (gst_rtspsrc_play):
991         * gst/rtsp/gstrtspsrc.h:
992         In TCP mode, only timestamp the first buffer. TCP is not real time and
993         it does not make sense to try to skew compensate, also some servers send
994         the first batch of data in a burst.
995
996 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * gst/matroska/matroska-demux.c:
999           Fix setting the discont flag on the first buffer
1000           pushed downstream for formats with private codec
1001           data that needs to be deserialised into buffers
1002           (such as vorbis and FLAC when in a matroska container).
1003
1004 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1005
1006         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1007
1008         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1009         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1010         (gst_rtp_mp4v_pay_handle_buffer):
1011         * gst/rtp/gstrtpmp4vpay.h:
1012         Free the config string. Fixes #480707.
1013         Clean up the timestamp code a little.
1014
1015 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1016
1017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1018         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1019         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1020         * gst/rtsp/gstrtspsrc.h:
1021         Set timestamps on RTP buffers in interleaved mode.
1022         Mark first buffers with a DISCONT.
1023         Remove flush hack now that sync for live sources has been figured out.
1024
1025 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1026
1027         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1028         Update documentation.
1029
1030 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1031
1032         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1033         (gst_rtp_xqt_depay_change_state):
1034         * gst/qtdemux/gstrtpxqtdepay.h:
1035         Fail if we don't know the quicktime format.
1036
1037 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1038
1039         * ext/flac/gstflacenc.c:
1040         * ext/flac/gstflacenc.h:
1041           Save the flow return from the last gst_pad_push() and
1042           make sure we pass the right flow return value upstream
1043           in the case of failure; minor clean-ups.
1044
1045 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1046
1047         * ext/taglib/gstapev2mux.cc:
1048         * ext/taglib/gstid3v2mux.cc:
1049         * gst/apetag/gstapedemux.c:
1050           Add support for the new GST_TAG_COMPOSER (#459809).
1051
1052 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1053
1054         * gst/law/alaw-decode.c:
1055         * gst/law/alaw-decode.h:
1056         * gst/law/alaw-encode.c:
1057         * gst/law/alaw-encode.h:
1058         * gst/law/alaw.c:
1059         * gst/law/mulaw-conversion.h:
1060           Compulsive clean-ups: use boilerplate macros, add debug
1061           categories, fix up things to conform to symbol nomenklatura,
1062           etc.
1063
1064 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1065
1066         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1067
1068         * gst/law/alaw-decode.c:
1069         * gst/law/alaw-encode.c:
1070           Use static tables for A-Law decoding and encoding; this makes
1071           A-Law decoding and encoding less CPU-intensive, but increases
1072           the binary size a bit. Leaving old code around for now,
1073           selectable by a define in the code. Fixes #435435.
1074
1075 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1076
1077         * configure.ac:
1078         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1079         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1080         in configure.ac.
1081
1082 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1083
1084         Patch by: <j at bootlab dot org>
1085
1086         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1087         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1088
1089 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * sys/oss/gstosshelper.c:
1092           Use GST_WARNING instead of a g_critical. This situation is not caused
1093           by the application.
1094
1095 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1096
1097         * po/LINGUAS:
1098         * po/nl.po:
1099           Updated translations.
1100
1101 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1102
1103         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1104
1105         * po/eu.po:
1106           Added Basque translation.
1107
1108 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1109
1110         translated by: Abel Cheung <abelcheung@gmail.com>
1111
1112         * po/zh_HK.po:
1113         * po/zh_TW.po:
1114           Added Chinese (traditional and Hong Kong) translation.
1115
1116 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1117
1118         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1119
1120         * po/pl.po:
1121           Added Polish translation.
1122
1123 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1124
1125         translated by: Ilkka Tuohela <hile@iki.fi>
1126
1127         * po/fi.po:
1128           Added Finnish translation.
1129
1130 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1131
1132         translated by: Jorge González González <aloriel@gmail.com>
1133
1134         * po/es.po:
1135           Added Spanish translation.
1136
1137 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1138
1139         translated by: Mogens Jaeger <mogens@jaeger.tf>
1140
1141         * po/da.po:
1142           Added Danish translation.
1143
1144 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1145
1146         translated by: Funda Wang <fundawang@linux.net.cn>
1147
1148         * po/zh_CN.po:
1149           Added Chinese (simplified) translation.
1150
1151 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1152
1153         translated by: Alexander Shopov <ash@contact.bg>
1154
1155         * po/bg.po:
1156           Added Bulgarian translation.
1157
1158 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1159
1160         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1161         Set outgoing packet duration because we can. Fixes #478244 some more.
1162
1163 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1164
1165         * ext/cairo/gsttextoverlay.c:
1166           Add info about static leak.
1167         
1168         * tests/check/Makefile.am:
1169         * tests/check/generic/states.c:
1170           Improved state change unit test.
1171
1172 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * docs/plugins/.cvsignore:
1175         * tests/check/.cvsignore:
1176           Ignore registries in any format.
1177
1178 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1181         Removed some unused code.
1182
1183         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1184         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1185         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1186         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1187         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1188         (gst_rtp_theora_pay_flush_packet):
1189         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1190         Try to preserve the incomming buffer duration on the outgoing
1191         packets. Fixes #478244.
1192
1193 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * ext/taglib/gstapev2mux.cc:
1196         * ext/taglib/gstid3v2mux.cc:
1197           Work around compiler warnings with g++-4.2 when assigning a
1198           string constant to a gchar * (partially fixes #478092).
1199
1200 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1201
1202         * configure.ac:
1203           We require core CVS now for gst_base_src_set_do_timestamp().
1204
1205 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1206
1207         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1209         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1210         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1211         (gst_rtspsrc_handle_message):
1212         Fix compiler warnings shown with Forte.
1213
1214 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1215
1216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1217         (gst_rtspsrc_dup_printf):
1218         Give meaningfull error when all streams failed to configure for some
1219         reason.
1220
1221 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1222
1223         * gst/rtp/README:
1224         Update README with the design for synchronisation rules of RTP on
1225         sender and receiver.
1226
1227 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1228
1229         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1230         (gst_wavparse_chain):
1231         Don't push EOS from the chain function, the element
1232         driving the pipeline is responsible for this. The bug
1233         this was meant to fix seems to be queue not forwarding
1234         EOS in all cases (see #476514).
1235
1236 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1237
1238         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1239         (gst_level_transform_ip):
1240         * gst/level/gstlevel.h:
1241         Use basetransform segment so that it is correctly managed on flushes and
1242         start/stop.
1243         Report message timestamp as stream time, which is what an application
1244         can understand.
1245
1246 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1247
1248         * ext/taglib/gstapev2mux.cc:
1249         * ext/taglib/gstapev2mux.h:
1250         * ext/taglib/gsttaglibmux.c:
1251         * tests/check/elements/apev2mux.c:
1252         Update my mail address.
1253
1254 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1255
1256         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1257         (gst_wavparse_loop), (gst_wavparse_chain):
1258         Add EOS logic for the push-based mode too. Fixes #476514.
1259
1260 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1261
1262         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1263         * gst/law/alaw-encode.h:
1264         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1265         (gst_mulawenc_chain):
1266         * gst/law/mulaw-encode.h:
1267         Fix law encoder timestamps.
1268
1269 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1270
1271         * ext/gconf/gstgconfaudiosink.c:
1272           Fix warning when building without debug.
1273
1274         * sys/oss/gstossmixertrack.c:
1275           Use const like in alsamixertrack.c (fixes warnings).
1276
1277 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1278
1279         * sys/v4l2/v4l2src_calls.c:
1280         (gst_v4l2src_probe_caps_for_format_and_size):
1281         Fix framerate detection code some more.
1282         Handle the case where there is a weird step in the stepwise framerates.
1283         Don't overwrite the min interval with the framerate, use a temp variable
1284         instead.
1285         Use max in the Continuous framerate intervals instead of step, which is
1286         1 according to the docs. Fixes #475424.
1287
1288 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1289
1290         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1291         Make udpsrc timestamp outgoing buffers based on when they were received.
1292         Also make it output a segment in time.
1293
1294 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1295
1296         * gst/avi/gstavidemux.c:
1297           Plug a little leak. Little code cleanups.
1298
1299 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1300
1301         * configure.ac:
1302           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1303           flac versions, 's good for cross-compilation karma.
1304
1305 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1308
1309         * gst/rtp/gstrtph263pay.c:
1310           Fix up header structure so that compilers don't add padding
1311           between the structure fields, since that would lead to us
1312           sending RTP packets with broken headers (as is currently the
1313           case when compiling with MSVC). Also see similar fixes in
1314           libgstrtp in gst-plugins-base. (#474616; #471194)
1315
1316 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1317
1318         * sys/v4l2/v4l2src_calls.c:
1319         (gst_v4l2src_probe_caps_for_format_and_size):
1320         Don't overwrite our GValue with 0 but instead use the previously
1321         computed value. Fixes #471823 some more.
1322
1323 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1326           No tabs in this file please, or gtk-doc will end up documenting
1327           rather absurd class hierarchies.
1328
1329 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * ext/gconf/gstswitchsink.c:
1332           If the new kid element fails to change state for some reason
1333           (e.g. esdsink not being able to connect to the sound server),
1334           forward the error message it posted on the bus instead of just
1335           posting a generic 'Internal state change error: please file a
1336           bug' error message. Fixes #471364.
1337
1338 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst/qtdemux/Makefile.am:
1341         * gst/qtdemux/qtdemux.c:
1342           Don't assume tags are encoded as UTF-8 (#473670).
1343
1344 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * sys/v4l2/gstv4l2src.c:
1347         * sys/v4l2/gstv4l2src.h:
1348         * sys/v4l2/v4l2src_calls.c:
1349           Implement LATENCY queries in the crudest way possible so I don't
1350           have to use sync=false any longer when testing with videosinks.
1351
1352 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1353
1354         * configure.ac:
1355           Fix build.
1356
1357 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1358
1359         * sys/v4l2/v4l2src_calls.c:
1360         (gst_v4l2src_probe_caps_for_format_and_size):
1361         Add some more debugging in the framerate function.
1362         Iterate stepwise framerate up to and _including_ the max and if nothing
1363         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1364         don't end up with an empty list. Fixes #471823
1365
1366 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1367
1368         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1369         (gst_multiudpsink_set_clients_string),
1370         (gst_multiudpsink_get_clients_string),
1371         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1372         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1373         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1374         (gst_multiudpsink_clear):
1375         Add property do configure destination address/port pairs
1376         API:GstMultiUDPSink::clients
1377
1378 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1379
1380         * tests/examples/Makefile.am:
1381         * tests/examples/rtp/Makefile.am:
1382         * tests/examples/rtp/client-H263p-AMR.sh:
1383         * tests/examples/rtp/client-H263p-PCMA.sdp:
1384         * tests/examples/rtp/client-H263p-PCMA.sh:
1385         * tests/examples/rtp/client-H264-PCMA.sdp:
1386         * tests/examples/rtp/client-H264-PCMA.sh:
1387         * tests/examples/rtp/client-PCMA.sh:
1388         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1389         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1390         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1391         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1392         Added some RTP example scripts for sending and receiving RTP streams.
1393
1394 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1395
1396         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1397         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1398         Restructure the setcaps function so that we can also compute the
1399         expected GStreamer output size of the video frames.
1400         Set frame_byte_size correctly so that read-based devices have a chance
1401         of working correctly.
1402         When grabbing a frame, discard frames that are not of the expected size.
1403         Some cameras don't output the right framesize for the first buffer.
1404         Try only a couple of times to get a valid frame, else error out.
1405
1406         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1407         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1408         Add some more debug info when scanning the device.
1409
1410         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1411         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1412         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1413         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1414         Add some more debug info when dequeing a frame.
1415
1416 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1417
1418         * gst/wavparse/gstwavparse.c:
1419           More code cleanups. Add some more comment and improve debugs logs.
1420
1421 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * gst/wavparse/gstwavparse.c:
1424         * gst/wavparse/gstwavparse.h:
1425           Implement seek-query. Refactor duration calculations. Appropriate use
1426           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1427           out of loops.
1428
1429 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * gst/avi/gstavidemux.c:
1432           Implement seek-query.
1433
1434 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1435
1436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1437         (gst_rtspsrc_dup_printf):
1438         Use new basesink async property to make sparse RTCP packet not wait for
1439         preroll.
1440
1441 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1442
1443         * gst/audiofx/Makefile.am:
1444         Dist the right file.
1445
1446 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1447
1448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1449         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1450         Make sure we generate and parse floating point values in the POSIX
1451         locale instead of the current locale. 
1452
1453 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1454
1455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1456         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1457         (gst_rtspsrc_play):
1458         * gst/rtsp/gstrtspsrc.h:
1459         Fix method detection again.
1460         Keep track of when we must send a Range header.
1461         Use segment values for Range, Speed and Scale headers.
1462         Parse Speed and Scale headers to update the segment values.
1463
1464 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1465
1466         patch by: Mark Nauwelaerts <manauw@skynet.be>
1467
1468         * sys/v4l2/v4l2src_calls.c:
1469           Handle optional v4l2 ioctls gracefully.
1470
1471 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1472
1473         * gst/rtp/Makefile.am:
1474         * gst/rtp/gstrtp.c: (plugin_init):
1475         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1476         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1477         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1478         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1479         (gst_rtp_h263_depay_get_property),
1480         (gst_rtp_h263_depay_change_state),
1481         (gst_rtp_h263_depay_plugin_init):
1482         * gst/rtp/gstrtph263depay.h:
1483         Added an H263 depayloader. Fixes #369392.
1484
1485         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1486         (gst_rtp_h263p_depay_process):
1487         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1488         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1489         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1490         payloads.
1491         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1492
1493 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1494
1495         * gst/audiofx/audiochebyshevfreqband.c:
1496         * gst/audiofx/audiochebyshevfreqlimit.c:
1497         Add small comparision with the windowed sinc filters in the docs.
1498
1499 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1500
1501         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1502         (audiochebyshevfreqband_suite):
1503         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1504         (audiochebyshevfreqlimit_suite):
1505         Also test 32 bit float mode and the type 2 variants of the filters.
1506
1507 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1508
1509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1510         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1511         (gst_rtspsrc_loop):
1512         Refactor the udp and interleaved loop function a bit.
1513
1514 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1515
1516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1517         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1518         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1519         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1520         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1521         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1522         * gst/rtsp/gstrtspsrc.h:
1523         Protect connection activity with a new lock, avoids deadlocks when going
1524         to PAUSED. Fixes #455808.
1525
1526 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1527
1528         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1529         Fix debug statement.
1530
1531 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1532
1533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1534         Fix stray %u in debug line as spotted by Saur on IRC.
1535
1536 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1537
1538         * gst/audiofx/audiochebyshevfreqband.c:
1539         (gst_audio_chebyshev_freq_band_class_init):
1540         * gst/audiofx/audiochebyshevfreqlimit.c:
1541         (gst_audio_chebyshev_freq_limit_class_init):
1542         Use generator macros for the process functions for the different
1543         sample types, add lower upper boundaries for the GObject properties
1544         so automatically generated UIs can use sliders and add a note about
1545         the number of poles as a too high number of poles combined with
1546         very low or very high frequencies will produce only noise.
1547         * docs/plugins/gst-plugins-good-plugins.args:
1548         Regenerated for the property changes.
1549
1550 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1551
1552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1553         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1554         (gst_rtspsrc_stream_configure_udp_sink),
1555         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1556         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1557         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1558         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1559         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1560         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1561         * gst/rtsp/gstrtspsrc.h:
1562         Improve timeout handling.
1563         Use the same socket for sending and receiving RTCP packets so that some
1564         servers can track clients better.
1565         Improve connection closed handling. Try to reconnect.
1566         Don't overwrite our content base with NULL.
1567         Improve debugging.
1568         Improve range parsing and handling.
1569         Remove flushing hack now that core does the right thing.
1570
1571 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1572
1573         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1574         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1575         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1576         (gst_multiudpsink_close), (gst_multiudpsink_add):
1577         * gst/udp/gstmultiudpsink.h:
1578         Add support for getting and setting the socket to use.
1579
1580         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1581         (gst_udpsrc_create), (gst_udpsrc_get_property):
1582         Add support for getting the currently used socket.
1583
1584 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1585
1586         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1587
1588         * gst/audiofx/Makefile.am:
1589         * gst/audiofx/audiochebyshevfreqband.c:
1590         (gst_audio_chebyshev_freq_band_mode_get_type),
1591         (gst_audio_chebyshev_freq_band_base_init),
1592         (gst_audio_chebyshev_freq_band_dispose),
1593         (gst_audio_chebyshev_freq_band_class_init),
1594         (gst_audio_chebyshev_freq_band_init),
1595         (generate_biquad_coefficients), (calculate_gain),
1596         (generate_coefficients),
1597         (gst_audio_chebyshev_freq_band_set_property),
1598         (gst_audio_chebyshev_freq_band_get_property),
1599         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1600         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1601         (gst_audio_chebyshev_freq_band_start):
1602         * gst/audiofx/audiochebyshevfreqband.h:
1603         * gst/audiofx/audiochebyshevfreqlimit.c:
1604         (gst_audio_chebyshev_freq_limit_mode_get_type),
1605         (gst_audio_chebyshev_freq_limit_base_init),
1606         (gst_audio_chebyshev_freq_limit_dispose),
1607         (gst_audio_chebyshev_freq_limit_class_init),
1608         (gst_audio_chebyshev_freq_limit_init),
1609         (generate_biquad_coefficients), (calculate_gain),
1610         (generate_coefficients),
1611         (gst_audio_chebyshev_freq_limit_set_property),
1612         (gst_audio_chebyshev_freq_limit_get_property),
1613         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1614         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1615         (gst_audio_chebyshev_freq_limit_start):
1616         * gst/audiofx/audiochebyshevfreqlimit.h:
1617         * gst/audiofx/audiofx.c: (plugin_init):
1618         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1619         Fixes #464800.
1620
1621         * tests/check/Makefile.am:
1622         * tests/check/elements/.cvsignore:
1623         * tests/check/elements/audiochebyshevfreqband.c:
1624         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1625         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1626         * tests/check/elements/audiochebyshevfreqlimit.c:
1627         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1628         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1629         Add unit tests for the chebyshev filters.
1630
1631         * docs/plugins/Makefile.am:
1632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1633         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1634         * docs/plugins/gst-plugins-good-plugins.args:
1635         * docs/plugins/inspect/plugin-1394.xml:
1636         * docs/plugins/inspect/plugin-audiofx.xml:
1637         * docs/plugins/inspect/plugin-dv.xml:
1638         * docs/plugins/inspect/plugin-flac.xml:
1639         * docs/plugins/inspect/plugin-jpeg.xml:
1640         * docs/plugins/inspect/plugin-png.xml:
1641         * docs/plugins/inspect/plugin-rtp.xml:
1642         * docs/plugins/inspect/plugin-shout2send.xml:
1643         * docs/plugins/inspect/plugin-wavpack.xml:
1644         And add docs for the chebyshev filters. While doing
1645         that also run make update in docs/plugins.
1646
1647 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * ext/annodex/gstcmmltag.c:
1650         * gst/rtp/gstrtpvorbispay.c:
1651           Make ro memory to share.
1652
1653 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1656         Improve UDP performance by avoiding a select() when we have data
1657         available immediatly.
1658
1659 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1660
1661         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1662         (gst_rtp_dec_class_init):
1663         * gst/rtsp/gstrtpdec.h:
1664         Add (dummy) SSRC management signals.
1665
1666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1667         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1668         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1669         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1670         (on_timeout), (gst_rtspsrc_stream_configure_manager),
1671         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1672         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1673         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1674         * gst/rtsp/gstrtspsrc.h:
1675         Add connection-speed property.
1676         Add find_stream helper functions.
1677         Handle stream EOS based on BYE messages or SSRC timeout.
1678         Returns SUCCESS from the state change function as we hide our async
1679         elements from the parent.
1680
1681 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
1682
1683         * gst/debug/rndbuffersize.c:
1684           Fix da leak.
1685
1686 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
1687
1688         * gst/debug/Makefile.am:
1689         * gst/debug/breakmydata.c:
1690         * gst/debug/gstdebug.c:
1691         * gst/debug/negotiation.c:
1692         * gst/debug/progressreport.c:
1693         * gst/debug/rndbuffersize.c:
1694         * gst/debug/testplugin.c:
1695           Add new test element and clean-up the others a little.
1696
1697 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1698
1699         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1700         Fix parsing of mp4a version 0 atoms. Fixes #465774.
1701
1702 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1703
1704         * gst/rtp/gstrtpilbcdepay.c:
1705           Include stdlib.
1706
1707 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
1708
1709         * gst/rtp/gstrtpmpvdepay.c:
1710         Set the mpegversion in the caps so that autoplugging does not get
1711         confused.
1712
1713 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1714
1715         * po/hu.po:
1716         * po/uk.po:
1717         * po/vi.po:
1718           Updated translations.
1719
1720 2007-08-08  Michael Smith <msmith@fluendo.com>
1721
1722         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1723           Render right border in the correct location.
1724
1725 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1726
1727         Patch by: Olivier Crete <tester at tester dot ca>
1728
1729         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1730         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1731         Make mode property a string. Fixes #464475.
1732
1733 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1734
1735         * ext/flac/gstflacenc.c:
1736           Widen caps to match decoder a bit and add more FIXMEs.
1737
1738 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
1739
1740         patch by: Mark Nauwelaerts <manauw@skynet.be>
1741
1742         * gst/avi/gstavimux.c:
1743           Fix ODML index tag numbering. Fixes #463624.
1744
1745 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1746
1747         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1748         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1749         (gst_rtspsrc_stream_configure_tcp),
1750         (gst_rtspsrc_stream_configure_udp_sink):
1751         Fix default clock-rate for realmedia.
1752         Fix parsing of transport.
1753         Don't try to link NULL pads.
1754
1755 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * po/POTFILES.skip:
1758           Add POTFILES.skip with list of source files that aren't disted at the
1759           moment but contain translatable strings. Should hopefully pacify
1760           broken tools and make it clearer that these files are left out
1761           intentionally (#461600).
1762
1763 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1764
1765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1766         If the buffer was entirely clipped ... don't try sending it :)
1767
1768 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1769
1770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1771         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1772         (gst_rtspsrc_create_transports_string),
1773         (gst_rtspsrc_prepare_transports):
1774         If we don't hav a session manager, set the caps on outgoing buffers
1775         ourselves.
1776         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1777         Append final bit of the transport string even when it does not contain a
1778         placeholder.
1779
1780 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1781
1782         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1783         (gst_rtsp_ext_list_connect):
1784         * gst/rtsp/gstrtspext.h:
1785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1786         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1787         Clean up the interface list.
1788         Allow connecting to interface signals for the extensions.
1789         Remove old extension code.
1790         Free list on cleanup.
1791         Allow extensions to send additional RTSP messages.
1792
1793 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1794
1795         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1796         Handle a NULL gconf key gracefully by rendering the default element.
1797
1798 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1799
1800         * gst/rtsp/gstrtspext.h:
1801         Fix include path for extension interface.
1802
1803 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1804
1805         * gst/audiofx/audioamplify.h:
1806         Also remove a now unecessary variable here.
1807
1808 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1809
1810         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1811         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1812         * gst/audiofx/audiodynamic.c:
1813         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1814         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1815         * gst/audiofx/audiodynamic.h:
1816         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1817         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1818         * gst/audiofx/audioinvert.h:
1819         Don't save format information ourselves, this is already saved in
1820         GstAudioFilter.
1821
1822 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1823
1824         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1825         (gst_rtsp_ext_list_stream_select):
1826         * gst/rtsp/gstrtspext.h:
1827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1828         Use rank to filter out extensions.
1829         Add url to stream_select interface call.
1830
1831 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1832
1833         * gst/rtsp/Makefile.am:
1834         * gst/rtsp/base64.c:
1835         * gst/rtsp/base64.h:
1836         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1837         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1838         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1839         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1840         (gst_rtsp_ext_list_setup_media),
1841         (gst_rtsp_ext_list_configure_stream),
1842         (gst_rtsp_ext_list_get_transports),
1843         (gst_rtsp_ext_list_stream_select):
1844         * gst/rtsp/gstrtspext.h:
1845         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1846         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1847         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1848         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1849         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1850         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1851         (gst_rtspsrc_stream_configure_tcp),
1852         (gst_rtspsrc_stream_configure_mcast),
1853         (gst_rtspsrc_stream_configure_udp),
1854         (gst_rtspsrc_stream_configure_udp_sink),
1855         (gst_rtspsrc_stream_configure_transport),
1856         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1857         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1858         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1859         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1860         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1861         (gst_rtspsrc_parse_methods),
1862         (gst_rtspsrc_create_transports_string),
1863         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1864         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1865         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1866         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1867         * gst/rtsp/gstrtspsrc.h:
1868         * gst/rtsp/rtsp.h:
1869         * gst/rtsp/rtspconnection.c:
1870         * gst/rtsp/rtspconnection.h:
1871         * gst/rtsp/rtspdefs.c:
1872         * gst/rtsp/rtspdefs.h:
1873         * gst/rtsp/rtspext.h:
1874         * gst/rtsp/rtspextwms.c:
1875         * gst/rtsp/rtspextwms.h:
1876         * gst/rtsp/rtspmessage.c:
1877         * gst/rtsp/rtspmessage.h:
1878         * gst/rtsp/rtsprange.c:
1879         * gst/rtsp/rtsprange.h:
1880         * gst/rtsp/rtsptransport.c:
1881         * gst/rtsp/rtsptransport.h:
1882         * gst/rtsp/rtspurl.c:
1883         * gst/rtsp/rtspurl.h:
1884         * gst/rtsp/sdp.h:
1885         * gst/rtsp/sdpmessage.c:
1886         * gst/rtsp/sdpmessage.h:
1887         * gst/rtsp/test.c:
1888         Use shiny new RTSP and SDP library.
1889         Implement RTSP extensions using the new interface.
1890         Remove a lot of old code.
1891
1892 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1893
1894         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1895         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1896
1897 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1898
1899         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1900         Don't unref the outgoing buffer twice when dropping it because it's
1901         outside of the segment.
1902
1903 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1904
1905         * configure.ac:
1906         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1907         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1908         Use the new buffer clipping function from gstaudio here and
1909         require gst-plugins-base CVS.
1910         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1911         For framed Wavpack buffers we require a valid timestamp.
1912
1913 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1914
1915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1916         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1917         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1918         Clip raw audio and video when we can, keep track of current output
1919         segment.
1920         Don't leak buffers and events when there is no output pad.
1921         Improve debugging here and there.
1922
1923 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * configure.ac:
1926           Sync liboil check with plugins-base.
1927
1928 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1929
1930         * ext/annodex/Makefile.am:
1931           Fix CFLAGS/LIBS.
1932
1933         * ext/cdio/gstcdiocddasrc.c:
1934         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1935           Include stdlib
1936
1937         * ext/cairo/Makefile.am:
1938         * gst/videofilter/Makefile.am:
1939         * tests/examples/level/Makefile.am:
1940           Use $(LIBM) instead of -lm
1941
1942 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * sys/v4l2/gstv4l2src.c:
1945           Add another example pipeline.
1946
1947 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1948
1949         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1950
1951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1952           Use define here.
1953
1954         * sys/v4l2/gstv4l2tuner.c:
1955         (gst_v4l2_tuner_set_frequency_and_notify):
1956           Don't touch the property - its still disabled.
1957
1958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1959         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1960         * sys/v4l2/v4l2src_calls.h:
1961           Improve fallback format negotionation. Fixes #451388
1962
1963 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1964
1965         * tests/check/elements/videocrop.c: (GST_START_TEST):
1966           Fix the test.
1967
1968 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * docs/plugins/Makefile.am:
1971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1973         * docs/plugins/inspect/plugin-jpeg.xml:
1974         * docs/plugins/inspect/plugin-png.xml:
1975         * ext/jpeg/gstjpegdec.c:
1976         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1977         (gst_pngdec_sink_setcaps):
1978           More docs. More logs in pngdec.
1979
1980 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1981
1982         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1983           Initialize num_buffers with minimum value.
1984
1985         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1986         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1987           Handle frame-size query failure gracefully.
1988
1989 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1990
1991         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1992         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1993         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1994         of qt/aac files.
1995
1996 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1997
1998         * ext/wavpack/gstwavpackdec.c:
1999         (gst_wavpack_dec_clip_outgoing_buffer):
2000         Fix buffer clipping to correctly clip to the segment stop.
2001
2002 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2003
2004         * configure.ac:
2005         * tests/Makefile.am:
2006         Remove bogus check for libcheck, since we check for
2007         gstreamer-check and it pulls in the required info from there,
2008         and we weren't actually _using_ the information for libcheck
2009         ourselves anyway.
2010
2011 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2012
2013         * configure.ac:
2014           Use pkg-config to locate check.
2015
2016 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2017
2018         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2019         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2020         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2021         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2022         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2023         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2024         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2025         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2026         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2027         * gst/effectv/gstrev.c: (gst_revtv_transform):
2028         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2029         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2030         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2031         * gst/matroska/matroska-demux.c:
2032         (gst_matroska_demux_add_wvpk_header),
2033         (gst_matroska_demux_check_subtitle_buffer),
2034         (gst_matroska_decode_buffer):
2035         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2036           Fix build against core CVS.
2037
2038 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2039
2040         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2041         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2042         don't have enough granularity to convert that boolean into a
2043         GstFlowReturn.
2044
2045 2007-07-06  Michael Smith <msmith@fluendo.com>
2046
2047         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2048         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2049         (gst_alawdec_change_state):
2050         * gst/law/alaw-decode.h:
2051         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2052         (gst_mulawdec_class_init), (gst_mulawdec_init),
2053         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2054         * gst/law/mulaw-decode.h:
2055           Fix capsnego bogosity in *law decoders. 
2056
2057 2007-07-06  Michael Smith <msmith@fluendo.com>
2058
2059         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2060         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2061         (gst_smokeenc_change_state):
2062         * ext/jpeg/gstsmokeenc.h:
2063           Remove stupidity in get/set caps functions.
2064           Fix some refcounting problems.
2065
2066 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2067
2068         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2069         Remove endianness-flipping hack that seems to have been required
2070         only because of a bug in ffmpegcolorspace.
2071         Partially Fixes: #451908
2072
2073 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2074
2075         * docs/plugins/Makefile.am:
2076           Simplify --extra-dir as gtkdoc scans recursively.
2077
2078 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2079
2080         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2081
2082         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2083         Set the encoding-name in the rtp caps to all uppercase, as required by
2084         the caps spec.
2085         Some small cleanups in the error paths. Fixes #453037.
2086
2087 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2088
2089         * ext/wavpack/gstwavpackparse.c:
2090         (gst_wavpack_parse_index_get_last_entry),
2091         (gst_wavpack_parse_index_get_entry_from_sample),
2092         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2093         (gst_wavpack_parse_scan_to_find_sample):
2094         * ext/wavpack/gstwavpackparse.h:
2095         Use a GSList for the GArray that is used like a list anyway.
2096
2097 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2100         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2101         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2102           Add state change function where we set 0/1 as default framerate in
2103           case our setcaps function isn't called, like it might not in a
2104           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2105           gdkpixbufdec trying to create caps with a 0/0 framerate.
2106           Also post an error message on the bus if gst_pad_push() fails when
2107           called from our sink event handler (+1 for flow returns for event
2108           functions in 0.11) instead of failing silently.
2109
2110 2007-06-27  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2113         Cast stack args to the proper types. Fixes #451249.
2114
2115 2007-06-27  Wim Taymans  <wim@fluendo.com>
2116
2117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2118         (new_session_pad), (gst_rtspsrc_setup_streams):
2119         * gst/rtsp/gstrtspsrc.h:
2120         For container formats we only need to activate one of the streams so
2121         that we correctly signal no-more-pads. Fixes #451015.
2122
2123 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2124
2125         * docs/plugins/gst-plugins-good-plugins.args:
2126         * docs/plugins/inspect/plugin-aasink.xml:
2127         * docs/plugins/inspect/plugin-alaw.xml:
2128         * docs/plugins/inspect/plugin-alpha.xml:
2129         * docs/plugins/inspect/plugin-alphacolor.xml:
2130         * docs/plugins/inspect/plugin-annodex.xml:
2131         * docs/plugins/inspect/plugin-apetag.xml:
2132         * docs/plugins/inspect/plugin-audiofx.xml:
2133         * docs/plugins/inspect/plugin-auparse.xml:
2134         * docs/plugins/inspect/plugin-autodetect.xml:
2135         * docs/plugins/inspect/plugin-avi.xml:
2136         * docs/plugins/inspect/plugin-cacasink.xml:
2137         * docs/plugins/inspect/plugin-cairo.xml:
2138         * docs/plugins/inspect/plugin-cdio.xml:
2139         * docs/plugins/inspect/plugin-cutter.xml:
2140         * docs/plugins/inspect/plugin-debug.xml:
2141         * docs/plugins/inspect/plugin-efence.xml:
2142         * docs/plugins/inspect/plugin-effectv.xml:
2143         * docs/plugins/inspect/plugin-esdsink.xml:
2144         * docs/plugins/inspect/plugin-flac.xml:
2145         * docs/plugins/inspect/plugin-flxdec.xml:
2146         * docs/plugins/inspect/plugin-gconfelements.xml:
2147         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2148         * docs/plugins/inspect/plugin-goom.xml:
2149         * docs/plugins/inspect/plugin-halelements.xml:
2150         * docs/plugins/inspect/plugin-icydemux.xml:
2151         * docs/plugins/inspect/plugin-id3demux.xml:
2152         * docs/plugins/inspect/plugin-jpeg.xml:
2153         * docs/plugins/inspect/plugin-ladspa.xml:
2154         * docs/plugins/inspect/plugin-level.xml:
2155         * docs/plugins/inspect/plugin-matroska.xml:
2156         * docs/plugins/inspect/plugin-mulaw.xml:
2157         * docs/plugins/inspect/plugin-multipart.xml:
2158         * docs/plugins/inspect/plugin-navigationtest.xml:
2159         * docs/plugins/inspect/plugin-ossaudio.xml:
2160         * docs/plugins/inspect/plugin-png.xml:
2161         * docs/plugins/inspect/plugin-quicktime.xml:
2162         * docs/plugins/inspect/plugin-rtp.xml:
2163         * docs/plugins/inspect/plugin-rtsp.xml:
2164         * docs/plugins/inspect/plugin-smpte.xml:
2165         * docs/plugins/inspect/plugin-speex.xml:
2166         * docs/plugins/inspect/plugin-taglib.xml:
2167         * docs/plugins/inspect/plugin-udp.xml:
2168         * docs/plugins/inspect/plugin-videobalance.xml:
2169         * docs/plugins/inspect/plugin-videobox.xml:
2170         * docs/plugins/inspect/plugin-videocrop.xml:
2171         * docs/plugins/inspect/plugin-videoflip.xml:
2172         * docs/plugins/inspect/plugin-videomixer.xml:
2173         * docs/plugins/inspect/plugin-wavenc.xml:
2174         * docs/plugins/inspect/plugin-wavparse.xml:
2175         * docs/plugins/inspect/plugin-ximagesrc.xml:
2176           Update docs with caps info.
2177
2178 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * po/POTFILES.in:
2181           Add more files with translatable strings (#450878).
2182
2183 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2184
2185         * MAINTAINERS:
2186         Updating all the maintainers files
2187
2188 2007-06-22  Edward Hervey  <edward@fluendo.com>
2189
2190         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2191         * gst/interleave/deinterleave.c: (deinterleave_init),
2192         (deinterleave_sink_link):
2193         * gst/interleave/interleave.c: (interleave_init):
2194         * gst/median/gstmedian.c: (gst_median_init):
2195         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2196         Fix memory leaks.
2197         * tests/check/elements/id3demux.c: (pad_added_cb):
2198         Remove unused variable.
2199
2200 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2201
2202         * ext/gconf/gconf.h:
2203         Make the prototype of gst_gconf_get_key_for_sink_profile
2204         match the implementation.
2205         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2206         Fixes: #449747
2207
2208 2007-06-20  Michael Smith <msmith@fluendo.com>
2209
2210         * gst/rtp/gstrtpdepay.c:
2211           Fix description - rtpdepay is not a payloader.
2212
2213 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2214
2215         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2216         (qtdemux_video_caps):
2217         * gst/qtdemux/qtdemux_fourcc.h:
2218           Add MJPG to the variants of motion jpeg.
2219
2220 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * tests/check/Makefile.am:
2223         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2224         * tests/check/elements/videocrop.c: (GST_START_TEST):
2225         * tests/check/elements/videofilter.c:
2226         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2227         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2228           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2229           error flags are included and it errors out on compiler warnings
2230           for CVS builds; remove unused variables in various unit tests.
2231
2232 2007-06-19  Wim Taymans  <wim@fluendo.com>
2233
2234         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2235         (rtsp_connection_close), (rtsp_connection_free):
2236         Use threadsafe inet_ntop to convert an ip number to a string. 
2237         Fixes #447961.
2238         Don't leak fd (and ip) when freeing a connection without first closing
2239         it.
2240
2241 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2242
2243         * configure.ac:
2244         Back to CVS
2245
2246         * gst-plugins-good.doap:
2247         Add 0.10.6 to the doap file.
2248
2249 === release 0.10.6 ===
2250
2251 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2252
2253         * configure.ac:
2254           releasing 0.10.6, "Wobble Board"
2255
2256 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2259         (rtsp_connection_free):
2260           Revert previous commit again, since we are frozen (sorry).
2261
2262 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2263
2264         Patch by: Peter Kjellerstedt <pkj at axis com>
2265
2266         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2267         (rtsp_connection_free):
2268           inet_ntoa() uses a static buffer internally, so we need to copy the
2269           returned string if we want to store it for later (#447961).
2270
2271 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2272
2273         * win32/vs6/autogen.dsp:
2274         * win32/vs6/gst_plugins_good.dsw:
2275         * win32/vs6/libgstalaw.dsp:
2276         * win32/vs6/libgstalpha.dsp:
2277         * win32/vs6/libgstalphacolor.dsp:
2278         * win32/vs6/libgstapetag.dsp:
2279         * win32/vs6/libgstaudiofx.dsp:
2280         * win32/vs6/libgstauparse.dsp:
2281         * win32/vs6/libgstautodetect.dsp:
2282         * win32/vs6/libgstavi.dsp:
2283         * win32/vs6/libgstcutter.dsp:
2284         * win32/vs6/libgstdirectdraw.dsp:
2285         * win32/vs6/libgstdirectsound.dsp:
2286         * win32/vs6/libgsteffectv.dsp:
2287         * win32/vs6/libgstflx.dsp:
2288         * win32/vs6/libgstgoom.dsp:
2289         * win32/vs6/libgsticydemux.dsp:
2290         * win32/vs6/libgstid3demux.dsp:
2291         * win32/vs6/libgstinterleave.dsp:
2292         * win32/vs6/libgstjpeg.dsp:
2293         * win32/vs6/libgstlevel.dsp:
2294         * win32/vs6/libgstmatroska.dsp:
2295         * win32/vs6/libgstmedian.dsp:
2296         * win32/vs6/libgstmonoscope.dsp:
2297         * win32/vs6/libgstmulaw.dsp:
2298         * win32/vs6/libgstmultipart.dsp:
2299         * win32/vs6/libgstqtdemux.dsp:
2300         * win32/vs6/libgstrtp.dsp:
2301         * win32/vs6/libgstrtsp.dsp:
2302         * win32/vs6/libgstsmpte.dsp:
2303         * win32/vs6/libgstspeex.dsp:
2304         * win32/vs6/libgstudp.dsp:
2305         * win32/vs6/libgstvideobalance.dsp:
2306         * win32/vs6/libgstvideobox.dsp:
2307         * win32/vs6/libgstvideocrop.dsp:
2308         * win32/vs6/libgstvideoflip.dsp:
2309         * win32/vs6/libgstvideomixer.dsp:
2310         * win32/vs6/libgstwaveform.dsp:
2311         * win32/vs6/libgstwavenc.dsp:
2312         * win32/vs6/libgstwavparse.dsp:
2313         Mark *.dsp & *.dsw as binary files and convert to DOS line
2314         endings, as they don't load into VS6 correctly otherwise.
2315
2316 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2317
2318         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2319         (rtsp_connection_connect):
2320         Fix the MingW build. 
2321         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2322         Fixes: #446981
2323
2324 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2325
2326         * tests/check/elements/.cvsignore:
2327         * tests/icles/.cvsignore:
2328         Hush the buildbots up
2329
2330 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2331
2332         * configure.ac:
2333         * sys/Makefile.am:
2334         * sys/directdraw/Makefile.am:
2335         * sys/directsound/Makefile.am:
2336         * sys/waveform/Makefile.am:
2337         Make sure to dist everything needed for win32 builds.
2338
2339 2007-06-14  Edward Hervey  <edward@fluendo.com>
2340
2341         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2342         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2343         caps.
2344         Fixes #447458
2345
2346 2007-06-13  Wim Taymans  <wim@fluendo.com>
2347
2348         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2349         Make sure we allocate enough memory for the codec_data.
2350         Fixes #447210.
2351
2352 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2353
2354         * win32/MANIFEST:
2355         Add videocrop project file to the win32 manifest.
2356         * win32/vs6/gst_plugins_good.dsw:
2357         Add qtdemux,videocrop and waveform projects to the workspace.
2358         * win32/vs6/libgstqtdemux.dsp:
2359         Add zlib to the link list of qtdemux.
2360         * win32/vs6/libgstvideocrop.dsp:
2361         Add a project file for videocrop.
2362
2363 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2364
2365         * po/POTFILES.in:
2366         Add qtdemux for translation
2367
2368 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2369
2370         * configure.ac:
2371         * docs/plugins/Makefile.am:
2372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2374         * docs/plugins/inspect/plugin-videocrop.xml:
2375         * gst-plugins-good.spec.in:
2376         * sys/Makefile.am:
2377         * tests/check/Makefile.am:
2378         * tests/icles/Makefile.am:
2379         * tests/icles/videocrop-test.c:
2380         Move videocrop and osxvideo from -bad.
2381
2382 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2383
2384         * configure.ac:
2385         * docs/plugins/Makefile.am:
2386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2388         * docs/plugins/gst-plugins-good-plugins.args:
2389         * docs/plugins/inspect/plugin-qtdemux.xml:
2390         * docs/plugins/inspect/plugin-quicktime.xml:
2391         * win32/MANIFEST:
2392         Move qtdemux from -bad.
2393
2394         * gst-plugins-good.spec.in:
2395         Update spec file to reflect moving of qtdemux and wavpack
2396
2397 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2398         
2399         * win32/MANIFEST:
2400         * docs/plugins/Makefile.am:
2401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2403         * docs/plugins/inspect/plugin-directdraw.xml:
2404         * docs/plugins/inspect/plugin-directsound.xml:
2405         * docs/plugins/inspect/plugin-waveform.xml:
2406         Move the waveform plugin from -bad too. Update the inspect xml
2407         files to mention Plugins Good instead of Plugins Bad.
2408
2409 2007-06-12  Andy Wingo  <wingo@pobox.com>
2410
2411         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2412         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2413         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2414         finalization and resuscitation. No longer public.
2415         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2416         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2417         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2418         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2419         miniobject semantics, and be threadsafe.
2420         (gst_v4l2src_queue_frame): Remove this function, as we just call
2421         the ioctls directly in the two places where we queue buffers.
2422         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2423         directly.
2424         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2425         to allocate the pool, which also preallocates the GstBuffers.
2426         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2427         queueing the frames directly.
2428         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2429         mmap buffers have been dequeued.
2430
2431         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2432         real MiniObject instead of rolling our own refcounting and
2433         finalizing. Give it a lock.
2434         (struct _GstV4l2Buffer): Remove one intermediary object, having
2435         the buffers hold the struct v4l2_buffer directly.
2436
2437         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2438         capture_init so that it can set them on the buffers that it will
2439         create.
2440         (gst_v4l2src_get_read): For better or for worse, include the
2441         timestamping and offsetting code here; really we should be using
2442         bufferalloc though.
2443         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2444         preallocated, mmap'd buffers.
2445
2446 2007-06-11  Wim Taymans  <wim@fluendo.com>
2447
2448         Patch by: daniel fischer <dan at f3c dot com>
2449
2450         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2451         (gst_ximage_src_get_caps):
2452         Actually use the display_name property so that we can dump any
2453         available X display. Fixes #445905.
2454
2455 2007-06-11  Wim Taymans  <wim@fluendo.com>
2456
2457         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2458
2459         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2460         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2461         Add missing rate fields to caps. Fixes #441118.
2462
2463 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2464
2465         * win32/vs6/gst_plugins_good.dsw:
2466         * win32/vs8/gst-plugins-good.sln:
2467         Add DirectSound and DirectDraw sinks project files to
2468         workspace and solution files.
2469
2470 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         Patch by: Josh Coalson <xflac at yahoo dot com>,
2473         updated by Alexis Ballier <aballier at gentoo dot org>:
2474
2475         * configure.ac:
2476         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2477         (gst_flac_dec_setup_seekable_decoder),
2478         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2479         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2480         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2481         * ext/flac/gstflacdec.h:
2482         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2483         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2484         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2485         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2486         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2487         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2488         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2489         * ext/flac/gstflacenc.h:
2490         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2491         
2492 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2493
2494         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2495         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2496         not necessary anymore as we need at least that core version. 
2497
2498 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2499
2500         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2501         (gst_wavpack_dec_chain):
2502         * ext/wavpack/gstwavpackdec.h:
2503         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2504         (gst_wavpack_parse_push_buffer):
2505         * ext/wavpack/gstwavpackparse.h:
2506         Improve discont handling by checking if the next Wavpack block has
2507         the expected, following block index.
2508
2509 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2510
2511         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2512           Fix element description.
2513
2514 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2515
2516         * configure.ac:
2517         * docs/plugins/Makefile.am:
2518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2520         * docs/plugins/gst-plugins-good-plugins.args:
2521         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2522         * docs/plugins/gst-plugins-good-plugins.signals:
2523         * docs/plugins/inspect/plugin-autodetect.xml:
2524         * docs/plugins/inspect/plugin-gconfelements.xml:
2525         * docs/plugins/inspect/plugin-ladspa.xml:
2526         * docs/plugins/inspect/plugin-rtp.xml:
2527         * docs/plugins/inspect/plugin-wavpack.xml:
2528         * ext/Makefile.am:
2529         * tests/check/Makefile.am:
2530           move wavpack plugin.  See #352605.
2531
2532 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2533
2534         * configure.ac:
2535         * docs/plugins/Makefile.am:
2536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2538         * docs/plugins/gst-plugins-good-plugins.args:
2539         * sys/Makefile.am:
2540         * win32/MANIFEST:
2541         Add DirectDraw & DirectSound plugins to the build and docs.
2542
2543 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2546         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2547           When operating in pull mode, error out correct on not-linked.
2548
2549 2007-06-06  Andy Wingo  <wingo@pobox.com>
2550
2551         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2552         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2553         format and size if the ioctls are defined; should fix compilation
2554         on Linux < 2.16.19.
2555
2556 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2559           Printf fixes in debug statements; use LOG level for debug statements
2560           that are printed for each and every frame; convert c++ comments to
2561           C-style comments; not much point using g_try_malloc() if we then not
2562           even check the return value.
2563
2564 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * configure.ac:
2567           Bump requirements to released versions (core and base 0.10.13).
2568
2569         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2570           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2571           own implementation.
2572
2573 2007-06-05  Andy Wingo  <wingo@pobox.com>
2574
2575         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2576         some useless comments.
2577
2578         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2579         frames before calling STREAMON, that might leave them in a state
2580         where they can't be dequeued if we go back to NULL without calling
2581         STREAMON, according to the docs.
2582         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2583         before we call STREAMON.
2584         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2585         failures. (For me this code hung.) The pool refcounting is still
2586         crack; added a note to that effect.
2587
2588 2007-06-05  Wim Taymans  <wim@fluendo.com>
2589
2590         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2591         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2592         Add support for mapping gst structure names to the MIME type equivalent.
2593         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2594
2595 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2596
2597         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2598         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2599         (gst_wavenc_chain), (gst_wavenc_change_state):
2600         * gst/wavenc/gstwavenc.h:
2601         Properly write wav files with width!=depth by having the depth most
2602         significant bytes set and all others zero. Fixes #442535.
2603
2604 2007-06-01  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst/rtsp/rtspconnection.c:
2607         Add include to make buildbot happy.
2608
2609 2007-06-01  Wim Taymans  <wim@fluendo.com>
2610
2611         Patch by: Peter Kjellerstedt  <pkj at axis com>
2612
2613         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2614         (rtsp_connection_connect), (add_date_header),
2615         (rtsp_connection_send), (parse_response_status),
2616         (parse_request_line), (parse_line), (rtsp_connection_receive):
2617         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2618         * gst/rtsp/rtspdefs.h:
2619         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2620         (rtsp_message_init_request), (rtsp_message_init_response),
2621         (rtsp_message_remove_header), (rtsp_message_append_headers),
2622         (rtsp_message_dump):
2623         * gst/rtsp/rtspmessage.h:
2624         Improves version checking, allowing an RTSP server to reply with "505
2625         RTSP Version not supported.
2626         Adds a Date header to all messages.
2627         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2628         want to be able to send a response even if something in the request was
2629         invalid. EINVAL is only used when passing wrong arguments to functions.
2630         Do not handle an invalid method in parse_request_line(). Defer this to
2631         the caller so it can respond with "405 Method Not Allowed".
2632         Improves parsing of the timeout parameter to the Session header,
2633         allowing whitespace after the semicolon. 
2634         Avoids a compiler warning due to variables shadowing a function argument.
2635
2636 2007-06-01  Wim Taymans  <wim@fluendo.com>
2637
2638         Based on Patch by: Daniel Charles <dcharles at ti dot com>
2639
2640         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2641         (gst_rtp_amr_depay_process):
2642         * gst/rtp/gstrtpamrdepay.h:
2643         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2644         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2645         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2646         * gst/rtp/gstrtpamrpay.h:
2647         Add support for AMR-WB.
2648         Small cleanups such as using BOILERPLATE.
2649
2650 2007-05-31  Wim Taymans  <wim@fluendo.com>
2651
2652         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2653         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2654
2655 2007-05-30  Andy Wingo  <wingo@pobox.com>
2656
2657         * sys/v4l2/gstv4l2object.h: 
2658         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2659         unintended changes.
2660
2661         * sys/v4l2/v4l2src_calls.h: 
2662         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2663         the format list in the order that the driver gives it to us.
2664         (gst_v4l2src_probe_caps_for_format_and_size)
2665         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2666         based on the capabilities of the device.
2667         (gst_v4l2src_grab_frame): Update for object variable renaming.
2668         (gst_v4l2src_set_capture): Update to be strict in its parameters,
2669         as in the set_caps below.
2670         (gst_v4l2src_capture_init): Update for object variable renaming,
2671         and reflow.
2672         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2673         (gst_v4l2src_capture_deinit): Update for object variable renaming.
2674         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2675         (gst_v4l2src_get_fps): Remove; these functions don't have much
2676         meaning outside of an atomic set_caps method.
2677         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2678         known.
2679
2680         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2681         call to update_fps; not sure about this change.
2682         (gst_v4l2_tuner_set_norm): Work around the fact that for the
2683         moment we don't have an update_fps_func.
2684
2685         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2686         structures in the object, just store what we need. Do store the
2687         probed caps of the device. Don't store the current frame rate.
2688
2689         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2690         update_fps_function, for now. Update for new object variable
2691         naming.
2692         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2693         new object variable naming.
2694         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2695         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2696         (gst_v4l2src_get_caps): Rework to probe the device for supported
2697         frame sizes and frame rates.
2698         (gst_v4l2src_set_caps): Rework to be strict in the given
2699         parameters: if someone asks us to have a certain size and rate,
2700         that is what we configure.
2701         (gst_v4l2src_get_read): Update for object variable naming. Don't
2702         leak buffers on short reads.
2703         (gst_v4l2src_get_mmap): Update for object variable naming, and add
2704         comments.
2705         (gst_v4l2src_create): Update for object variable naming.
2706
2707 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2708
2709         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2710         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2711         * gst/avi/gstavidemux.h:
2712           Parse subtitle text streams instead of erroring out (#442034). Still
2713           needs a parser for the subtitles to actually show up.
2714
2715 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2716
2717         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2718         (gst_avi_demux_loop):
2719           Make _push_event() return TRUE if the event could be pushed on at
2720           least one pad and not only if it could be pushed on all pads,
2721           otherwise we'll end up posting an error message on EOS if one or
2722           more source pads are not connected.
2723
2724 2007-05-28  Wim Taymans  <wim@fluendo.com>
2725
2726         * gst/rtsp/rtsptransport.c:
2727         Use renamed RTP bin.
2728
2729 2007-05-28  Wim Taymans  <wim@fluendo.com>
2730
2731         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2732
2733         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2734         (gst_video_box_set_property), (gst_video_box_transform_caps),
2735         (video_box_recalc_transform), (gst_video_box_set_caps),
2736         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2737         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2738         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2739         (gst_video_box_i420_i420), (gst_video_box_transform),
2740         (plugin_init):
2741         Add AYUV->AYUV and AYUV->I420 formats. 
2742         Fix negotiation and I420->AYUV conversion.
2743         Fixes #429329.
2744
2745 2007-05-26  Wim Taymans  <wim@fluendo.com>
2746
2747         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2748         Use different variables for nested for loops so that the outer loop
2749         functions properly and speex files with multiple frames per buffer work
2750         properly.
2751         Fixes #441408.
2752
2753 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2756           Don't leak newsegment events.
2757
2758 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * gst/wavparse/Makefile.am:
2761           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2762           drags it in.
2763
2764 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2765
2766         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2767         (notgst_value_array_append_buffer),
2768         (gst_flac_enc_process_stream_headers),
2769         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2770         (gst_flac_enc_change_state):
2771         * ext/flac/gstflacenc.h:
2772           Collect headers, add "streamheader" field to output caps and set
2773           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2774           produces output according to the official FLAC-to-Ogg mapping
2775           instead of completely broken files. Fixes #426044.
2776
2777 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2778
2779         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2780         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2781         (gst_id3demux_sink_event):
2782         * gst/id3demux/gstid3demux.h:
2783         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2784         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2785         (gst_tag_demux_send_new_segment):
2786         Handle and adjust new-segment events so that downstream really
2787         sees a stream with the tag pieces stripped off the front and back.
2788         Fixes strangeness in seeking when mp3 decoders use the new-segment
2789         byte position to estimate their current playback position timestamp
2790         and then the arriving buffers don't match up.
2791
2792 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2793
2794         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2795           Don't unnecessarily perform a READY->NULL->READY transition on the
2796           detected audio sink when starting up. Fixes: #440127
2797
2798 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2801         (gst_flac_enc_chain):
2802           Don't crash in chain function if setcaps hasn't been called.
2803
2804 2007-05-24  Wim Taymans  <wim@fluendo.com>
2805
2806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2807         Init value to avoid infinte loops.
2808
2809 2007-05-24  Wim Taymans  <wim@fluendo.com>
2810
2811         Patch by: Peter Kjellerstedt  <pkj at axis com>
2812
2813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2814         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2815         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2816         (gst_rtspsrc_play):
2817         (rtsp_connection_send), (rtsp_connection_receive):
2818         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2819         Fix for new API.
2820
2821         * gst/rtsp/rtspconnection.c: (add_auth_header),
2822         Only add authorisation and session headers when sending messages.
2823
2824         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2825         (rtsp_message_init_request), (rtsp_message_init_response),
2826         (rtsp_message_unset), (rtsp_message_add_header),
2827         (rtsp_message_remove_header), (rtsp_message_get_header),
2828         (rtsp_message_append_headers), (dump_key_value),
2829         (rtsp_message_dump):
2830         * gst/rtsp/rtspmessage.h:
2831         Add support for multiple headers of the same type by storing the parsed
2832         headers in a GArray instaed of a hashtable.
2833
2834 2007-05-21  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2837         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2838         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2839         safer shutdown.
2840
2841 2007-05-21  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2844         * gst/rtsp/gstrtpdec.h:
2845         Added signal for backwards compat.
2846
2847 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2848         
2849         Patch by: René Stadler <mail at renestadler dot de>
2850
2851         * configure.ac:
2852         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2853         (gst_au_parse_parse_header), (gst_au_parse_chain):
2854         * gst/auparse/gstauparse.h:
2855         Use audioconvert for converting from non-native endianness floats
2856         in auparse instead of doing it ourself. Fixes #424527.
2857         This needs the audioconvert from plugins-base CVS.
2858         
2859 2007-05-21  Wim Taymans  <wim@fluendo.com>
2860
2861         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2862         (gst_rtp_h263p_pay_flush):
2863         Fix enum registration.
2864
2865 2007-05-21  Wim Taymans  <wim@fluendo.com>
2866
2867         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2868
2869         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2870         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2871         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2872         (gst_rtp_h263p_pay_flush):
2873         * gst/rtp/gstrtph263ppay.h:
2874         Add new fragmentation mode base on GOB headers. Fixes #438940.
2875
2876 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2879           Printf format fix.
2880
2881 2007-05-18  Wim Taymans  <wim@fluendo.com>
2882
2883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2884         Don't crash when an unsupported transport error was returned by the
2885         server, just try to configure the next stream. Fixes #439255.
2886
2887 2007-05-18  Wim Taymans  <wim@fluendo.com>
2888
2889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2890         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2891         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2892         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2893         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2894         * gst/rtsp/gstrtspsrc.h:
2895         Add TCP timeout property and use it for all TCP connection.
2896
2897         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2898         (rtsp_connection_write), (rtsp_connection_next_timeout),
2899         (rtsp_connection_reset_timeout):
2900         Make connect and writes cancelable and make them use the timeout.
2901
2902 2007-05-18  Wim Taymans  <wim@fluendo.com>
2903
2904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2905         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2906         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2907         (gst_rtspsrc_setup_streams):
2908         Refactor timeout handling.
2909         Also send keep-alive when dealing with TCP transport.
2910
2911         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2912         (rtsp_connection_free), (rtsp_connection_next_timeout),
2913         (rtsp_connection_reset_timeout):
2914         * gst/rtsp/rtspconnection.h:
2915         Use a timer to handle the session timeouts, add some methods to deal
2916         with timeouts.
2917
2918 2007-05-17  Wim Taymans  <wim@fluendo.com>
2919
2920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2921         (gst_rtspsrc_setup_streams):
2922         Ignore streams that fail the setup command, we will retry with a
2923         different transport later on.
2924
2925         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2926         (rtsp_ext_wms_configure_stream):
2927         Fix encoding name case.
2928
2929 2007-05-16  Edward Hervey  <edward@fluendo.com>
2930
2931         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2932         Fix build on macosx.
2933
2934 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2935
2936         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2937         Replace direct comparison of a string with the string literal "" with
2938         a comparison of the first character with '\0'. Fixes #438926.
2939
2940 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2941
2942         * gst/debug/breakmydata.c (gst_break_my_data_init):
2943           One more try. This should be the proper fix now.
2944
2945 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * gst/debug/breakmydata.c:
2948           Ooops, no // comments please.
2949
2950 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2951
2952         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2953         (gst_break_my_data_init):
2954           Fix gst_buffer_is_writable() assertion.
2955
2956 2007-05-14  David Schleef  <ds@schleef.org>
2957
2958         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2959           video/x-raw-bayer.  Fixes #314160.
2960
2961 2007-05-14  Wim Taymans  <wim@fluendo.com>
2962
2963         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2964         (gst_rtp_theora_depay_parse_configuration):
2965         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2966         (gst_rtp_theora_pay_finish_headers),
2967         (gst_rtp_theora_pay_handle_buffer):
2968         Update theora pay/depayloader in a similar to vorbis.
2969
2970         * gst/rtp/gstrtpvorbisdepay.c:
2971         (gst_rtp_vorbis_depay_parse_configuration):
2972         Update docs.
2973
2974 2007-05-14  Wim Taymans  <wim@fluendo.com>
2975
2976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2977         When we try to execute a method that is not supported by the server,
2978         don't error out but remove the method from the accepted methods so that
2979         we never try to perform this method again.
2980
2981 2007-05-14  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2984         Remove annoying _dump_mem.
2985
2986 2007-05-14  Wim Taymans  <wim@fluendo.com>
2987
2988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2989         Parse range correctly.
2990
2991         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2992         The baseurl now always has a '/' at the start.
2993
2994 2007-05-14  Wim Taymans  <wim@fluendo.com>
2995
2996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2997         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2998         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2999         Factor out caps configuration and configure more stuff such as the time
3000         ranges and speed/scale values.
3001
3002         * gst/rtsp/rtsptransport.c:
3003         Add Copyright after non-trival fixes.
3004
3005 2007-05-12  Wim Taymans  <wim@fluendo.com>
3006
3007         Patch by: Peter Kjellerstedt  <pkj at axis com>
3008
3009         * gst/rtsp/gstrtspsrc.h:
3010         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3011         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3012         (rtsp_message_get_header):
3013         * gst/rtsp/rtspmessage.h:
3014         Make channel guint8 where possible.
3015         Make rtsp_message_init_data() take the channel as a guint8.
3016
3017         * gst/rtsp/rtspdefs.c:
3018         Fixed a typo: Timout -> Timeout
3019
3020         * gst/rtsp/rtspdefs.h:
3021         Make RTSP_CHECK() behave as a statement.
3022
3023         * gst/rtsp/sdpmessage.c:
3024         Avoid a compiler warning in INIT_ARRAY().
3025         Fixes #437692.
3026
3027 2007-05-12  Wim Taymans  <wim@fluendo.com>
3028
3029         Patch by: Peter Kjellerstedt  <pkj at axis com>
3030
3031         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3032         (rtsp_url_get_request_uri):
3033         * gst/rtsp/rtspurl.h:
3034         Add support for query parameters to RTSP URLs.
3035
3036 2007-05-12  Wim Taymans  <wim@fluendo.com>
3037
3038         Patch by: Peter Kjellerstedt  <pkj at axis com>
3039
3040         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3041         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3042         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3043         (rtsp_transport_parse), (rtsp_transport_as_text):
3044         * gst/rtsp/rtsptransport.h:
3045         Add validation to rtsp_transport_parse().
3046         Add rtsp_transport_as_text() to generate an RTSP header from an
3047         RTSPTransport.
3048         Change ssrc to guint (was a string) since that is what it is, even
3049         though it is sent as a hex string.
3050         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3051         incorrect, which can be seen when looking at the examples in the RFC).
3052         Fixes #437670.
3053
3054 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3055
3056         Patch by: Eric Anholt
3057
3058         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3059           gst_ximage_src_ximage_get):
3060         Use union of all damage between frames to make it faster.
3061         Fixes bug #342463.
3062         Also fix crasher when cursor is at bottom right of window.
3063
3064 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3065
3066         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3067           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3068           streaming mode regression for file from #343837 with 'bext' chunk
3069           before the 'fmt' chunk.
3070
3071 2007-05-11  Wim Taymans  <wim@fluendo.com>
3072
3073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3074         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3075         (gst_rtspsrc_handle_src_event),
3076         (gst_rtspsrc_stream_configure_manager),
3077         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3078         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3079         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3080         * gst/rtsp/gstrtspsrc.h:
3081         * gst/rtsp/rtspdefs.h:
3082         Preliminary seek support.
3083         Activate internal pads so that we can receive events on them.
3084         Don't try to parse a range string when it's NULL.
3085
3086 2007-05-11  Wim Taymans  <wim@fluendo.com>
3087
3088         * gst/rtp/README:
3089         Update README with new RTP variables that will be used for
3090         synchronisation.
3091
3092         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3093         (gst_rtp_vorbis_depay_parse_configuration),
3094         (gst_rtp_vorbis_depay_process):
3095         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3096         (gst_rtp_vorbis_pay_finish_headers),
3097         (gst_rtp_vorbis_pay_handle_buffer):
3098         Update vorbis pay and depayloader to draft-04.
3099
3100 2007-05-11  Wim Taymans  <wim@fluendo.com>
3101
3102         * gst/rtsp/rtsptransport.c:
3103         UDP MCAST is actually the default for RTP/AVP.
3104 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3105
3106         * gst/level/gstlevel.c: (gst_level_transform_ip):
3107         Use guint8 * instead of gpointer then vs6 can build 
3108         in_data += (filter->width / 8).
3109
3110 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3111
3112         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3113           gst_ximage_src_ximage_get):
3114         * sys/ximage/gstximagesrc.h (last_ximage):
3115         When using Damage actually keep the last frame, and not assume
3116         that the buffer we get already has the last frame on it.
3117         Copy the cursor over if we specify a non-zero start x and
3118         start y.
3119
3120 2007-05-11  Wim Taymans  <wim@fluendo.com>
3121
3122         * gst/rtsp/rtsptransport.c:
3123         Make UDP the default transport when not specified.
3124
3125 2007-05-09  David Schleef  <ds@schleef.org>
3126
3127         * gst/level/gstlevel.c:
3128           Revert last change.
3129
3130 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3131
3132         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3133         (gst_level_transform_ip):
3134         Use guint8 * instead of gpointer then vs6 know the size of data
3135         pointed when moving the pointer.
3136         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3137         Move instructions after variables declaration.
3138         * win32/vs6/autogen.dsp:
3139         * win32/vs6/libgstrtp.dsp:
3140         * win32/vs6/libgstrtsp.dsp:
3141         Update vs6 project files.
3142
3143 2007-05-09  Wim Taymans  <wim@fluendo.com>
3144
3145         * gst/rtsp/Makefile.am:
3146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3147         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3148         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3149         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3150         (rtsp_range_free):
3151         * gst/rtsp/rtsprange.h:
3152         Add code to parse time ranges.
3153         Report DURATION on the stream when possible.
3154
3155 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3158         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3159         (gst_videomixer_collected):
3160           Fix strides calculation for AYUV (it's just width*4) (#436910).
3161
3162 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3163
3164         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3165         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3166         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3167         Sync the GObject properties before each processing step to properly
3168         work with the controller.
3169
3170 2007-05-04  Wim Taymans  <wim@fluendo.com>
3171
3172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3173         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3174         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3175         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3176         (gst_rtspsrc_change_state):
3177         Let more error state trickle down so that we can catch more error
3178         cases.
3179         Handle keep-alive a little smarter by selecting a method the server
3180         actually supports.
3181         Fix a race in UDP streaming shutdown.
3182
3183 2007-05-04  Wim Taymans  <wim@fluendo.com>
3184
3185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3186         Ignore errors when trying to use the keep-alive messages.
3187
3188 2007-05-04  Wim Taymans  <wim@fluendo.com>
3189
3190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3191         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3192         (gst_rtspsrc_stream_configure_manager),
3193         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3194         (gst_rtspsrc_stream_configure_mcast),
3195         (gst_rtspsrc_stream_configure_udp),
3196         (gst_rtspsrc_stream_configure_udp_sink),
3197         (gst_rtspsrc_stream_configure_transport):
3198         Send RTCP messages back to the server over the TCP connection.
3199
3200         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3201         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3202         (rtsp_connection_receive):
3203         * gst/rtsp/rtspconnection.h:
3204         Factor out and expose lowlevel _write and _read methods.
3205         Implement sending data messages to the server.
3206
3207 2007-05-03  Wim Taymans  <wim@fluendo.com>
3208
3209         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3210         (gst_multipart_mux_collected):
3211         Fix timestamps on outgoing buffers.
3212
3213 2007-05-03  Wim Taymans  <wim@fluendo.com>
3214
3215         * gst/multipart/multipartmux.c:
3216         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3217         (gst_multipart_mux_change_state):
3218         Emit NEWSEGMENT events before pushing the first buffer.
3219
3220 2007-05-03  Wim Taymans  <wim@fluendo.com>
3221
3222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3223         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3224         (gst_rtspsrc_handle_src_query),
3225         (gst_rtspsrc_stream_configure_manager),
3226         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3227         (gst_rtspsrc_stream_configure_mcast),
3228         (gst_rtspsrc_stream_configure_udp),
3229         (gst_rtspsrc_stream_configure_udp_sink),
3230         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3231         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3232         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3233         (gst_rtspsrc_pause):
3234         Refactor transport configuration code.
3235         Create internal pads for TCP transport so that we can implement events
3236         and queries.
3237         Handle events and queries.
3238         Parse range from the SDP.
3239         Fix race in pause handler where the connection could still be flushing.
3240
3241 2007-05-02  Wim Taymans  <wim@fluendo.com>
3242
3243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3244         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3245         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3246         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3247         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3248         (gst_rtspsrc_change_state):
3249         * gst/rtsp/gstrtspsrc.h:
3250         Fix race when multiple udp sources post timeouts, just act on the first
3251         received timeout.
3252         Protect stream list with a recursive lock to fix some races.
3253         Flush connection when we need to do a reconnect or stop.
3254         Make state lock recursive.
3255
3256         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3257         (rtsp_connection_close):
3258         Some small cleanups.
3259
3260 2007-05-02  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3264         Only set DISCONT when there actually is a discont or when we just
3265         started.
3266
3267 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3268
3269         * ext/flac/gstflac.c: (plugin_init):
3270         Call bindtextdomain() to get localized strings.
3271
3272 2007-05-02  Wim Taymans  <wim@fluendo.com>
3273
3274         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3275         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3276         (gst_wavparse_stream_data):
3277         * gst/wavparse/gstwavparse.h:
3278         Be a bit more clever when dealing with VBR files with FACT tags, we
3279         don't want to timestamp buffers in that case but the estimated BPS can
3280         be used for seeking.
3281         Only send close segment in the streaming thread.
3282
3283 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3284
3285         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3286         Correctly post an error on the bus if something went wrong in the loop
3287         function. This fixes a few cases where the task was paused and nothing
3288         happened anymore.
3289
3290 2007-05-02  Wim Taymans  <wim@fluendo.com>
3291
3292         * gst/rtsp/test.c: (main):
3293         Fix compilation of deprecated test just because I'm too lazy to delete
3294         it.
3295
3296 2007-05-02  Wim Taymans  <wim@fluendo.com>
3297
3298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3299         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3300         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3301         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3302         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3303         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3304         * gst/rtsp/gstrtspsrc.h:
3305         Fix sending RTCP to the right place.
3306         Fix bug in reffing the wrong UDP element.
3307         Use new pad names for the session manager.
3308         Implement handling server requests in interleaved and UDP modes.
3309         Handle session keep-alive in UDP modes.
3310         Remove GCond for handling UDP timeouts.
3311
3312         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3313         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3314         (rtsp_connection_receive), (rtsp_connection_close):
3315         * gst/rtsp/rtspconnection.h:
3316         Store connection IP address for later.
3317         Add timeout args to all operations that might block forever.
3318         Parse session timeout.
3319         Only close sockets when not already closed.
3320
3321         * gst/rtsp/rtspdefs.c:
3322         * gst/rtsp/rtspdefs.h:
3323         Add timeout return value and error string.
3324
3325         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3326         Add small comment.
3327
3328 2007-05-01  Wim Taymans  <wim@fluendo.com>
3329
3330         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3331
3332         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3333         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3334         * gst/rtp/gstrtpmp4vpay.h:
3335         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3336
3337 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3338
3339         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3340           Remove v4l2src from docs, since it breaks the docs build, and the
3341           plugin is only built if --enable-experimental is used anyway.
3342
3343         * docs/plugins/Makefile.am:
3344           Spaces => tab.
3345
3346 2007-04-29  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3349         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3350         Add code to drop membership of a multicast group.
3351
3352         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3353         (gst_udpsink_set_uri):
3354         Implement URI handler.
3355
3356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3357         (gst_rtspsrc_parse_rtpinfo):
3358         Use URI handler to make udpsink instace.
3359         Improve code to configure port and destination.
3360
3361 2007-04-29  Wim Taymans  <wim@fluendo.com>
3362
3363         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3364         Fix multicast detection.
3365         Don't try to join a multicast group if the address is not multicast.
3366
3367         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3368         Small debug improvement.
3369
3370 2007-04-27  Wim Taymans  <wim@fluendo.com>
3371
3372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3373         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3374         (gst_rtspsrc_handle_message):
3375         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3376         parent.
3377
3378 2007-04-27  Wim Taymans  <wim@fluendo.com>
3379
3380         * gst/rtp/gstrtpilbcdepay.h:
3381         Fix mode property when specified as an arg.
3382
3383 2007-04-26  Edward Hervey  <edward@fluendo.com>
3384
3385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3387         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3388         * docs/plugins/inspect/plugin-osxaudio.xml:
3389         Add documentation for osxaudio plugin.
3390
3391 2007-04-26  Wim Taymans  <wim@fluendo.com>
3392
3393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3394         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3395         (gst_rtspsrc_open), (gst_rtspsrc_close),
3396         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3397         (gst_rtspsrc_pause):
3398         * gst/rtsp/gstrtspsrc.h:
3399         Protect state changes with a lock.
3400
3401         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3402         (parse_line):
3403         * gst/rtsp/rtspconnection.h:
3404         Remove some unused stuff.
3405
3406 2007-04-26  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3409         Handle the case where there are exactly 0 bytes to read and the ioctl
3410         did not report an error. Fixes #433530.
3411
3412 2007-04-26  Wim Taymans  <wim@fluendo.com>
3413
3414         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3415         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3416         * gst/wavparse/gstwavparse.h:
3417         Apply DISCONT to buffers.
3418         Only apply timestamp to the first sample after a DISCONT, too many VBR
3419         files cause random jitter in the timestamps. Fixes #433119.
3420
3421 2007-04-25  Wim Taymans  <wim@fluendo.com>
3422
3423         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3424         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3425         (gst_rtp_dec_get_property):
3426         * gst/rtsp/gstrtpdec.h:
3427         Add dummy latency property to be backwards compat with rtpbin.
3428
3429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3430         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3431         (gst_rtspsrc_stream_configure_transport),
3432         (gst_rtspsrc_parse_rtpinfo):
3433         * gst/rtsp/gstrtspsrc.h:
3434         Add latency property and configure in the session manager.
3435         Don't set invalid clock-base and seqnum-base on caps, some servers
3436         sometimes don't send them.
3437
3438 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3441         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3442           Double-check that RGB input caps are really RGBA caps (apparently
3443           the core doesn't always catch it if those caps aren't a subset of
3444           our template caps, also see #421543). Fixes #429319 in a way.
3445           Also, don't leak the pad template in the transform_caps function.
3446
3447         * tests/check/Makefile.am:
3448         * tests/check/elements/.cvsignore:
3449         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3450         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3451         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3452         (GST_START_TEST), (alphacolor_suite):
3453           Add some basic unit tests for alphacolor.
3454
3455 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3456
3457         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3458           If we get a fatal flow return in the loop function, first post the
3459           error message and only then send the EOS event downstream, otherwise
3460           applications might get an eos message before the error message and
3461           think everything was ok (related to #429319).
3462
3463 2007-04-25  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3466         Read the channel byte as an unsigned byte.
3467
3468 2007-04-25  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3471         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3472         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3473         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3474         (gst_rtp_gsm_depay_setcaps):
3475         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3476         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3477         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3478         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3479         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3480         (gst_ilbc_depay_get_property):
3481         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3482         * gst/rtp/gstrtpmp4adepay.c:
3483         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3484         (gst_rtp_pcma_depay_setcaps):
3485         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3486         (gst_rtp_pcmu_depay_setcaps):
3487         Make sure we configure the clock_rate in the baseclass in the setcaps
3488         function. Fixes #431282.
3489
3490 2007-04-25  Wim Taymans  <wim@fluendo.com>
3491
3492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3493         (gst_rtspsrc_stream_free), (request_pt_map),
3494         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3495         * gst/rtsp/gstrtspsrc.h:
3496         Parse server address from SDP.
3497         Hook up a udpsink to send RTCP back to the server.
3498
3499         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3500         * gst/rtsp/rtsptransport.h:
3501         Add some docs.
3502
3503 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3504
3505         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3506           Make header field check conditional. Fixes #433135
3507
3508 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * docs/plugins/Makefile.am:
3511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3513         * docs/plugins/inspect/plugin-alphacolor.xml:
3514         * gst/alpha/Makefile.am:
3515         * gst/alpha/gstalphacolor.c:
3516         * gst/alpha/gstalphacolor.h:
3517           Add minimal docs blurb to alphacolor; split out headers into
3518           separate header file for gtk-doc.
3519
3520 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/debug/progressreport.c: (gst_progress_report_report):
3523           Don't try to post NULL message (in case we can't query upstream
3524           position or duration).
3525
3526 2007-04-18  Michael Smith  <msmith@fluendo.com>
3527
3528         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3529         (gst_cutter_get_caps):
3530         * gst/cutter/gstcutter.h:
3531           Fix some of the most obvious bugs in cutter. Now doesn't leak
3532           everything if input is silent.
3533
3534 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3535
3536         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3537         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3538         * gst/wavenc/gstwavenc.h:
3539         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3540         else results in a invalid block align and invalid files.
3541
3542 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         Patch by: Snaik <snaik32 gmail com>
3545
3546         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3547           Add missing break statement for BOX_HORIZONTAL case.
3548
3549 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3550
3551         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3552
3553         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3554         Use correct format strings for integer types.
3555
3556 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3557
3558         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3559         (gst_wavparse_create_sourcepad):
3560         Use gst_riff_create_audio_template_caps () instead of the local caps.
3561         This makes updates of the local caps unecessary whenever libgstriff
3562         gets support for new formats.
3563
3564 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3565
3566         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3567
3568         * sys/sunaudio/gstsunaudio.c:
3569         * sys/sunaudio/gstsunaudiomixer.c:
3570         * sys/sunaudio/gstsunaudiomixer.h:
3571         * sys/sunaudio/gstsunaudiomixerctrl.c:
3572         * sys/sunaudio/gstsunaudiomixerctrl.h:
3573         * sys/sunaudio/gstsunaudiomixertrack.h:
3574         * sys/sunaudio/gstsunaudiosink.c:
3575         * sys/sunaudio/gstsunaudiosink.h:
3576         * sys/sunaudio/gstsunaudiosrc.c:
3577         * sys/sunaudio/gstsunaudiosrc.h:
3578           Fix and/or update copyright attributions (#430228).
3579
3580 2007-04-13  Wim Taymans  <wim@fluendo.com>
3581
3582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3583         Fix docs.
3584
3585         * gst/rtsp/URLS:
3586         Add some more example urls.
3587
3588         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3589         (gst_rtp_dec_chain_rtp):
3590         Better debugging.
3591
3592         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3593         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3594         (gst_rtspsrc_parse_rtpinfo):
3595         Remove unused code.
3596
3597 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3598
3599         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3600         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3601         (gst_wavparse_stream_data):
3602           Relax the audio/mpeg caps again and add FIXME: comment.
3603
3604 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3605
3606         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3607         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3608         (gst_wavparse_stream_data):
3609         * gst/wavparse/gstwavparse.h:
3610           More sanity check for the header fields. Fix type for 'rate' header
3611           field.
3612
3613 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3614
3615         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3616         (gst_icydemux_unicodify):
3617           If the metadata strings we get in the stream are not UTF-8, try to
3618           interpret them according to the character encodings specified in the
3619           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3620           only fall back to locale/ISO-8859-1 if those aren't set or don't
3621           work. Should fix #428901.
3622
3623 2007-04-12  Wim Taymans  <wim@fluendo.com>
3624
3625         * gst/rtp/gstrtph264depay.c:
3626         Use the proper sync word for SPS and PPS.
3627
3628 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         * gst/rtp/Makefile.am:
3631         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3632           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3633         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3634           Add a simple hashing implementation that we can use to generate
3635           a 24-bit ident value based on the codebooks for vorbis and theora.
3636         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3637           gst_rtp_theora_pay_handle_buffer):
3638         * gst/rtp/gstrtpvorbisdepay.c
3639           (gst_rtp_vorbis_depay_parse_configuration,
3640           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3641         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3642           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3643           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3644           Use the hashing function, ensuring that the same codebooks result
3645           in the same ident and thus the same SDP description.
3646           Various log fixes/changes.
3647
3648 2007-04-12  Wim Taymans  <wim@fluendo.com>
3649
3650         Patch by: jerry tan <jerry dot tan at sun dot com>
3651
3652         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3653         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3654         application's responsibility to make sure it open the device once.
3655         Remove a careless error if AUDIODEV is set. Fixes #392620.
3656
3657 2007-04-12  Wim Taymans  <wim@fluendo.com>
3658
3659         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3660         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3661         * gst/rtsp/gstrtpdec.h:
3662         Make backward compat with rtpbin by adding the request-pt-map signals.
3663
3664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3665         (new_session_pad), (request_pt_map),
3666         (gst_rtspsrc_stream_configure_transport),
3667         (gst_rtspsrc_stream_configure_caps),
3668         (gst_rtspsrc_activate_streams):
3669         * gst/rtsp/gstrtspsrc.h:
3670         Implement request-pt-map signals instead of setting caps on the buffers
3671         for the session manager.
3672
3673 2007-04-11  Wim Taymans  <wim@fluendo.com>
3674
3675         * gst/udp/gstudp.c: (plugin_init):
3676         Register GstNetBuffer in plugin_init so that the type can be used from
3677         multiple threads without races.
3678
3679 2007-04-10  Wim Taymans  <wim@fluendo.com>
3680
3681         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3682         (gst_rtp_amr_depay_process):
3683         Fix depayloader clock_rate and some cleanups.
3684
3685         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3686         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3687         * gst/rtp/gstrtph264depay.h:
3688         Don't push codec_data in the adapter because it might get flushed when
3689         we get a discont.
3690
3691         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3692         Handle multiple AU per packet.
3693
3694         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3695         (gst_rtp_sv3v_depay_plugin_init):
3696         Disable rank, this one does not work.
3697         Remove timestamping, base class does that.
3698
3699 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
3700
3701         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3702           limit caps to the formats we announce in the template
3703
3704         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3705         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3706         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3707           fix some crashers/asserts when dealing with broken files
3708
3709 2007-04-10  Wim Taymans  <wim@fluendo.com>
3710
3711         Patch by: Peter Kjellerstedt  <pkj at axis com>
3712
3713         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3714         * gst/rtp/gstrtpL16depay.c:
3715         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3716         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3717         (gst_rtp_speex_depay_setcaps):
3718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3719         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3721         Fix some compiler warnings. Fixes #428182.
3722
3723 2007-04-06  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst/rtsp/Makefile.am:
3726         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3727         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3728         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3729         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3730         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3731         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3732         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3733         (create_rtcp), (gst_rtp_dec_request_new_pad),
3734         (gst_rtp_dec_release_pad):
3735         * gst/rtsp/gstrtpdec.h:
3736         * gst/rtsp/gstrtsp.c: (plugin_init):
3737         Morph RTPDec into something compatible with RTPBin as a fallback.
3738         Various other style fixes.
3739
3740         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3741         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3742         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3743         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3744         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3745         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3746         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3747         * gst/rtsp/gstrtspsrc.h:
3748         Implement RTPBin session manager handling.
3749         Don't try to add empty properties to caps.
3750         Implement fallback session manager, handling.
3751         Don't combine errors from RTCP streams, just ignore them.
3752
3753         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3754         * gst/rtsp/rtsptransport.h:
3755         Implement fallback session manager.
3756         Make RTPBin the default one when available.
3757
3758 2007-04-05  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3761         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3762         This element is ready to be autoplugged.
3763
3764 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3765
3766         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3767         Don't leave the offsets defined by upstream element on the
3768         compressed data buffer we are pushing downstream. Make them
3769         GST_BUFFER_OFFSET_NONE.
3770
3771 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst/avi/README:
3774         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3775         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3776         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3777         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3778         (gst_avi_demux_calculate_durations_from_index),
3779         (gst_avi_demux_stream_header_push),
3780         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3781         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3782           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3783
3784 2007-04-03  Wim Taymans  <wim@fluendo.com>
3785
3786         * gst/smpte/barboxwipes.c:
3787         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3788
3789 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3790
3791         * gst/wavparse/gstwavparse.c:
3792         Support audio/x-raw-float in wav files. This only works with
3793         plugins-base CVS, using an older version doesn't have any
3794         disadvantages though.
3795
3796 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3797
3798         * configure.ac:
3799         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3800         (gst_au_parse_parse_header), (gst_au_parse_chain):
3801         * gst/auparse/gstauparse.h:
3802         Revert last change as we don't want plugins-good to depend on
3803         plugins-base CVS now.
3804
3805 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3806
3807         * configure.ac:
3808         Require gst-plugins-base CVS for audioconvert with non-native
3809         float support and width/depth fix in libgstriff.
3810
3811         Patch by: René Stadler <mail at renestadler dot de>
3812
3813         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3814         (gst_au_parse_parse_header), (gst_au_parse_chain):
3815         * gst/auparse/gstauparse.h:
3816         Don't swap the floats ourself if they're not in native endianness.
3817         Instead let audioconvert handle this. Fixes #339838.
3818
3819 2007-03-29  Wim Taymans  <wim@fluendo.com>
3820
3821         * gst/rtp/gstasteriskh263.h:
3822         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3823         (gst_rtp_h263p_depay_change_state):
3824         * gst/rtp/gstrtph263pdepay.h:
3825         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3826         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3827         (gst_rtp_h264_depay_change_state):
3828         * gst/rtp/gstrtph264depay.h:
3829         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3830         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3831         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3832         Flush adapter on disconts.
3833
3834 2007-03-29  Wim Taymans  <wim@fluendo.com>
3835
3836         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3837         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3838         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3839         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3840         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3841         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3842         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3843         (gst_rtp_mp4v_depay_process):
3844         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3845         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3846         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3847         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3848         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3849         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3850         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3851         Use more efficient adapter and rtpbuffer methods when possible.
3852
3853 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3856         (gst_wavenc_sink_setcaps):
3857         Correctly handle width!=depth input.
3858         * gst/wavparse/gstwavparse.c:
3859         Already export in the caps that width==8 uses unsigned samples and
3860         everything else uses signed samples.
3861
3862 2007-03-29  Wim Taymans  <wim@fluendo.com>
3863
3864         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3865
3866         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3867         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3868         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3869         (gst_dynudpsink_close):
3870         * gst/udp/gstdynudpsink.h:
3871         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3872         (gst_udpsrc_create), (gst_udpsrc_set_property),
3873         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3874         * gst/udp/gstudpsrc.h:
3875         Rework the socket allocation a bit based on the sockfd argument so that
3876         it becomes usable.
3877         Add a closefd property to instruct the udp elements to close the custom
3878         file descriptors when going to READY. Fixes #423304.
3879         API:GstUDPSrc::closefd property
3880         API:GstDynUDPSink::closefd property
3881
3882 2007-03-29  Wim Taymans  <wim@fluendo.com>
3883
3884         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3885
3886         * gst/rtp/Makefile.am:
3887         * gst/rtp/gstrtp.c: (plugin_init):
3888         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3889         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3890         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3891         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3892         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3893         (gst_rtp_h264_pay_plugin_init):
3894         * gst/rtp/gstrtph264pay.h:
3895         Added H264 payloader. Fixes #423782.
3896
3897         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3898         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3899         Small fixes.
3900
3901 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3902
3903         * gst/wavparse/gstwavparse.c:
3904         Actually support depths from 1 to 32, not only 8 to 32.
3905
3906 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3907
3908         * gst/wavparse/gstwavparse.c:
3909         Add support for wav files containing audio/x-raw-int with random
3910         depths between 1 and 32 bits.
3911
3912 2007-03-28  Wim Taymans  <wim@fluendo.com>
3913
3914         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3915
3916         * gst/rtp/Makefile.am:
3917         * gst/rtp/gstrtp.c: (plugin_init):
3918         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3919         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3920         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3921         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3922         (gst_rtp_mp4a_depay_get_property),
3923         (gst_rtp_mp4a_depay_change_state),
3924         (gst_rtp_mp4a_depay_plugin_init):
3925         * gst/rtp/gstrtpmp4adepay.h:
3926         Added MP4A-LATM depayloader. Fixes #417792.
3927
3928         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3929         (gst_rtp_mp4v_depay_process):
3930         Fixup depayloader, setting codec_data, using more efficient adaptor and
3931         rtpbuffer handling.
3932
3933         * gst/rtsp/URLS:
3934         Add url to test above.
3935
3936 2007-03-25  Wim Taymans  <wim@fluendo.com>
3937
3938         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3939         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3940         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3941         (gst_rtspsrc_media_to_caps),
3942         (gst_rtspsrc_stream_configure_transport),
3943         (gst_rtspsrc_stream_configure_caps),
3944         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3945         * gst/rtsp/gstrtspsrc.h:
3946         Handle default clock-rates for static payload types, rearrange stuff so
3947         that the rtpmap field in the sdp can override the defaults.
3948         Parse RTP-Info field to get the seqnum and timebase fields that should
3949         go in the caps.
3950         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3951         the server. 
3952
3953 2007-03-22  Wim Taymans  <wim@fluendo.com>
3954
3955         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3956
3957         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3958         Accept complex pipeline descriptions as an audio profile instead of just
3959         a single element. Fixes #420658.
3960
3961 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3962
3963         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3964           Rename registered type in preparation of GstTagDemux moving to
3965           -base at some point in the future.
3966
3967 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3970           Streaming mode fixes: don't unref buffer we don't own any longer;
3971           remove bogus adapter flush. Fixes #419338.
3972
3973 2007-03-17  David Schleef  <ds@schleef.org>
3974
3975         * REQUIREMENTS: Change the format to key/value, add a bunch of
3976           information, remove a bunch of requirements that are for
3977           other GStreamer packages.
3978
3979 2007-03-17  David Schleef  <ds@schleef.org>
3980
3981         * REQUIREMENTS: Fix a few things.  This file really needs a
3982         good once-over.
3983
3984 2007-03-15  Edward Hervey  <edward@fluendo.com>
3985
3986         * sys/Makefile.am:
3987         Don't forget to distribute the sys/osxaudio/ directory.
3988
3989 2007-03-15  Edward Hervey  <edward@fluendo.com>
3990
3991         * configure.ac:
3992         * sys/Makefile.am:
3993         * sys/osxaudio/Makefile.am:
3994         * sys/osxaudio/gstosxaudio.c:
3995         * sys/osxaudio/gstosxaudiosink.c:
3996         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3997         (gst_osx_audio_sink_getcaps),
3998         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3999         * sys/osxaudio/gstosxaudiosrc.c:
4000         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4001         (gst_osx_audio_src_create_ringbuffer):
4002         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4003         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4004         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4005         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4006         * sys/osxaudio/gstosxringbuffer.h:
4007         Activate osxaudio in gst-plugins-good with proper build setup.
4008         Add inlined documentation.
4009         Fix debug statements
4010         Fix ringbuffer when pausing.
4011         Fixes #323471
4012
4013 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4014         * gst/rtp/gstrtppcmapay.c:
4015         * gst/rtp/gstrtppcmapay.h:
4016         * gst/rtp/gstrtppcmupay.c:
4017         * gst/rtp/gstrtppcmupay.h:
4018         Ported mulaw and alaw payloaders to use new base class
4019
4020 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * po/af.po:
4023         * po/az.po:
4024         * po/cs.po:
4025         * po/en_GB.po:
4026         * po/it.po:
4027         * po/nl.po:
4028         * po/or.po:
4029         * po/sq.po:
4030         * po/sr.po:
4031         * po/sv.po:
4032         * po/uk.po:
4033         * po/vi.po:
4034           Update translations.
4035
4036 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * configure.ac:
4039           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4040
4041 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4044           Fix handling of -1 values for start and stop values when seeking,
4045           and SEEK_CUR+SEEK_END here as well.
4046
4047 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4048
4049         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4050           Fix handling of -1 values for start and stop values when seeking, 
4051           and SEEK_CUR+SEEK_END.
4052
4053 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4056           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4057           the image format a variable-length NUL-terminated string; in
4058           versions before that the image format is a fixed-length string of
4059           3 characters (see #348644 for a sample tag).
4060           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4061
4062 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4063
4064         * win32/MANIFEST:
4065         Add new project files to MANIFEST.
4066         * win32/vs6/libgstaudiofx.dsp:
4067         * win32/vs6/libgstrtp.dsp:
4068         * win32/vs6/libgstrtsp.dsp:
4069         Update project files.
4070         
4071 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4074         (gst_avi_demux_parse_index):
4075         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4076         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4077           Printf format fixes; also add some missing quotes in translated
4078           strings. Fixes #416728 and #416727.
4079
4080 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4081
4082         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4083           Tim and I can't think of any reason the child audio sink needs to 
4084           be set back to NULL after successfully determining that it can 
4085           reach READY - it gets immediately set back to READY by the caller
4086           anyway, causing an unnecessary close/open of any audio devices
4087           involved.
4088
4089 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4090
4091         * po/LINGUAS:
4092         * po/ja.po:
4093           Add ja.po file from #377306.
4094
4095 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4096
4097         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4098         * sys/sunaudio/gstsunaudiomixertrack.c:
4099         (gst_sunaudiomixer_track_new):
4100           Actually translate sunaudio mixer track labels instead of just
4101           marking the strings as translatable (#377306); clean up weird
4102           label string mapping code that serves no apparent purpose. Also
4103           set the 'untranslated-label' property when creating mixer tracks
4104           if the GstMixerTrack base class supports this.
4105
4106         * tests/check/Makefile.am:
4107         * tests/check/elements/.cvsignore:
4108         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4109         (sunaudio_suite):
4110           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4111           actually tested on a system where sunaudiomixer is available).
4112
4113 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4114
4115         * tests/check/Makefile.am:
4116         Re-enable the states test and see if it works on the buildbots.
4117
4118 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4119
4120         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4121         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4122         (gst_dvdec_change_state):
4123         * ext/dv/gstdvdec.h:
4124         Infer pixel-aspect-ratio from the video frame format if it isn't
4125         provided by the container, as happens when playing DV from AVI
4126         or Quicktime containers.
4127
4128         Patch by: Wim Taymans <wim@fluendo.com>
4129         Fixes #380944
4130
4131 2007-03-09  Wim Taymans  <wim@fluendo.com>
4132
4133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4134         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4135         will later be handled by the jitterbuffer.
4136
4137 2007-03-09  Wim Taymans  <wim@fluendo.com>
4138
4139         * ext/taglib/gstid3v2mux.cc:
4140         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4141         Fixes #414496.
4142         
4143         Patch by: Alex Lancaster <alexl at users sourceforge net>
4144
4145 2007-03-09  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4148         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4149         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4150         (gst_avi_demux_chain):
4151         Fix stream position reporting after a seek. Fixes #416445.
4152
4153 2007-03-08  Wim Taymans  <wim@fluendo.com>
4154
4155         Patch by: René Stadler <mail at renestadler dot de>
4156
4157         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4158         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4159         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4160         Make avidemux accept optional header chunks in any order.
4161         Fixes #415446.
4162
4163 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4164
4165         * tests/check/Makefile.am:
4166         Disable the states check until the remaining Valgrind errors
4167         are fixed or suppressed.
4168
4169 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4170
4171         * tests/check/elements/.cvsignore:
4172           Add audiodynamic check to .cvsignore
4173
4174 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4175
4176         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4177
4178         * gst/audiofx/Makefile.am:
4179         * gst/audiofx/audiodynamic.c:
4180         (gst_audio_dynamic_characteristics_get_type),
4181         (gst_audio_dynamic_mode_get_type),
4182         (gst_audio_dynamic_set_process_function),
4183         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4184         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4185         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4186         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4187         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4188         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4189         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4190         (gst_audio_dynamic_transform_hard_knee_expander_int),
4191         (gst_audio_dynamic_transform_hard_knee_expander_float),
4192         (gst_audio_dynamic_transform_soft_knee_expander_int),
4193         (gst_audio_dynamic_transform_soft_knee_expander_float),
4194         (gst_audio_dynamic_transform_ip):
4195         * gst/audiofx/audiodynamic.h:
4196         * gst/audiofx/audiofx.c: (plugin_init):
4197         Add new audiodynamic element which can act as a compressor or
4198         expander. Supported are hard-knee and soft-knee operation modes with
4199         user-specified ratio and threshold.
4200         Attack and release parameters are not yet implemented but will follow.
4201         * docs/plugins/Makefile.am:
4202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4204         * docs/plugins/gst-plugins-good-plugins.args:
4205         * docs/plugins/inspect/plugin-audiofx.xml:
4206         Integrate audiodynamic into the docs.
4207         * tests/check/Makefile.am:
4208         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4209         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4210         Add unit test for audiodynamic.
4211
4212 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4213
4214         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4215         Free handles that we allocated when exiting via the error paths.
4216
4217 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4218
4219         * gst/level/gstlevel.c: (gst_level_class_init),
4220         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4221         (gst_level_transform_ip):
4222         * gst/level/gstlevel.h:
4223           Resolve message timestamps against the playback segment.
4224
4225 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4226
4227         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4228         (gst_id3demux_sink_activate):
4229           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4230           caps passed to it (previously one code path assumed it took ownership
4231           while another one assumed it didn't, while in fact it sometimes did and
4232           sometimes didn't ...).
4233
4234         * configure.ac:
4235         * tests/files/Makefile.am:
4236         * tests/files/id3-407349-1.tag:
4237         * tests/files/id3-407349-2.tag:
4238           Add directory where data for unit tests can be stored.
4239
4240         * tests/Makefile.am:
4241         * tests/check/Makefile.am:
4242         * tests/check/elements/.cvsignore:
4243         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4244         (read_tags_from_file), (run_check_for_file),
4245         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4246           Add unit test for id3demux, and in particular for bug #407349. Only
4247           testing pull-mode for now; push mode doesn't work yet because the test
4248           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4249
4250 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         * tests/check/Makefile.am:
4253           Add missing backslash at end of line.
4254
4255 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4256
4257         Trigger rebuild.
4258
4259 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4262         * gst/id3demux/id3tags.h:
4263         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4264         (parse_obsolete_tdat_frame):
4265           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4266           the four-digit number will be interpreted as a year, whereas it is
4267           month and day in DDMM format. Instead, parse TDAT frames and fix up
4268           the date in the GST_TAG_DATE tag later if we also extracted a year.
4269           Fixes #407349.
4270
4271 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4272
4273         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4274         (gst_switch_commit_new_kid):
4275         Fix up the dispose logic so it doesn't leak, and fix setting of 
4276         the child state so that we don't set a child to our current state 
4277         just as we are changing it to something else.
4278
4279 2007-03-06  Wim Taymans  <wim@fluendo.com>
4280
4281         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4282         (gst_goom_chain):
4283         * gst/goom/gstgoom.h:
4284         Document, fix and improve goom adapter behaviour.
4285         Fixes #407006.
4286
4287 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4288
4289         * ext/esd/esdsink.c: (gst_esdsink_open):
4290         Unref static pad template after using it.
4291
4292 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4293
4294         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4295         (gst_switch_commit_new_kid):
4296         Fix up the reference counting of the child elements.
4297
4298 2007-03-05  Wim Taymans  <wim@fluendo.com>
4299
4300         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4301         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4302         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4303         Fix encoding-name case.
4304
4305 2007-03-05  Wim Taymans  <wim@fluendo.com>
4306
4307         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4308         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4309         (gst_rtp_speex_depay_process):
4310         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4311         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4312         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4313         (gst_rtp_speex_pay_change_state):
4314         * gst/rtp/gstrtpspeexpay.h:
4315         Fix speex (de)payloader. Fixes #358040.
4316
4317 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4318
4319         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4320         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4321         Install fakesink in NULL by fixing some broken logic. This obviates
4322         the need to manually set _IS_SINK.
4323         Add some comments and remove a little cruft while I'm at it.
4324
4325 2007-03-05  Wim Taymans  <wim@fluendo.com>
4326
4327         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4328         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4329
4330 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         * po/POTFILES.in:
4333           Update.
4334
4335 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4336
4337         * tests/check/Makefile.am:
4338         Gah! Also disable gconfvideosink from the tests, otherwise
4339         it will instantiate autovideosink, and dfbvideosink and
4340         leak on the buildbots.
4341
4342 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4343
4344         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4345         (gst_cdio_cdda_src_finalize):
4346         Make sure we always destroy our libcdio handle.
4347
4348 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4349
4350         * tests/check/Makefile.am:
4351         Disable autovideosink so the buildbots don't barf over memory
4352         leaked in the directfb sink.
4353
4354 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4355
4356         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4357         Chain up in dispose
4358
4359 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4360
4361         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4362         (gst_multipart_find_pad_by_mime):
4363         Use gst_pad_new_from_static_template instead of
4364         static_pad_template_get+pad_new.
4365
4366 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4367
4368         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4369         Catch the case where no clock has been set.
4370
4371 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4372
4373         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4374         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4375         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4376         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4377         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4378         (gst_gconf_audio_src_finalize), (do_toggle_element):
4379         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4380         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4381         (do_toggle_element):
4382         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4383         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4384         (gst_gconf_video_src_finalize), (do_toggle_element):
4385         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4386         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4387         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4388         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4389         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4390         (gst_shout2send_init), (gst_shout2send_finalize):
4391         * gst/debug/testplugin.c: (gst_test_class_init),
4392         (gst_test_finalize):
4393         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4394         (gst_flxdec_dispose):
4395         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4396         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4398         (gst_rtspsrc_finalize):
4399         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4400         * gst/rtsp/rtspextwms.h:
4401         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4402         (gst_smpte_finalize):
4403         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4404         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4405         (gst_udpsink_finalize):
4406         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4407         (gst_wavparse_sink_activate):
4408         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4409         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4410         (gst_oss_src_finalize):
4411         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4412         * sys/v4l2/gstv4l2object.h:
4413         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4414         (gst_v4l2src_finalize):
4415         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4416
4417         Fix a bunch of leaks shown by the newly-added states test.
4418
4419 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4420
4421         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4422         Use gst_pad_new_from_static_template instead of 
4423         static_pad_template_get+pad_new.
4424
4425 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4428
4429         * ext/libcaca/Makefile.am:
4430         * gst/debug/Makefile.am:
4431           Don't mix tabs and spaces (#414168).
4432
4433 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4434
4435         * tests/check/generic/.cvsignore:
4436           Ignore files to please buildbot.
4437
4438 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4439
4440         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4441         (gst_wavparse_stream_data):
4442           Unbreak my previous commit (swapped nominator & denominator). Tim,
4443           thanks for spotting.
4444
4445 2007-03-02  Wim Taymans  <wim@fluendo.com>
4446
4447         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4448         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4449         (gst_cdio_cdda_src_finalize):
4450         Small code cleanups.
4451         Don't use pad_alloc as the base class cannot deal with the error codes.
4452
4453 2007-03-02  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4456         (gst_udpsrc_create):
4457         Fix doc.
4458
4459 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4460
4461         Patch by: René Stadler <mail@renestadler.de>
4462
4463         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4464         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4465         (gst_wavparse_stream_data):
4466           Handle rounding better to not drop last sample frame. Fixes #356692
4467
4468 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4469
4470         * tests/check/Makefile.am:
4471         Disable cacasink from the states check too - it also calls exit(1)
4472         on us when it can't find a terminal to talk to.
4473
4474 2007-03-02  Wim Taymans  <wim@fluendo.com>
4475
4476         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4477
4478         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4479         (gst_udpsrc_create), (gst_udpsrc_set_property),
4480         (gst_udpsrc_get_property):
4481         * gst/udp/gstudpsrc.h:
4482         Add support to strip proprietary headers. Fixes #350296.
4483
4484 2007-03-02  Wim Taymans  <wim@fluendo.com>
4485
4486         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4487         Fix compilation.
4488
4489 2007-03-02  Wim Taymans  <wim@fluendo.com>
4490
4491         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4492
4493         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4494         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4495         (gst_rtp_mp2t_depay_set_property),
4496         (gst_rtp_mp2t_depay_get_property):
4497         * gst/rtp/gstrtpmp2tdepay.h:
4498         Add support to strip off proprietary headers. Fixes #350278.
4499
4500 2007-03-02  Wim Taymans  <wim@fluendo.com>
4501
4502         * ext/hal/hal.c:
4503         Fix compilation.
4504
4505 2007-03-02  Wim Taymans  <wim@fluendo.com>
4506
4507         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4508         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4509         (gst_sunaudiosrc_open):
4510         * sys/sunaudio/gstsunaudiosrc.h:
4511         Remove device-name from GstSunAudioSrc. Fixes #412597.
4512
4513 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4516         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4517         Having NULL as UDI previously selected the default sink/src. Change
4518         this back but mention it in the debug output.
4519         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4520         (gst_hal_get_oss_element), (gst_hal_get_string),
4521         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4522         (gst_hal_get_audio_src):
4523         * ext/hal/hal.h:
4524         Refactor a bit, check all error conditions, greatly improve debugging
4525         and fix some possible memory leaks. Also implement OSS support
4526         and allow specifying an UDI that points to a real device. For this the
4527         child device which supports ALSA (preferred) or OSS is used.
4528         As a side effect this makes it impossible now to get a alsasink in
4529         halaudiosrc and a alsasrc in halaudiosink.
4530
4531 2007-03-01  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4534         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4535         Errors from the udp sources are not fatal unless all of them are in
4536         error.
4537
4538 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4539
4540         * tests/check/Makefile.am:
4541         Disable aasink in the states test. I suspect this is the element that
4542         is calling exit(1) when it can't proceed.
4543
4544 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4545
4546         * tests/check/Makefile.am:
4547         Draw plugins in from the build tree sys/ dir, rather than picking
4548         up the already installed versions.
4549
4550 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4551
4552         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4553         Error out correctly when getting xcontext fails.
4554
4555 2007-03-01  Wim Taymans  <wim@fluendo.com>
4556
4557         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4558         Make state change to PAUSED NO_PREROLL because that's what it will be in
4559         the future and rtspsrc relies on it.
4560
4561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4562         (gst_rtspsrc_change_state):
4563         Don't error out when we don't get an error from the state change
4564         function.
4565
4566 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4567
4568         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4569         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4570           Check if the device UDI is set before trying to query HAL
4571           about it and give a useful error message if it wasn't set.
4572         * ext/hal/hal.c: (gst_hal_get_string):
4573           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4574           gives an assertion failure in D-Bus when running with
4575           DBUS_FATAL_WARNINGS=1.
4576
4577 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4578
4579         * configure.ac:
4580           Convert to new AG_GST style.
4581
4582 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4583
4584         * tests/check/Makefile.am:
4585         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4586           add test for states
4587
4588 2007-02-28  Wim Taymans  <wim@fluendo.com>
4589
4590         * tests/check/elements/.cvsignore:
4591         Add new videofilter check to .cvsignore.
4592
4593 2007-02-28  Wim Taymans  <wim@fluendo.com>
4594
4595         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4596         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4597         (gst_avi_demux_loop), (gst_avi_demux_chain):
4598         Fix combined flow return. Fixes #412608.
4599
4600 2007-02-28  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/videofilter/Makefile.am:
4603         Dist header..
4604
4605 2007-02-28  Wim Taymans  <wim@fluendo.com>
4606
4607         * gst/videofilter/gstgamma.h:
4608         Add header too.
4609
4610 2007-02-28  Wim Taymans  <wim@fluendo.com>
4611
4612         Patch by: Mark Nauwelaerts <manauw at skynet be>
4613
4614         * gst/videofilter/Makefile.am:
4615         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4616         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4617         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4618         (oil_tablelookup_u8), (gst_gamma_set_caps),
4619         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4620         Port gamma filter to 0.10. Fixes #412704.
4621
4622         * tests/check/Makefile.am:
4623         * tests/check/elements/videofilter.c: (setup_filter),
4624         (cleanup_filter), (check_filter), (GST_START_TEST),
4625         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4626         Add unit tests for videofilters.
4627
4628 2007-02-28  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst/rtsp/URLS:
4631         Add another interesting test url.
4632
4633         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4634         Don't allow getting header fields from data packets.
4635
4636 2007-02-28  Michael Smith  <msmith@fluendo.com>
4637
4638         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4639         (gst_shout2send_init), (gst_shout2send_start),
4640         (gst_shout2send_set_property), (gst_shout2send_get_property):
4641         * ext/shout2/gstshout2.h:
4642           Add a property for username.
4643
4644 2007-02-27  Christian Schallerr <christian@fluendo.com>
4645
4646         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4647
4648 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4649
4650         * gst/rtsp/Makefile.am:
4651         Fix make check too.
4652
4653 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
4654
4655         * gst/rtsp/base64.c: (util_base64_encode):
4656         * gst/rtsp/base64.h:
4657         Commit missing files for base64 encoding.
4658
4659 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4662
4663         * configure.ac:
4664         * ext/annodex/Makefile.am:
4665         * ext/jpeg/Makefile.am:
4666         * ext/speex/Makefile.am:
4667         * gst/alpha/Makefile.am:
4668         * gst/cutter/Makefile.am:
4669         * gst/debug/Makefile.am:
4670         * gst/effectv/Makefile.am:
4671         * gst/goom/Makefile.am:
4672         * gst/level/Makefile.am:
4673         * gst/smpte/Makefile.am:
4674         * gst/videofilter/Makefile.am:
4675           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4676
4677 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4678
4679         * gst/rtsp/Makefile.am:
4680         * gst/rtsp/rtspconnection.c: (append_auth_header),
4681         (rtsp_connection_send), (rtsp_connection_set_auth):
4682         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4683         from icecast to replace it. Relicensed from GPL courtesy of Mike
4684         Smith.
4685
4686 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
4687
4688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4689         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4690         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4691         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4692         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4693         (gst_rtspsrc_uri_set_uri):
4694         * gst/rtsp/gstrtspsrc.h:
4695         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4696         (append_auth_header), (rtsp_connection_send),
4697         (rtsp_connection_free), (rtsp_connection_set_auth):
4698         * gst/rtsp/rtspconnection.h:
4699         * gst/rtsp/rtspdefs.h:
4700         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4701         * gst/rtsp/rtspurl.h:
4702
4703         Implement simple Basic Authentication support so that urls like
4704         rtsp://user:pass@hostname/rtspstream work on hosts that require
4705         authentication.
4706
4707 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
4708
4709         * sys/v4l2/gstv4l2object.c:
4710         * sys/v4l2/gstv4l2tuner.c:
4711         * sys/v4l2/v4l2_calls.c:
4712         Fix segfault when oppening a radio device.
4713         
4714 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4715
4716         * gst/level/gstlevel.c: (gst_level_set_caps),
4717         (gst_level_transform_ip):
4718         * sys/v4l2/README:
4719         * tests/check/elements/level.c: (GST_START_TEST):
4720           Fix level for multi-channel case.
4721
4722 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4723
4724         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4725         (gst_level_transform_ip):
4726         * gst/level/gstlevel.h:
4727           Use function pointer for process function and add process functions
4728           for float audio.
4729
4730 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
4731
4732         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4733         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4734         (gst_v4l2src_capture_init):
4735           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4736           fixes #407369
4737
4738 2007-02-18  Wim Taymans  <wim@fluendo.com>
4739
4740         * gst/rtp/Makefile.am:
4741         * gst/rtp/gstrtp.c: (plugin_init):
4742         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4743         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4744         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4745         (gst_rtp_mp2t_pay_plugin_init):
4746         * gst/rtp/gstrtpmp2tpay.h:
4747         Added simple mpeg transport stream payloader.
4748
4749 2007-02-16  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/rtsp/URLS:
4752         Add example H264 rtsp url.
4753
4754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4755         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4756         Don't convert values to lowercase or we might mess up base64 encoded
4757         properties.
4758
4759 2007-02-16  Wim Taymans  <wim@fluendo.com>
4760
4761         * gst/rtp/README:
4762         Fix case of string params.
4763
4764         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4765         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4766         Fix depayloader, support more packet types.
4767         Add sync codes to make sure the packetizer can do its job.
4768
4769         * gst/rtp/gstrtpmp4gdepay.c:
4770         * gst/rtp/gstrtpmp4gpay.c:
4771         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4772         Fix caps case again.
4773
4774 2007-02-15  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4777         Set right caps on output buffers.
4778
4779 2007-02-14  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4782         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4783         Clear stack allocated SDPMedia struct before calling _init() on it.
4784         Clarify this in the docs as well.
4785
4786 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4787
4788         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4789         (do_change_child):
4790         Don't reset the profile when going switching states, as it makes
4791         the element non-reusable.
4792
4793 2007-02-14  Wim Taymans  <wim@fluendo.com>
4794
4795         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4796         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4797         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4798         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4799         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4800         (sdp_parse_line):
4801         * gst/rtsp/sdpmessage.h:
4802         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4803         Fix memory management of SDP messages. Fixes #407793.
4804
4805 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4806
4807         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4808
4809         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4810         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4811
4812 2007-02-14  Wim Taymans  <wim@fluendo.com>
4813
4814         Patch by: jp.liu <jp_liu at astrocom dot cn>
4815
4816         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4817         Fix parsing of password field in url. Fixes #407797.
4818
4819 2007-02-14  Wim Taymans  <wim@fluendo.com>
4820
4821         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4822         (gst_wavparse_reset), (gst_wavparse_init),
4823         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4824         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4825         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4826         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4827         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4828         (gst_wavparse_loop), (gst_wavparse_chain),
4829         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4830         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4831         (plugin_init):
4832         * gst/wavparse/gstwavparse.h:
4833         Update docs.
4834         Use boilerplate.
4835         Various code cleanups.
4836         When the bitrate is not known (bps == 0 or compressed formats) let
4837         downstream element guestimate the duration and position and don't
4838         generate timestamps or durations. Fixes #405213.
4839         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4840         error flowreturn upstream.
4841
4842 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4843
4844         * ext/gconf/Makefile.am:
4845         * ext/gconf/gconf.c: (gst_gconf_get_string),
4846         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4847         (gst_gconf_render_bin_with_default):
4848         * ext/gconf/gconf.h:
4849         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4850         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4851         (gst_gconf_audio_sink_dispose), (do_change_child),
4852         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4853         (cb_change_child), (gst_gconf_audio_sink_change_state):
4854         * ext/gconf/gstgconfaudiosink.h:
4855         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4856         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4857         (gst_switch_sink_init), (gst_switch_sink_dispose),
4858         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4859         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4860         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4861         * ext/gconf/gstswitchsink.h:
4862         * gst/autodetect/gstautoaudiosink.c:
4863         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4864         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4865         (gst_auto_audio_sink_detect):
4866         * gst/autodetect/gstautovideosink.c:
4867         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4868         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4869         (gst_auto_video_sink_detect):
4870         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4871         and a child that implements the GConf key monitoring. The end goal of
4872         this is an audio sink that can be changed on the fly, but at the 
4873         moment it still only changes on the next READY transition.
4874
4875 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4876
4877         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4878         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4879         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4880         (gst_avi_demux_calculate_durations_from_index),
4881         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4882         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4883         (gst_avi_demux_loop):
4884           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4885
4886 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4887
4888         * configure.ac:
4889         * docs/plugins/Makefile.am:
4890           Add crossreferences to glib/gobject/gstream docs.
4891
4892 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * gst/monoscope/Makefile.am:
4895         * gst/monoscope/gstmonoscope.c:
4896           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4897           (but no LIBS, since we only use defines from the headers).
4898
4899 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4902
4903         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4904         (gst_wavparse_stream_data):
4905           Fix massive memory leak when operating in streaming mode due to
4906           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4907           Fixes #407057.
4908
4909 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4910
4911         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4912         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4913         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4914         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4915         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4916         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4917         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4918         (gst_avi_demux_calculate_durations_from_index),
4919         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4920         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4921         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4922         * gst/avi/gstavidemux.h:
4923           Save some memory (8%) by repacking the index entry structure (more to
4924           come). Add more FIXMEs to questionable parts.
4925
4926 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4927
4928         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4929         (gst_v4l2src_get_caps):
4930         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4931         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4932         (gst_v4l2src_capture_init):
4933           More FIXME comments and messaging changes.
4934
4935 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4936
4937         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4938         (gst_goom_change_state):
4939         * gst/goom/gstgoom.h:
4940           Improved docs and use GST_DEBUG_FUNCPTR.
4941
4942         * gst/level/gstlevel.c: (gst_level_class_init):
4943           Use GST_DEBUG_FUNCPTR.
4944
4945         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4946         (gst_monoscope_chain), (gst_monoscope_change_state):
4947           Improved docs source cleanups.
4948
4949 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * gst/debug/Makefile.am:
4952         * gst/debug/gstdebug.c: (plugin_init):
4953         * gst/debug/gstpushfilesrc.c:
4954         * gst/debug/gstpushfilesrc.h:
4955           Add code for a pushfilesrc element that implements a pushfile:// URI
4956           handler, to make debugging push-mode operation of demuxer/decoders
4957           that support both easier in connection with seek/playbin/etc.
4958           The element isn't registered at the moment.
4959
4960 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4961
4962         * gst/avi/gstavimux.c:
4963           Comment a #if 0 in caps template definition as VS6 seems to 
4964         do not support it.
4965         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4966           Use gst_guint64_to_gdouble for conversion.
4967         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4968           Move variables declaration before the first instruction.
4969         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4970           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4971           And don't include netdb.h for G_OS_WIN32
4972         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4973           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4974           by VS6 then use an other way to initialize SDPMedia structure.
4975         * gst/udp/gstdynudpsink.h:
4976         * gst/udp/gstdynudpnetutils.h:
4977           Do not include <sys/time.h> for G_OS_WIN32
4978         * gst/udp/gstudpsrc.c:
4979           Define socklen_t as int for G_OS_WIN32
4980         * win/common/config.h.in:
4981           Undef HAVE_NETINET_IN_H
4982         * win32/vs6/gst_plugins_good.dsw:
4983         * win32/vs6/libgstrtp.dsp:
4984         * win32/vs6/libgstrtsp.dsp:
4985         * win32/vs6/libgstautogen.dsp:
4986         * win32/vs6/libgstaudiofx.dsp:
4987         * win32/vs6/libgstudp.dsp:
4988           Add and update project files.
4989         * win32/common/gstudp-enumtypes.c:
4990         * win32/common/gstudp-enumtypes.h:
4991           Add a copy of udp enumtypes to win32/common as in core 
4992           and base.
4993         
4994 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4995
4996         * configure.ac:
4997           Activate monoscope when building with --enable-experimental. Fix
4998           --enable-external configure switch description.
4999
5000         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5001         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5002           Help gst-indent.
5003
5004 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5007           Explicitly cast result of pointer arithmetic to integer in order to
5008           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5009
5010 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * gst/debug/progressreport.c:
5013           Some more docs.
5014
5015 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * docs/plugins/inspect/plugin-rtp.xml:
5018           Update for new elements.
5019
5020         * gst/debug/progressreport.h:
5021           Commit newly-created header file as well.
5022
5023 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * docs/plugins/Makefile.am:
5026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5028         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5029         * gst/debug/Makefile.am:
5030         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5031         (gst_progress_report_do_query), (gst_progress_report_report):
5032           Make progressreport element post messages with the current progress
5033           on the bus. Also add some basic docs for it.
5034
5035 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * ext/hal/hal.c: (gst_hal_get_string):
5038         * ext/hal/hal.h:
5039           Some small cleanups; deal with errors when parsing the HAL ALSA
5040           capabilities a bit better.
5041
5042 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5045           Let's try this again and use the right cast this time.
5046
5047 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5050           Add cast to avoid compiler warnings with older GLib versions
5051           where the nick/name members in GEnumValue are not declared as
5052           constant strings.
5053
5054 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5057         (gst_gconf_render_bin_from_key),
5058         (gst_gconf_get_default_audio_sink):
5059         * ext/gconf/gconf.h:
5060         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5061         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5062         (gst_gconf_audio_sink_get_property):
5063           In gconfaudiosink, get the right key as the old key in do_toggle
5064           (ie. one dependent on the profile selected). Log some more stuff so
5065           we can see what's actually going on.
5066
5067 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5068
5069         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5070         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5071         (gst_audio_amplify_set_process_function),
5072         (gst_audio_amplify_setup):
5073         * gst/audiofx/audioamplify.h:
5074         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5075         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5076         * gst/audiofx/audioinvert.h:
5077         Some small cleanups and port both elements to the new GstAudioFilter
5078         base class to save a few lines of common code.
5079         * gst/audiofx/Makefile.am:
5080         Link against libgstaudio for the above changes
5081
5082 2007-01-29  Wim Taymans  <wim@fluendo.com>
5083
5084         * tests/check/elements/.cvsignore:
5085         Some more ignores.
5086
5087 2007-01-26  Wim Taymans  <wim@fluendo.com>
5088
5089         Patch by: charles <charlesg3 at gmail dot com>
5090
5091         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5092         (set_shout_metadata), (gst_shout2send_event):
5093         * ext/shout2/gstshout2.h:
5094         Properly handle tags in shout2send. Fixes #399825.
5095
5096 2007-01-25  Wim Taymans  <wim@fluendo.com>
5097
5098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5099         (gst_rtspsrc_activate_streams):
5100         Convert SDP fields to upper/lowercase following the rules in the SDP to
5101         caps document. 
5102
5103 2007-01-25  Wim Taymans  <wim@fluendo.com>
5104
5105         * gst/rtp/README:
5106         * gst/rtp/gstrtpilbcdepay.c:
5107         * gst/rtp/gstrtpilbcpay.c:
5108         * gst/rtp/gstrtpmp4gdepay.c:
5109         * gst/rtp/gstrtpmp4gpay.c:
5110         * gst/rtp/gstrtpspeexdepay.c:
5111         * gst/rtp/gstrtpspeexpay.c:
5112         * gst/rtp/gstrtpsv3vdepay.c:
5113         * gst/rtp/gstrtptheoradepay.c:
5114         * gst/rtp/gstrtptheorapay.c:
5115         * gst/rtp/gstrtpvorbisdepay.c:
5116         * gst/rtp/gstrtpvorbispay.c:
5117         Fix case of encoding-name and key/value pairs to match the document.
5118         This is to make interoperation with SDP case-insensitive as required by
5119         the relevant RFCs.
5120
5121 2007-01-25  Wim Taymans  <wim@fluendo.com>
5122
5123         * configure.ac:
5124         Bump required -core/-base to CVS
5125
5126 2007-01-25  Wim Taymans  <wim@fluendo.com>
5127
5128         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5129         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5130         * gst/rtp/gstrtpL16pay.h:
5131         Fill up to MTU using adapter.
5132         Timestamp rtp packets.
5133
5134 2007-01-25  Edward Hervey  <edward@fluendo.com>
5135
5136         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5137         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5138         Use G_GSIZE_FORMAT in print statements for portability.
5139         Fixes build on macosx.
5140
5141 2007-01-24  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst/rtp/Makefile.am:
5144         * gst/rtp/gstrtp.c: (plugin_init):
5145         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5146         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5147         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5148         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5149         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5150         (gst_rtp_L16_depay_plugin_init):
5151         * gst/rtp/gstrtpL16depay.h:
5152         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5153         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5154         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5155         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5156         (gst_rtp_L16_pay_plugin_init):
5157         * gst/rtp/gstrtpL16pay.h:
5158         Port and enable raw audio payloader/depayloader. Needs a bit more work
5159         on the payloader side.
5160
5161 2007-01-24  Wim Taymans  <wim@fluendo.com>
5162
5163         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5164         (gst_rtspsrc_stream_configure_transport),
5165         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5166         * gst/rtsp/gstrtspsrc.h:
5167         Only unblock the udp pads when we linked and activated them all.
5168         Fixes #395688.
5169
5170 2007-01-24  Wim Taymans  <wim@fluendo.com>
5171
5172         * gst/rtp/Makefile.am:
5173         * gst/rtp/gstrtp.c: (plugin_init):
5174         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5175         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5176         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5177         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5178         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5179         * gst/rtp/gstrtpac3depay.h:
5180         Added simple AC3 depayloader (RFC 4184).
5181
5182         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5183         Fix a leak.
5184
5185 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5186
5187         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5188
5189         * gst/audiofx/Makefile.am:
5190         * gst/audiofx/audioamplify.c:
5191         (gst_audio_amplify_clipping_method_get_type),
5192         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5193         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5194         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5195         (gst_audio_amplify_set_caps),
5196         (gst_audio_amplify_transform_int_clip),
5197         (gst_audio_amplify_transform_int_wrap_negative),
5198         (gst_audio_amplify_transform_int_wrap_positive),
5199         (gst_audio_amplify_transform_float_clip),
5200         (gst_audio_amplify_transform_float_wrap_negative),
5201         (gst_audio_amplify_transform_float_wrap_positive),
5202         (gst_audio_amplify_transform_ip):
5203         * gst/audiofx/audioamplify.h:
5204         * gst/audiofx/audiofx.c: (plugin_init):
5205         Add new element "audioamplify". This allows scaling of raw audio
5206         samples, similar to the "volume" element, but provides different modes
5207         for clipping and allows unlimited amplification. It's mainly targeted
5208         for creative sound design and not as a replacement of the "volume"
5209         element. Fixes #397162
5210         * docs/plugins/Makefile.am:
5211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5213         * docs/plugins/gst-plugins-good-plugins.args:
5214         * docs/plugins/inspect/plugin-audiofx.xml:
5215         Add docs for audioamplify and integrate them into the build system
5216         * tests/check/Makefile.am:
5217         * tests/check/elements/audioamplify.c: (setup_amplify),
5218         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5219         Add fairly extensive unit test suite for audioamplify
5220
5221 2007-01-24  Wim Taymans  <wim@fluendo.com>
5222
5223         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5224         Unblock pads after adding the pads to the element so that autopluggers
5225         get a change to link something. Possibly fixes #395688.
5226
5227 2007-01-24  Wim Taymans  <wim@fluendo.com>
5228
5229         * gst/rtp/gstrtpamrdepay.c:
5230         * gst/rtp/gstrtpgsmdepay.c:
5231         * gst/rtp/gstrtph263pdepay.c:
5232         * gst/rtp/gstrtph263ppay.c:
5233         * gst/rtp/gstrtph264depay.c:
5234         * gst/rtp/gstrtpilbcdepay.c:
5235         * gst/rtp/gstrtpmp2tdepay.c:
5236         * gst/rtp/gstrtpmp4gdepay.c:
5237         * gst/rtp/gstrtpmp4gpay.c:
5238         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5239         * gst/rtp/gstrtpmp4vpay.c:
5240         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5241         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5242         (gst_rtp_mpa_depay_process):
5243         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5244         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5245         * gst/rtp/gstrtppcmadepay.c:
5246         * gst/rtp/gstrtppcmudepay.c:
5247         * gst/rtp/gstrtpspeexdepay.c:
5248         * gst/rtp/gstrtpspeexpay.c:
5249         * gst/rtp/gstrtpsv3vdepay.c:
5250         * gst/rtp/gstrtptheoradepay.c:
5251         * gst/rtp/gstrtptheorapay.c:
5252         * gst/rtp/gstrtpvorbisdepay.c:
5253         * gst/rtp/gstrtpvorbispay.c:
5254         Fix caps with payload numbers.
5255         Add some fixed payload numbers to caps when possible.
5256
5257 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5258
5259         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5260
5261         * gst/audiofx/Makefile.am:
5262         * gst/audiofx/audiofx.c: (plugin_init):
5263         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5264         (gst_audio_invert_class_init), (gst_audio_invert_init),
5265         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5266         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5267         (gst_audio_invert_transform_float),
5268         (gst_audio_invert_transform_ip):
5269         * gst/audiofx/audioinvert.h:
5270         Add new audiofx element "audioinvert". This element swaps the upper
5271         and lower half of samples and can be used for example for a
5272         wide-stereo effect. Fixes #396057
5273         * docs/plugins/Makefile.am:
5274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5276         * docs/plugins/gst-plugins-good-plugins.args:
5277         * docs/plugins/inspect/plugin-audiofx.xml:
5278         Add docs for the audioinvert element and add them to the build system.
5279         * tests/check/Makefile.am:
5280         * tests/check/elements/audioinvert.c: (setup_invert),
5281         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5282         Add unit test suite for the audioinvert element.
5283
5284 2007-01-23  Wim Taymans  <wim@fluendo.com>
5285
5286         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5287         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5288         Parse config params as string and int.
5289         Parse and use AU header length
5290
5291 2007-01-23  Wim Taymans  <wim@fluendo.com>
5292
5293         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5294         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5295         * gst/smpte/gstmask.c: (_gst_mask_register):
5296         * gst/smpte/gstmask.h:
5297         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5298         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5299         (gst_smpte_paint_triangle_clock):
5300         constify some static structs.
5301         Don't update the mask if nothing changed to the params.
5302         Make sure we never draw outside of the picture. Fixes #398325.
5303
5304 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5307           Error out properly when pull_range fails while we're reading the
5308           headers, instead of just pausing the task silently. Fixes #399338.
5309
5310 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5313           Some more sanity checks to make sure the input formats match and the
5314           input pads are actually negotiated, in case someone tries to feed
5315           buffers from fakesrc or filesrc. Fixes #398299.
5316           Also const-ify an array, just because we can.
5317
5318 2007-01-19  Edward Hervey  <edward@fluendo.com>
5319
5320         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5321         Ignore previous commit, that was only valid for widths and heights
5322         that are multiples of 4.
5323         Copy over size/stride macros from jpegdec. This allows the element
5324         to work with any width,height...
5325         ... but puts in evidence that the actual transformations only work
5326         with width/height that are multiples of 4.
5327
5328 2007-01-19  Edward Hervey  <edward@fluendo.com>
5329
5330         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5331         Allocate buffers of the right size.
5332         The proper size of a I420 buffer in bytes is:
5333         
5334             width * height * 3
5335             ------------------
5336                     2
5337
5338 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5341           Proxy getcaps on sink pads too, so that we either end up with the
5342           same dimensions on all pads or error out if that's not possible
5343           (seems to work even!). Fixes #398086, I think.
5344
5345 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5348         * docs/plugins/gst-plugins-good-plugins.args:
5349         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5350           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5351           fix integer properties with -1 as minimum value.
5352
5353         * docs/plugins/inspect/plugin-1394.xml:
5354         * docs/plugins/inspect/plugin-aasink.xml:
5355         * docs/plugins/inspect/plugin-alaw.xml:
5356         * docs/plugins/inspect/plugin-alpha.xml:
5357         * docs/plugins/inspect/plugin-alphacolor.xml:
5358         * docs/plugins/inspect/plugin-annodex.xml:
5359         * docs/plugins/inspect/plugin-apetag.xml:
5360         * docs/plugins/inspect/plugin-audiofx.xml:
5361         * docs/plugins/inspect/plugin-auparse.xml:
5362         * docs/plugins/inspect/plugin-autodetect.xml:
5363         * docs/plugins/inspect/plugin-avi.xml:
5364         * docs/plugins/inspect/plugin-cacasink.xml:
5365         * docs/plugins/inspect/plugin-cairo.xml:
5366         * docs/plugins/inspect/plugin-cdio.xml:
5367         * docs/plugins/inspect/plugin-cutter.xml:
5368         * docs/plugins/inspect/plugin-debug.xml:
5369         * docs/plugins/inspect/plugin-dv.xml:
5370         * docs/plugins/inspect/plugin-efence.xml:
5371         * docs/plugins/inspect/plugin-effectv.xml:
5372         * docs/plugins/inspect/plugin-esdsink.xml:
5373         * docs/plugins/inspect/plugin-flac.xml:
5374         * docs/plugins/inspect/plugin-flxdec.xml:
5375         * docs/plugins/inspect/plugin-gconfelements.xml:
5376         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5377         * docs/plugins/inspect/plugin-goom.xml:
5378         * docs/plugins/inspect/plugin-halelements.xml:
5379         * docs/plugins/inspect/plugin-icydemux.xml:
5380         * docs/plugins/inspect/plugin-id3demux.xml:
5381         * docs/plugins/inspect/plugin-jpeg.xml:
5382         * docs/plugins/inspect/plugin-level.xml:
5383         * docs/plugins/inspect/plugin-matroska.xml:
5384         * docs/plugins/inspect/plugin-mulaw.xml:
5385         * docs/plugins/inspect/plugin-multipart.xml:
5386         * docs/plugins/inspect/plugin-navigationtest.xml:
5387         * docs/plugins/inspect/plugin-ossaudio.xml:
5388         * docs/plugins/inspect/plugin-png.xml:
5389         * docs/plugins/inspect/plugin-rtp.xml:
5390         * docs/plugins/inspect/plugin-rtsp.xml:
5391         * docs/plugins/inspect/plugin-shout2send.xml:
5392         * docs/plugins/inspect/plugin-smpte.xml:
5393         * docs/plugins/inspect/plugin-speex.xml:
5394         * docs/plugins/inspect/plugin-taglib.xml:
5395         * docs/plugins/inspect/plugin-udp.xml:
5396         * docs/plugins/inspect/plugin-videobalance.xml:
5397         * docs/plugins/inspect/plugin-videobox.xml:
5398         * docs/plugins/inspect/plugin-videoflip.xml:
5399         * docs/plugins/inspect/plugin-videomixer.xml:
5400         * docs/plugins/inspect/plugin-wavenc.xml:
5401         * docs/plugins/inspect/plugin-wavparse.xml:
5402         * docs/plugins/inspect/plugin-ximagesrc.xml:
5403           Update to CVS.
5404
5405 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5406
5407         Patch by: Sebastian Dröge <slomo circular-chaos org>
5408
5409         * gst/audiofx/audiopanorama.c:
5410           Fix doc section name (Fixes #397946)
5411
5412 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5413
5414         * sys/v4l2/gstv4l2object.c:
5415         (gst_v4l2_object_install_properties_helper),
5416         (gst_v4l2_object_set_property_helper),
5417         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5418         * sys/v4l2/gstv4l2object.h:
5419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5420         (gst_v4l2src_init), (gst_v4l2src_set_property),
5421         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5422         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5423         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5424         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5425         (gst_v4l2src_capture_deinit):
5426           Fix EIO handing when capturing. Add new property to specify the number of
5427           buffers to enque (and remove the borked num-buffers usage).
5428
5429 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5430
5431         Patch by: Sebastian Dröge <slomo circular-chaos org>
5432
5433         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5434         (gst_audio_panorama_set_process_function):
5435           Use a function array for process methods, add more docs and define the
5436           startindex of enums.
5437
5438 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         Patch by: Mark Nauwelaerts <manauw at skynet be>
5441
5442         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5443         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5444         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5445         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5446         (gst_avi_mux_riff_get_avi_header),
5447         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5448         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5449         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5450         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5451         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5452         (gst_avi_mux_change_state):
5453         * gst/avi/gstavimux.h:
5454         * tests/check/elements/avimux.c: (teardown_src_pad):
5455           Add support for more than one audio stream; write better AVIX
5456           header; refactor code a bit; don't announce vorbis caps on our audio
5457           sink pads since we don't support it anyway. Closes #379298.
5458
5459 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         Patch by: Sebastian Dröge <slomo circular-chaos org>
5462
5463         * gst/audiofx/audiopanorama.c:
5464         (gst_audio_panorama_method_get_type),
5465         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5466         (gst_audio_panorama_set_process_function),
5467         (gst_audio_panorama_set_property),
5468         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5469         (gst_audio_panorama_transform_m2s_int_simple),
5470         (gst_audio_panorama_transform_s2s_int_simple),
5471         (gst_audio_panorama_transform_m2s_float_simple),
5472         (gst_audio_panorama_transform_s2s_float_simple):
5473         * gst/audiofx/audiopanorama.h:
5474           Add 'method' property and provide a simple (non-psychoacustic)
5475           processing method (#394859).
5476
5477         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5478         (panorama_suite):
5479           Tests for new method.
5480
5481 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5484         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5485           Set correct caps on outgoing pulled buffers, or things blow up
5486           after recent core changes.
5487
5488 2007-01-11  Wim Taymans  <wim@fluendo.com>
5489
5490         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5491
5492         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5493         (gst_multipart_mux_request_new_pad),
5494         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5495         (gst_multipart_mux_change_state):
5496         Return FLOW errors ASAP. Fixes #394977.
5497         Misc cleanups.
5498
5499 2007-01-11  Wim Taymans  <wim@fluendo.com>
5500
5501         Patch by: Lutz Mueller <lutz at topfrose dot de>
5502
5503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5504         Check for stream pad before activating. 
5505
5506 2007-01-10  Wim Taymans  <wim@fluendo.com>
5507
5508         Patch by: Peter Kjellerstedt  <pkj at axis com>
5509
5510         * gst/rtsp/COPYING.MIT:
5511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5512         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5513         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5514         (gst_rtspsrc_stream_configure_transport),
5515         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5516         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5517         (gst_rtspsrc_parse_methods),
5518         (gst_rtspsrc_create_transports_string),
5519         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5520         (gst_rtspsrc_open), (gst_rtspsrc_close):
5521         * gst/rtsp/gstrtspsrc.h:
5522         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5523         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5524         (parse_request_line), (parse_line), (rtsp_connection_read),
5525         (rtsp_connection_close):
5526         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5527         (rtsp_method_as_text), (rtsp_header_as_text),
5528         (rtsp_status_as_text), (rtsp_find_header_field),
5529         (rtsp_find_method):
5530         * gst/rtsp/rtspdefs.h:
5531         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5532         (rtsp_ext_wms_configure_stream):
5533         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5534         (rtsp_message_new_request), (rtsp_message_init_request),
5535         (rtsp_message_new_response), (rtsp_message_init_response),
5536         (rtsp_message_init_data), (rtsp_message_unset),
5537         (rtsp_message_free), (rtsp_message_add_header),
5538         (rtsp_message_get_header), (rtsp_message_set_body),
5539         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5540         * gst/rtsp/rtspmessage.h:
5541         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5542         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5543         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5544         (sdp_message_dump):
5545         Allow url to be NULL to be able to use it for server connections.
5546         Can now send responses as well as requests.
5547         No longer hangs in an endless loop if EOF is received.
5548         Can now convert a status code to a text string.
5549         Return RTSP_HDR_INVALID for unknown headers.
5550         Return RTSP_INVALID for unknown methods.
5551         Copy CSeq and Session headers from the request.
5552         Only free memory corresponding to the currently set message type.
5553         Added const to function arguments as appropriate.
5554         Avoid a compiler warning when initializing nmedia.
5555         Use guint rather than gint to avoid compiler warnings.
5556         Fix crasher in wms extension.
5557         Factor out stream setup from open_connection.
5558         Delay activation of streams when actual data is received from the
5559         server, this prepares us to do proper protocol switching.
5560         Added new license.
5561         Fixes #380895.
5562
5563
5564 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         Patch by: Sebastian Dröge <slomo ubuntu com>
5567
5568         * docs/plugins/Makefile.am:
5569         * gst/audiofx/audiopanorama.c:
5570           Some small docs fixes (#394851).
5571
5572 2007-01-09  Wim Taymans  <wim@fluendo.com>
5573
5574         * gst/avi/gstavidemux.c:
5575         Fix docs.
5576
5577 2007-01-09  Wim Taymans  <wim@fluendo.com>
5578
5579         * gst/rtp/Makefile.am:
5580         * gst/rtp/gstrtp.c: (plugin_init):
5581         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5582         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5583         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5584         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5585         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5586         * gst/rtp/gstrtpmpvdepay.h:
5587           Added RFC 2250 MPEG Video Depayloader.
5588
5589         * gst/rtp/gstrtpL16depay.h:
5590         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5591         (gst_rtp_h263p_depay_process):
5592         Fix Header file. Small cleanups.
5593
5594         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5595         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5596         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5597         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5598         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5599         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5600         (gst_rtp_mp4v_depay_change_state):
5601         Remove usused code. Remove Adapter from state Change. Added debug.
5602
5603         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5604         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5605         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5606         * gst/rtp/gstrtpmpadepay.h:
5607         Subclass base depayloader.
5608         Added debug.
5609         Support static payload type assignment as well.
5610
5611         * gst/rtp/gstrtpmpapay.c:
5612         Fix caps.
5613
5614 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5617
5618         * ext/jpeg/gstjpegdec.c:
5619         * ext/jpeg/gstjpegenc.c:
5620         * ext/jpeg/smokecodec.c:
5621           These libjpeg callbacks should return a 'boolean' (unsigned char
5622           apparently) and not a 'gboolean' (which maps to gint). Fixes
5623           warnings when compiling with MingW (#393427).
5624
5625         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5626           Use ioctlsocket on win32.
5627
5628         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5629           Some printf format fixes for win32.
5630
5631 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5632
5633         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5634           Use gst_guint64_to_gdouble for conversion.
5635         * win32/vs6/libgstmatroska.dsp:
5636           Add zlib to the link.
5637         * win32/vs6/libgstvideobox.dsp:
5638           Update liboil library name (project is linked to 
5639           liboil-0.3-0.lib now).
5640           
5641 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         * gst/matroska/Makefile.am:
5644           If zlib is available and used, we must link it explicitly for
5645           things to work on MingW (fixes #392855).
5646
5647 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * ext/esd/esdsink.c: (gst_esdsink_delay):
5650           Don't return bogus values when esd_get_delay() fails for some
5651           reason (#392189).
5652
5653 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * sys/ximage/gstximagesrc.c: (composite_pixel):
5656           Fix presumably copy'n'pasto for 16bpp depth.
5657
5658 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * gst/matroska/matroska-mux.c:
5661         (gst_matroska_mux_audio_pad_setcaps):
5662           The "signed" field in audio caps is of boolean type, trying to use
5663           gst_structure_get_int() to extract it will fail. Fixing this makes
5664           matroskamux accept raw audio input (#387121) (use at your own risk
5665           though, due to the matroska spec being not entirely useful in this
5666           respect).
5667           Also fix up raw audio structures in template caps so that they
5668           represent what our setcaps function will actually accept, so that
5669           converters know what to convert to.
5670           Finally, don't fail if there isn't an "endianness" field in 8-bit
5671           PCM caps.
5672
5673 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5674
5675         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5676         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5677         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5678         (teardown_cmmldec):
5679         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5680         (teardown_cmmlenc):
5681         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5682           reapply consistent pad (de)activation
5683
5684 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
5685
5686         * configure.ac:
5687         Back to CVS
5688
5689         * gst-plugins-good.doap:
5690         Add 0.10.5 doap entry
5691
5692 === release 0.10.5 ===
5693
5694 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
5695
5696         * configure.ac:
5697           releasing 0.10.5, "The Path of Thorns"
5698
5699 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5700
5701         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5702         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5703         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5704         (teardown_cmmldec):
5705         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5706         (teardown_cmmlenc):
5707         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5708           revert my freeze breakage
5709
5710 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5711
5712         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5713         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5714         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5715         (teardown_cmmldec):
5716         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5717         (teardown_cmmlenc):
5718         * tests/check/elements/level.c: (setup_level), (cleanup_level):
5719           consistent pad (de)activation
5720
5721 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5722
5723         * configure.ac:
5724         * ext/Makefile.am:
5725         Disable LADPSA, as it has moved to the -bad module for the duration.
5726
5727 2006-12-18  Wim Taymans  <wim@fluendo.com>
5728
5729         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5730         (gst_signal_processor_event):
5731         Reset flow_state back to _OK after a flush stop so that we exit our
5732         error state after the flush. Fixes #374213
5733
5734 2006-12-16  David Schleef  <ds@schleef.org>
5735
5736         * sys/osxvideo/osxvideosink.h:
5737         * sys/osxvideo/osxvideosink.m:
5738           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
5739
5740 2006-12-16  David Schleef  <ds@schleef.org>
5741
5742         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5743
5744         * sys/osxvideo/Makefile.am:
5745         * sys/osxvideo/osxvideosink.h:
5746         * sys/osxvideo/osxvideosink.m:
5747           Preliminary patch for porting osxvideosink
5748
5749 2006-12-16  Wim Taymans  <wim@fluendo.com>
5750
5751         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5752
5753         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5754         (gst_videomixer_set_master_geometry),
5755         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5756         (gst_videomixer_reset), (gst_videomixer_init),
5757         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5758         (gst_videomixer_release_pad), (gst_videomixer_collected),
5759         (gst_videomixer_change_state):
5760         Introduce some locking around the videomixer state so that it does not
5761         crash when adding/removing pads. Fixes #383043.
5762
5763 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * configure.ac:
5766           Make sure libcaca can actually be used instead of just checking for
5767           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5768           cross-compiling (fixes #384587).
5769
5770 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5771
5772         * Makefile.am:
5773         * gst-plugins-good.doap:
5774         * gst-plugins-good.spec.in:
5775           adding doap file
5776
5777 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         * configure.ac:
5780           libflac-1.1.3 changed API again, but we can't build against it yet,
5781           so make sure our check doesn't use libflac-1.1.3 and add a comment
5782           to this effect.
5783
5784 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5787         (gst_quarktv_planetable_clear):
5788           Add some NULL pointer checks (possibly related to #385623).
5789
5790 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5793         (gst_tag_demux_chain):
5794         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5795           In streaming mode, if the first buffer we get doesn't have an
5796           offset, fix it up to be 0, otherwise trimming won't work later on
5797           and we'll be typefinding application/x-id3, which may result in
5798           decodebin plugging an endless number of id3demux elements as a
5799           consequence. Fixes #385031.
5800           
5801 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5802
5803         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5804           Ignore the buffer_time the sound device reports. Turns out it is 
5805           sometimes completely bogus and we're better off without it.
5806
5807 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5810         (gst_matroska_demux_video_caps):
5811         * gst/matroska/matroska-ids.c:
5812         (gst_matroska_track_init_video_context):
5813         * gst/matroska/matroska-ids.h:
5814           Try harder to extract the framerate for video tracks correctly and
5815           save it directly instead of converting it back and forth a few
5816           times. Mostly makes a difference for very small framerates (<1).
5817           Fixes #380199.
5818
5819 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5822         (gst_gconf_audio_src_dispose), (do_toggle_element):
5823         * ext/gconf/gstgconfaudiosrc.h:
5824           Remove gconf notify hook when the gconfaudiosrc element is
5825           destroyed, otherwise the callback may be called on an
5826           already-destroyed instance and bad things happen. Should fix
5827           #378184.
5828           Also ignore gconf key changes when the source is already running.
5829
5830 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         Patch by: Sebastian Dröge  <mail at slomosnail de>
5833
5834         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5835           We need to be able to read and parse any possible floating point string
5836           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5837           will parse the former only in certain locales though, so we really need
5838           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5839           make sure we can parse either version at all times.
5840           Fixes #382982 for real.
5841
5842 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5843
5844         * sys/sunaudio/gstsunaudiomixerctrl.c:
5845         * sys/sunaudio/gstsunaudiosrc.c:
5846
5847         Use the sunaudio debug category.
5848
5849         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5850         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5851         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5852         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5853         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5854         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5855         (gst_sunaudiosink_reset):
5856         * sys/sunaudio/gstsunaudiosink.h:
5857
5858         Uses the sunaudio debug category for all debug output
5859         Implements the _delay() callback to synchronise video playback better
5860         Change the segtotal and segsize values back to the parent class 
5861           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5862           respectively)
5863         Measure the samples written to the device vs. played.
5864         Keep track of segments in the device by writing empty eof frames, and
5865         sleep using a GCond when we get too far ahead and risk overrunning the
5866         sink's ringbuffer.
5867
5868         Fixes: #360673
5869
5870 2006-12-08  Wim Taymans  <wim@fluendo.com>
5871
5872         Patch by: Sebastian Dröge  <mail at slomosnail de >
5873
5874         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5875         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5876         * gst/audiofx/audiopanorama.h:
5877         Fix audiopanorame with float samples. Fixes #383726.
5878
5879 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5880
5881         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5882         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5883         (gst_sunaudiosrc_reset):
5884
5885         Implement reset functions to unblock the src/sink more quickly on 
5886         state change requests.
5887         Patch by: Brian Cameron <brian dot cameron at sun com>
5888
5889 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5890
5891         * sys/sunaudio/gstsunaudiomixer.c:
5892         (gst_sunaudiomixer_change_state):
5893         Construct the correct mixer device name when the AUDIODEV env var
5894         is set.
5895
5896         Patch by: Jerry Tan <jerry.tan at sun dot com>
5897         Fixes: #383596
5898
5899 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5900
5901         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5902         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5903         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5904         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5905         Patch by: Jerry Tan <jerry.tan at sun dot com>
5906         Fixes: #349015
5907
5908 2006-12-07  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/smpte/gstmask.h:
5911         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5912         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5913         (gst_smpte_collected), (gst_smpte_set_property),
5914         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5915         * gst/smpte/gstsmpte.h:
5916         Port to 0.10 some more. 
5917         Added duration property to specify the duration of the transition.
5918         Make framerate a fraction.
5919         Deprecate fps property, we only use negotiated fps.
5920         Added docs.
5921         Fix collectpad usage.
5922         Reset state in READY.
5923         Send NEWSEGMENT event.
5924         Fix racy updates of object properties.
5925         Added debug category.
5926         Fixes #383323.
5927
5928 2006-12-06  Wim Taymans  <wim@fluendo.com>
5929
5930         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5931
5932         * gst/videomixer/videomixer.c:
5933         (gst_videomixer_set_master_geometry),
5934         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5935         Don't reset xpos and ypos in the setcaps function because causes
5936         unexpected behaviour.
5937         Fixes #382179.
5938
5939 2006-12-06  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5942         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5943         Keep track of the buffer timestamp in the collectdata member instead
5944         of modifying the buffer without making the metadata writable first.
5945         Fixes #382277.
5946
5947 2006-12-06  Wim Taymans  <wim@fluendo.com>
5948
5949         Patch by: Rob Taylor <robtaylor at floopily dot org>
5950
5951         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5952         If using multicast in udpsrc, bind to the multicast address rather than
5953         IN_ADDR_ANY.
5954         This allows the simultanous use of multiple udpsrcs listening on
5955         different multicat addresses. Without this all udpsrcs will receive all
5956         packets from all subscribed multicast addresses.
5957         Fixes #383001.
5958
5959 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5960
5961         * ext/taglib/gstid3v2mux.cc:
5962         Don't attempt to write a NULL frame into the ID3 tag set when the 
5963         createFrame method returned NULL.
5964         Fixes: #381857
5965         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5966
5967 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5968
5969         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5970         Use g_strtod() instead of sscanf to parse doubles, so that it will
5971         try parsing in the C locale if the current locale fails.
5972         Fixes: #382982
5973         Patch by: Sebastian Dröge  <mail at slomosnail de >
5974
5975 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5976
5977         * win32/MANIFEST:
5978         Fix compilation on win32 under VS8
5979         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5980         Partially fixes #381175
5981
5982 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5983
5984         * gst/avi/gstavimux.c:
5985           accept all mpegversions,fixes #380825
5986           spotted by: Jerome Alet  
5987
5988 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5991         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5992         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5993         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5994           cleanup the error message a bit more
5995
5996 2006-11-28  Wim Taymans  <wim@fluendo.com>
5997
5998         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5999         Fix width and height properties.
6000
6001         * ext/libcaca/gstcacasink.h:
6002         Fix compilation on newer libcaca that require us to include a new
6003         header. Fixes #379918.
6004
6005 2006-11-28  Wim Taymans  <wim@fluendo.com>
6006
6007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6008         * gst/rtsp/gstrtspsrc.h:
6009         * gst/rtsp/rtspext.h:
6010         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6011         (rtsp_ext_wms_get_context):
6012         Add method so that extensions can choose to disable the setup of
6013         a stream.
6014         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6015
6016 2006-11-27  Wim Taymans  <wim@fluendo.com>
6017
6018         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6019
6020         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6021         Push header in a separate buffer instead of memcpy:ing all data.
6022         Change LF => CRLF in headers.
6023         Move trailing LF to header. Fixes #379792.
6024
6025 2006-11-27  Wim Taymans  <wim@fluendo.com>
6026
6027         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6028         Small buffer overflow fix and improve debugging.
6029
6030 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6031
6032         * ext/esd/esdmon.h:
6033         * ext/esd/esdsink.h:
6034           remove obsolete _factory_init protos
6035
6036 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6037
6038         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6039         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6040         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6041         (gst_avi_demux_read_subindexes_push),
6042         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6043         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6044         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6045         (gst_avi_demux_massage_index),
6046         (gst_avi_demux_calculate_durations_from_index),
6047         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6048         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6049         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6050           remove dead code, tweak debugs statements, add comments, use
6051           _uint64_scale instead _uint64_scale_int when using guint64 values,
6052           small optimizations, reflow some error handling
6053
6054 2006-11-22  Edward Hervey  <edward@fluendo.com>
6055
6056         * po/.cvsignore:
6057         We never put .pot files in cvs. Let's ignore them all.
6058
6059 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * po/POTFILES.in:
6062           ... but better exclude files that aren't disted.
6063
6064 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * po/POTFILES.in:
6067           Add v4l2 source files to list of files with translations, so the
6068           strings are actually extracted (however bad they still may be).
6069
6070 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6073           Minor clean-ups: const-ify static array, remove trailing comma from
6074           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6075
6076 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6077
6078         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6079         Make sure that g_free always gets called on the same pointer that was 
6080         returned by g_malloc.  Fixes #376594.
6081         Do not leak memory if decompressed size is wrong.
6082         Remove unneeded check of return value of g_malloc.
6083         Patch by: René Stadler <mail@renestadler.de>
6084
6085 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6088           Add missing curly brackets.
6089
6090 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6091
6092         * sys/v4l2/v4l2src_calls.c:
6093         Fix capture_deinit.
6094
6095 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6098         (gst_matroska_mux_request_new_pad):
6099           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6100
6101         * tests/check/elements/matroskamux.c: (setup_src_pad),
6102         (setup_sink_pad), (GST_START_TEST):
6103         Activate pads before using them.
6104
6105 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6108           Initialise variable to get rid of bogus compiler warning.
6109
6110 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6111
6112         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6113
6114         * gst/rtp/gstrtph263pay.c:
6115         * gst/rtp/gstrtph263pdepay.c:
6116         * gst/rtp/gstrtph263ppay.c:
6117           Specify H.263 variant and version in the caps (fixes #361637)
6118
6119 2006-11-15  Wim Taymans  <wim@fluendo.com>
6120
6121         * gst/rtsp/rtspconnection.c: (read_body):
6122         Don't set a data pointer to NULL and a size > 0 when we deal
6123         with empty packets.
6124
6125         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6126         (rtsp_message_init_response), (rtsp_message_init_data),
6127         (rtsp_message_unset), (rtsp_message_free),
6128         (rtsp_message_take_body):
6129         Check that we can't create invalid empty packets. 
6130
6131 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6134
6135         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6136         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6137         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6138         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6139         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6140         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6141         * gst/matroska/matroska-mux.h:
6142           Add basic tag writing support; implement releasing pads (#374658).
6143
6144 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6147         (gst_matroska_demux_audio_caps):
6148           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6149
6150 2006-11-14  David Schleef  <ds@schleef.org>
6151
6152         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6153
6154 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6157
6158         * win32/vs8/gst-plugins-good.sln:
6159         * win32/vs8/libgst1394.vcproj:
6160         * win32/vs8/libgstaasink.vcproj:
6161         * win32/vs8/libgstalaw.vcproj:
6162         * win32/vs8/libgstalpha.vcproj:
6163         * win32/vs8/libgstalphacolor.vcproj:
6164         * win32/vs8/libgstannodex.vcproj:
6165         * win32/vs8/libgstapetag.vcproj:
6166         * win32/vs8/libgstaudiofx.vcproj:
6167         * win32/vs8/libgstauparse.vcproj:
6168         * win32/vs8/libgstautodetect.vcproj:
6169         * win32/vs8/libgstavi.vcproj:
6170         * win32/vs8/libgstcacasink.vcproj:
6171         * win32/vs8/libgstcdio.vcproj:
6172         * win32/vs8/libgstcutter.vcproj:
6173         * win32/vs8/libgstdv.vcproj:
6174         * win32/vs8/libgsteffectv.vcproj:
6175         * win32/vs8/libgstflac.vcproj:
6176         * win32/vs8/libgstflxdec.vcproj:
6177         * win32/vs8/libgstgoom.vcproj:
6178         * win32/vs8/libgsticydemux.vcproj:
6179         * win32/vs8/libgstid3demux.vcproj:
6180         * win32/vs8/libgstjpeg.vcproj:
6181         * win32/vs8/libgstladspa.vcproj:
6182         * win32/vs8/libgstlevel.vcproj:
6183         * win32/vs8/libgstmatroska.vcproj:
6184         * win32/vs8/libgstmikmod.vcproj:
6185         * win32/vs8/libgstmng.vcproj:
6186         * win32/vs8/libgstmonoscope.vcproj:
6187         * win32/vs8/libgstmulaw.vcproj:
6188         * win32/vs8/libgstmultipart.vcproj:
6189         * win32/vs8/libgstpng.vcproj:
6190         * win32/vs8/libgstrtp.vcproj:
6191         * win32/vs8/libgstrtsp.vcproj:
6192         * win32/vs8/libgstshout2.vcproj:
6193         * win32/vs8/libgstsmpte.vcproj:
6194         * win32/vs8/libgstspeex.vcproj:
6195         * win32/vs8/libgsttaglib.vcproj:
6196         * win32/vs8/libgstudp.vcproj:
6197         * win32/vs8/libgstvideobalance.vcproj:
6198         * win32/vs8/libgstvideobox.vcproj:
6199         * win32/vs8/libgstvideoflip.vcproj:
6200         * win32/vs8/libgstvideomixer.vcproj:
6201         * win32/vs8/libgstwavenc.vcproj:
6202         * win32/vs8/libgstwavparse.vcproj:
6203           Make end-of-line returns unixy, so that when the files are checked
6204           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6205           Hopefully fixes #366492.
6206
6207 2006-11-14  Wim Taymans  <wim@fluendo.com>
6208
6209         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6210         Disable init_frames delay timestamp adjustment, it does not
6211         seem to be needed at all. Fixes #369621.
6212
6213 2006-11-13  Wim Taymans  <wim@fluendo.com>
6214
6215         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6216
6217         * gst/videomixer/videomixer.c:
6218         (gst_videomixer_set_master_geometry),
6219         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6220         (gst_videomixer_collect_free), (gst_videomixer_reset),
6221         (gst_videomixer_init), (gst_videomixer_finalize),
6222         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6223         (gst_videomixer_collected), (gst_videomixer_change_state):
6224         Fix memleak by unref'ing collectpads instance (when finalizing)
6225         Implement releasing a request pad. Fixes #374479.
6226
6227 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6230
6231         * win32/vs8/gst-plugins-good.sln:
6232         * win32/vs8/libgst1394.vcproj:
6233         * win32/vs8/libgstaasink.vcproj:
6234         * win32/vs8/libgstalaw.vcproj:
6235         * win32/vs8/libgstalpha.vcproj:
6236         * win32/vs8/libgstalphacolor.vcproj:
6237         * win32/vs8/libgstannodex.vcproj:
6238         * win32/vs8/libgstapetag.vcproj:
6239         * win32/vs8/libgstaudiofx.vcproj:
6240         * win32/vs8/libgstauparse.vcproj:
6241         * win32/vs8/libgstautodetect.vcproj:
6242         * win32/vs8/libgstavi.vcproj:
6243         * win32/vs8/libgstcacasink.vcproj:
6244         * win32/vs8/libgstcdio.vcproj:
6245         * win32/vs8/libgstcutter.vcproj:
6246         * win32/vs8/libgstdv.vcproj:
6247         * win32/vs8/libgsteffectv.vcproj:
6248         * win32/vs8/libgstflac.vcproj:
6249         * win32/vs8/libgstflxdec.vcproj:
6250         * win32/vs8/libgstgoom.vcproj:
6251         * win32/vs8/libgsticydemux.vcproj:
6252         * win32/vs8/libgstid3demux.vcproj:
6253         * win32/vs8/libgstjpeg.vcproj:
6254         * win32/vs8/libgstladspa.vcproj:
6255         * win32/vs8/libgstlevel.vcproj:
6256         * win32/vs8/libgstmatroska.vcproj:
6257         * win32/vs8/libgstmikmod.vcproj:
6258         * win32/vs8/libgstmng.vcproj:
6259         * win32/vs8/libgstmonoscope.vcproj:
6260         * win32/vs8/libgstmulaw.vcproj:
6261         * win32/vs8/libgstmultipart.vcproj:
6262         * win32/vs8/libgstpng.vcproj:
6263         * win32/vs8/libgstrtp.vcproj:
6264         * win32/vs8/libgstrtsp.vcproj:
6265         * win32/vs8/libgstshout2.vcproj:
6266         * win32/vs8/libgstsmpte.vcproj:
6267         * win32/vs8/libgstspeex.vcproj:
6268         * win32/vs8/libgsttaglib.vcproj:
6269         * win32/vs8/libgstudp.vcproj:
6270         * win32/vs8/libgstvideobalance.vcproj:
6271         * win32/vs8/libgstvideobox.vcproj:
6272         * win32/vs8/libgstvideoflip.vcproj:
6273         * win32/vs8/libgstvideomixer.vcproj:
6274         * win32/vs8/libgstwavenc.vcproj:
6275         * win32/vs8/libgstwavparse.vcproj:
6276           Add VS8 project files (note that many of the plugins in ext are
6277           disabled by default). Fixes #366492.
6278
6279 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6280
6281         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6282           we do not translate debug messages
6283
6284 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6285
6286         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6287           fix categorisation, make short desc more explicit, remove unused code
6288           Fixes #372021
6289
6290 2006-11-08  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst/rtp/gstrtpL16depay.c:
6293         * gst/rtp/gstrtpamrdepay.c:
6294         * gst/rtp/gstrtpamrpay.c:
6295         * gst/rtp/gstrtpgsmdepay.c:
6296         * gst/rtp/gstrtph263pay.c:
6297         * gst/rtp/gstrtph263pdepay.c:
6298         * gst/rtp/gstrtph263ppay.c:
6299         * gst/rtp/gstrtph264depay.c:
6300         * gst/rtp/gstrtpmp2tdepay.c:
6301         * gst/rtp/gstrtpmp4gdepay.c:
6302         * gst/rtp/gstrtpmp4gpay.c:
6303         * gst/rtp/gstrtpmp4vdepay.c:
6304         * gst/rtp/gstrtpmp4vpay.c:
6305         * gst/rtp/gstrtpmpadepay.c:
6306         * gst/rtp/gstrtpmpapay.c:
6307         * gst/rtp/gstrtppcmadepay.c:
6308         * gst/rtp/gstrtppcmapay.c:
6309         * gst/rtp/gstrtppcmudepay.c:
6310         * gst/rtp/gstrtppcmupay.c:
6311         * gst/rtp/gstrtpspeexdepay.c:
6312         * gst/rtp/gstrtpspeexpay.c:
6313         * gst/rtp/gstrtpsv3vdepay.c:
6314         Fix element descriptions.
6315
6316 2006-11-08  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst/rtp/gstrtpvorbisdepay.c:
6319         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6320         Fix description.
6321         Small cleanup in the payloader.
6322
6323 2006-11-08  Wim Taymans  <wim@fluendo.com>
6324
6325         * gst/rtp/Makefile.am:
6326         * gst/rtp/gstrtp.c: (plugin_init):
6327         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6328         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6329         (gst_rtp_theora_depay_finalize),
6330         (gst_rtp_theora_depay_parse_configuration),
6331         (gst_rtp_theora_depay_setcaps),
6332         (gst_rtp_theora_depay_switch_codebook),
6333         (gst_rtp_theora_depay_process),
6334         (gst_rtp_theora_depay_set_property),
6335         (gst_rtp_theora_depay_get_property),
6336         (gst_rtp_theora_depay_change_state),
6337         (gst_rtp_theora_depay_plugin_init):
6338         * gst/rtp/gstrtptheoradepay.h:
6339         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6340         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6341         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6342         (gst_rtp_theora_pay_init_packet),
6343         (gst_rtp_theora_pay_flush_packet),
6344         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6345         (gst_rtp_theora_pay_handle_buffer),
6346         (gst_rtp_theora_pay_plugin_init):
6347         * gst/rtp/gstrtptheorapay.h:
6348         Add theora pay/depayloaders.
6349
6350 2006-11-06  Wim Taymans  <wim@fluendo.com>
6351
6352         * gst/rtp/Makefile.am:
6353         We depend on gsttag to generate the vorbis comments.
6354
6355         * gst/rtp/gstrtpvorbisdepay.c:
6356         (gst_rtp_vorbis_depay_parse_configuration),
6357         (gst_rtp_vorbis_depay_setcaps),
6358         (gst_rtp_vorbis_depay_switch_codebook),
6359         (gst_rtp_vorbis_depay_process):
6360         * gst/rtp/gstrtpvorbisdepay.h:
6361         Parse configuration string in the depayloader.
6362         Implement selecting and switching to a new codebook.
6363         Receiving vorbis over RTP now works.
6364
6365         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6366         (gst_rtp_vorbis_pay_init_packet),
6367         (gst_rtp_vorbis_pay_finish_headers),
6368         (gst_rtp_vorbis_pay_handle_buffer):
6369         * gst/rtp/gstrtpvorbispay.h:
6370         Set timestamps on outgoing buffers and RTP packets.
6371         Fix configuration string, prepend number of Packet headers.
6372         Fix encoding of ident string.
6373         Add delivery-method to caps.
6374         Streaming vorbis over RTP now works.
6375
6376 2006-11-06  Wim Taymans  <wim@fluendo.com>
6377
6378         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6379         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6380         (gst_rtp_vorbis_pay_handle_buffer):
6381         * gst/rtp/gstrtpvorbispay.h:
6382         Generate a valid configuration string in the caps based on the
6383         vorbis headers.
6384
6385 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6388         * ext/cdio/gstcdio.h:
6389         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6390           Move CD-TEXT utility function into common file so it can also be
6391           used by a future cdioparanoiasrc.
6392
6393 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6394         
6395         * sys/v4l2/Makefile.am:
6396         * sys/v4l2/gstv4l2object.c:
6397         * sys/v4l2/gstv4l2src.c:
6398         * sys/v4l2/gstv4l2xoverlay.c:
6399         * sys/v4l2/v4l2_calls.c:
6400         * sys/v4l2/v4l2src_calls.c:
6401         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6402         xoverlay code that is still not implemented.
6403
6404 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6407           We require a -base more recent than 0.10.9, so it's safe to use
6408           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6409
6410         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6411         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6412           Use _newsegment_full() now that we depend on a recent enough core.
6413
6414         * gst/wavparse/gstwavparse.c:
6415           Remove cruft that we don't need any longer now that we depend on
6416           a recent enough -base.
6417
6418 2006-10-31  Wim Taymans  <wim@fluendo.com>
6419
6420         * gst/rtp/Makefile.am:
6421         * gst/rtp/gstrtp.c: (plugin_init):
6422         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6423         (gst_rtpilbcpay_setcaps):
6424         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6425
6426 2006-10-31  Wim Taymans  <wim@fluendo.com>
6427
6428         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6429         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6430         Some small cleanups, use _scale.
6431
6432 2006-10-31  Wim Taymans  <wim@fluendo.com>
6433
6434         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6435         Use higher precision scale function.
6436
6437 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         Patch by: Michal Benes  <michal dot benes at itonis tv>
6440
6441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6442         (gst_matroska_demux_read_track_encodings),
6443         (gst_matroska_decode_buffer):
6444           Fix several issues with encoded/compressed/encrypted/signed tracks;
6445           also, remove superfluous newline characters from some debug
6446           statements. (#366155)
6447
6448 2006-10-30  Wim Taymans  <wim@fluendo.com>
6449
6450         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6451         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6452         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6453         (gst_smokedec_change_state):
6454         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6455         (gst_smokeenc_init), (gst_smokeenc_finalize),
6456         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6457         (gst_smokeenc_resync), (gst_smokeenc_chain),
6458         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6459         (gst_smokeenc_change_state):
6460         Various cleanups, capsnego and leak fixes.
6461
6462 2006-10-30  Wim Taymans  <wim@fluendo.com>
6463
6464         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6465
6466         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6467         Fix videomixer so that it can handle any combination of framerates.
6468         Fixes #367221.
6469
6470 2006-10-28  Wim Taymans  <wim@fluendo.com>
6471
6472         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6473         (gst_avi_demux_parse_file_header),
6474         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6475         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6476         (gst_avi_demux_chain):
6477         Fix position query for audio. also fixes timestamps in streaming
6478         mode and bug #364958.
6479         Small cleanups.
6480
6481 2006-10-27  Wim Taymans  <wim@fluendo.com>
6482
6483         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6484         * ext/libpng/gstpngenc.h:
6485         Fix strides. Fixes #364856.
6486         Cleanup capsnego.
6487         Set caps on outgoing buffers.
6488
6489 2006-10-18  Wim Taymans  <wim@fluendo.com>
6490
6491         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6492
6493         * gst/rtp/gstrtpgsmpay.c:
6494         * gst/rtp/gstrtph263pay.c:
6495         * gst/rtp/gstrtpmpapay.c:
6496         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6497         (gst_rtp_pcma_pay_handle_buffer):
6498         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6499         Add static payload numbers in addition to the dynamic ones.
6500         Fixes #361639.
6501
6502 2006-10-18  Wim Taymans  <wim@fluendo.com>
6503
6504         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6505         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6506         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6507         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6508         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6509         * gst/rtsp/rtspdefs.h:
6510         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6511         * gst/rtsp/rtspurl.h:
6512         Reuse already existing enum for lower transport.
6513         Add rtspt and rtspu protocols.
6514         Send redirect to rtspt when udp times out.
6515
6516 2006-10-18  Wim Taymans  <wim@fluendo.com>
6517
6518         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6519         (gst_wavparse_stream_data):
6520         Fix seeking some more, mostly for speed changes.
6521
6522 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         Patch by: Fredrik Persson  <frepe at bredband net>
6525
6526         * sys/v4l2/gstv4l2tuner.c:
6527         * sys/v4l2/gstv4l2tuner.h:
6528           Fix _set_channel(): remove useless g_object_notify() for "channel"
6529           property that doesn't exist any longer and therefore now also
6530           useless redirect (#338818).
6531
6532 2006-10-17  Wim Taymans  <wim@fluendo.com>
6533
6534         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6535         Some drivers do not support unsetting the non-blocking flag once the
6536         device is opened. In those cases, close/open the device in
6537         non-blocking mode. Fixes #362673.
6538
6539 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6540
6541         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6543         (gst_v4l2src_get_fps):
6544           dear stefan, framespersecond is not frameperiod, reverting but adding
6545           comment
6546
6547 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6548
6549         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6550         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6551         (gst_v4l2src_get_fps):
6552           Numerator is numerator and denominator is denominator. Say that aloud
6553           5 times and retry after next beer.
6554
6555 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         Patch by: Josep Torra Valles  <josep at fluendo com>
6558
6559         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6560         * ext/esd/esdsink.c: (gst_esdsink_write):
6561         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6562         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6563         (gst_flac_dec_send_newsegment):
6564         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6565         (gst_flac_enc_tell_callback):
6566         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6567         (smokecodec_parse_header), (smokecodec_decode):
6568         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6569         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6570         * gst/goom/Makefile.am:
6571         * gst/goom/gstgoom.c:
6572         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6573         * gst/rtsp/gstrtspsrc.c:
6574         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6575         * gst/udp/gstudpsink.c:
6576         * gst/udp/gstudpsrc.c:
6577         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6578         * sys/sunaudio/gstsunaudiomixertrack.h:
6579           Fix a bunch of problems discovered by the Forte compiler, mostly type
6580           mixups and pointer arithmetics with void pointers. Fixes #362603.
6581
6582 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         * ext/speex/gstspeex.c: (plugin_init):
6585         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6586         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6587         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6588         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6589         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6590         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6591         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6592         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6593         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6594         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6595         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6596         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6597         * ext/speex/gstspeexenc.h:
6598           Miscellaneous clean-ups, among other things: speexenc => enc to
6599           enhance code readability; change speexenc => speex_enc; in chain
6600           function unref input buffer in case of error; take reference in
6601           event function; use boilerplate macro; use gst_pad_query_peer_*
6602           convenience functions.
6603
6604 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6607         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6608         (gst_speexenc_set_header_on_caps):
6609           Fix some mem leaks.
6610
6611 2006-10-11  Wim Taymans  <wim@fluendo.com>
6612
6613         * gst/rtsp/URLS:
6614         Added some other URL.
6615
6616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6617         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6618         (gst_rtspsrc_open), (gst_rtspsrc_play),
6619         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6620         * gst/rtsp/gstrtspsrc.h:
6621         Work on fallback to TCP connection when the UDP socket times out.
6622         Handler server requests, just reply with OK for now.
6623
6624         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6625         * gst/rtsp/rtspdefs.h:
6626         Added some more Real extension headers.
6627
6628         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6629         Fix parsing of urls with a ':' that is not part of the hostname:port
6630         part of the url.
6631
6632 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6635         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6636         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6637           Activate pad before adding it to the already-running element.
6638
6639         * tests/check/elements/icydemux.c: (icydemux_found_pad):
6640           Activate newly-created pad too.
6641
6642 2006-10-11  Wim Taymans  <wim@fluendo.com>
6643
6644         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6645
6646         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6647         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6648         (gst_udpsrc_start):
6649         Fix some leaks in caps and uris. Fixes #361252.
6650
6651 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/wavparse/Makefile.am:
6654           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6655
6656 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
6657
6658         * sys/v4l2/gstv4l2xoverlay.c:
6659         * sys/v4l2/gstv4l2xoverlay.h:
6660         Fix build as per the patch in #338818 comment 36.
6661
6662 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6665           Activate pads before adding them to the source.
6666
6667 2006-10-06  Wim Taymans  <wim@fluendo.com>
6668
6669         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6670         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6671         Activate pads before adding.
6672
6673 2006-10-06  Wim Taymans  <wim@fluendo.com>
6674
6675         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6676         (gst_multipart_find_pad_by_mime):
6677         Activate pads before adding.
6678
6679         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6680         BOILERPLATE sets parent_class for us.
6681
6682 2006-10-06  Wim Taymans  <wim@fluendo.com>
6683
6684         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6685         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6686         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6687         (gst_rtspsrc_alloc_udp_ports),
6688         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6689         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6690         (gst_rtspsrc_create_transports_string),
6691         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6692         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6693         * gst/rtsp/gstrtspsrc.h:
6694         Rework how the transport string is constructed, try to share channels
6695         and udp ports.
6696         Make most of the stuff less dependant on RTP as we are also going to use
6697         it for RDT.
6698         Add support for transport specific session managers.
6699
6700         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6701         Implement _flush().
6702
6703         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6704         * gst/rtsp/rtspdefs.h:
6705         Add generic error return code.
6706
6707         * gst/rtsp/rtspext.h:
6708         Add support for pluggable tranport strings.
6709
6710         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6711         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6712         (rtsp_ext_wms_get_context):
6713         Detect WMServer and activate the extension.
6714
6715         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6716         (rtsp_transport_get_manager), (rtsp_transport_parse):
6717         * gst/rtsp/rtsptransport.h:
6718         Added methods to get mime/manager for certain transports.
6719
6720 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * ext/cairo/gsttimeoverlay.c:
6723         (gst_cairo_time_overlay_update_font_height):
6724         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6725         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6726         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6727         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6728         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6729         * ext/libpng/gstpngdec.c: (user_endrow_callback):
6730         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6731         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6732         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6733         (gst_avi_demux_stream_data):
6734         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6735         * gst/debug/efence.c: (gst_efence_buffer_alloc),
6736         (gst_fenced_buffer_copy):
6737         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6741         (gst_rtspsrc_handle_message):
6742         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6743         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6744           Printf format fixes.
6745
6746 2006-10-04  Wim Taymans  <wim@fluendo.com>
6747
6748         * gst/rtsp/Makefile.am:
6749         Dist new .h file too.
6750
6751 2006-10-04  Wim Taymans  <wim@fluendo.com>
6752
6753         * gst/rtsp/Makefile.am:
6754         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6755         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6757         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6758         (gst_rtspsrc_parse_rtpmap),
6759         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6760         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6761         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6762         * gst/rtsp/gstrtspsrc.h:
6763         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6764         * gst/rtsp/rtspdefs.h:
6765         * gst/rtsp/rtspext.h:
6766         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6767         (rtsp_ext_wms_get_context):
6768         * gst/rtsp/rtspextwms.h:
6769         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6770         (rtsp_transport_parse):
6771         * gst/rtsp/rtsptransport.h:
6772         Factor out extension in separate module.
6773         Fix getcaps to filter against the padtemplate.
6774         Use Content-Base if the server gives one.
6775         Rework the transport parsing a bit for future extensions.
6776         Added some Real Header field definitions.
6777
6778 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6779
6780         * docs/plugins/Makefile.am:
6781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6782         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6783           added v4l2 stubs
6784         * gst-plugins-good.spec.in:
6785           add v4l2
6786
6787 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6790           Extract disc/album/medium number and count and try harder
6791           to extract track number/count.
6792
6793 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6794
6795         * configure.ac:
6796         * sys/Makefile.am:
6797           add build stuff for v4l2, needs --enable-experimental until
6798           the last bits are resolved
6799
6800 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         * tests/check/Makefile.am:
6803           Disable autodetect test temporarily, so that the build bots
6804           update -bad and the ranks of unreliable video sinks in there.
6805
6806         * tests/check/elements/autodetect.c: (GST_START_TEST):
6807           Skip test if no usable videosink is found.
6808
6809 2006-09-29  Wim Taymans  <wim@fluendo.com>
6810
6811         * gst/rtsp/URLS:
6812         Add some more URLs.
6813
6814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6815         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6816         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6817         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6818         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6819         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6820         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6821         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6822         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6823         * gst/rtsp/gstrtspsrc.h:
6824         Add timeout property to control UDP timeouts.
6825         Fix error messages.
6826         Also start a loop function when operating in UDP mode so that we can
6827         do some more stuff async.
6828         Handle element messages from udpsrc to detect timeouts. If a timeout
6829         happens we currently generate an error.
6830         API: rtspsrc::timeout property.
6831
6832         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6833         (gst_udpsrc_create):
6834         Really implement the timeout in microseconds and not milliseconds.
6835
6836 2006-09-29  Wim Taymans  <wim@fluendo.com>
6837
6838         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6839         (gst_udpsrc_create), (gst_udpsrc_set_property),
6840         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6841         * gst/udp/gstudpsrc.h:
6842         Added property to post a message on timeout.
6843         Updated docs.
6844         When restarting the select, initialize the fdsets again.
6845         Init control sockets so we don't accidentally close a random socket.
6846         API: GstUDPSrc::timeout property
6847
6848 2006-09-29  Wim Taymans  <wim@fluendo.com>
6849
6850         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6851         Fix flag registration.
6852
6853         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6854         Reading 0 also means 'no more commands'
6855
6856 2006-09-29  Wim Taymans  <wim@fluendo.com>
6857
6858         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6859
6860         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6861         Fix possible infinite loop when shutting down, a read can also return
6862         0 to indicate no more messages are available. Fixes #358156.
6863
6864 2006-09-25  Wim Taymans  <wim@fluendo.com>
6865
6866         * gst/autodetect/gstautoaudiosink.c:
6867         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6868         (gst_auto_audio_sink_find_best):
6869         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6870         Small cleanups.
6871         don't try to set "sync" property when it is not available.
6872
6873 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         Patch by: Peter Kjellerstedt  <pkj at axis com>
6876
6877         * gst/alpha/gstalpha.c:
6878         * gst/rtp/gstrtpamrdepay.c:
6879         * gst/rtsp/gstrtspsrc.c:
6880         * gst/udp/gstudpsrc.c:
6881         * gst/videomixer/videomixer.c:
6882           Include stdlib.h in some more places, makes things compile
6883           with uClibc and -Werror (#357592).
6884
6885 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * ext/jpeg/gstjpegdec.c:
6888           Set minimum height to 8 (from 16), our code should handle
6889           that fine. Some of the buttons on the apple trailer site
6890           are apparently only 15 pixels high (see #357470).
6891
6892 2006-09-23  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6895         (gst_rtspsrc_open):
6896         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6897         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6898         (rtsp_connection_receive):
6899         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6900         * gst/rtsp/rtspdefs.h:
6901         Improve error reporting.
6902
6903 2006-09-23  Wim Taymans  <wim@fluendo.com>
6904
6905         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6906         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6907         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6908         * gst/rtp/gstrtpdepay.c:
6909         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6910         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6911         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6912         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6913         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6914         (gst_rtp_mp2t_depay_plugin_init):
6915         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6916         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6917         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6918         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6919         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6920         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6921         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6922         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6923         Fix klass typos.
6924         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6925
6926 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * configure.ac:
6929           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6930
6931 2006-09-22  Wim Taymans  <wim@fluendo.com>
6932
6933         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6934         Don't check for a tag that is never there and check if we read the
6935         correct tag. Fixes seeking again.
6936         We must post an error when all pads are unlinked.
6937
6938 2006-09-22  Wim Taymans  <wim@fluendo.com>
6939
6940         * gst/rtp/Makefile.am:
6941         * gst/rtp/gstrtp.c: (plugin_init):
6942         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6943         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6944         (gst_rtp_vorbis_pay_reset_packet),
6945         (gst_rtp_vorbis_pay_init_packet),
6946         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6947         (gst_rtp_vorbis_pay_handle_buffer):
6948         More fixage, set endoder-params correctly in the payloader.
6949
6950 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         * gst/autodetect/gstautoaudiosink.c:
6953         (gst_auto_audio_sink_base_init):
6954         * gst/autodetect/gstautovideosink.c:
6955         (gst_auto_video_sink_base_init):
6956           Make static pad templates static to appease valgrind's leak
6957           detector.
6958
6959         * tests/check/Makefile.am:
6960         * tests/check/elements/.cvsignore:
6961         * tests/check/elements/autodetect.c: (GST_START_TEST),
6962         (autodetect_suite):
6963           Add simple test for the ghostpad lockup on shutdown fixed in core
6964           CVS (audio bit disabled because it would need dozens of alsa
6965           suppressions and I'm too lazy to add those now).
6966
6967 2006-09-22  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6970         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6971         Small cleanups.
6972
6973         * gst/rtp/Makefile.am:
6974         * gst/rtp/gstrtp.c: (plugin_init):
6975         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6976         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6977         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6978         (gst_rtp_vorbis_depay_process),
6979         (gst_rtp_vorbis_depay_set_property),
6980         (gst_rtp_vorbis_depay_get_property),
6981         (gst_rtp_vorbis_depay_change_state),
6982         (gst_rtp_vorbis_depay_plugin_init):
6983         * gst/rtp/gstrtpvorbisdepay.h:
6984         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6985         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6986         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6987         (gst_rtp_vorbis_pay_flush_packet),
6988         (gst_rtp_vorbis_pay_append_buffer),
6989         (gst_rtp_vorbis_pay_handle_buffer),
6990         (gst_rtp_vorbis_pay_plugin_init):
6991         * gst/rtp/gstrtpvorbispay.h:
6992         Add experimental vorbis pay and depayloaders.
6993
6994 2006-09-21  Wim Taymans  <wim@fluendo.com>
6995
6996         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6997         Fix profile-level-id parsing and setup.
6998
6999 2006-09-21  Wim Taymans  <wim@fluendo.com>
7000
7001         * gst/udp/README:
7002         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7003         Update README, simple cleanup.
7004
7005 2006-09-21  Wim Taymans  <wim@fluendo.com>
7006
7007         * gst/rtp/README:
7008         Update README with some examples.
7009
7010         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7011         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7012         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7013         (gst_rtp_mp4g_pay_setcaps):
7014         * gst/rtp/gstrtpmp4gpay.h:
7015         Make optional RTP parameters of type STRING, as required by the
7016         application/x-rtp caps specification.
7017
7018 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7019
7020         * gst/rtp/gstrtph263pdepay.c:
7021         * gst/rtp/gstrtph263ppay.c:
7022         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7023         RTP header.
7024
7025 2006-09-20  Wim Taymans  <wim@fluendo.com>
7026
7027         * gst/rtp/Makefile.am:
7028         And makefile too.
7029
7030 2006-09-20  Wim Taymans  <wim@fluendo.com>
7031
7032         * gst/rtp/gstrtp.c: (plugin_init):
7033         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7034         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7035         (decode_base64), (gst_rtp_asf_depay_setcaps),
7036         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7037         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7038         (gst_rtp_asf_depay_plugin_init):
7039         * gst/rtp/gstrtpasfdepay.h:
7040         Added preliminary ASF depayloader.
7041
7042         * gst/rtp/gstrtph264depay.c: (decode_base64):
7043         Fix base64 decoding.
7044
7045 2006-09-20  Wim Taymans  <wim@fluendo.com>
7046
7047         * gst/rtsp/URLS:
7048         Added some test URLS.
7049
7050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7051         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7052         * gst/rtsp/gstrtspsrc.h:
7053         When creating streams, give access to the complete SDP.
7054         Fix some leaks.
7055         Collect and merge global stream properties in stream caps.
7056         Preliminary support for WMServer.
7057
7058         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7059         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7060         (rtsp_connection_receive):
7061         * gst/rtsp/rtspconnection.h:
7062         Make connection interruptable.
7063         Refactor to make it reconnectable.
7064         Don't fail on short reads when reading data packets.
7065
7066         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7067         (rtsp_url_get_port):
7068         * gst/rtsp/rtspurl.h:
7069         Add methods for getting/setting the port.
7070
7071         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7072         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7073         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7074         (sdp_media_get_format), (sdp_parse_line),
7075         (sdp_message_parse_buffer):
7076         Fix headers. 
7077         Add methods for getting multiple attributes with the same name.
7078         Increase buffer size when parsing.
7079         Fix parsing of a=foo fields.
7080
7081         * gst/rtsp/test.c: (main):
7082         Update to new connection API.
7083
7084         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7085         (rtsp_message_init_response), (rtsp_message_init_data),
7086         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7087         * gst/rtsp/rtspmessage.h:
7088         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7089         * gst/rtsp/rtsptransport.h:
7090         * gst/rtsp/sdp.h:
7091         * gst/rtsp/sdpmessage.h:
7092         * gst/rtsp/gstrtsp.c:
7093         * gst/rtsp/gstrtsp.h:
7094         * gst/rtsp/gstrtpdec.c:
7095         * gst/rtsp/gstrtpdec.h:
7096         * gst/rtsp/rtsp.h:
7097         * gst/rtsp/rtspdefs.c:
7098         * gst/rtsp/rtspdefs.h:
7099         Dual licensed under MIT and LGPL now.
7100
7101 2006-09-19  Wim Taymans  <wim@fluendo.com>
7102
7103         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7104         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7105         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7106         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7107         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7108         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7109         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7110         * gst/rtsp/gstrtspsrc.h:
7111         Reorganize stream parsing and creation.
7112         Detect container formats in interleaved mode.
7113         Keep more state about the streams.
7114         Assume a server also supports PLAY if it does not say.
7115         Add unicast and interleaved properties to TCP transport requests to make
7116         some servers happy (WMServer).
7117
7118         * gst/rtsp/sdpmessage.h:
7119         Add some defines for the standard Bandwidth types.
7120
7121 2006-09-19  Wim Taymans  <wim@fluendo.com>
7122
7123         * gst/rtsp/test.c: (main):
7124         Fix build.
7125
7126 2006-09-19  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/wavparse/gstwavparse.c:
7129         Add ms-gsm to the src template.
7130
7131 2006-09-18  Wim Taymans  <wim@fluendo.com>
7132
7133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7134         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7135         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7136         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7137         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7138         * gst/rtsp/gstrtspsrc.h:
7139         Small cleanups, added documentation.
7140         Try to clean up the requests and responses.
7141         Refactor parsing the supported methods.
7142
7143         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7144         (rtsp_connection_create), (rtsp_connection_send),
7145         (parse_response_status), (parse_request_line),
7146         (rtsp_connection_receive), (rtsp_connection_close),
7147         (rtsp_connection_free):
7148         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7149         (rtsp_transport_init), (rtsp_transport_parse),
7150         (rtsp_transport_free):
7151         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7152         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7153         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7154         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7155         Use g_return_val some more.
7156
7157         * gst/rtsp/rtspdefs.h:
7158         Add more enum values to track initial states.
7159
7160         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7161         (rtsp_message_init_request), (rtsp_message_new_response),
7162         (rtsp_message_init_response), (rtsp_message_init_data),
7163         (rtsp_message_unset), (rtsp_message_free),
7164         (rtsp_message_add_header), (rtsp_message_remove_header),
7165         (rtsp_message_get_header), (rtsp_message_set_body),
7166         (rtsp_message_take_body), (rtsp_message_get_body),
7167         (rtsp_message_steal_body), (rtsp_message_dump):
7168         * gst/rtsp/rtspmessage.h:
7169         Reorder arguments, object goes as the first one.
7170         Use g_return_val some more.
7171
7172 2006-09-18  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7175         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7176         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7177         * gst/rtsp/gstrtspsrc.h:
7178         Export sometimes source pad with correct caps on the template, create
7179         the ghostpad from the template.
7180         Remove RTCP template as we never expose RTCP.
7181         Protect against invalid body size.
7182         Avoid memcpy when creating the output buffer.
7183         Properly post an error and send EOS when the loop function is shut down.
7184
7185 2006-09-18  Wim Taymans  <wim@fluendo.com>
7186
7187         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7188
7189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7190         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7191         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7192         * gst/rtsp/gstrtspsrc.h:
7193         Make sure we can never set an invalid location.
7194
7195         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7196         * gst/rtsp/rtspmessage.h:
7197         Added _steal_body method for future use.
7198
7199         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7200         Make freeing of NULL url return immediatly.
7201
7202 2006-09-18  Wim Taymans  <wim@fluendo.com>
7203
7204         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7205
7206         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7207         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7208         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7209         (gst_rtspsrc_change_state):
7210         * gst/rtsp/gstrtspsrc.h:
7211         Use boilerplate.
7212         Make rtspsrc subclass GstBin to make state changes easier.
7213         Add Range header field on the PLAY request.
7214
7215 2006-09-18  Wim Taymans  <wim@fluendo.com>
7216
7217         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7218
7219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7220         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7221         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7222         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7223         * gst/rtsp/rtspconnection.c: (inet_aton):
7224         Small cleanups.
7225         when multicast is selected as the transport, create UDP sources and
7226         connect to the multicast group.
7227         Move parsing and setting of caps to a common place.
7228         Fixes #349894.
7229
7230 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * ext/flac/gstflactag.c:
7233         * gst/alpha/gstalpha.c:
7234         * gst/debug/breakmydata.c:
7235         * gst/debug/negotiation.c:
7236         * gst/debug/testplugin.c:
7237         * gst/effectv/gstaging.c:
7238         * gst/effectv/gstdice.c:
7239         * gst/effectv/gstedge.c:
7240         * gst/effectv/gstquark.c:
7241         * gst/effectv/gstrev.c:
7242         * gst/effectv/gstshagadelic.c:
7243         * gst/effectv/gstvertigo.c:
7244         * gst/effectv/gstwarp.c:
7245         * gst/multipart/multipartdemux.c:
7246         * gst/multipart/multipartmux.c:
7247         * gst/videobox/gstvideobox.c:
7248         * gst/videofilter/gstgamma.c:
7249         * gst/videofilter/gstvideotemplate.c:
7250         * gst/videomixer/videomixer.c:
7251         * sys/sunaudio/gstsunaudiosrc.h:
7252         More G_OBJECT macro fixing.
7253
7254 2006-09-16  Wim Taymans  <wim@fluendo.com>
7255
7256         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7257
7258         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7259         Correctly set the dwLength in strh.
7260         With this patch, the file duration is now displayed correctly in window
7261         media player and the AVI plays completely. Fixes #356147
7262
7263 2006-09-15  Wim Taymans  <wim@fluendo.com>
7264
7265         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7266
7267         * sys/sunaudio/gstsunaudiomixerctrl.c:
7268         (gst_sunaudiomixer_ctrl_build_list):
7269         Set the output track as the MASTER so that the gnome-settings-daemon
7270         keybindings for changing the volume using the keyboard works.
7271         Fixes #356142.
7272
7273 2006-09-15  Wim Taymans  <wim@fluendo.com>
7274
7275         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7276         Fix documentation, it is not possible to control the framerate of jpegdec
7277         using filtered caps yet. Fixes #355210.
7278         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7279         stop when there is an error.
7280
7281 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7284         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7285           Don't interpret a first buffer with an offset of NONE as
7286           'from the middle of the stream', but only a first buffer
7287           that has a valid buffer offset that's non-zero (see #345449).
7288
7289 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7292         (gst_icydemux_typefind_or_forward):
7293         * gst/icydemux/gsticydemux.h:
7294           When we merge/collect multiple incoming buffers for typefinding
7295           purposes, keep an initial 0 offset on the first outgoing buffer
7296           as well (otherwise id3demux won't work right). Fixes #345449.
7297           Also Make buffer metadata writable before setting buffer caps.
7298
7299         * tests/check/elements/icydemux.c: (typefind_succeed),
7300         (cleanup_icydemux), (push_data), (GST_START_TEST),
7301         (icydemux_suite):
7302           Small test case for the above.
7303
7304 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7305
7306         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7307         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7308         (gst_avi_demux_stream_header_push),
7309         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7310         (gst_avi_demux_loop):
7311           More code reuse and better logging in _peek_chunk(). Reintroduce check
7312           for chunk sizes before reading them (avoid oom). Better handling for 
7313           invalid chunksizes when streaming.
7314
7315 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7316
7317         * gst/level/gstlevel.c: (gst_level_set_property):
7318         * gst/level/gstlevel.h:
7319           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7320           René Stadler
7321
7322 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7323
7324         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7325         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7326         (gst_avi_demux_stream_data):
7327           Revert one change to fix streaming avi (adapter size != data size).
7328
7329 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7332
7333         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7334         (gst_matroska_demux_reset),
7335         (gst_matroska_demux_read_track_encodings),
7336         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7337         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7338         (gst_matroska_demux_subtitle_caps):
7339         * gst/matroska/matroska-ids.h:
7340           Add support for VOBSUB subtitle tracks and zlib-compressed
7341           tracks. Make sure we start on a keyframe after a seek. (#343348)
7342
7343 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7346         (gst_matroska_demux_push_flac_codec_priv_data),
7347         (gst_matroska_demux_push_xiph_codec_priv_data),
7348         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7349         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7350         * gst/matroska/matroska-ids.h:
7351           Add basic FLAC support (#311586), not perfect yet though, needs some
7352           tweaking in flacdec; also, seeking could be better.
7353           Do better bounds checking when deserialising vorbis stream headers
7354           to make sure we don't read beyond the end of the buffer on bad input.
7355
7356 2006-09-04  Wim Taymans  <wim@fluendo.com>
7357
7358         Patch by: Alessandro Decina <alessandro at nnva dot org>
7359
7360         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7361         Seeking back in a file containing a CMML stream errors out if the seek
7362         goes back up to the CMML headers. This is because after the seek the xml
7363         processing instruction <?xml ...?> is submitted to the xml parser again, 
7364         which results in an error. The attached patch fixes the problem. 
7365         Fixes #353908.
7366
7367         * ext/annodex/gstcmmlenc.h:
7368         Fix authors name.
7369
7370
7371 2006-08-28  Andy Wingo  <wingo@pobox.com>
7372
7373         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7374         New helper function to lessen the ifdefs.
7375         (GST_INFO_OBJECT): 
7376         (gst_dv1394src_iso_receive): Use it.
7377         (gst_dv1394src_create): Also use the control sockets in iec61883
7378         mode.
7379         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7380         handle for AVC operations; fixes #348233.
7381
7382 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7383
7384         * configure.ac:
7385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7386         * docs/plugins/inspect/plugin-audiofx.xml:
7387         * docs/plugins/inspect/plugin-audiofxgood.xml:
7388         * gst/audiofx/Makefile.am:
7389         * gst/audiofx/audiofx.c:
7390         * gst/audiofxgood/.cvsignore:
7391         * gst/audiofxgood/Makefile.am:
7392         * gst/audiofxgood/audiofx.c:
7393         * gst/audiofxgood/audiopanorama.c:
7394         * gst/audiofxgood/audiopanorama.h:
7395           Rename again (audiofxgood -> audiofx).
7396
7397 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7398
7399         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7400         (gst_avi_demux_stream_scan):
7401           Initialze variables.
7402
7403 2006-08-25  Wim Taymans  <wim@fluendo.com>
7404
7405         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7406         (gst_avi_demux_init), (gst_avi_demux_finalize),
7407         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7408         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7409         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7410         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7411         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7412         (gst_avi_demux_massage_index),
7413         (gst_avi_demux_calculate_durations_from_index),
7414         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7415         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7416         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7417         (gst_avi_demux_change_state):
7418         * gst/avi/gstavidemux.h:
7419         More attempts to turn this into readable code.
7420         Don't leak adapters.
7421         Calculate duration according to index more efficiently.
7422         Don't try to act like we drive the pipeline in chain mode.
7423
7424 2006-08-25  Wim Taymans  <wim@fluendo.com>
7425
7426         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7427         Fix build.
7428
7429 2006-08-25  Wim Taymans  <wim@fluendo.com>
7430
7431         Patch by: Alessandro Decina <alessandro at nnva dot org>
7432
7433         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7434         Do some extra sanity checks.
7435         Fixes #350340.
7436
7437         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7438         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7439         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7440         Check if clip->start_time is valid before adding the clip to the
7441         track list.
7442         Reset enc->preamble going from PAUSED to READY.
7443         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7444         only used for EOS.
7445         Only post an error message if we were the one that created the fatal
7446         GstFlowReturn value.
7447
7448         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7449         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7450         Parse the seconds field of the npt-sec time format using %llu rather than
7451         %d and check that the value scaled by GST_SECOND doesn't overflow.
7452         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7453         Lookup a clip's track with clip->track rather than clip->id which
7454         makes no sense.
7455         Identify a clip by its track and start time and not its xml id.
7456         do some more input checking and make sure we don't do undefined shifts.
7457
7458         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7459         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7460         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7461         (push_clip), (push_empty_clip), (check_output_clip),
7462         (GST_START_TEST), (cmmldec_suite):
7463         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7464         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7465         (check_headers), (push_clip), (check_clip_times), (check_clip),
7466         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7467         Added some more checks.
7468
7469 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7470
7471         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7472         (gst_audio_panorama_set_property),
7473         (gst_audio_panorama_get_property),
7474         (gst_audio_panorama_transform_m2s_int),
7475         (gst_audio_panorama_transform_s2s_int),
7476         (gst_audio_panorama_transform_m2s_float),
7477         (gst_audio_panorama_transform_s2s_float):
7478         * gst/audiofxgood/audiopanorama.h:
7479         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7480           Make also the pan-property float (saves scaling and yields better
7481           resolution)
7482
7483 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7484
7485         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7486         (gst_audio_panorama_transform_m2s_float),
7487         (gst_audio_panorama_transform_s2s_float):
7488           ChangeLog surgery to add cymax's real name
7489
7490
7491 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7492
7493         Patch by: René Stadler <mail@renestadler.de>
7494
7495         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7496         (gst_audio_panorama_transform_m2s_int),
7497         (gst_audio_panorama_transform_s2s_int),
7498         (gst_audio_panorama_transform_m2s_float),
7499         (gst_audio_panorama_transform_s2s_float),
7500         (gst_audio_panorama_transform):
7501         * gst/audiofxgood/audiopanorama.h:
7502           Added float support
7503
7504 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7505
7506         * gst/audiofxgood/audiopanorama.c:
7507         (gst_audio_panorama_transform_m2s):
7508           Fix docs & debug category. Add Fixme for volume pan levels.
7509
7510 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7511
7512         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7513         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7514         (gst_avi_demux_stream_header_pull),
7515         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7516         (gst_avi_demux_chain):
7517           unbreak AVI index handling, some more debug, remove an obsolete
7518           adapter_flush that caused streaming to wander off in the wild
7519
7520 2006-08-24  Wim Taymans  <wim@fluendo.com>
7521
7522         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7523         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7524         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7525         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7526         (gst_avi_demux_calculate_durations_from_index),
7527         (gst_avi_demux_stream_header_push),
7528         (gst_avi_demux_stream_header_pull):
7529         * gst/avi/gstavidemux.h:
7530         Some more cleanups. 
7531         Fix totalFrames parsing in ODML.
7532         Disable use of index for length calculation in case of ODML as this is
7533         broken now.
7534
7535 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7538           Use libgsttag helper function here too.
7539
7540 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7541
7542         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7543         (gst_avi_demux_init), (gst_avi_demux_dispose),
7544         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7545         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7546         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7547         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7548         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7549         (gst_avi_demux_parse_subindex),
7550         (gst_avi_demux_read_subindexes_push),
7551         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7552         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7553         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7554         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7555         (gst_avi_demux_stream_header_pull),
7556         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7557         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7558         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7559         (gst_avi_demux_change_state):
7560         * gst/avi/gstavidemux.h:
7561           Initial streaming support for avidemux (fixes #336465)
7562
7563 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7566           There is no taglibmux element ...
7567
7568         * gst/rtsp/gstrtspsrc.c:
7569           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7570           was complaining about unknown entity here.
7571
7572 2006-08-22  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7575         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7576         (gst_avi_demux_process_next_entry):
7577         * gst/avi/gstavidemux.h:
7578         Mark DISCONT.
7579         Remove old unused fields and reorder the struct a bit.
7580
7581 2006-08-22  Wim Taymans  <wim@fluendo.com>
7582
7583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7584         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7585         (gst_rtspsrc_pause):
7586         * gst/rtsp/gstrtspsrc.h:
7587         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7588         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7589         Small documentation updates.
7590
7591 2006-08-22  Wim Taymans  <wim@fluendo.com>
7592
7593         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7594         (gst_avi_demux_index_entry_for_time),
7595         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7596         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7597         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7598         (gst_avi_demux_next_data_buffer),
7599         (gst_avi_demux_calculate_durations_from_index),
7600         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7601         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7602         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7603         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7604         * gst/avi/gstavidemux.h:
7605         Precalc most of the duration query for each stream.
7606         Make seeking more correct.
7607         Use GstSegment to track position and duration.
7608         Code cleanups and leak fixes.
7609         Calculate correct total duration based on index length.
7610
7611 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7612
7613         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7614         (parse_insert_string_field):
7615           If strings in text fields are marked ISO8859-1, but contain
7616           valid UTF-8 already, then handle them as UTF-8 and ignore
7617           the encoding. (#351794)
7618
7619 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7622         (gst_flac_dec_write), (gst_flac_dec_loop),
7623         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7624         (gst_flac_dec_src_query):
7625         * ext/flac/gstflacdec.h:
7626           Make flac-in-ogg work (#352100).
7627
7628 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7631           Don't unref buffers of which we've already given away
7632           ownership to the adapter.
7633
7634 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7637           Make metadata extraction actually work.
7638
7639         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7640         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7641         (gst_speexenc_chain):
7642           Fix metadata writing: replace old code which wrote completely
7643           broken tags with libgsttag-based code. Plus miscellaneous
7644           code cleanups (use static pad templates etc.) and a bunch
7645           of leak fixes.
7646
7647 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7648
7649         * gst/audiopanorama/.cvsignore:
7650         * gst/audiopanorama/Makefile.am:
7651         * gst/audiopanorama/audiofx.c:
7652         * gst/audiopanorama/audiopanorama.c:
7653         * gst/audiopanorama/audiopanorama.h:
7654           die! die! die! you should never have been there
7655
7656 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7659         Fix invalid memory access in audiopanorama test suite.
7660
7661 2006-08-21  Edward Hervey  <edward@fluendo.com>
7662
7663         * tests/check/elements/.cvsignore:
7664         ignore built file
7665
7666 2006-08-21  Wim Taymans  <wim@fluendo.com>
7667
7668         * gst/rtp/Makefile.am:
7669         Fix the build again.
7670
7671 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7672
7673         * gst/audiofxgood/.cvsignore:
7674         * gst/audiofxgood/Makefile.am:
7675         * gst/audiofxgood/audiofx.c: (plugin_init):
7676         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7677         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7678         (gst_audio_panorama_set_property),
7679         (gst_audio_panorama_get_property),
7680         (gst_audio_panorama_get_unit_size),
7681         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7682         (gst_audio_panorama_transform_m2s),
7683         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7684         * gst/audiofxgood/audiopanorama.h:
7685           resubmit with the desired name *again*
7686
7687 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7688
7689         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7690         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7691           use g_assert in _get_unit_size
7692
7693 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7694
7695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7697         * docs/plugins/inspect/plugin-audiofxgood.xml:
7698           cleanup -unused.txt to make it useful, add previously missing docs
7699
7700         * ext/Makefile.am:
7701           Quietly (accidentally) enable LADSPA for building by default, 
7702           despite the fact that it doesn't meet the plugin checklist.
7703             -- Added by Jan Schmidt 18 Dec 2006
7704
7705         * ext/esd/esdmon.c:
7706         * ext/esd/esdsink.c:
7707         * ext/esd/gstesd.c: (plugin_init):
7708           reflow to get rid of two external symbols
7709
7710         * gst/audiofxgood/audiofx.c: (plugin_init):
7711           re-add
7712
7713 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7714
7715         * configure.ac:
7716         * gst/audiofxgood/.cvsignore:
7717         * gst/audiofxgood/Makefile.am:
7718         * gst/audiofxgood/audiofx.c
7719         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7720         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7721         (gst_audio_panorama_set_property),
7722         (gst_audio_panorama_get_property),
7723         (gst_audio_panorama_get_unit_size),
7724         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7725         (gst_audio_panorama_transform_m2s),
7726         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7727         * gst/audiofxgood/audiopanorama.h:
7728         * tests/check/Makefile.am:
7729         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7730         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7731         (panorama_suite), (main):
7732         Add audiofxgood plugin with audiopanorama element
7733
7734 2006-08-18  Wim Taymans  <wim@fluendo.com>
7735
7736         * docs/plugins/Makefile.am:
7737         More Oss docs fixage. 
7738
7739 2006-08-18  Wim Taymans  <wim@fluendo.com>
7740
7741         * gst/rtp/Makefile.am:
7742         * gst/rtp/gstrtp.c: (plugin_init):
7743         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7744         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7745         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7746         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7747         (gst_rtp_sv3v_depay_get_property),
7748         (gst_rtp_sv3v_depay_change_state),
7749         (gst_rtp_sv3v_depay_plugin_init):
7750         * gst/rtp/gstrtpsv3vdepay.h:
7751         Added experimental SVQ3 depayloader.
7752
7753 2006-08-18  Edward Hervey  <edward@fluendo.com>
7754
7755         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7756         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7757         * ext/dv/gstdvdemux.h:
7758         When handling seek requests, don't send the newsegment event from the
7759         calling thread. Instead save it so it can be sent from the streaming
7760         thread.
7761
7762 2006-08-17  Wim Taymans  <wim@fluendo.com>
7763
7764         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7765
7766         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7767         Accept leading whitespace before the boundary
7768         This patch makes the demuxer allow some whitespace before the actual
7769         boundary. This makes the demuxer work with the ``old'' gstreamer
7770         multipartmuxer again (which placed an extra \n before the start
7771         of the stream) Fixes #349068.
7772
7773 2006-08-17  Wim Taymans  <wim@fluendo.com>
7774
7775         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7776         Error out on non-implemented stuff.
7777
7778 2006-08-16  Wim Taymans  <wim@fluendo.com>
7779
7780         Patch by: Andy Wingo <wingo at pobox dot com>
7781
7782         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7783         (gst_signal_processor_start), (gst_signal_processor_stop),
7784         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7785         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7786         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7787         (gst_signal_processor_change_state):
7788         Make ladspa elements reusable. Fixes #350006.
7789
7790 2006-08-16  Wim Taymans  <wim@fluendo.com>
7791
7792         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7793         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7794         names as possible. Fixes #349901.
7795
7796 2006-08-16  Wim Taymans  <wim@fluendo.com>
7797
7798         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7799         (gst_signal_processor_do_pushes):
7800         A push() gives away our refcount so we should not use the buffer on the
7801         pen anymore.
7802
7803 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7804
7805         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7806         (gst_oss_mixer_element_finalize):
7807           Don't leak device string.
7808
7809 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7810
7811         * configure.ac:
7812           Require CVS of GStreamer core and -base (for
7813           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7814
7815         * ext/taglib/gstid3v2mux.cc:
7816           Write extended comment tags properly (#348762).
7817
7818         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7819         (parse_comment_frame):
7820           Extract COMM frames into extended comments, which makes it
7821           easier to properly retain the description bit of the tag
7822           and maintain this information when re-tagging (#348762).
7823
7824 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         * tests/check/Makefile.am:
7827           Don't try to run annodex unit tests if the annodex
7828           plugin has not been built (Fixes #351116).
7829
7830 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst/autodetect/gstautoaudiosink.c:
7833         (gst_auto_audio_sink_find_best):
7834           When we can't find a usable audiosink, don't error out,
7835           but use a fake sink instead and post a warning message
7836           on the bus (#341278).
7837
7838 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7841         * sys/oss/gstosssink.c:
7842         * sys/oss/gstosssrc.c:
7843           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7844           ossmixer's new device property.
7845
7846         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7847         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7848           Add docs for OSS elements.
7849
7850         * docs/plugins/inspect/plugin-aasink.xml:
7851         * docs/plugins/inspect/plugin-alaw.xml:
7852         * docs/plugins/inspect/plugin-alpha.xml:
7853         * docs/plugins/inspect/plugin-alphacolor.xml:
7854         * docs/plugins/inspect/plugin-annodex.xml:
7855         * docs/plugins/inspect/plugin-apetag.xml:
7856         * docs/plugins/inspect/plugin-auparse.xml:
7857         * docs/plugins/inspect/plugin-autodetect.xml:
7858         * docs/plugins/inspect/plugin-avi.xml:
7859         * docs/plugins/inspect/plugin-cacasink.xml:
7860         * docs/plugins/inspect/plugin-cairo.xml:
7861         * docs/plugins/inspect/plugin-cdio.xml:
7862         * docs/plugins/inspect/plugin-cutter.xml:
7863         * docs/plugins/inspect/plugin-debug.xml:
7864         * docs/plugins/inspect/plugin-dv.xml:
7865         * docs/plugins/inspect/plugin-efence.xml:
7866         * docs/plugins/inspect/plugin-effectv.xml:
7867         * docs/plugins/inspect/plugin-esdsink.xml:
7868         * docs/plugins/inspect/plugin-flac.xml:
7869         * docs/plugins/inspect/plugin-flxdec.xml:
7870         * docs/plugins/inspect/plugin-gconfelements.xml:
7871         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7872         * docs/plugins/inspect/plugin-goom.xml:
7873         * docs/plugins/inspect/plugin-halelements.xml:
7874         * docs/plugins/inspect/plugin-icydemux.xml:
7875         * docs/plugins/inspect/plugin-id3demux.xml:
7876         * docs/plugins/inspect/plugin-jpeg.xml:
7877         * docs/plugins/inspect/plugin-level.xml:
7878         * docs/plugins/inspect/plugin-matroska.xml:
7879         * docs/plugins/inspect/plugin-mulaw.xml:
7880         * docs/plugins/inspect/plugin-multipart.xml:
7881         * docs/plugins/inspect/plugin-navigationtest.xml:
7882         * docs/plugins/inspect/plugin-ossaudio.xml:
7883         * docs/plugins/inspect/plugin-png.xml:
7884         * docs/plugins/inspect/plugin-rtp.xml:
7885         * docs/plugins/inspect/plugin-rtsp.xml:
7886         * docs/plugins/inspect/plugin-shout2send.xml:
7887         * docs/plugins/inspect/plugin-smpte.xml:
7888         * docs/plugins/inspect/plugin-speex.xml:
7889         * docs/plugins/inspect/plugin-taglib.xml:
7890         * docs/plugins/inspect/plugin-udp.xml:
7891         * docs/plugins/inspect/plugin-videobalance.xml:
7892         * docs/plugins/inspect/plugin-videobox.xml:
7893         * docs/plugins/inspect/plugin-videoflip.xml:
7894         * docs/plugins/inspect/plugin-videomixer.xml:
7895         * docs/plugins/inspect/plugin-wavenc.xml:
7896         * docs/plugins/inspect/plugin-wavparse.xml:
7897         * docs/plugins/inspect/plugin-ximagesrc.xml:
7898           Update to CVS version.
7899           
7900 2006-08-16  Wim Taymans  <wim@fluendo.com>
7901
7902         * gst/rtp/gstrtpamrdepay.c:
7903         * gst/rtp/gstrtpmp4gdepay.c:
7904         Caps extra properties must be defined as strings for
7905         depayloaders because they are generated from an SDP.
7906
7907         * gst/rtp/Makefile.am:
7908         * gst/rtp/gstrtp.c: (plugin_init):
7909         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7910         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7911         (gst_rtp_h264_depay_finalize), (decode_base64),
7912         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7913         (gst_rtp_h264_depay_set_property),
7914         (gst_rtp_h264_depay_get_property),
7915         (gst_rtp_h264_depay_change_state),
7916         (gst_rtp_h264_depay_plugin_init):
7917         * gst/rtp/gstrtph264depay.h:
7918         Added basic, not completely functional RFC 3984 H264 depayloader.
7919
7920 2006-08-16  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7923         Add pads after setting them up.
7924
7925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7926         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7927         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7928         (gst_rtspsrc_stream_setup_rtp),
7929         (gst_rtspsrc_stream_configure_transport),
7930         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7931         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7932         (gst_rtspsrc_pause):
7933         * gst/rtsp/gstrtspsrc.h:
7934         Fix interleaved mode.
7935          - Protect streaming with lock.
7936          - Combine flows
7937          - set caps on outgoing buffers.
7938          - strip trailing \0 from data packets.
7939          - Configure RTP/RTCP in stream.
7940         Use DEBUG_OBJECT more.
7941
7942 2006-08-16  Wim Taymans  <wim@fluendo.com>
7943
7944         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7945         Turn a g_print into a DEBUG line.
7946
7947 2006-08-13  Wim Taymans  <wim@fluendo.com>
7948
7949         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7950         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7951         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7952         (gst_oss_mixer_element_get_property),
7953         (gst_oss_mixer_element_change_state):
7954         * sys/oss/gstossmixerelement.h:
7955         Small cleanups. Better error reporting.
7956         Add device property for the mixer instead of the hardcoded
7957         /dev/mixer. Fixes #350785.
7958         API: GstOssMixerElement::device property
7959
7960 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7961
7962         Patch by: Jens Granseuer <jensgr at gmx net>
7963
7964         * gconf/Makefile.am:
7965           Make --disable-schemas work right (they still need
7966           to be copied to the installation directory, just not
7967           applied). Fixes #351347 (also #344100).
7968           
7969 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7970
7971         * configure.ac: back to HEAD
7972
7973 === release 0.10.4 ===
7974
7975 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7976
7977         * configure.ac:
7978           releasing 0.10.4, "Dear Leader"
7979
7980 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7981
7982         Patch by: Edward Hervey <edward@fluendo.com>
7983
7984         * configure.ac:
7985         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7986         (gst_wavparse_stream_data):
7987         Send the newsegment event in the streaming thread.
7988         Fixes #347529
7989
7990 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7991
7992         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7993         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7994         (gst_smokeenc_resync), (gst_smokeenc_chain):
7995           Refuse sink caps in the encoder if width or height is not a
7996           multiple of 16, the encoder does not support that yet (#349939);
7997           along the same lines, check the return value of the encoder
7998           setup function; also remove some debug log clutter.
7999
8000 2006-08-04  Andy Wingo  <wingo@pobox.com>
8001
8002         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8003         whether a processor can work in place or not, and for keeping
8004         track of its state. Change the FlowReturn instance variable from
8005         "state" to "flow_state", all callers changed.
8006
8007         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8008         (gst_signal_processor_start, gst_signal_processor_stop)
8009         (gst_signal_processor_cleanup): New functions to manage the
8010         processor's state.
8011         (gst_signal_processor_setcaps): start() as well as setup() here.
8012         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8013         (gst_signal_processor_change_state): Stop and cleanup the
8014         processor as we go to NULL.
8015
8016         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8017         INPLACE_BROKEN is not set.
8018
8019         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8020         Do the alloc_buffer in bytes, not frames.
8021         
8022 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8023
8024         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8025         Fix rgb masks when recording in < 24bpp.
8026
8027 2006-08-04  Andy Wingo  <wingo@pobox.com>
8028
8029         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8030         (gst_signal_processor_prepare)
8031         (gst_signal_processor_update_inputs)
8032         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8033         (gst_signal_processor_flush)
8034         (gst_signal_processor_sink_activate_push)
8035         (gst_signal_processor_src_activate_pull)
8036         (gst_signal_processor_change_state): Remove the last of the code
8037         that assumes that we process whole buffers at a time. Fix some
8038         debugging. Seems to work now in some cases.
8039         (gst_signal_processor_src_activate_pull): BPB
8040
8041 2006-08-01  Andy Wingo  <wingo@pobox.com>
8042
8043         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8044         Fix nframes-choosing.
8045         (gst_signal_processor_init): Init pending_in and pending_out.
8046
8047         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8048         more default sample rate, although we never check that the sample
8049         rate actually gets set. Something for the future.
8050         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8051         (gst_signal_processor_event): Refcount fixen.
8052         (gst_signal_processor_process): Pull the number of frames to
8053         process from the sizes of the buffers in the input pens.
8054         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8055         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8056         it instead of buffer_frames.
8057         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8058         to do_pulls.
8059         (gst_signal_processor_chain)
8060         (gst_signal_processor_sink_activate_push)
8061         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8062
8063         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8064
8065 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8066
8067         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8068         (gst_signal_processor_process):
8069           don't query buffer-frames from caps, add lots of debug-log,
8070           try fix for assert (#349189)
8071
8072 2006-07-31  Wim Taymans  <wim@fluendo.com>
8073
8074         * gst/udp/gstudpsrc.c:
8075         Fix docs.
8076
8077 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8078
8079         * ext/ladspa/gstsignalprocessor.c:
8080         (gst_signal_processor_add_pad_from_template),
8081         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8082         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8083         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8084         (gst_signal_processor_sink_activate_push),
8085         (gst_signal_processor_src_activate_pull),
8086         (gst_signal_processor_change_state):
8087          Add debugs logs here and there, add more error handling, add some
8088          FIXME comments, filed #349189
8089
8090 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8091
8092         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8093         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8094         Set caps on buffer correctly.  Fixes bug #349155.
8095
8096 2006-07-28  Wim Taymans  <wim@fluendo.com>
8097
8098         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8099
8100         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8101         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8102         (gst_multipart_demux_finalize), (get_line_end),
8103         (multipart_parse_header), (multipart_find_boundary),
8104         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8105         (gst_multipart_set_property), (gst_multipart_get_property):
8106         Uses GstAdapter instead of own buffering.
8107         Actually parses the mime-type correctly (In tests the mime-type was
8108         always "" with the old version).
8109         Uses the Content-length header if available to speed up things.
8110         Reliably autoscans the boundary name by default.
8111         Fixes #349068.
8112
8113         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8114         Don't start the stream with a \n.
8115
8116 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         Patch by: Brian Cameron <brian dot cameron at sun com>
8119
8120         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8121           Open source with O_NONBLOCK (#349015).
8122
8123 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8124
8125         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8126         (gst_avi_demux_massage_index):
8127         * gst/avi/gstavidemux.h:
8128           Whitespace fixes and more debug
8129
8130 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * gst/autodetect/gstautoaudiosink.c:
8133         (gst_auto_audio_sink_create_element_with_pretty_name),
8134         (gst_auto_audio_sink_find_best),
8135         (gst_auto_audio_sink_change_state):
8136           Get rid of old and unused magic sound-server properties stuff.
8137           Add suffix to child sink's name that makes it easy to see from
8138           the name alone which type it actually is (alsa, oss, esd, etc.).
8139
8140 2006-07-27  Wim Taymans  <wim@fluendo.com>
8141
8142         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8143         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8144         (gst_udpsrc_start):
8145         * gst/udp/gstudpsrc.h:
8146         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8147         not some sort of feature we enable.
8148
8149 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8150
8151         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8152           Use CLOSE_SOCKET() here instead of close() to maintain
8153           win32 workiness.
8154
8155 2006-07-27  Wim Taymans  <wim@fluendo.com>
8156
8157         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8158
8159         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8160         (gst_udpsrc_create), (gst_udpsrc_set_property),
8161         (gst_udpsrc_get_property), (gst_udpsrc_start):
8162         * gst/udp/gstudpsrc.h:
8163         Added "buffer-size" property to control the kernel receive buffer size.
8164         Update documentation.
8165         Small cleanups. Fixes #348752.
8166         API: buffer-size property
8167
8168 2006-07-26  Wim Taymans  <wim@fluendo.com>
8169
8170         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8171
8172         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8173         (gst_rtp_pcma_pay_handle_buffer):
8174         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8175         (gst_rtp_pcmu_pay_handle_buffer):
8176         Fix timestamp calculation on outgoing RTP packets.
8177         Fixes #348675.
8178
8179 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * ext/taglib/gstid3v2mux.cc:
8182           Fix writing of comment frames (should be COMM not TCOM),
8183           is still sub-optimal though, since we don't retain or
8184           extract the comment descriptions properly (#334375,
8185           also see #334375).
8186
8187 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * gst/wavparse/gstwavparse.c:
8190           #define 'fact' RIFF chunk if we are not compiling against
8191           -base CVS (we don't want to depend on -base CVS for this
8192           one define only, and also not for release order reasons).
8193
8194 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8195
8196         * ext/taglib/gstid3v2mux.cc:
8197           Handle multiple tags of the same type properly. Re-inject
8198           unparsed ID3v2 frames that we get as binary blobs from
8199           id3demux into the tag again so we don't lose information
8200           when retagging (#334375).
8201
8202 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8203
8204         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8205           Document newly-added properties properly, so that there is a
8206           'Since: 0.10.4' in the plugin docs. Convert some property
8207           names into canonical GObject style (GObject will do that
8208           internally anyway).
8209
8210 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8211
8212         * gst/id3demux/id3tags.c:
8213         (id3demux_add_id3v2_frame_blob_to_taglist):
8214           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8215           well, and add the version to the blob's buffer caps, since that
8216           information will be needed for deserialisation later on (#348644).
8217
8218 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8219
8220         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8221         (gst_avi_demux_parse_stream):
8222          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8223          indentation and spacing.
8224
8225 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8226
8227         * docs/plugins/Makefile.am:
8228         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8229         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8230         * docs/plugins/gst-plugins-good-plugins.args:
8231         * docs/plugins/inspect/plugin-1394.xml:
8232         * docs/plugins/inspect/plugin-aasink.xml:
8233         * docs/plugins/inspect/plugin-alaw.xml:
8234         * docs/plugins/inspect/plugin-alpha.xml:
8235         * docs/plugins/inspect/plugin-alphacolor.xml:
8236         * docs/plugins/inspect/plugin-annodex.xml:
8237         * docs/plugins/inspect/plugin-apetag.xml:
8238         * docs/plugins/inspect/plugin-auparse.xml:
8239         * docs/plugins/inspect/plugin-autodetect.xml:
8240         * docs/plugins/inspect/plugin-avi.xml:
8241         * docs/plugins/inspect/plugin-cacasink.xml:
8242         * docs/plugins/inspect/plugin-cairo.xml:
8243         * docs/plugins/inspect/plugin-cdio.xml:
8244         * docs/plugins/inspect/plugin-cutter.xml:
8245         * docs/plugins/inspect/plugin-debug.xml:
8246         * docs/plugins/inspect/plugin-dv.xml:
8247         * docs/plugins/inspect/plugin-efence.xml:
8248         * docs/plugins/inspect/plugin-effectv.xml:
8249         * docs/plugins/inspect/plugin-esdsink.xml:
8250         * docs/plugins/inspect/plugin-flac.xml:
8251         * docs/plugins/inspect/plugin-flxdec.xml:
8252         * docs/plugins/inspect/plugin-gconfelements.xml:
8253         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8254         * docs/plugins/inspect/plugin-goom.xml:
8255         * docs/plugins/inspect/plugin-halelements.xml:
8256         * docs/plugins/inspect/plugin-icydemux.xml:
8257         * docs/plugins/inspect/plugin-id3demux.xml:
8258         * docs/plugins/inspect/plugin-jpeg.xml:
8259         * docs/plugins/inspect/plugin-level.xml:
8260         * docs/plugins/inspect/plugin-matroska.xml:
8261         * docs/plugins/inspect/plugin-mulaw.xml:
8262         * docs/plugins/inspect/plugin-multipart.xml:
8263         * docs/plugins/inspect/plugin-navigationtest.xml:
8264         * docs/plugins/inspect/plugin-ossaudio.xml:
8265         * docs/plugins/inspect/plugin-png.xml:
8266         * docs/plugins/inspect/plugin-rtp.xml:
8267         * docs/plugins/inspect/plugin-rtsp.xml:
8268         * docs/plugins/inspect/plugin-shout2send.xml:
8269         * docs/plugins/inspect/plugin-smpte.xml:
8270         * docs/plugins/inspect/plugin-speex.xml:
8271         * docs/plugins/inspect/plugin-udp.xml:
8272         * docs/plugins/inspect/plugin-videobalance.xml:
8273         * docs/plugins/inspect/plugin-videobox.xml:
8274         * docs/plugins/inspect/plugin-videoflip.xml:
8275         * docs/plugins/inspect/plugin-videomixer.xml:
8276         * docs/plugins/inspect/plugin-wavenc.xml:
8277         * docs/plugins/inspect/plugin-wavparse.xml:
8278         * docs/plugins/inspect/plugin-ximagesrc.xml:
8279           Update files to CVS/Prerelease version, add esdsink docs.
8280
8281         * ext/esd/esdsink.c:
8282           Add gtk-doc blurb.
8283
8284         * gst/rtp/gstrtpmp4vpay.c:
8285           Fix typo in element description.
8286
8287 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8288
8289         * ext/esd/esdsink.c: (gst_esdsink_open),
8290         (gst_esdsink_factory_init):
8291           Prevent libesd from auto-spawning a sound daemon if it
8292           is not already running. Now that we don't do evil stuff
8293           like that any longer we can give esdsink a rank so that
8294           autoaudiosink will try it as well if all other audio
8295           sinks fail (#343051).
8296
8297 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8298
8299         * ext/esd/Makefile.am:
8300           Oops, need to remove README from EXTRA_DIST as well.
8301
8302 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8303
8304         * ext/esd/README:
8305           Remove, it contains nothing useful anyway.
8306
8307         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8308         (gst_esdsink_delay):
8309           Some small clean-ups; use GST_BOILERPLATE etc.
8310
8311 2006-07-24  Wim Taymans  <wim@fluendo.com>
8312
8313         * gst/law/alaw-decode.c: (alawdec_getcaps):
8314         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8315         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8316         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8317         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8318
8319 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8320
8321         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8322         (gst_wavparse_other), (gst_wavparse_perform_seek),
8323         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8324         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8325         (gst_wavparse_pad_query):
8326         * gst/wavparse/gstwavparse.h:
8327           Use information from 'fact' chunk for length calculation of compressed
8328           samples. Calculate bps if bogus value is found in wav header (embeded
8329           mp2/mp3).
8330           
8331
8332 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8333
8334         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8335
8336         * configure.ac:
8337         * gst/udp/Makefile.am:
8338         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8339         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8340         * gst/udp/gstdynudpsink.h:
8341         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8342         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8343         * gst/udp/gstmultiudpsink.h:
8344         * gst/udp/gstudp.c: (plugin_init):
8345         * gst/udp/gstudpsink.h:
8346         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8347         (gst_udpsrc_start), (gst_udpsrc_stop):
8348         * gst/udp/gstudpsrc.h:
8349         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8350         (gst_udp_net_utils_win32_wsa_startup):
8351         * gst/udp/gstudpnetutils.h:
8352           Port udp plugin to win32 (#345288).
8353
8354 2006-07-24  Wim Taymans  <wim@fluendo.com>
8355
8356         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8357         Remove unwanted DEBUG line.
8358
8359 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst/id3demux/gstid3demux.c: (plugin_init):
8362         * gst/id3demux/id3tags.c:
8363         (id3demux_add_id3v2_frame_blob_to_taglist):
8364         * gst/id3demux/id3tags.h:
8365           On second thought, it might be wiser and more efficient
8366           not to do tag registration from a streaming thread.
8367
8368 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst/id3demux/id3tags.c:
8371         (id3demux_add_id3v2_frame_blob_to_taglist),
8372         (id3demux_id3v2_frames_to_tag_list):
8373           Put ID3v2 frames we can't parse as binary blobs into private
8374           tags, so that they are not lost when retagging, at least once
8375           id3v2mux has been taught to re-inject those frames again.
8376           See bug #334375.
8377
8378 2006-07-21  Wim Taymans  <wim@fluendo.com>
8379
8380         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8381         (gst_avi_demux_process_next_entry):
8382         Fix some leaks.
8383
8384         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8385         Don't use \n in debug lines.
8386
8387 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8388
8389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8391           Add annodex and icydemux, cleanup the sections a bit
8392
8393 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8394
8395         Patch by: Alex Lancaster <alexl at users sourceforge net>
8396
8397         * ext/taglib/gstid3v2mux.cc:
8398           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8399           ID3v2 TSSE frames (#347898).
8400
8401 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8402
8403         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8404           Respect mpegversion for "video/mpeg" and give message in case of
8405           unhandled versions.
8406
8407 2006-07-17  Wim Taymans  <wim@fluendo.com>
8408
8409         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8410         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8411         (gst_pngdec_chain), (gst_pngdec_sink_event),
8412         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8413         (gst_pngdec_sink_activate_push):
8414         * ext/libpng/gstpngdec.h:
8415         Use statically allocated segment instead of leaking.
8416         Various cleanups.
8417         Fix flush and seek handling.
8418
8419 2006-07-16  Wim Taymans  <wim@fluendo.com>
8420
8421         * gst/rtp/Makefile.am:
8422         * gst/rtp/gstrtp.c: (plugin_init):
8423         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8424         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8425         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8426         (gst_rtp_mp4g_depay_set_property),
8427         (gst_rtp_mp4g_depay_get_property),
8428         (gst_rtp_mp4g_depay_change_state),
8429         (gst_rtp_mp4g_depay_plugin_init):
8430         * gst/rtp/gstrtpmp4gdepay.h:
8431         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8432         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8433         (gst_rtp_mp4g_pay_flush):
8434         Added simple generic mpeg4 depayloader.
8435         Fix generic mpeg4 payloader.
8436
8437 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8438
8439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8440           Don't try doing state changes on a NULL pointer.
8441
8442 2006-07-14  Wim Taymans  <wim@fluendo.com>
8443
8444         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8445
8446         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8447         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8448         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8449         * gst/rtp/gstrtpamrdepay.h:
8450         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8451         Fixes #321191
8452
8453 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8454
8455         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8456         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8457         Fix segfault when moving mouse pointer to the bottom right corner.
8458
8459 2006-07-12  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/rtp/Makefile.am:
8462         * gst/rtp/gstrtp.c: (plugin_init):
8463         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8464         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8465         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8466         (gst_rtp_mp2t_depay_set_property),
8467         (gst_rtp_mp2t_depay_get_property),
8468         (gst_rtp_mp2t_depay_change_state),
8469         (gst_rtp_mp2t_depay_plugin_init):
8470         * gst/rtp/gstrtpmp2tdepay.h:
8471         Added mpeg2 TS depayloader. Closing #347234.
8472
8473 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8476           Remove g_assert that shouldn't be there and was triggered
8477           after trying to open a device that doesn't exist or can't
8478           be opened for some other reason (#347972).
8479
8480 2006-07-10  Edward Hervey  <edward@fluendo.com>
8481
8482         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8483         (gst_avi_demux_stream_header), (push_tag_lists):
8484         * gst/avi/gstavidemux.h:
8485         Don't push tag events found by gst_riff_parse_info() before outputting
8486         GST_EVENT_NEWSEGMENT.
8487
8488 2006-07-10  Wim Taymans  <wim@fluendo.com>
8489
8490         * gst/rtsp/Makefile.am:
8491         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8492         (rtsp_connection_close):
8493         * gst/rtsp/rtspdefs.h:
8494         replaced closesocket and close in code with one CLOSE_SOCKET. 
8495         Some more cleanups. Fixes #345301.
8496
8497 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * gst/autodetect/gstautoaudiosink.c:
8500           Fix example pipeline in docs.
8501
8502 2006-07-10  Wim Taymans  <wim@fluendo.com>
8503
8504         Patch by: Rob Taylor <robtaylor at floopily dot org>
8505
8506         * gst/udp/gstmultiudpsink.c: (join_multicast),
8507         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8508         If a destination is added before the stream is set to PAUSED, the
8509         multicast group is not joined as the socket is not created yet. 
8510         Also TTL and LOOP should also be set. Fixes #346921.
8511
8512 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8513
8514         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8515         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8516         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8517         (gst_ximage_src_init):
8518         * sys/ximage/gstximagesrc.h:
8519         Fix use-damage property to actually work :)
8520         Add startx, starty, endx, endy properties so screencasts other than full
8521         screen ones can work.
8522
8523 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8524
8525         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8526         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8527         (gst_ximage_src_class_init), (gst_ximage_src_init):
8528         * sys/ximage/gstximagesrc.h:
8529         Add use_damage property to offer ability to choose whether to use
8530         XDamage or not.
8531
8532 2006-07-07  Wim Taymans  <wim@fluendo.com>
8533
8534         * gst/goom/filters.c: (zoomFilterSetResolution):
8535         Avoid goom coredumping by clearing memory. 
8536         Fixes 345679.
8537
8538 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8539
8540         * win32/vs6/libgstid3demux.dsp:
8541         Add a link to libgsttag-0.10.lib.
8542
8543 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8546         (gst_tag_demux_read_range):
8547         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8548         (gst_id3demux_read_range):
8549           Don't return FLOW_UNEXPECTED when a buffer is before
8550           the start of the stream (which might happen with
8551           large ID3v2 tags if the tag reading was done pullrange
8552           based and we then switched to push mode later on).
8553           Fixes regression introduced by commit from June 29th.
8554
8555 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * ext/taglib/gstid3v2mux.cc:
8558           Make UTF-8 the default encoding when writing string
8559           tags (before, our UTF-8 strings would automatically
8560           be converted to ISO-8859-1 by taglib and written as
8561           ISO-8859-1 fields if that was possible).
8562
8563         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8564         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8565         (test_taglib_id3mux_with_tags):
8566           Add test case that makes sure our UTF-8 strings have
8567           actually been written into the tag as UTF-8.
8568
8569 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8570
8571         * configure.ac:
8572           Let's try that again.
8573
8574 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * configure.ac:
8577           Disable monoscope plugin for now until it fulfills
8578           all the requirements.
8579
8580 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         * configure.ac:
8583         * gst/monoscope/Makefile.am:
8584         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8585         (gst_monoscope_class_init), (gst_monoscope_init),
8586         (gst_monoscope_finalize), (gst_monoscope_reset),
8587         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8588         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8589         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8590         (gst_monoscope_change_state), (plugin_init):
8591         * gst/monoscope/gstmonoscope.h:
8592           Port monoscope visualisation to 0.10.
8593
8594 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8595
8596         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8597         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8598           Return FLOW_UNEXPECTED when at the end of the file, not
8599           FLOW_ERROR. Fixes 'internal stream error' errors that
8600           would sometimes occur in totem when scrubbing to the
8601           end of an ID3v1 tagged mp3 file.
8602
8603 2006-07-03  Edward Hervey  <edward@fluendo.com>
8604
8605         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8606         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8607         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8608         * ext/libpng/gstpngdec.h:
8609         Implement buffer clipping/dropping using GstSegment.
8610         This provides accurate seeking.
8611
8612 2006-07-03  Edward Hervey  <edward@fluendo.com>
8613
8614         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8615         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8616         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8617         (gst_avi_demux_process_next_entry), (push_tag_lists),
8618         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8619         * gst/avi/gstavidemux.h:
8620         Proper aggregation of each stream's GstFlowReturn in order to figure out
8621         whether the task should stop or not.
8622         Don't send inline events before pushing out a NEW_SEGMENT, more
8623         specifically for GST_TAG_EVENT.
8624         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8625         sub-indexes.
8626
8627 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8630
8631         * sys/sunaudio/gstsunaudiomixerctrl.c:
8632         (gst_sunaudiomixer_ctrl_build_list):
8633           Move "Monitor" slider to input tab so it works more like
8634           sdtaudiocontrol, which is what people on Solaris are used
8635           to using for their mixer program (#346259).
8636
8637 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8638
8639         * tests/check/elements/level.c: (GST_START_TEST):
8640           fix a leak, clean up at the end
8641
8642 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8645         (gst_matroska_demux_send_event),
8646         (gst_matroska_demux_loop_stream_parse_id):
8647         * gst/matroska/matroska-ids.h:
8648           Send tag event after newsegment event.
8649
8650 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
8651
8652         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8653         (gst_id3demux_read_range):
8654           Make sure we don't return GST_FLOW_OK with a NULL buffer in
8655           certain cases where a read beyond the end of the file is
8656           requested. Fixes #345930.
8657
8658         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8659         (gst_tag_demux_read_range):
8660           Fix same issue here as well.
8661
8662 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8663
8664         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8665         
8666         Fix hypothetical crash.
8667
8668 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8671
8672         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8673           Do not modify the ports value. If the user has turned off the
8674           built-in speakers, then we should not reset it in the prepare
8675           function, since this causes the built-in speakers to turn
8676           back on anytime the user changes a track in totem, rhythmbox,
8677           etc. (#346066).
8678
8679 2006-06-23  Wim Taymans  <wim@fluendo.com>
8680
8681         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8682         Fix double caps unref when negotiation fails.
8683
8684 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * ext/annodex/gstcmmldec.c:
8687         * ext/annodex/gstcmmlenc.c:
8688         * ext/annodex/gstcmmlparser.c:
8689         * ext/dv/gstdvdec.c:
8690         * ext/dv/gstdvdemux.c:
8691         * ext/gdk_pixbuf/pixbufscale.c:
8692         * ext/jpeg/gstjpegenc.c:
8693         * ext/jpeg/gstsmokedec.c:
8694         * ext/jpeg/gstsmokeenc.c:
8695         * ext/libpng/gstpngdec.c:
8696         * ext/libpng/gstpngenc.c:
8697         * ext/speex/gstspeexenc.c:
8698         * gst/alpha/gstalphacolor.c:
8699         * gst/cutter/gstcutter.c:
8700         * gst/debug/gstnavigationtest.c:
8701         * gst/icydemux/gsticydemux.c:
8702         * gst/level/gstlevel.c:
8703         * gst/multipart/multipart.c:
8704         * gst/rtp/gstrtpamrpay.c:
8705         * gst/rtp/gstrtpdepay.c:
8706         * gst/rtp/gstrtpilbcpay.c:
8707         * gst/rtp/gstrtpmp4gpay.c:
8708         * gst/rtp/gstrtpmp4vpay.c:
8709         * gst/rtsp/gstrtpdec.c:
8710         * gst/rtsp/gstrtspsrc.c:
8711         * gst/udp/gstdynudpsink.c:
8712         * gst/udp/gstmultiudpsink.c:
8713         * gst/udp/gstudpsrc.c:
8714         * gst/videobox/gstvideobox.c:
8715         * gst/videofilter/gstvideoflip.c:
8716           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8717           plus two minor macro fixes.
8718
8719 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * gst/matroska/matroska-demux.c:
8722         (gst_matroska_demux_check_subtitle_buffer),
8723         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8724         (gst_matroska_demux_subtitle_caps):
8725         * gst/matroska/matroska-ids.c:
8726         (gst_matroska_track_init_subtitle_context):
8727         * gst/matroska/matroska-ids.h:
8728           Try to fix up broken matroska files containing subtitle
8729           streams with non-UTF8 character encodings (courtesy of
8730           mkvmerge) using either the encoding specified in the
8731           GST_SUBTITLE_ENCODING environment variable or the
8732           current locale's character set if it is non-UTF8.
8733           Fixes #337076.
8734
8735 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8738           Set image type from APIC frame as "image-type" field
8739           of GST_TAG_IMAGE buffer caps (#344605).
8740
8741 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         * ext/flac/Makefile.am:
8744         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8745         (gst_flac_dec_reset_decoders),
8746         (gst_flac_dec_setup_seekable_decoder),
8747         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8748         (gst_flac_dec_metadata_callback),
8749         (gst_flac_dec_metadata_callback_seekable),
8750         (gst_flac_dec_metadata_callback_stream),
8751         (gst_flac_dec_error_callback),
8752         (gst_flac_dec_error_callback_seekable),
8753         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8754         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8755         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8756         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8757         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8758         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8759         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8760         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8761         (gst_flac_dec_sink_activate_push),
8762         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8763         * ext/flac/gstflacdec.h:
8764           Support chain-based operation, should make flac-over-DAAP
8765           work (#340492).
8766
8767 2006-06-20  Wim Taymans  <wim@fluendo.com>
8768
8769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8770         Doc updates, merge some unused symbols.
8771
8772 2006-06-20  Wim Taymans  <wim@fluendo.com>
8773
8774         * docs/plugins/Makefile.am:
8775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8777         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8778         * gst/rtsp/gstrtspsrc.c:
8779         * gst/rtsp/gstrtspsrc.h:
8780         Added documentation for the rtsp plugin. Fixes #345393.
8781
8782 2006-06-20  Wim Taymans  <wim@fluendo.com>
8783
8784         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8785         (rtsp_connection_close), (rtsp_connection_free):
8786         Use better G_OS_* macros. Fixes #345301 some more.
8787
8788 2006-06-20  Wim Taymans  <wim@fluendo.com>
8789
8790         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8791
8792         * sys/sunaudio/Makefile.am:
8793         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8794         * sys/sunaudio/gstsunaudiomixerctrl.c:
8795         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8796         (gst_sunaudiomixer_ctrl_list_tracks),
8797         (gst_sunaudiomixer_ctrl_get_volume),
8798         (gst_sunaudiomixer_ctrl_set_volume),
8799         (gst_sunaudiomixer_ctrl_set_mute),
8800         (gst_sunaudiomixer_ctrl_set_record):
8801         * sys/sunaudio/gstsunaudiomixerctrl.h:
8802         * sys/sunaudio/gstsunaudiomixertrack.c:
8803         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8804         * sys/sunaudio/gstsunaudiomixertrack.h:
8805         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8806         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8807         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8808         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8809         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8810         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8811         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8812         (gst_sunaudiosrc_reset):
8813         * sys/sunaudio/gstsunaudiosrc.h:
8814         Add a SunAudio source plugin.
8815         Support stereo and right/left channel gain in the mixer plugin.
8816         Support the RECORD flag so that you can switch between line-input and
8817         microphone in gnome-volume-control.
8818         Code cleanups like using an enumerator for track number instead of an 
8819         integer. Fixes #344923.
8820
8821 2006-06-20  Wim Taymans  <wim@fluendo.com>
8822
8823         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8824
8825         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8826         (rtsp_connection_close):
8827         Make RTSP plugin compile on windows. Fixes #345301.
8828         Some changes to original patch to catch errors better.
8829         use ifdef WIN32 instead of ifndef.
8830
8831 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8832
8833         * configure.ac:
8834         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8835
8836 2006-06-18  Edward Hervey  <edward@fluendo.com>
8837
8838         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8839         After a failed buffer alloc, we need to abort the jpeg decoding (it
8840         started when parsing headers to figure out how many bytes we need
8841         to request downstream).
8842
8843 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8846
8847         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8848           Make sure we don't read beyond the end of the file (#345232).
8849
8850 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8851
8852         * configure.ac:
8853           Fix --disable-external (can't set conditionals conditionally,
8854           #343602).
8855
8856 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * autogen.sh:
8859         * configure.ac:
8860         * docs/Makefile.am:
8861           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8862
8863         * docs/plugins/Makefile.am:
8864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8865         * docs/plugins/inspect/plugin-taglib.xml:
8866           Add/fix apev2mux docs.
8867
8868 2006-06-14  Wim Taymans  <wim@fluendo.com>
8869
8870         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8871         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8872         (gst_dvdec_change_state):
8873         Reset segment info on flush.
8874         Alloc segment in _init, free in _finalize.
8875
8876         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8877         Don't send segments twice.
8878
8879 2006-06-14  Wim Taymans  <wim@fluendo.com>
8880
8881         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8882         Respect segment.stop. Fixes #342592.
8883
8884 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8885
8886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8887           No language specified means the implied language is English
8888           according to the matroska spec (partially fixes #344708);
8889           add some more debug output.
8890
8891 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8894         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8895         (gst_wavparse_chain):
8896           When operating chain-based, don't make any assumptions about the
8897           chunking of the incoming data and make streaming work on days other
8898           than the second Thursday after a full moon. Also fix up debug
8899           messages here and there and make use of the most excellent new
8900           gst_pad_query_peer_duration() utility function.
8901           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8902
8903         * gst/wavparse/gstwavparse.h:
8904           Remove trailing comma after last enum value, some compilers don't
8905           like that.
8906
8907 2006-06-13  Wim Taymans  <wim@fluendo.com>
8908
8909         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8910         Handle premature EOS gracefully.
8911
8912 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8915           Prevent out of bounds array access when scrubbing towards
8916           the end of the file between the last index entry and the
8917           end. Fixes occasional 'start <= stop' newsegment event
8918           assertions when scrubbing in MJPEG files.
8919
8920 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * tests/check/elements/.cvsignore:
8923           And another one.
8924
8925 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8928         (scan_encoded_string), (parse_picture_frame):
8929           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8930
8931         * configure.ac:
8932           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8933           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8934
8935 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8936
8937         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8938           gratuitous comment changes
8939         * tests/check/elements/level.c: (GST_START_TEST):
8940           fix level test leaks
8941
8942 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8945         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8946           Use gst_pad_query_peer_duration() utility function here.
8947
8948 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         * autogen.sh:
8951           require am17
8952         * configure.ac:
8953         * ext/annodex/Makefile.am:
8954         * ext/cdio/Makefile.am:
8955         * ext/dv/Makefile.am:
8956         * ext/esd/Makefile.am:
8957         * ext/flac/Makefile.am:
8958         * ext/gdk_pixbuf/Makefile.am:
8959         * ext/ladspa/Makefile.am:
8960         * ext/libcaca/Makefile.am:
8961         * ext/speex/Makefile.am:
8962         * ext/taglib/Makefile.am:
8963         * sys/oss/Makefile.am:
8964         * sys/sunaudio/Makefile.am:
8965         * sys/ximage/Makefile.am:
8966           clean up build further
8967
8968 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * gconf/Makefile.am:
8971           Honour --disable-schemas-install configure option. Fixes #344100.
8972
8973 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * tests/examples/level/Makefile.am:
8976           Add -lm to LIBS for pow() function, don't assume one of our
8977           dependencies (such as libxml-2.0) drags it in automatically
8978           (#343603).
8979
8980 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8983
8984         * configure.ac:
8985           We should use $SED and not $(SED) in configure.ac (#343678).
8986
8987 2006-06-09  Wim Taymans  <wim@fluendo.com>
8988
8989         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8990
8991         * sys/sunaudio/gstsunaudiomixerctrl.c:
8992         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8993         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8994         (gst_sunaudiomixer_ctrl_set_mute):
8995         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8996         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8997         (gst_sunaudiosink_write):
8998         Attached find a patch that fixes a number of bugs with the SunAudio
8999         mixer plugin and fixes #344101:
9000         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9001            tracks onto the tracklist causing gnome-volume-control's preferences
9002            dialog to be messed up and would core dump if you checked/unchecked
9003            any item.
9004         2. We weren't previously setting the MUTE flag properly.  Fixing this
9005            makes gnome-volume-control work better.
9006         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9007            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9008            gnome-volume-control look better.
9009         Also some minor cleanup in gstsunaudiosink.c.
9010
9011 2006-06-09  Wim Taymans  <wim@fluendo.com>
9012
9013         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9014         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9015         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9016         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9017         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9018         * ext/jpeg/gstjpegdec.h:
9019         API: Added IDCT method property
9020         Small cleanups.
9021         Avoid dynamic allocation of trivial fixed structure.
9022         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9023
9024 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9025
9026         * configure.ac:
9027         We now require libraw1394 >= 1.1.0 and that version onwards all
9028         have .pc files.
9029
9030 2006-06-02  Edward Hervey  <edward@fluendo.com>
9031
9032         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9033         Trying to get items from an ANY or EMPTY caps is ... stupid.
9034
9035 2006-06-02  Edward Hervey  <edward@fluendo.com>
9036
9037         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9038         (gst_dvdec_chain), (gst_dvdec_change_state):
9039         * ext/dv/gstdvdec.h:
9040         Added GstSegment handling, now implements dropping/clipping.
9041
9042 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9043
9044         * ext/aalib/gstaasink.h:
9045         * ext/annodex/gstcmmldec.h:
9046         * ext/cairo/gsttimeoverlay.h:
9047         * ext/dv/gstdvdec.h:
9048         * ext/dv/gstdvdemux.h:
9049         * ext/esd/esdmon.h:
9050         * ext/esd/esdsink.h:
9051         * ext/flac/gstflacenc.h:
9052         * ext/gconf/gstgconfaudiosink.h:
9053         * ext/gconf/gstgconfaudiosrc.h:
9054         * ext/gconf/gstgconfvideosink.h:
9055         * ext/gconf/gstgconfvideosrc.h:
9056         * ext/gdk_pixbuf/gstgdkanimation.h:
9057         * ext/gdk_pixbuf/pixbufscale.h:
9058         * ext/hal/gsthalaudiosink.h:
9059         * ext/hal/gsthalaudiosrc.h:
9060         * ext/jpeg/gstjpegenc.h:
9061         * ext/jpeg/gstsmokedec.h:
9062         * ext/jpeg/gstsmokeenc.h:
9063         * ext/libcaca/gstcacasink.h:
9064         * ext/libmng/gstmngdec.h:
9065         * ext/libmng/gstmngenc.h:
9066         * ext/libpng/gstpngdec.h:
9067         * ext/libpng/gstpngenc.h:
9068         * ext/raw1394/gstdv1394src.h:
9069         * ext/speex/gstspeexenc.h:
9070         * gst/autodetect/gstautoaudiosink.h:
9071         * gst/autodetect/gstautovideosink.h:
9072         * gst/avi/gstavidemux.h:
9073         * gst/cutter/gstcutter.h:
9074         * gst/debug/efence.h:
9075         * gst/debug/gstnavigationtest.h:
9076         * gst/debug/gstnavseek.h:
9077         * gst/flx/gstflxdec.h:
9078         * gst/goom/gstgoom.h:
9079         * gst/icydemux/gsticydemux.h:
9080         * gst/id3demux/gstid3demux.h:
9081         * gst/law/alaw-decode.h:
9082         * gst/law/alaw-encode.h:
9083         * gst/law/mulaw-decode.h:
9084         * gst/law/mulaw-encode.h:
9085         * gst/matroska/matroska-mux.h:
9086         * gst/median/gstmedian.h:
9087         * gst/oldcore/gstaggregator.h:
9088         * gst/oldcore/gstfdsink.h:
9089         * gst/oldcore/gstmd5sink.h:
9090         * gst/oldcore/gstmultifilesrc.h:
9091         * gst/oldcore/gstpipefilter.h:
9092         * gst/oldcore/gstshaper.h:
9093         * gst/oldcore/gststatistics.h:
9094         * gst/rtp/gstasteriskh263.h:
9095         * gst/rtp/gstrtpL16depay.h:
9096         * gst/rtp/gstrtpL16pay.h:
9097         * gst/rtp/gstrtpamrdepay.h:
9098         * gst/rtp/gstrtpamrpay.h:
9099         * gst/rtp/gstrtpdepay.h:
9100         * gst/rtp/gstrtpgsmdepay.h:
9101         * gst/rtp/gstrtpgsmpay.h:
9102         * gst/rtp/gstrtph263pay.h:
9103         * gst/rtp/gstrtph263pdepay.h:
9104         * gst/rtp/gstrtph263ppay.h:
9105         * gst/rtp/gstrtpmp4gpay.h:
9106         * gst/rtp/gstrtpmp4vdepay.h:
9107         * gst/rtp/gstrtpmp4vpay.h:
9108         * gst/rtp/gstrtpmpadepay.h:
9109         * gst/rtp/gstrtpmpapay.h:
9110         * gst/rtp/gstrtppcmadepay.h:
9111         * gst/rtp/gstrtppcmapay.h:
9112         * gst/rtp/gstrtppcmudepay.h:
9113         * gst/rtp/gstrtppcmupay.h:
9114         * gst/rtp/gstrtpspeexdepay.h:
9115         * gst/rtp/gstrtpspeexpay.h:
9116         * gst/rtsp/gstrtpdec.h:
9117         * gst/rtsp/gstrtspsrc.h:
9118         * gst/smpte/gstsmpte.h:
9119         * gst/udp/gstdynudpsink.h:
9120         * gst/udp/gstmultiudpsink.h:
9121         * gst/udp/gstudpsink.h:
9122         * gst/udp/gstudpsrc.h:
9123         * gst/videofilter/gstvideobalance.h:
9124         * gst/videofilter/gstvideoflip.h:
9125         * sys/oss/gstossdmabuffer.h:
9126         * sys/oss/gstossmixerelement.h:
9127         * sys/oss/gstosssink.h:
9128         * sys/oss/gstosssrc.h:
9129         * sys/osxvideo/osxvideosink.h:
9130         * sys/sunaudio/gstsunaudiomixer.h:
9131         * sys/sunaudio/gstsunaudiosink.h:
9132         * sys/ximage/gstximagesrc.h:
9133         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9134
9135 2006-05-31  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9138         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9139         (gst_goom_src_setcaps), (gst_goom_src_event),
9140         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9141         (gst_goom_change_state):
9142         * gst/goom/gstgoom.h:
9143         Handle QoS.
9144         Handle flushing, discont and events.
9145         Fix timestamps and various other cleanups.
9146
9147 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9148
9149         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9150         Fix bus reset when using libiec61883
9151
9152 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9153
9154         * configure.ac:
9155         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9156         * ext/raw1394/Makefile.am:
9157         Add CFLAGS.
9158         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9159         New method, to receive using libiec61883.
9160         (gst_dv1394src_iso_receive),
9161         #ifdef'd out if libiec61883 is present.
9162         (gst_dv1394src_bus_reset),
9163         Get userdata correctly if using libiec61883. 
9164         (gst_dv1394src_create),
9165         When using libiec61883, only poll one fd and no need to read.
9166         (gst_dv1394src_discover_avc_node),
9167         Replace g_warnings.
9168         (gst_dv1394src_start),
9169         Create new handle when we know which dv port.  More reliable
9170         than setting port on an existing handle.  Initialise libiec61883.
9171         (gst_dv1394src_stop):
9172         If using libiec61883, then cleanup its handle properly.
9173         * ext/raw1394/gstdv1394src.h:
9174         Add libiec61883 handle.
9175
9176 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9177
9178         * gst/avi/gstavidemux.c:
9179           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9180         * win32/MANIFEST:
9181           sort file listing
9182         * win32/vs6/libgstavi.dsp:
9183           add gstavimux.c to the project
9184         * win32/vs6/libgstid3demux.dsp:
9185           add link to zlib library
9186         * win32/vs6/libgstmatroska.dsp:
9187           add matroska-ids.c to the project
9188
9189 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9190
9191         Patch by: Sebastian Dröge  <mail at slomosnail de >
9192
9193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9195         * ext/taglib/Makefile.am:
9196         * ext/taglib/gstapev2mux.cc:
9197         * ext/taglib/gstapev2mux.h:
9198         * ext/taglib/gstid3v2mux.cc:
9199         * ext/taglib/gsttaglibmux.c: (plugin_init):
9200         * ext/taglib/gsttaglibmux.h:
9201           Add apev2mux element (#343122).
9202         
9203         * tests/check/Makefile.am:
9204         * tests/check/elements/apev2mux.c:
9205         (test_taglib_apev2mux_create_tags),
9206         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9207         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9208         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9209         (apev2mux_suite), (main):
9210           Add unit test for apev2mux element.
9211
9212 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9215         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9216         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9217           GST_PTR_FORMAT should be used to print caps in debug statements.
9218
9219 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9222
9223         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9224         (ape_demux_parse_tags):
9225           Some clean-ups and additions: map APE 'file' tag to
9226           GST_TAG_LOCATION (#343123); add support for extracting
9227           the track count and clean up parsing a bit (#343127).
9228
9229 2006-05-28  Edward Hervey  <edward@fluendo.com>
9230
9231         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9232         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9233
9234 2006-05-28  Edward Hervey  <edward@fluendo.com>
9235
9236         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9237         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9238         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9239         * ext/jpeg/gstjpegdec.h:
9240         Clip outgoing buffers according to currently configured segment.
9241
9242 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         * ext/taglib/gstid3v2mux.cc:
9245           Handle  writing of track-count or album-volume-count without
9246           track-number or albume-volume-number (in this case the number
9247           will just be set to 0).
9248
9249         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9250           It would be nice if we actually checked the values received for
9251           track/album-volume number/count in  _check_tags(), rather than
9252           setting them again ...
9253
9254 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9257           A track/volume number or count of 0 does not make sense,
9258           just ignore it along with negative numbers (a tag might
9259           only contain a track count without a track number).
9260
9261 2006-05-27  Edward Hervey  <edward@fluendo.com>
9262
9263         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9264         (gst_jpeg_dec_sink_event):
9265         Abort decompression when receiving FLUSH_STOP. This should avoid
9266         issues when interrupting decoding with flushes.
9267
9268 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * ext/flac/gstflac.c:
9271           Don't #include file we don't dist any longer.
9272
9273 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * README:
9276           Replace current README (containing the release notes from
9277           some 0.9.x version) with a proper README taken from the core.
9278
9279 2006-05-24  Wim Taymans  <wim@fluendo.com>
9280
9281         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9282         Implement EOS correctly by either posting
9283         SEGMENT_DONE or pushing an EOS message depending
9284         on the seek type. Fixes #342592
9285
9286 2006-05-24  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9289         * gst/law/alaw-decode.h:
9290         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9291         * gst/law/alaw-encode.h:
9292         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9293         * gst/law/mulaw-decode.h:
9294         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9295         * gst/law/mulaw-encode.h:
9296         Some cleanups in the chain functions.
9297         Remove some GStreamer 0.0.2 bits.
9298
9299 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9302
9303         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9304           gst_collect_pads_stop() needs to be called before chaining up
9305           to the parent class (#342734).
9306
9307 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * ext/flac/Makefile.am:
9310         * ext/flac/flac_compat.h:
9311         * ext/flac/gstflac.c:
9312         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9313         * ext/flac/gstflacenc.c:
9314           Remove backwards compatibility cruft for dealing with FLAC API
9315           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9316
9317 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9320         (gst_matroska_demux_push_xiph_codec_priv_data),
9321         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9322         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9323         * gst/matroska/matroska-ids.h:
9324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9325         (gst_matroska_mux_video_pad_setcaps),
9326         (xiph3_streamheader_to_codecdata),
9327         (vorbis_streamheader_to_codecdata),
9328         (theora_streamheader_to_codecdata),
9329         (gst_matroska_mux_audio_pad_setcaps),
9330         (gst_matroska_mux_write_data):
9331           Add support for muxing/demuxing theora video (#342448; too bad
9332           none of the usual linux players can actually play this). Playback
9333           in GStreamer will require additional changes to theoradec in -base.
9334           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9335           cleanups.
9336
9337 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9340         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9341           Fix crashes when the horizontal subsampling is 1.
9342           Fixes #342097.
9343
9344 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9347
9348         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9349         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9350         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9351         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9352         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9353         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9354         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9355         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9356         (gst_avi_mux_change_state):
9357         * gst/avi/gstavimux.h:
9358           Some enhancements for avimux (#342526):
9359            - add odml (large file) index support
9360            - store codec init data (e.g. huffyuv)
9361            - miscellaneous other fixes/cleanups
9362
9363 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9364
9365         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9366         Don't output any tag when we encounter a negative track number - the
9367         tag type is uint, so we end up outputting huge positive numbers
9368         instead. (Fixes: #342029)
9369
9370 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9371
9372         * configure.ac:
9373           update for new GSTPB_PLUGINS_DIR
9374
9375 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9376
9377         * rtp/gst/gstrtph263pay.c:
9378         Properly set static caps for H263 at 34.
9379
9380 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9383
9384         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9385           Merge event tags and tag setter tags correctly (#339918). Also,
9386           don't leak taglist in case of an error.
9387           
9388 2006-05-17  Edward Hervey  <edward@fluendo.com>
9389
9390         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9391         We can only do caps intersection if the othercaps are non-empty and not
9392         ANY. Else we return the pad template (base_caps).
9393
9394 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9397           Fix crash when outputting debugging information for certain
9398           pictures (always good to use the right struct member for
9399           the number of records in an array).
9400
9401 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9404
9405         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9406         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9407         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9408         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9409         (gst_ebml_read_float), (gst_ebml_read_ascii),
9410         (gst_ebml_read_binary):
9411           Don't create unnecessary sub-buffers all the time. Dramatically
9412           improves performance with multiple concurrently running
9413           matroskademux instances (#341818) (and avoids doing
9414           unnecessarily inefficient things in the general case).
9415
9416 2006-05-16  Edward Hervey  <edward@fluendo.com>
9417
9418         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9419         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9420         return value of gst_pad_push_event().
9421
9422 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9423
9424         * gst/autodetect/gstautoaudiosink.c:
9425         (gst_auto_audio_sink_find_best):
9426         * gst/autodetect/gstautovideosink.c:
9427         (gst_auto_video_sink_find_best):
9428         Make the name of the child element be based on the name of the
9429         parent, so that debug output is more useful.
9430         
9431         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9432         (parse_insert_string_field), (parse_split_strings):
9433         Rework string parsing to always walk over BOM markers in UTF16
9434         strings, using the endianness indicated by the innermost one,
9435         then trying the opposite endianness if that fails to convert
9436         to valid UTF-8. Fixes #341774
9437
9438 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9439
9440         Patch from: Matthieu <matthieu at fluendo dot com>
9441
9442         * ext/libpng/Makefile.am:
9443         Add LIBPNG_CFLAGS.
9444
9445 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         * ext/taglib/gstid3v2mux.cc:
9448           Add support for writing images (APIC frames) into ID3v2
9449           tags (picture type always set to 'other' for now though).
9450
9451 2006-05-14  Michael Smith  <msmith@fluendo.com>
9452
9453         * gst/wavparse/gstwavparse.c:
9454           Update docs; wavparse implements push and pull modes.
9455
9456 2006-05-12  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9459         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9460         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9461         Ooops, bitten by the copy-and-paste design paradigm, fixes
9462         seek again.
9463
9464 2006-05-12  Wim Taymans  <wim@fluendo.com>
9465
9466         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9467         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9468         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9469         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9470         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9471         (gst_avi_demux_massage_index),
9472         (gst_avi_demux_calculate_durations_from_index),
9473         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9474         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9475         (gst_avi_demux_loop):
9476         * gst/avi/gstavidemux.h:
9477         Some cleanups, prepare to use GstSegment.
9478         Fix error in entry walking code.
9479         Fix VBR detection.
9480         Smarter timestamp calculation code.
9481         Uniform error/eos handling.
9482
9483 2006-05-12  Michael Smith  <msmith@fluendo.com>
9484
9485         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9486         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9487           Fix use of uninitialised values if we're NOT seeking in ready.
9488           Fix typos.
9489
9490 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * gst/wavparse/Makefile.am:
9493           Add CFLAGS and LIBS for libgstbase, fixes build on
9494           Cygwin (#341489).
9495
9496 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9499           Some more debug info. No need to check whether the string
9500           returned by g_convert() is really UTF-8 - either it is or
9501           we get NULL returned.
9502
9503 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9504
9505         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9506           Fix parsing of numeric genre strings some more, by ensuring that
9507           we only try and parse strings that a) Start with '(' and b) Consist
9508           only of digits.
9509           Also, when finding an escaping '((' sequence, bust it back to '(' by
9510           swallowing the first parenthesis
9511
9512 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9515         (gst_esdsink_open), (gst_esdsink_close):
9516         * ext/esd/esdsink.h:
9517           Move the esd_get_server_info() into gst_esdsink_open() and fail
9518           with a decent error message on errors.
9519
9520 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9523         (gst_esdmon_channels_get_type):
9524         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9526         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9527         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9528         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9529         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9530         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9531         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9532         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9533         * gst/videomixer/videomixer.c:
9534         (gst_video_mixer_background_get_type):
9535           Const-ify GEnumValue arrays.
9536
9537 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9540
9541         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9542         (gst_avi_mux_do_video_buffer):
9543           Work around gst_buffer_make_metadata_writable() bug that
9544           results in avimux marking all frames in the index as
9545           keyframes (#340859).
9546           
9547 2006-05-08  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9550         Make parsing of urls suck slightly less.
9551
9552 2006-05-08  Edward Hervey  <edward@fluendo.com>
9553
9554         * autogen.sh: (CONFIGURE_DEF_OPT): 
9555         libtoolize on Darwin/MacOSX is called glibtoolize.
9556
9557 2006-05-08  Wim Taymans  <wim@fluendo.com>
9558
9559         Patch by: Jens Granseuer <jensgr at gmx dot net>
9560
9561         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9562         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9563         C89 compliance fixes. Fixes #340980
9564
9565 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9566
9567         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9568         * ext/flac/gstflacdec.h:
9569           Handle segment seeks that include the end of the file as stop point
9570           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9571           message instead of an EOS event in case we're in segment seek
9572           mode (fixes #340699).
9573           
9574 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9575
9576         * ext/cairo/gsttextoverlay.c:
9577         * ext/flac/gstflacdec.c:
9578         * ext/gdk_pixbuf/pixbufscale.c:
9579         * gst/apetag/gstapedemux.c:
9580         * gst/debug/breakmydata.c:
9581         * gst/debug/testplugin.c:
9582         * gst/matroska/ebml-write.c:
9583         * gst/multipart/multipartdemux.c:
9584         * sys/osxaudio/gstosxaudiosink.c:
9585         * sys/osxaudio/gstosxaudiosrc.c:
9586         Add semicolons after GST_BOILERPLATE[_FULL] so that
9587         indent doesn't mess up following lines.
9588
9589 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9592
9593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9594           Don't leak caps when freeing the stream context (#340623).
9595
9596 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9597
9598         * configure.ac:
9599           Back to CVS
9600
9601 === release 0.10.3 ===
9602
9603 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9604
9605         * configure.ac:
9606           releasing 0.10.3, "Desplazado"
9607
9608 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * gst/matroska/matroska-mux.c:
9611         (gst_matroska_mux_stream_is_vorbis_header),
9612         (gst_matroska_mux_write_data):
9613           Don't strcmp() NULL strings.
9614           Only start new clusters on video keyframes, not on any
9615           random audio buffer that doesn't have the DELTA_UNIT
9616           flag set (fixes 'make check' again).
9617
9618 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9621
9622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9623         (gst_matroska_mux_stream_is_vorbis_header),
9624         (gst_matroska_mux_write_data):
9625           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9626           value and then dead-lock when muxing vorbis audio streams
9627           (the three vorbis header buffers carry no timestamp, and it
9628           would try to mux these after all video buffers). Fixes #340346.
9629
9630           Improve clustering: start a new cluster also whenever we get
9631           a keyframe.     
9632
9633 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9634
9635         * win32/common/config.h:
9636         * win32/MANIFEST
9637           add the generated file as well
9638
9639 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9640
9641         * Makefile.am:
9642         * configure.ac:
9643         * win32/common/config.h.in:
9644           add win32 stuff
9645
9646 2006-05-03  Michael Smith  <msmith@fluendo.com>
9647
9648         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9649           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9650           SUCKS.
9651
9652 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9653
9654         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9655         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9656         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9657           don't leak caps-string
9658
9659 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9662         (gst_id3demux_sink_activate):
9663           Let core insert default error message for TYPE_NOT_FOUND
9664           errors, it's just as good as our own and has the added
9665           bonus of being translated.
9666
9667 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9670         (gst_tag_demux_sink_event):
9671         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9672         (gst_id3demux_sink_event):
9673           Post an error message when we get an EOS event and were not
9674           able to find out the type of stream.
9675
9676         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9677         (test_taglib_id3mux_with_tags):
9678           Decrease num-buffers to 16 per iteration again, otherwise the
9679           many memcpy()s and reallocations in the test will hammer slow
9680           CPUs completely and make the test timeout.
9681
9682 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * configure.ac:
9685           figure out where plugins-base plugins are
9686         * tests/check/Makefile.am:
9687           use plugins-base plugins, so we have typefind functions
9688         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9689           increase num-buffers, this makes sure the test errors out instead
9690           of timing out when no typefind functions are present
9691
9692 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9693
9694         * docs/plugins/Makefile.am:
9695           also check .cc files for gtk-doc markup
9696         * configure.ac:
9697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9699         * tests/check/Makefile.am:
9700         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9701         * ext/Makefile.am:
9702         * ext/taglib/Makefile.am:
9703         * ext/taglib/gstid3v2mux.h:
9704         * ext/taglib/gsttaglibmux.c:
9705         * ext/taglib/gsttaglibmux.h:
9706           move taglib-based id3v2muxer to -good.  Fixes #336110.
9707
9708 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9711           ... and fix multichannel/WAVFORMATEX support again.
9712
9713 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
9714
9715         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9716         (gst_wavparse_class_init), (gst_wavparse_dispose),
9717         (gst_wavparse_reset), (gst_wavparse_init),
9718         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9719         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9720         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9721         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9722         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9723         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9724         (gst_wavparse_stream_data), (gst_wavparse_loop),
9725         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9726         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9727         (gst_wavparse_change_state), (plugin_init):
9728         * gst/wavparse/gstwavparse.h:
9729           Add push (streaming) mode to wavparse (fixes #337625)
9730
9731 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9732
9733         * configure.ac:
9734         * tests/Makefile.am:
9735           add ximagesrc icles test
9736
9737 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9738
9739         * configure.ac:
9740         * docs/plugins/Makefile.am:
9741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9743         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9744         (gst_cmml_enc_push_clip):
9745         * sys/Makefile.am:
9746         * sys/ximage/Makefile.am:
9747         * sys/ximage/gstximagesrc.c:
9748           Move ximagesrc plug-in to good after review.  Fixes #336756.
9749
9750 2006-04-28  Michael Smith  <msmith@fluendo.com>
9751
9752         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9753         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9754         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9755         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9756         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9757         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9758         * gst/icydemux/gsticydemux.h:
9759           Fix event handling: cache events when typefinding and forward later.
9760
9761 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9762
9763         * sys/osxaudio/gstosxaudiosink.c:
9764         (plugin_init):
9765          Register osxaudiosrc to the plugin.
9766         * sys/osxaudio/gstosxaudiosrc.c:
9767         (gst_osx_audio_src_osxelement_do_init),
9768         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9769         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9770         (gst_osx_audio_src_get_property),
9771         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9772         (gst_osx_audio_src_osxelement_init):
9773         * sys/osxaudio/gstosxaudiosrc.h:
9774           Port of osxaudiosrc to 0.10.
9775         * sys/osxaudio/Makefile.am:
9776           Add osxaudiosrc
9777
9778 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9779
9780         * sys/osxaudio/gstosxringbuffer.c:
9781         * sys/osxaudio/gstosxringbuffer.h:
9782           Forgot to commit earlier, part of the OSX audio plugin port
9783
9784 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9787         (parse_split_strings):
9788           Recognise and skip any byte order marker (BOM) in
9789           UTF-16 strings.
9790
9791 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * docs/plugins/Makefile.am:
9794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9796         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9797         * docs/plugins/inspect/plugin-avi.xml:
9798         * gst/avi/gstavidemux.c:
9799         * gst/avi/gstavimux.c:
9800           Add docs for both avidemux and avimux.
9801
9802 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9805
9806         * gst/avi/Makefile.am:
9807         * gst/avi/gstavi.c: (plugin_init):
9808         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9809         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9810         (gst_avi_mux_class_init), (gst_avi_mux_init),
9811         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9812         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9813         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9814         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9815         (gst_avi_mux_riff_get_avix_header),
9816         (gst_avi_mux_riff_get_video_header),
9817         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9818         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9819         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9820         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9821         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9822         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9823         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9824         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9825         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9826         (gst_avi_mux_change_state):
9827         * gst/avi/gstavimux.h:
9828           Port AVI muxer to GStreamer-0.10 (#332031).
9829
9830         * tests/check/Makefile.am:
9831         * tests/check/elements/avimux.c:
9832         * tests/check/elements/.cvsignore:
9833           Add unit test for AVI muxer.
9834
9835 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9836
9837         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9838         (gst_wavparse_class_init), (gst_wavparse_reset),
9839         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9840         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9841         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9842         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9843         (gst_wavparse_stream_data), (gst_wavparse_loop),
9844         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9845         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9846         (plugin_init):
9847         * gst/wavparse/gstwavparse.h:
9848           reverted patch #337625 for the price of 1 hour sleep
9849
9850 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9851
9852         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9853         (gst_wavparse_class_init), (gst_wavparse_reset),
9854         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9855         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9856         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9857         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9858         (gst_wavparse_stream_data), (gst_wavparse_loop),
9859         (gst_wavparse_chain), (plugin_init):
9860         * gst/wavparse/gstwavparse.h:
9861           correct partial implementation of push mode
9862           (from my last commit)
9863
9864 2006-04-26  Wim Taymans  <wim@fluendo.com>
9865
9866         * ext/esd/esdsink.c:
9867         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9868         it is not in esd.h
9869
9870 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9871
9872         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9873         (gst_au_parse_class_init), (gst_au_parse_init),
9874         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9875         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9876         (gst_au_parse_chain), (gst_au_parse_src_convert),
9877         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9878         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9879         (gst_au_parse_change_state):
9880         * gst/auparse/gstauparse.h:
9881           Rewrite auparse to suck a little bit less: make source pad
9882           dynamic, so decodebin/playbin work with non-raw formats
9883           like alaw/mulaw; add query function for duration/position
9884           queries; check whether we have enough data before attempting
9885           to parse the header (instead of crashing when that is not the
9886           case); work around audioconvert sucking by swapping endianness
9887           to the native endianness ourselves for float formats; send
9888           initial newsegment event. Fixes #161712.
9889
9890 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9891
9892         * sys/osxaudio/Makefile.am:
9893         * sys/osxaudio/gstosxaudioelement.c:
9894         (gst_osx_audio_element_get_type),
9895         (gst_osx_audio_element_class_init):
9896         * sys/osxaudio/gstosxaudioelement.h:
9897         * sys/osxaudio/gstosxaudiosink.c:
9898         (gst_osx_audio_sink_osxelement_do_init),
9899         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9900         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9901         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9902         (gst_osx_audio_sink_create_ringbuffer),
9903         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9904         (plugin_init):
9905         * sys/osxaudio/gstosxaudiosink.h:
9906         Port of osxaudiosink to 0.10
9907
9908 2006-04-26  Wim Taymans  <wim@fluendo.com>
9909
9910         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9911         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9912         the size of the ringbuffer. This should fix hangs with older 
9913         esd sound servers.
9914
9915 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9916
9917         * ext/aalib/gstaasink.c:
9918         * ext/annodex/gstcmmldec.c:
9919         * ext/annodex/gstcmmlenc.c:
9920         * ext/cairo/gsttextoverlay.c:
9921         * ext/cairo/gsttimeoverlay.c:
9922         * ext/cdio/gstcdiocddasrc.c:
9923         * ext/dv/gstdvdec.c:
9924         * ext/dv/gstdvdemux.c:
9925         * ext/esd/esdmon.c:
9926         * ext/esd/esdsink.c:
9927         * ext/flac/gstflacenc.c:
9928         * ext/flac/gstflactag.c:
9929         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9930         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9931         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9932         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9933         * ext/gdk_pixbuf/pixbufscale.c:
9934         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9935         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9936         * ext/jpeg/gstjpegdec.c:
9937         * ext/jpeg/gstjpegenc.c:
9938         * ext/jpeg/gstsmokedec.c:
9939         * ext/jpeg/gstsmokeenc.c:
9940         * ext/libcaca/gstcacasink.c:
9941         * ext/libmng/gstmngdec.c:
9942         * ext/libmng/gstmngenc.c:
9943         * ext/libpng/gstpngdec.c:
9944         * ext/libpng/gstpngenc.c:
9945         * ext/mikmod/gstmikmod.c:
9946         * ext/raw1394/gstdv1394src.c:
9947         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9948         * ext/shout2/gstshout2.h:
9949         * ext/speex/gstspeexdec.c:
9950         * ext/speex/gstspeexenc.c:
9951         * gst/alpha/gstalpha.c:
9952         * gst/alpha/gstalphacolor.c:
9953         * gst/apetag/gstapedemux.c:
9954         * gst/auparse/gstauparse.c:
9955         * gst/autodetect/gstautoaudiosink.c:
9956         (gst_auto_audio_sink_base_init):
9957         * gst/autodetect/gstautovideosink.c:
9958         (gst_auto_video_sink_base_init):
9959         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9960         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9961         * gst/cutter/gstcutter.c:
9962         * gst/debug/breakmydata.c:
9963         * gst/debug/efence.c:
9964         * gst/debug/gstnavigationtest.c:
9965         * gst/debug/gstnavseek.c:
9966         * gst/debug/negotiation.c:
9967         * gst/debug/progressreport.c:
9968         * gst/debug/testplugin.c:
9969         * gst/effectv/gstaging.c:
9970         * gst/effectv/gstdice.c:
9971         * gst/effectv/gstedge.c:
9972         * gst/effectv/gstquark.c:
9973         * gst/effectv/gstrev.c:
9974         * gst/effectv/gstshagadelic.c:
9975         * gst/effectv/gstvertigo.c:
9976         * gst/effectv/gstwarp.c:
9977         * gst/flx/gstflxdec.c:
9978         * gst/goom/gstgoom.c:
9979         * gst/icydemux/gsticydemux.c:
9980         * gst/id3demux/gstid3demux.c:
9981         * gst/interleave/deinterleave.c:
9982         * gst/interleave/interleave.c:
9983         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9984         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9985         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9986         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9987         * gst/level/gstlevel.c:
9988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9990         * gst/median/gstmedian.c:
9991         * gst/monoscope/gstmonoscope.c:
9992         * gst/multipart/multipartdemux.c:
9993         * gst/multipart/multipartmux.c:
9994         * gst/oldcore/gstaggregator.c:
9995         * gst/oldcore/gstfdsink.c:
9996         * gst/oldcore/gstmd5sink.c:
9997         * gst/oldcore/gstmultifilesrc.c:
9998         * gst/oldcore/gstpipefilter.c:
9999         * gst/oldcore/gstshaper.c:
10000         * gst/oldcore/gststatistics.c:
10001         * gst/rtp/gstasteriskh263.c:
10002         * gst/rtp/gstrtpL16depay.c:
10003         * gst/rtp/gstrtpL16pay.c:
10004         * gst/rtp/gstrtpamrdepay.c:
10005         * gst/rtp/gstrtpamrpay.c:
10006         * gst/rtp/gstrtpdepay.c:
10007         * gst/rtp/gstrtpgsmpay.c:
10008         * gst/rtp/gstrtph263pay.c:
10009         * gst/rtp/gstrtph263pdepay.c:
10010         * gst/rtp/gstrtph263ppay.c:
10011         * gst/rtp/gstrtpilbcdepay.c:
10012         * gst/rtp/gstrtpmp4gpay.c:
10013         * gst/rtp/gstrtpmp4vdepay.c:
10014         * gst/rtp/gstrtpmp4vpay.c:
10015         * gst/rtp/gstrtpmpadepay.c:
10016         * gst/rtp/gstrtpmpapay.c:
10017         * gst/rtp/gstrtppcmadepay.c:
10018         * gst/rtp/gstrtppcmapay.c:
10019         * gst/rtp/gstrtppcmudepay.c:
10020         * gst/rtp/gstrtppcmupay.c:
10021         * gst/rtp/gstrtpspeexdepay.c:
10022         * gst/rtp/gstrtpspeexpay.c:
10023         * gst/rtsp/gstrtpdec.c:
10024         * gst/rtsp/gstrtspsrc.c:
10025         * gst/smpte/gstsmpte.c:
10026         * gst/udp/gstdynudpsink.c:
10027         * gst/udp/gstmultiudpsink.c:
10028         * gst/udp/gstudpsink.c:
10029         * gst/udp/gstudpsrc.c:
10030         * gst/videobox/gstvideobox.c:
10031         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10032         * gst/videofilter/gstvideobalance.c:
10033         * gst/videofilter/gstvideoflip.c:
10034         * gst/videofilter/gstvideotemplate.c:
10035         (gst_videotemplate_base_init):
10036         * gst/videomixer/videomixer.c:
10037         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10038         (gst_wavparse_class_init), (gst_wavparse_dispose),
10039         (gst_wavparse_reset), (gst_wavparse_init),
10040         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10041         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10042         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10043         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10044         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10045         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10046         (gst_wavparse_change_state):
10047         * gst/wavparse/gstwavparse.h:
10048         * sys/oss/gstossmixerelement.c:
10049         * sys/oss/gstosssink.c:
10050         * sys/oss/gstosssrc.c:
10051         * sys/osxaudio/gstosxaudioelement.c:
10052         * sys/osxaudio/gstosxaudiosink.c:
10053         * sys/osxaudio/gstosxaudiosrc.c:
10054         * sys/sunaudio/gstsunaudiomixer.c:
10055         * sys/sunaudio/gstsunaudiosink.c:
10056           Define GstElementDetails as const and also static (when defined as
10057           global)
10058
10059 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10062           Source pad has fixed caps. If we don't set this, bad
10063           things happen when the window is resized.
10064
10065 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * gst/matroska/Makefile.am:
10068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10069         (gst_matroska_demux_handle_src_event):
10070         * gst/matroska/matroska-ids.c:
10071         (gst_matroska_track_init_video_context),
10072         (gst_matroska_track_init_audio_context),
10073         (gst_matroska_track_init_subtitle_context),
10074         (gst_matroska_track_init_complex_context):
10075         * gst/matroska/matroska-ids.h:
10076           Handle case where the TrackType ebml chunk does not come before the
10077           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10078           events.
10079
10080 2006-04-25  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10083         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10084         It's codec_data, not codec_info.
10085
10086 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10089
10090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10091           Handle codec_data for VfW compatibility codec IDs (#339451)
10092
10093         * gst/matroska/matroska-mux.c:
10094         (gst_matroska_mux_video_pad_setcaps):
10095           Same here, handle codec_data and add additional caps we can handle
10096           now to the pad template (huffyuv, dv and h263 video) (#339451)
10097
10098 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10101
10102         * gst/matroska/matroska-mux.c:
10103         (gst_matroska_mux_create_buffer_header),
10104         (gst_matroska_mux_write_data):
10105           Fix timestamping of B-frames, use signed integers, do
10106           some rounding (#339678).
10107
10108 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10109
10110         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10111         just make it compile with --disable-gst-debug.
10112
10113 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10114
10115         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10116         Fix a bad conversion using gst_guint64_to_gdouble.
10117         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10118         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10119         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10120     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10121         mistake.
10122
10123 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10124
10125         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10126         Use gst_guint64_to_gdouble for conversions
10127         * win32/vs6/gst_plugins_good.dsw:
10128         * win32/vs6/libgsticydemux.dsp:
10129         Add a project file for icydemux
10130
10131 2006-04-21  Wim Taymans  <wim@fluendo.com>
10132
10133         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10134
10135         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10136         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10137         When splitting audio chunks, the block alignment is not taken in
10138         consideration, so the smaller chunks could be of size which is 
10139         not a multiple of the block alignment. Fixes #336904
10140
10141 2006-04-21  Wim Taymans  <wim@fluendo.com>
10142
10143         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10144         Use scale functions
10145
10146 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * ext/dv/gstdv.c: (plugin_init):
10149           Fix build.
10150
10151 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10154         (gst_progress_report_class_init), (gst_progress_report_init),
10155         (gst_progress_report_do_query), (gst_progress_report_report),
10156         (gst_progress_report_set_property),
10157         (gst_progress_report_get_property):
10158           Add 'format' property to force querying to a particular format.
10159
10160 2006-04-21  Andy Wingo  <wingo@pobox.com>
10161
10162         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10163         best, on big endian systems. Drop its rank in that case. OTOH on
10164         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10165
10166 2006-04-21  Michael Smith  <msmith@fluendo.com>
10167
10168         * configure.ac:
10169         * gst/icydemux/Makefile.am:
10170         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10171         (gst_icydemux_base_init), (gst_icydemux_class_init),
10172         (gst_icydemux_reset), (gst_icydemux_init),
10173         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10174         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10175         (unicodify), (gst_icydemux_unicodify),
10176         (gst_icydemux_parse_and_send_tags),
10177         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10178         (gst_icydemux_chain), (gst_icydemux_change_state),
10179         (gst_icydemux_send_tag_event), (plugin_init):
10180         * gst/icydemux/gsticydemux.h:
10181         * tests/check/Makefile.am:
10182         * tests/check/elements/icydemux.c: (typefind_succeed),
10183         (plugin_init), (icydemux_found_pad), (create_icydemux),
10184         (cleanup_icydemux), (push_data), (GST_START_TEST),
10185         (icydemux_suite), (main):
10186           Add icydemux, and tests.
10187
10188 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10191           Post SEGMENT_DONE message in TIME format.
10192
10193 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10196
10197         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10198         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10199           Fix index creation when we have to scan the file to create
10200           an index. There may be other types of RIFF 'LIST' chunks than
10201           'movi' and we need to skip them properly as well or we'll end up
10202           reading garbage (#336889). Some other cosmetic changes.
10203           
10204 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10205
10206         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10207         (gst_flac_dec_handle_seek_event):
10208           Add support for segment seeks (fixes #338290). Also demote
10209           some recurring debug message from DEBUG to LOG level.
10210
10211 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10214         (gst_matroskademux_do_index_seek),
10215         (gst_matroska_demux_handle_seek_event),
10216         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10217         * gst/matroska/matroska-ids.h:
10218           Set DISCONT flag on first buffer after a discontinuity.
10219           Fix newsegment events sent when seeking and honour KEY_UNIT
10220           seek flag. Create pad with bogus caps if we don't recognise
10221           the stream codec id.
10222
10223         * gst/matroska/matroska-demux.h:
10224           Fix GObject macros.
10225
10226 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10229
10230         * gst/matroska/matroska-demux.c:
10231         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10232           Handle end of segment properly when set; don't dead-lock when
10233           posting start of segment message when doing a segment seek.
10234           Fixes #338810.
10235
10236 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10239         (gst_matroska_demux_plugin_init):
10240           Make mpeg2 aac audio work: create artificial private codec data
10241           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10242           Also call gst_riff_init(). Partially fixes #338767.
10243
10244 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10247         (gst_wavenc_class_init), (gst_wavenc_init),
10248         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10249         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10250         (gst_wavenc_chain), (gst_wavenc_change_state):
10251         * gst/wavenc/gstwavenc.h:
10252           Set caps on first outgoing buffer, so that it doesn't error out
10253           immediately with a non-negotiated error (#338716). Rewrite and
10254           clean up a bit; fix setcaps function to parse things properly;
10255           fix sink caps (8bit audio is unsigned and doesn't have depth);
10256           use boilerplate macros; remove unused properties stuff.
10257
10258 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10261           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10262           handle MJPEG streams and might be autoplugged for those if the
10263           user doesn't have jpegdec installed (resulting in a cryptic error
10264           message about huffman tables). Better to disable JPEG decoding here
10265           and let the user figure out that she needs to install jpegdec.
10266
10267 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10270         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10271         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10272         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10273           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10274           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10275           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10276           debug messages. Fix boilerplate macros.
10277
10278 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10281         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10282           No need to special-case for Gdk-2.0 any longer, we require
10283           Gdk 2.2 or newer; minor clean-ups.
10284
10285 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10288         (gst_shout2send_class_init), (gst_shout2send_init),
10289         (set_shout_metadata), (gst_shout2send_set_metadata),
10290         (gst_shout2send_event), (gst_shout2send_start),
10291         (gst_shout2send_connect), (gst_shout2send_stop),
10292         (gst_shout2send_render), (gst_shout2send_set_property),
10293         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10294         (plugin_init):
10295         * ext/shout2/gstshout2.h:
10296         * po/POTFILES.in:
10297           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10298           change function; use GST_ELEMENT_ERROR for error reporting, not
10299           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10300           will cause crashes or assertion failures; remove (unused) "sync"
10301           property, basesink already has such a property; misc. other
10302           minor fixes and cleanups.
10303
10304 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10307         * ext/esd/gstesd.c: (plugin_init):
10308         * po/POTFILES.in:
10309           Add translatable error message for when we cannot
10310           connect to the sound server, as "Cannot open resource
10311           for writing" isn't really an acceptable message to show
10312           to the user in this case.
10313
10314 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * sys/oss/gst-i18n-plugin.h:
10317           Remove bogus file that doesn't belong here.
10318
10319 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         Patch by: Philippe Valembois
10322
10323         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10324         (gst_shout2send_set_metadata), (gst_shout2send_event),
10325         (gst_shout2send_render), (gst_shout2send_change_state):
10326         * ext/shout2/gstshout2.h:
10327           Handle tags being received before the connection to
10328           the server is established properly (see #338636).
10329
10330 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10333           Don't crash in case the connection to the server fails:
10334           don't set pointer to NULL by assigning FALSE; error out
10335           properly by using GST_ELEMENT_ERROR and returning
10336           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10337           before resetting the pointer.
10338
10339 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10340
10341         * gst/id3demux/id3tags.c:
10342         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10343         (Fixes #338713)
10344
10345 2006-04-12  Wim Taymans  <wim@fluendo.com>
10346
10347         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10348         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10349         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10350         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10351         (gst_gdk_pixbuf_chain):
10352         Some cleanups.
10353         Added RGBA as a possible output format.
10354         Correctly free the supported mimetypes.
10355         deprecate silent arg, it's not used.
10356         Return result from _alloc_buffer to peer.
10357
10358 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10359
10360         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10361           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10362           overwriting GST_BUFFER_MALLOCDATA.
10363
10364 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10365
10366         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10367         (user_endrow_callback), (user_end_callback),
10368         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10369         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10370         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10371         * ext/libpng/gstpngdec.h:
10372           Handle more than one frame if the content is framed,
10373           like with png-in-quicktime (#331917).
10374
10375 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10376
10377         * sys/oss/Makefile.am:
10378         * sys/oss/common.h:
10379         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10380         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10381         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10382         (gst_oss_src_unprepare):
10383           - the user-visible error strings were in the wrong category
10384           - and the messages were not marked for translation
10385           - which is actually a good thing, because they were exactly
10386             the kind of message you would never want anyone to see
10387           - the macros were using variables that didn't exist in the macro
10388             arguments
10389           - and they were obviously copied from each other and then modified
10390           - so a common header makes sense
10391
10392 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10393
10394         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10395           Don't try to modify read-only data.
10396
10397         * gst/matroska/matroska-demux.c:
10398         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10399           Fix comment (won't crash any longer now).
10400
10401 2006-04-10  Michael Smith  <msmith@fluendo.com>
10402
10403         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10404           Use copies of header buffers for caps to avoid circular refcounting
10405           problems (as in theoradec, vorbisdec).
10406
10407         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10408           Fix a typo in test that meant it was testing the wrong thing.
10409
10410         * tests/check/elements/cmmlenc.c: (check_headers):
10411           Fix refcount checks now that we use buffer-copies for caps.
10412
10413 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10416         (gst_matroska_demux_handle_seek_event),
10417         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10418         (gst_matroska_demux_subtitle_caps),
10419         (gst_matroska_demux_plugin_init):
10420           Use static pad templates with ANY caps for audio and video
10421           source pads and get rid of a lot of unnecessary (and partially
10422           broken) code for the template caps. Clean up caps finding
10423           functions. Fixes playback of audio files/streams that do not
10424           contain the sample rate and/or number of channels in the audio
10425           context (happens a lot with vorbis/mp3 .mka files it seems).
10426           Fixes #337183.
10427           Also add myself to copyright holders.
10428
10429 2006-04-10  Michael Smith  <msmith@fluendo.com>
10430
10431         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10432           Use g_list_delete_link () instead of g_list_remove_link () so that
10433           we free the link as well as the contained data.
10434
10435 2006-04-10  Wim Taymans  <wim@fluendo.com>
10436
10437         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10438
10439         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10440         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10441         (gst_avi_demux_stream_header):
10442         Fix some crashers with empty chunks. (Fixes #337749)
10443
10444 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10445
10446         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10447           use G_GINT64_CONSTANT for INT64 constants
10448         * gst/videofilter/gstvideobalance.c:
10449           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10450         * win32/vs6/libgstavi.dsp:
10451          add missing libraries for the link and remove avimux.c from
10452          the project as it isn't ported to 0.10 yet
10453         
10454 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10457           Even better would be if we actually did the right thing
10458           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10459
10460 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10463           Can't just replace 1LL with 1L here just because MSVC doesn't
10464           support it, as it might lead to incorrect results when doing the
10465           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10466           force a 64-bit constant in a way that all compilers are happy with.
10467
10468 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10469
10470         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10471         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10472         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10473         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10474         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10475         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10476         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10477         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10478         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10479         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10480         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10481         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10482         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10483         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10484         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10485         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10486         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10487         * gst/debug/efence.c: (gst_efence_class_init):
10488         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10489         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10490         * gst/goom/gstgoom.c: (gst_goom_class_init):
10491         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10492         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10493         * gst/interleave/interleave.c: (interleave_class_init):
10494         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10495         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10496         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10497         * gst/median/gstmedian.c: (gst_median_class_init):
10498         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10499         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10500         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10501         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10502         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10503         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10504         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10505         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10506         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10507         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10508         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10509         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10510         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10511         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10512         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10513         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10514         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10515         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10516         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10517         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10518         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10519         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10520         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10521         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10522         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10524         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10525         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10526         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10527         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10528         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10529         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10530         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10531         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10532         * sys/osxaudio/gstosxaudioelement.c:
10533         (gst_osxaudioelement_class_init):
10534         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10535         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10536         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10537         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10538
10539 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10540
10541         * ext/mikmod/gstmikmod.h:
10542         * gst/level/gstlevel.h:
10543         Fix more broken GObject macros
10544
10545 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10546
10547         * ext/annodex/gstcmmldec.h:
10548         * ext/annodex/gstcmmlenc.h:
10549         * ext/annodex/gstcmmltag.h:
10550         * ext/cairo/gsttextoverlay.h:
10551         * ext/ladspa/gstsignalprocessor.h:
10552         * gst/matroska/ebml-read.h:
10553         * gst/matroska/ebml-write.h:
10554         * sys/osxaudio/gstosxaudioelement.h:
10555         Fix broken GObject macros
10556
10557 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10560           Don't try to seek beyond the end of the file (would
10561           occasionally display error dialogs in totem when seeking
10562           to the end) (#335869). Will still throw an error though
10563           if the file is truncated and the total_samples value in
10564           the stream header is wrong.
10565
10566 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10569         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10570         (gst_flac_dec_metadata_callback):
10571         * ext/flac/gstflacdec.h:
10572           If the stream header doesn't contain the total number of samples,
10573           search for the last flac frame at the end of the file and calculate
10574           the total duration from that frame's offset (fixes #337609).
10575
10576 2006-04-07  Edward Hervey  <edward@fluendo.com>
10577
10578         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10579         Don't unref the GstPadTemplate returned by
10580         gst_element_class_get_pad_template().
10581
10582 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10585
10586         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10587         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10588         * sys/sunaudio/gstsunaudiosink.h:
10589           Use spec->segsize and spec->segtotal in the prepare function
10590           to initialise the ring buffer instead of using the buffer-time
10591           property (#337421).
10592
10593 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * configure.ac:
10596           Bump core requirements to CVS for gst_pad_query_peer_duration()
10597           which is used by speexdec.
10598
10599 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * ext/speex/gstspeex.c: (plugin_init):
10602         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10603         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10604         (speex_get_sink_query_types), (speex_dec_sink_query),
10605         (speex_get_src_query_types), (speex_dec_src_query),
10606         (speex_dec_src_event), (speex_dec_sink_event),
10607         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10608         (speex_dec_chain_parse_data), (speex_dec_chain),
10609         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10610         (speex_dec_change_state):
10611         * ext/speex/gstspeexdec.h:
10612           Fix seeking and duration queries (#337033); clean up and
10613           refactor a bit.
10614
10615 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         * ext/raw1394/gstdv1394src.c:
10618           distinguish between device not found and could not open for
10619           reading
10620
10621 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10622
10623         * Makefile.am:
10624         * configure.ac:
10625         * pkgconfig/.cvsignore:
10626         * pkgconfig/Makefile.am:
10627         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10628           add a .pc file so other modules can use good plugins in tests
10629
10630 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10631
10632         * configure.ac:
10633           clean up, use AS_VERSION and AS_NANO
10634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10635           use PACKAGE_VERSION define
10636         * po/af.po:
10637         * po/az.po:
10638         * po/cs.po:
10639         * po/en_GB.po:
10640         * po/hu.po:
10641         * po/it.po:
10642         * po/nb.po:
10643         * po/nl.po:
10644         * po/or.po:
10645         * po/sq.po:
10646         * po/sr.po:
10647         * po/sv.po:
10648         * po/uk.po:
10649         * po/vi.po:
10650           updated
10651
10652 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
10653
10654         * ext\jpeg\smokecodec.c:
10655           use of GST_DEBUG instead of DEBUG(a...) for WIN32
10656         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10657           move first instruction after all variables declarations
10658         * gst\alpha\gstalpha.c:
10659         * gst\effectv\gstshagadelic.c:
10660         * gst\smpte\paint.c:
10661         * gst\videofilter\gstvideobalance.c:
10662           define M_PI if it's not defined (it's not defined on WIN32)
10663         * gst\cutter\gstcutter.c: (gst_cutter_chain):
10664         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10665         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10666         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
10667         (gst_matroska_demux_video_caps):
10668         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10669         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10670           use gst_guint64_to_gdouble for conversions
10671         * gst\goom\filters.c: (setPixelRGB_):
10672           fix a debug which was using undefined variable
10673         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10674         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10675           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10676         * win32/vs6:
10677           add vs6 projects files for most of plugins-good
10678         
10679 2006-03-30  j^  <j@bootlab.org>
10680
10681         * ext/aalib/gstaasink.c:
10682         * ext/annodex/gstcmmldec.c:
10683         * ext/annodex/gstcmmlenc.c:
10684         * ext/cairo/gsttextoverlay.c:
10685         * ext/cairo/gsttimeoverlay.c:
10686         * ext/cdio/gstcdiocddasrc.c:
10687         * ext/dv/gstdvdec.c:
10688         * ext/esd/esdmon.c:
10689         * ext/esd/esdsink.c:
10690         * ext/flac/gstflacdec.c:
10691         * ext/flac/gstflacenc.c:
10692         * ext/flac/gstflactag.c:
10693         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10694         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10695         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10696         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10697         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10698         * ext/gdk_pixbuf/pixbufscale.c:
10699         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10700         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10701         * ext/jpeg/gstjpegdec.c:
10702         * ext/jpeg/gstjpegenc.c:
10703         * ext/jpeg/gstsmokedec.c:
10704         * ext/jpeg/gstsmokeenc.c:
10705         * ext/libcaca/gstcacasink.c:
10706         * ext/libmng/gstmngdec.c:
10707         * ext/libmng/gstmngenc.c:
10708         * ext/libpng/gstpngdec.c:
10709         * ext/libpng/gstpngenc.c:
10710         * ext/mikmod/gstmikmod.c:
10711         * ext/raw1394/gstdv1394src.c:
10712         * ext/shout2/gstshout2.c:
10713         * ext/speex/gstspeexdec.c:
10714         * ext/speex/gstspeexenc.c:
10715         * gst/alpha/gstalpha.c:
10716         * gst/alpha/gstalphacolor.c:
10717         * gst/auparse/gstauparse.c:
10718         * gst/autodetect/gstautoaudiosink.c:
10719         (gst_auto_audio_sink_base_init):
10720         * gst/autodetect/gstautovideosink.c:
10721         (gst_auto_video_sink_base_init):
10722         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10723         * gst/cutter/gstcutter.c:
10724         * gst/debug/breakmydata.c:
10725         * gst/debug/efence.c:
10726         * gst/debug/gstnavigationtest.c:
10727         * gst/debug/negotiation.c:
10728         * gst/debug/progressreport.c:
10729         * gst/debug/testplugin.c:
10730         * gst/effectv/gstaging.c:
10731         * gst/effectv/gstdice.c:
10732         * gst/effectv/gstedge.c:
10733         * gst/effectv/gstquark.c:
10734         * gst/effectv/gstrev.c:
10735         * gst/effectv/gstvertigo.c:
10736         * gst/effectv/gstwarp.c:
10737         * gst/flx/gstflxdec.c:
10738         * gst/goom/gstgoom.c:
10739         * gst/interleave/deinterleave.c:
10740         * gst/interleave/interleave.c:
10741         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10742         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10743         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10744         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10745         * gst/level/gstlevel.c:
10746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10747         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10748         * gst/median/gstmedian.c:
10749         * gst/monoscope/gstmonoscope.c:
10750         * gst/multipart/multipartdemux.c:
10751         * gst/multipart/multipartmux.c:
10752         * gst/oldcore/gstmd5sink.c:
10753         * gst/oldcore/gstmultifilesrc.c:
10754         * gst/oldcore/gstpipefilter.c:
10755         * gst/oldcore/gstshaper.c:
10756         * gst/oldcore/gststatistics.c:
10757         * gst/rtp/gstasteriskh263.c:
10758         * gst/rtp/gstrtpL16depay.c:
10759         * gst/rtp/gstrtpL16pay.c:
10760         * gst/rtp/gstrtpamrdepay.c:
10761         * gst/rtp/gstrtpamrpay.c:
10762         * gst/rtp/gstrtpdepay.c:
10763         * gst/rtp/gstrtpgsmpay.c:
10764         * gst/rtp/gstrtph263pay.c:
10765         * gst/rtp/gstrtph263pdepay.c:
10766         * gst/rtp/gstrtph263ppay.c:
10767         * gst/rtp/gstrtpmp4gpay.c:
10768         * gst/rtp/gstrtpmp4vdepay.c:
10769         * gst/rtp/gstrtpmp4vpay.c:
10770         * gst/rtp/gstrtpmpadepay.c:
10771         * gst/rtp/gstrtpmpapay.c:
10772         * gst/rtp/gstrtppcmadepay.c:
10773         * gst/rtp/gstrtppcmapay.c:
10774         * gst/rtp/gstrtppcmudepay.c:
10775         * gst/rtp/gstrtppcmupay.c:
10776         * gst/rtp/gstrtpspeexdepay.c:
10777         * gst/rtp/gstrtpspeexpay.c:
10778         * gst/rtsp/gstrtpdec.c:
10779         * gst/smpte/gstsmpte.c:
10780         * gst/videobox/gstvideobox.c:
10781         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10782         * gst/videofilter/gstvideobalance.c:
10783         * gst/videofilter/gstvideoflip.c:
10784         * gst/videofilter/gstvideotemplate.c:
10785         (gst_videotemplate_base_init):
10786         * gst/videomixer/videomixer.c:
10787         * gst/wavenc/gstwavenc.c:
10788         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10789          better/unified long descriptions
10790          Fixed #336602
10791          Some cleanups to auparse, don't send multiple newsegments.
10792
10793 2006-03-29  Wim Taymans  <wim@fluendo.com>
10794
10795         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10796
10797         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10798         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10799         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10800         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10801         * ext/dv/gstdvdemux.h:
10802         Seek in READY patch. Only works for pull based mode.
10803         Fixes #323880
10804
10805 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10806
10807         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10808         (gst_gdk_pixbuf_event):
10809           Fix two crashers: don't unref the same caps twice, and
10810           set pixbuf loader to NULL after freeing it.
10811
10812 2006-03-27  Wim Taymans  <wim@fluendo.com>
10813
10814         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10815         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10816         (gst_speexenc_chain):
10817         * ext/speex/gstspeexenc.h:
10818         Don't leak adapter.
10819         A push *always* takes ownership of the buffer, even on
10820         errors.
10821         Small cleanups.
10822
10823 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10824
10825         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10826           Create source pad without leaking.
10827
10828 2006-03-24  Wim Taymans  <wim@fluendo.com>
10829
10830         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10831         * ext/flac/gstflacdec.h:
10832         * ext/flac/gstflacenc.h:
10833         Spifify a bit.
10834         Fix deadly lock order error in seeking code, STREAM_LOCK
10835         cannot be taken within LOCK and the streaming variables are
10836         protected with the STREAM_LOCK anyway.
10837
10838 2006-03-24  Wim Taymans  <wim@fluendo.com>
10839
10840         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10841         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10842         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10843         this patch combines the global init_frames with the stream
10844         init_frames. Rationale being that the global delay should 
10845         be subtracted from any stream delay.
10846         Fixes #335858.
10847
10848 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10849
10850         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10851         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10852         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10853         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10854         use DEBUG_FUNCPTR for collectpads
10855
10856 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10859           Don't crash when encoding images where the number of rows isn't
10860           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10861
10862 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10865         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10866         * gst/interleave/interleave.c: (interleave_change_state):
10867         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10868           More state change function fixes.
10869
10870 2006-03-23  Wim Taymans  <wim@fluendo.com>
10871
10872         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10873         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10874         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10875         (gst_esdsink_delay), (gst_esdsink_reset):
10876         * ext/esd/esdsink.h:
10877         Fix esd choppy playback by configuring audiosink
10878         correctly. Fixes #325191
10879
10880 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10883           Make state change function thread-safe.
10884
10885 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10888         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10889           Don't try to read beyond the end of the file just because
10890           the header claims a bigger size (like with truncated files).
10891
10892 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10893
10894         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10895         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10896         (gst_wavparse_stream_data), (gst_wavparse_loop):
10897         * gst/wavparse/gstwavparse.h:
10898           Delay source pad creation until we have the first chunk of
10899           media data, so the we can examine the data and adjust the
10900           caps accordingly if required. This makes playback of .wav
10901           files with DTS-declared-as-PCM content work (#313266).
10902
10903 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10904
10905         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10906         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10907         Don't attempt typefinding on too-short buffers that have been
10908         completely trimmed away. (Fixes #330239)
10909
10910         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10911         Improve the debug output
10912
10913 2006-03-21  Wim Taymans  <wim@fluendo.com>
10914
10915         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10916         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10917         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10918         (gst_esdsink_set_property), (gst_esdsink_get_property):
10919         Some cleanups.
10920         Reset fd to -1 when we close them.
10921
10922 2006-03-21  Wim Taymans  <wim@fluendo.com>
10923
10924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10925         the OPTIONS request result is optional so don't
10926         fail on it.
10927
10928 2006-03-21  Edward Hervey  <edward@fluendo.com>
10929
10930         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10931         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10932         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10933         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10934         (gst_wavparse_change_state):
10935         gcc 4.1 unreferenced pointer fixes.
10936
10937 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10940
10941         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10942           Fix block alignment calculation. Alignment should be done before
10943           adding the byte offset where the data starts (#335231).
10944
10945 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10946
10947         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10948           Ensure that we set correct caps on buffers that are transferred
10949           direct from the input.
10950
10951 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10952
10953         * gst/goom/filters.c: (zoomFilterDestroy):
10954         * gst/goom/goom_core.c: (goom_close):
10955           Free filter data when cleaning up. (Fixes: #334995)
10956
10957 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10958
10959         * configure.ac:
10960           Don't compile udp and rtsp plugins on win32 (mingw) or other
10961           systems that don't have <sys/socket.h> for some reason (#316203).
10962
10963 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10964
10965         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10966         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10967         * ext/raw1394/gstdv1394src.h:
10968           Change bus reset handler so it reports useful information such as
10969           whether the device being used connected or disconnected
10970
10971 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         * gst/id3demux/id3v2frames.c:
10974         (parse_relative_volume_adjustment_two):
10975           We only care about gain and peak data for the master volume.
10976
10977 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10980         (parse_id_string), (parse_unique_file_identifier),
10981         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10982           Read replay gain tags (#323721).
10983
10984 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * configure.ac:
10987           Bump requirements to gst-plugins-base CVS because
10988           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10989
10990 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10991
10992         * rtp/gst/gstrtppcmadepay.c:
10993         Fixed one of the caps in the code from mulaw to alaw.
10994
10995 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10996
10997         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10998           Ensure that we set caps on the buffers we pass.
10999
11000         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11001         (gst_id3demux_sink_activate):
11002           Ensure that we set caps on the buffers we pass.
11003
11004           Use STREAM, TYPE_NOT_FOUND as the error class when
11005           typefinding fails.
11006
11007 2006-03-15  Edward Hervey  <edward@fluendo.com>
11008
11009         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11010         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11012         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11013         (gst_jpeg_dec_setcaps):
11014         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11015         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11016         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11017         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11018         (gst_mngdec_src_getcaps):
11019         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11020         (gst_pngdec_caps_create_and_set):
11021         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11022         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11023         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11024         * gst/alpha/gstalpha.c: (gst_alpha_init):
11025         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11026         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11027         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11028         * gst/cutter/gstcutter.c: (gst_cutter_init):
11029         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11030         (gst_efence_checkgetrange):
11031         * gst/debug/negotiation.c: (gst_negotiation_init):
11032         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11033         * gst/goom/gstgoom.c: (gst_goom_init):
11034         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11035         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11036         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11037         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11038         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11039         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11040         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11041         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11042         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11043         (gst_wavparse_create_sourcepad):
11044         Fix memleak with gst_static_pad_template_get().
11045         This uses gst_pad_new_from_static_template() instead.
11046         Fixes #333512
11047
11048 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * configure.ac:
11051           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11052           used by id3demux.
11053
11054         * gst/id3demux/gstid3demux.c: (plugin_init):
11055         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11056         (parse_user_text_identification_frame),
11057         (parse_unique_file_identifier):
11058           Add support for UFID and TXXX frames and extract musicbrainz tags.
11059
11060 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11063           Catch short reads, like they might happen with truncated
11064           files (see #305279); remove unnecessary indentation.
11065
11066 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11069           Fix DIB image inversion for pictures with a
11070           depth != 8 (#305279).
11071
11072 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11075         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11076         * ext/jpeg/gstjpegdec.h:
11077           Fix durations on outgoing buffers after seeking
11078           in MJPEG files (#334083); some minor clean-ups.
11079
11080 2006-03-13  Wim Taymans  <wim@fluendo.com>
11081
11082         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11083         (gst_wavparse_change_state):
11084         Implement seek in READY (re-fixes #327658)
11085
11086 2006-03-13  Wim Taymans  <wim@fluendo.com>
11087
11088         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11089         * ext/esd/esdmon.c: (gst_esdmon_get):
11090         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11091         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11092         (gst_gdk_pixbuf_sink_getcaps):
11093         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11094         (gst_jpegenc_setcaps):
11095         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11096         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11097         (gst_smokeenc_setcaps):
11098         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11099         (gst_mngdec_src_getcaps):
11100         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11101         (gst_mngenc_chain):
11102         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11103         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11104         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11105         (speex_dec_src_event), (speex_dec_chain):
11106         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11107         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11108         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11109         (gst_negotiation_pad_link), (gst_negotiation_chain):
11110         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11111         (gst_flxdec_chain):
11112         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11113         (deinterleave_chain):
11114         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11115         * gst/median/gstmedian.c: (gst_median_link):
11116         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11117         (gst_monoscope_chain):
11118         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11119         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11120         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11121         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11122         close #333784 unref the result of gst_pad_get_parent()
11123         by: Christophe Fergeau.
11124
11125 2006-03-09  Wim Taymans  <wim@fluendo.com>
11126
11127         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11128         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11129         Handle events in push mode better, can now do non-flushing
11130         seeks in push mode as well.
11131
11132 2006-03-07  Wim Taymans  <wim@fluendo.com>
11133
11134         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11135         Applied patch from Kai Vehmanen, fixes #333624.
11136
11137 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11138
11139         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11140         Implement paletted and grayscale png files handling.
11141         (#150363).
11142
11143 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11144
11145         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11146         (gst_speexenc_chain):
11147           fix a tag list assert
11148           follow gst-plugins-base/ext/ogg/README; set OFFSET
11149           and OFFSET_END.  Muxes correctly with gst-plugins-base
11150           > 0.9.3
11151
11152 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * gst/id3demux/Makefile.am:
11155         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11156         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11157           Use new typefind helper functions here as well, and
11158           do typefinding in pull-mode if upstream supports that.
11159
11160 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * sys/sunaudio/gstsunaudiomixerctrl.c:
11163         (gst_sunaudiomixer_ctrl_get_volume),
11164         (gst_sunaudiomixer_ctrl_set_volume):
11165         * sys/sunaudio/gstsunaudiomixertrack.c:
11166         (gst_sunaudiomixer_track_new):
11167           Remove unused variables, breaks build from CVS
11168           with -Werror (#333392, patch by: Benjamin Pineau)
11169
11170 2006-03-03  Wim Taymans  <wim@fluendo.com>
11171
11172         * docs/plugins/Makefile.am:
11173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11175         Added wavparse docs.
11176
11177         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11178         (gst_wavparse_reset), (gst_wavparse_init),
11179         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11180         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11181         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11182         (gst_wavparse_stream_data), (gst_wavparse_loop),
11183         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11184         (gst_wavparse_change_state):
11185         * gst/wavparse/gstwavparse.h:
11186         Implement seek in READY (fixes #327658)
11187         Added docs and did some cleanups.
11188
11189 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11192         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11193         (gst_avi_demux_calculate_durations_from_index),
11194         (gst_avi_demux_stream_header):
11195         * gst/avi/gstavidemux.h:
11196           If we have an index, use a duration based on the index instead
11197           of blindly trusting the information in the stream headers
11198           (fixes #331817).
11199
11200 2006-03-03  Wim Taymans  <wim@fluendo.com>
11201
11202         * docs/plugins/Makefile.am:
11203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11204         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11205         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11206         Added smoke and jpeg to the docs.
11207
11208         * ext/jpeg/Makefile.am:
11209         * ext/jpeg/gstjpeg.c: (plugin_init):
11210         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11211         * ext/jpeg/gstjpegenc.h:
11212         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11213         (gst_smokedec_chain):
11214         * ext/jpeg/gstsmokedec.h:
11215         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11216         * ext/jpeg/gstsmokeenc.h:
11217         * ext/jpeg/smokecodec.h:
11218         Port smokedec (fixes #331905).
11219         Added some docs.
11220         Some cleanups.
11221
11222 2006-03-03  Wim Taymans  <wim@fluendo.com>
11223
11224         * docs/plugins/Makefile.am:
11225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11227         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11228         Added videobalance and videoflip to the docs.
11229
11230         * gst/videofilter/Makefile.am:
11231         * gst/videofilter/gstvideobalance.c:
11232         (gst_video_balance_update_tables_planar411),
11233         (gst_video_balance_is_passthrough),
11234         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11235         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11236         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11237         (gst_video_balance_finalize), (gst_video_balance_class_init),
11238         (gst_video_balance_init), (gst_video_balance_interface_supported),
11239         (gst_video_balance_interface_init),
11240         (gst_video_balance_colorbalance_list_channels),
11241         (gst_video_balance_colorbalance_set_value),
11242         (gst_video_balance_colorbalance_get_value),
11243         (gst_video_balance_colorbalance_init),
11244         (gst_video_balance_set_property), (gst_video_balance_get_property),
11245         (gst_video_balance_get_type), (plugin_init):
11246         * gst/videofilter/gstvideobalance.h:
11247         Ported to 0.10. (Fixes #326160)
11248         Added docs.
11249
11250         * gst/videofilter/gstvideoflip.c:
11251         * gst/videofilter/gstvideoflip.h:
11252         Added docs.
11253
11254 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * configure.ac:
11257           Bump requirements to current core and -base CVS
11258           (core for new typefind helper API, and -base for the
11259           WAVFORMATEX support that was added to libgstriff and
11260           is needed by wavparse).
11261         
11262         * gst/apetag/Makefile.am:
11263         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11264         (gst_tag_demux_sink_activate):
11265           Use new typefind helpers for typefinding instead of our
11266           home-grown stuff; also, do typefinding in pull-mode if
11267           upstream supports that.
11268
11269 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11270
11271         Reviewed by: Christian Schaller <christian@fluendo.com>
11272
11273         This patch fixes bug: 329107
11274
11275         This Changelog entry is for a commit done on February 17
11276
11277         * ext/gconf/gconf.c
11278         * ext/gconf/gconf.h
11279         * ext/gconf/gstgconfaudiosink.c
11280         * ext/gconf/gstgconfaudiosink.h
11281         * gconf/gstreamer.schemas.in
11282
11283 2006-02-28  Wim Taymans  <wim@fluendo.com>
11284
11285         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11286         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11287         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11288         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11289         Use DEBUG_OBJECT more.
11290
11291 2006-02-28  Wim Taymans  <wim@fluendo.com>
11292
11293         * docs/plugins/Makefile.am:
11294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11296         Added dvdec and dvdemux to docs.
11297
11298         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11299         Added docs.
11300         Check frame sizes so we don't crash when don't have enough
11301         data.
11302         Send nice error messages on error.
11303
11304         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11305         (gst_dvdemux_class_init), (gst_dvdemux_init),
11306         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11307         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11308         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11309         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11310         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11311         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11312         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11313         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11314         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11315         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11316         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11317         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11318         * ext/dv/gstdvdemux.h:
11319         Added docs.
11320         Implement pull mode.
11321         Fix memleaks.
11322         Reduce memcpy for the video demuxing.
11323
11324 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11325
11326         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11327         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11328         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11329         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11330           Add a little extra debug. Make the decoder not return NOT_LINKED,
11331           as we want to continue decoding all CMML and emitting tags.
11332
11333 2006-02-27  Michael Smith  <msmith@fluendo.com>
11334
11335         * ext/annodex/gstskeltag.c:
11336         * ext/annodex/gstskeltag.h:
11337           Deleted; these files aren't used any more either.
11338
11339 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11340
11341         * ext/Makefile.am: Fix dist-check.
11342
11343 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11344
11345         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11346         memleak.
11347
11348 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11349
11350         * ext/annodex/Makefile.am:
11351         * ext/annodex/gstannodex.c:
11352         * ext/annodex/gstcmmldec.c:
11353         * ext/annodex/gstcmmlenc.c:
11354         * ext/annodex/gstcmmlparser.c:
11355         * ext/annodex/gstcmmlparser.h:
11356         * ext/annodex/gstcmmlutils.c:
11357         * tests/check/elements/cmmldec.c:
11358         * tests/check/elements/cmmlenc.c:
11359           Fix a memleak in gst_cmml_track_list_add_clip.
11360           Handle overflows in clip's start and end times.
11361           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11362           Do not parse junk at the end of a CMML preamble buffer.
11363           Register a libxml error handler to not print stuff on stderr.
11364           Check for bad clip start and end times in the testsuites.
11365
11366 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11367
11368         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11369         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11370         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11371         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11372         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11373         possible memleaks.
11374
11375 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11376
11377         * tests/check/Makefile.am:
11378         * tests/check/elements/cmmldec.c:
11379         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11380         the plugins-base tags.
11381
11382 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11383
11384         * ext/Makefile.am: Re-enable module.
11385
11386 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11387
11388         * tests/check/Makefile.am: Forgot to remove that test.
11389
11390 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11391
11392         * ext/annodex/Makefile.am:
11393         * ext/annodex/gstannodex.c: (plugin_init):
11394         * ext/annodex/gstcmmldec.c:
11395         * ext/annodex/gstskeldec.c:
11396         * ext/annodex/gstskeldec.h:
11397         * tests/check/Makefile.am:
11398         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11399
11400 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11401
11402         * tests/check/Makefile.am: Disable those checks as well.
11403
11404 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11405
11406         * ext/Makefile.am: Disable annodex for now until we figure out
11407         how to make it build.
11408         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11409         Add a rule to your checklist : "please try to at least build 
11410         what you are going to commit into -good, or if you are too lazy
11411         to do that, please check that the buildbots are not crying because
11412         of your commit."
11413
11414 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11415
11416         * configure.ac:
11417         * ext/Makefile.am:
11418         * ext/gdk_pixbuf/Makefile.am:
11419         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11420         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11421         * ext/gdk_pixbuf/pixbufscale.c:
11422         * ext/gdk_pixbuf/pixbufscale.h:
11423           Gdkpixbuf ported from 0.8 to 0.10 by
11424           Renato Filho <renato.filho@indt.org.br>.
11425           gst_loader and gdkpixbufanimation still need port.
11426
11427 2006-02-24  Michael Smith  <msmith@fluendo.com>
11428
11429         * configure.ac:
11430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11431         * ext/Makefile.am:
11432         * ext/annodex/Makefile.am:
11433         * ext/annodex/gstannodex.c:
11434         * ext/annodex/gstannodex.h:
11435         * ext/annodex/gstcmmldec.c:
11436         * ext/annodex/gstcmmldec.h:
11437         * ext/annodex/gstcmmlenc.c:
11438         * ext/annodex/gstcmmlenc.h:
11439         * ext/annodex/gstcmmlparser.c:
11440         * ext/annodex/gstcmmlparser.h:
11441         * ext/annodex/gstcmmltag.c:
11442         * ext/annodex/gstcmmltag.h:
11443         * ext/annodex/gstcmmlutils.c:
11444         * ext/annodex/gstcmmlutils.h:
11445         * ext/annodex/gstskeldec.c:
11446         * ext/annodex/gstskeldec.h:
11447         * ext/annodex/gstskeltag.c:
11448         * ext/annodex/gstskeltag.h:
11449         * tests/check/Makefile.am:
11450         * tests/check/elements/cmmldec.c:
11451         * tests/check/elements/cmmlenc.c:
11452         * tests/check/elements/skeldec.c:
11453           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11454           Includes tests & docs, oh my! Passes Thomas's -good checklist
11455           entirely. Wow.
11456
11457 2006-02-24  Michael Smith  <msmith@fluendo.com>
11458
11459         * autogen.sh:
11460           Check for automake 1.9 as well.
11461
11462 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * ext/flac/gstflacenc.c:
11465           Change min. sample rate to 8kHz to match flacdec's.
11466           
11467 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * ext/cdio/Makefile.am:
11470           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11471           required for Cygwin, see #317048)
11472
11473         * gst/rtp/gstasteriskh263.c:
11474           Cygwin has includes for both the unix network socket API
11475           and the windows API, but only one can be included, so fix
11476           includes to only use one or the other, prefering the unxi
11477           one (#317048).
11478
11479 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11480
11481         * rtp/gst/gstrtppcmadepay.c:
11482         * rtp/gst/gstrtppcmadepay.h:
11483         * rtp/gst/gstgstrtppcmapay.c:
11484         * rtp/gst/gstgstrtppcmapay.h:
11485         * rtp/gst/gstrtppcmudepay.c:
11486         * rtp/gst/gstrtppcmudepay.h:
11487         * rtp/gst/gstrtppcmupay.c:
11488         * rtp/gst/gstrtppcmupay.h:
11489         * rtp/gst/Makefile.am:
11490         * rtp/gst/gstrtp.c:
11491         * rtp/gst/README:
11492         Separated the G711 payloaders/depayloaders into separate elements for
11493         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11494
11495 2006-02-22  Wim Taymans  <wim@fluendo.com>
11496
11497         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11498         (gst_dvdec_change_state):
11499         * ext/dv/gstdvdec.h:
11500         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11501         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11502         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11503         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11504         (gst_dvdemux_flush), (gst_dvdemux_chain),
11505         (gst_dvdemux_change_state):
11506         * ext/dv/gstdvdemux.h:
11507         Ueber spiffify some more, added debug category.
11508         Use _scale.
11509         Use segments, respect playback rate from newsegment.
11510         Fix refcount issue.
11511
11512 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11513
11514         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11515         (gst_signal_processor_process):
11516         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11517         enabled for the build, but it helps me win the feature-count
11518         competitions ooh yeah.
11519
11520 2006-02-19  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11523         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11524         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11525         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11526         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11527         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11528         Use scaling code for added precission and more correct stop
11529         position in case scale==0.
11530
11531 2006-02-19  Wim Taymans  <wim@fluendo.com>
11532
11533         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11534         (gst_flxdec_chain):
11535         * gst/flx/gstflxdec.h:
11536         Implement DURATION query.
11537
11538 2006-02-19  Wim Taymans  <wim@fluendo.com>
11539
11540         * gst/flx/flx_color.h:
11541         * gst/flx/flx_fmt.h:
11542         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11543         (gst_flxdec_src_query_handler), (flx_decode_color),
11544         (gst_flxdec_chain):
11545         * gst/flx/gstflxdec.h:
11546         Set MALLOCDATA for the temp buffers so we don't leak.
11547         Some debug cleanups.
11548         Consume all data in the adapter before leaving the chain
11549         function. Fixes #330678.
11550
11551 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11552
11553         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11554         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11555          Handle 0 data size in otherwise valid frames.
11556          Handle numeric strings in 2.4.0 even when not in parentheses 
11557
11558 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * gst/matroska/matroska-demux.c:
11561         (gst_matroska_demux_subtitle_caps),
11562         (gst_matroska_demux_plugin_init):
11563         * gst/matroska/matroska-ids.h:
11564           Recognise SSA/ASS and USF subtitle formats and
11565           set proper caps when they are found.
11566
11567 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11570         (gst_jpeg_dec_chain):
11571           Fix invalid memory access for some odd-sized images
11572           (see image contained in quicktime stream in #327083);
11573           use g_malloc() instead of g_alloca().
11574
11575 2006-02-17  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11578         Patch from Sebastien Cote, fixes #319884
11579
11580 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * ext/cdio/gstcdio.c: (plugin_init):
11583           Init debug category (#331253).
11584
11585 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11588           Pass extra_data to gst_riff_create_audio_caps(), so that
11589           WAVEFORMATEX stuff works. Post audio codec name and post
11590           it as taglist on the bus. Allow up to 8 channesl for raw
11591           PCM in the source pad template caps.
11592
11593 2006-02-16  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11596         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11597         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11598         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11599         (gst_multipart_set_property), (gst_multipart_get_property):
11600         Applied #318663. Gives quite a few false positives in
11601         autoscan mode, but it's better than nothing. Not closing yet.
11602
11603 2006-02-16  Wim Taymans  <wim@fluendo.com>
11604
11605         * docs/plugins/Makefile.am:
11606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11608         * docs/plugins/gst-plugins-good-plugins.args:
11609         * docs/plugins/inspect/plugin-udp.xml:
11610         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11611         (gst_udpsrc_start):
11612         Update documentation.
11613         Fix args.
11614
11615 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11616
11617         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11618         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11619         frame size. (Fixes #331368)
11620
11621 2006-02-16  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/rtsp/README:
11624         Updated README.
11625
11626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11627         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11628         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11629         * gst/rtsp/gstrtspsrc.h:
11630         Make sure the RTP port is an even port an try to allocate 
11631         another if not.
11632         Added retry property to control max retries for port allocation.
11633         Make sure RTCP port is RTP port+1.
11634         Cleanup when port allocation fails.
11635         Fixes #319183.
11636         
11637 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11640           Don't ignore return value of the parent class's state
11641           change function (#331385, patch by: Wouter Paesen).
11642
11643 2006-02-15  Wim Taymans  <wim@fluendo.com>
11644
11645         * configure.ac:
11646         * docs/plugins/Makefile.am:
11647         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11648         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11649         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11650         * ext/Makefile.am:
11651         * ext/hal/Makefile.am:
11652         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11653         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11654         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11655         (do_toggle_element), (gst_hal_audio_sink_set_property),
11656         (gst_hal_audio_sink_get_property),
11657         (gst_hal_audio_sink_change_state):
11658         * ext/hal/gsthalaudiosink.h:
11659         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11660         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11661         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11662         (do_toggle_element), (gst_hal_audio_src_set_property),
11663         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11664         * ext/hal/gsthalaudiosrc.h:
11665         * ext/hal/gsthalelements.c: (plugin_init):
11666         * ext/hal/gsthalelements.h:
11667         * ext/hal/hal.c: (gst_hal_get_string),
11668         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11669         (gst_hal_get_audio_src):
11670         * ext/hal/hal.h:
11671         Add HAL sound device wrapper plugins. Closes #329106
11672
11673 2006-02-15  Wim Taymans  <wim@fluendo.com>
11674
11675         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11676         Add comment in a fultile attempt to stop the copy-and-paste 
11677         paradigm leading to duplication of bad code.
11678
11679         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11680         Mime parameters have to be checked case insensitive
11681
11682 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11685           Advance stream time for lagging subtitle streams by sending
11686           newsegment events with the update flag set.
11687
11688 2006-02-14  Edward Hervey  <edward@fluendo.com>
11689
11690         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11691         There can be bogus data before the hdrl LIST tag in the RIFF header.
11692         It's hard to say if it's not respecting the AVI specifications or not,
11693         but since Google Video is producing AVIs like that and the other player
11694         don't seem to complain, I guess we should do the same.
11695
11696 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11697
11698         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11699         (parse_split_strings):
11700         Add more validation to ensure that a char encoding conversion
11701         produced a valid UTF-8 string.
11702
11703 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
11704
11705         Reviewed by: Edward Hervey  <edward@fluendo.com>
11706
11707         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11708         Properly handle end of segment. Closes #330885.
11709
11710 2006-02-13  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/rtp/gstrtpmp4gpay.h:
11713         For got to commit this one.
11714
11715 2006-02-12  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11718         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11719         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11720         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11721         * gst/rtp/gstrtpmp4gpay.h:
11722         Make more things work.
11723         Handle ACC config strings.
11724
11725 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11726
11727         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11728           set timestamps if no incoming timestamps set
11729
11730 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11733         (gst_tag_demux_do_typefind):
11734           ... and fix the very same leaks in GstTagDemux.
11735
11736 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
11737
11738         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11739         (gst_id3demux_do_typefind):
11740         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11741         <jonathan at kaolin dot wh9 dot net>)
11742
11743 2006-02-10  Wim Taymans  <wim@fluendo.com>
11744
11745         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11746         First set options, then set caps or else the baseclass
11747         will not know about the options, duh.
11748
11749 2006-02-10  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11752         (gst_rtp_mp4v_pay_setcaps):
11753         Don't waste time looking for a config string if we have codec_info
11754         on the incomming caps.
11755
11756 2006-02-10  Wim Taymans  <wim@fluendo.com>
11757
11758         * gst/rtp/README:
11759         Say something about case-sensitivity of caps vs mime-attributes.
11760
11761         * gst/rtp/Makefile.am:
11762         * gst/rtp/gstrtp.c: (plugin_init):
11763         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11764         (gst_rtp_amr_pay_handle_buffer):
11765         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11766         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11767         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11768         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11769         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11770         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11771         (gst_rtp_mp4g_pay_plugin_init):
11772         * gst/rtp/gstrtpmp4gpay.h:
11773         Added beginnings of mpeg4-generic payloader (RFC 3640)
11774
11775 2006-02-09  Wim Taymans  <wim@fluendo.com>
11776
11777         * gst/rtsp/Makefile.am:
11778         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11779         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11780         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11781         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11782         (gst_rtpdec_change_state):
11783         * gst/rtsp/gstrtpdec.h:
11784         * gst/rtsp/gstrtsp.c: (plugin_init):
11785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11786         * gst/rtsp/rtspconnection.c: (read_body),
11787         (rtsp_connection_receive):
11788         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11789         Resurected rtpdec to make rtspsrc happy again.
11790         Skip attributes from the session id.
11791         Don't crash when dumping a message with an empty body.
11792
11793
11794 2006-02-09  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11797         Added more meaningfull warnings when something goes wrong.
11798         Clear F bit on outgoing AMR packets.
11799
11800         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11801         (gst_rtp_amr_pay_handle_buffer):
11802         Added debugging category
11803         Support payloading of multiple AMR frames.
11804
11805         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11806         Added some debugging.
11807
11808 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11809
11810         * configure.ac:
11811           Back to CVS
11812
11813 === release 0.10.2 ===
11814
11815 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11816
11817         * configure.ac:
11818           releasing 0.10.2, "Papa was a rolling stone"
11819
11820 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11821
11822         * configure.ac:
11823           Bump core and plugins-base requirement to 0.10.2.2
11824           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11825
11826 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * ext/flac/gstflac.c: (plugin_init):
11829         * ext/speex/gstspeex.c: (plugin_init):
11830           Register musicbrainz tags.
11831
11832 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * ext/gconf/gconf.h:
11835           Remove declaration of function that no longer exists.
11836
11837 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11838
11839         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11840         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11841         Make shout2 work for non ogg streams
11842
11843 2006-02-06  Wim Taymans  <wim@fluendo.com>
11844
11845         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11846         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11847         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11848         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11849         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11850         * gst/udp/gstmultiudpsink.h:
11851         Updated docs.
11852         Added properties bytes-served, bytes_to_serve.
11853         Post proper error messages,
11854         Emit client added signal too.
11855
11856 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11857
11858         * docs/plugins/Makefile.am:
11859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11860         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11861         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11862         (gst_multiudpsink_get_stats):
11863           adding docs for multiudpsink
11864
11865 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11866
11867         * gst/level/gstlevel.c: (gst_level_transform_ip):
11868           peak below decay is not necessarily an error, so don't ERROR log
11869
11870 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11873         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11874         (gst_ebml_write_seek):
11875         * gst/matroska/ebml-write.h:
11876           Make sure we send a newsegment event in BYTES format
11877           before sending buffers (#328531).
11878
11879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11882         (gst_dvdemux_sink_query):
11883         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11884         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11885         (speex_dec_src_query):
11886         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11887         (gst_speexenc_sink_query):
11888         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11889         * gst/matroska/matroska-demux.c:
11890         (gst_matroska_demux_get_src_query_types),
11891         (gst_matroska_demux_handle_src_query):
11892         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11893         (gst_wavparse_pad_query):
11894           Pass unhandled queries upstream instead of just dropping
11895           them (#326446). Update query type arrays here and there.
11896
11897 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * tests/check/elements/matroskamux.c: (setup_src_pad):
11900           Collectpads in core got changed and now also holds a
11901           reference to any pad that is part of it. Fix refcount
11902           checks in test case accordingly.
11903
11904 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * gst/apetag/gstapedemux.h:
11907           Fix include, for now GstTagDemux is in the apetag dir.
11908
11909 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * docs/plugins/Makefile.am:
11912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11914         * docs/plugins/inspect/plugin-cdio.xml:
11915           Add cdio plugin to docs.
11916
11917         * ext/cdio/gstcdiocddasrc.c:
11918           Add gtk-doc blurb.
11919
11920         * ext/cdio/gstcdio.c:
11921           The plugin is called 'cdio' not 'cddio'.
11922
11923 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * configure.ac:
11926         * docs/plugins/Makefile.am:
11927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11929         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11930         * docs/plugins/inspect/plugin-apetag.xml:
11931         * gst/apetag/Makefile.am:
11932         * gst/apetag/gstapedemux.c:
11933         * gst/apetag/gstapedemux.h:
11934         * gst/apetag/gsttagdemux.c:
11935         * gst/apetag/gsttagdemux.h:
11936           Add APE tag demuxer (#325649).
11937
11938 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11939
11940         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11941         (gst_gconf_get_default_video_sink),
11942         (gst_gconf_get_default_audio_src),
11943         (gst_gconf_get_default_video_src):
11944         * ext/gconf/gconf.h:
11945         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11946         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11947         (do_toggle_element):
11948         * ext/gconf/gstgconfaudiosink.h:
11949         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11950         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11951         (do_toggle_element):
11952         * ext/gconf/gstgconfaudiosrc.h:
11953         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11954         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11955         (do_toggle_element):
11956         * ext/gconf/gstgconfvideosink.h:
11957         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11958         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11959         (do_toggle_element):
11960         * ext/gconf/gstgconfvideosrc.h:
11961           Ignore changing the GConf key to "". Ignore GConf key updates
11962           that don't actually change the string.
11963           For now, ignore the GConf key when the state is > READY, as
11964           it breaks streaming. Sometime it will be nice to bring the
11965           new sink online even mid-stream, by sending NEWSEGMENT info
11966           and possibly prerolling.
11967           (Fixes #326736)
11968
11969 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11970
11971         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11972         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11973         (zoomFilterSetResolution), (zoomFilterDestroy),
11974         (zoomFilterFastRGB), (pointFilter):
11975         * gst/goom/filters.h:
11976         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11977         (goom_update), (goom_close):
11978         * gst/goom/goom_core.h:
11979         * gst/goom/goom_tools.h:
11980         * gst/goom/graphic.c:
11981         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11982         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11983         * gst/goom/gstgoom.h:
11984         * gst/goom/lines.c: (goom_lines):
11985         * gst/goom/lines.h:
11986           Make goom reentrant by moving all important static variables
11987           into instance structures.
11988           (Fixes #329181)
11989
11990 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11993         (gst_avi_demux_all_source_pads_unlinked),
11994         (gst_avi_demux_process_next_entry):
11995         * gst/avi/gstavidemux.h:
11996           Third attempt, use gst_pad_is_linked() this time.
11997
11998 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11999
12000         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12001         (parse_split_strings):
12002         Adjust for data length indicators when parsing (Fixes #329810)
12003         Fix stupid bug parsing UTF-8 tag text.
12004         Output tag strings with multiple fields as multiple tags, so the
12005         app gets all the data.
12006
12007 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12008
12009         * ext/flac/gstflacenc.c:
12010         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12011         show me.
12012         
12013 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12014
12015         * ext/flac/gstflacenc.c:
12016         * gst/matroska/ebml-read.c:
12017         Just make it compile with --disable-gst-debug.
12018
12019 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12020
12021         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12022         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12023         (id3v2_genre_fields_to_taglist):
12024           Never output a tag with a null contents string.
12025
12026 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12029           Only pause if all pads are unlinked AND we've tried to send data
12030           on all of them at least once.
12031
12032 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12035         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12036           Make loop function/task pause itself when all source pads are
12037           unlinked.
12038
12039 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * configure.ac:
12042         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12043           Use new functions from core to render a bin from a
12044           string. Fixes build. Up requirements to core CVS.
12045
12046 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12049           Don't push buffers into the adapter that we are going to
12050           push downstream again without framing anyway. Also, the
12051           adaptor takes ownership of buffers put into it (fixes
12052           auparse pushing invalid buffers for .au files with
12053           ADPCM contents). Finally, set caps on all outgoing buffers.
12054
12055 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12056
12057         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12058         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12059         (gst_id3demux_send_tag_event):
12060         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12061         Someone should kick my butt. Remove ID3v1 tags from the end of the
12062         file.
12063
12064         Improve error messages. Send the TAG message as soon as we complete
12065         typefinding, instead of waiting until we send the first buffer.
12066         Downstream tag event is still sent before the first buffer.
12067
12068 2006-01-27  Jan Gerber  <j@bootlab.org>
12069
12070         Reviewed by: Andy Wingo <wingo@pobox.com>
12071
12072         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12073         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12074         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12075         to not have warings flooding stderr. this is the suggested way
12076         also used in dvgrab and kino. (#328336)
12077
12078 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12081         (gst_oss_sink_init), (gst_oss_sink_finalise):
12082           Free the device name string when finalised.
12083
12084 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12085
12086         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12087           Don't put function calls in g_return_if_fail() statements,
12088           or they'll be replaced with NOOPs if someone compiles with
12089           G_DISABLE_CHECKS defined.
12090           
12091 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12092
12093         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12094         Never trust ANY information encoded in a media file, especially
12095         when it's giving you sizes. (Fixes #328452)
12096
12097 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12098
12099         * gst/rtp/gstrtpg711pay.c:
12100         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12101         bug #325148.
12102
12103 2006-01-23  Edward Hervey  <edward@fluendo.com>
12104
12105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12106         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12107         * gst/matroska/matroska-ids.h:
12108         Added recognition of Real Audio and Video streams in matroska demuxer.
12109
12110 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12111
12112         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12113           Remove errant break statement, and fix compilation with
12114           older GCC.
12115
12116 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12117
12118         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * sys/sunaudio/gstsunaudiomixerctrl.c:
12121         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12122           Export functions that are needed in other parts of the code,
12123           makes the mixer actually work; adjust magic minimum buffer-time
12124           value from 3ms to 5ms to work around stuttering during mp3
12125           playback (#327765).
12126
12127 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12128
12129         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12132         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12133           Fix possible deadlock in matroska muxer (#327825).
12134
12135 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12136
12137         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12138         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12139         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12140         * gst/rtsp/sdpmessage.h:
12141         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12142         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12143           C89 fixes: declare variables at the beginning of a block and
12144           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12145           <jensgr at gmx dot net>).
12146
12147 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12148
12149         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12150         * gst/id3demux/id3tags.h:
12151         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12152         (parse_comment_frame), (parse_text_identification_frame),
12153         (id3v2_tag_to_taglist), (id3v2_are_digits),
12154         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12155         (parse_split_strings), (free_tag_strings):
12156           Rewrite parsing of text tags to handle multiple NULL terminated
12157           strings. Parse numeric genre strings and ID3v2 type
12158           "(3)(6)Alternative" style genre strings.
12159           Parse dates that are only YYYY or YYYY-mm format.
12160           (Fixes #328241 and #322154)
12161
12162 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12163
12164         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12165           Don't forget to initialize liboil, otherwise our oil functions
12166           will crash (fixes #327871; patch by: Christoph Burghardt
12167           <hawkes at web dot de>).
12168
12169 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * configure.ac:
12172           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12173           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12174           patch by: Brian Cameron <brian dot cameron at sun dot com>
12175
12176 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12179         * ext/cdio/gstcdio.h:
12180         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12181           Fix build for libcdio versions >= 76; give slightly lower rank
12182           than cdparanoia.
12183
12184 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * configure.ac:
12187         * ext/Makefile.am:
12188         * ext/cdio/Makefile.am:
12189         * ext/cdio/gstcdio.c:
12190         * ext/cdio/gstcdio.h:
12191         * ext/cdio/gstcdiocddasrc.c:
12192         * ext/cdio/gstcdiocddasrc.h:
12193           Port libcdio cdda source, formerly known as cddasrc, now known as
12194           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12195           but that's not tested (fixes #317658).
12196
12197 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12200           Fix conversion from TIME to BYTES format (fixes #326864;
12201           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12202
12203 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12204
12205         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12206           Fix compilation of id3demux when zlib is not present.
12207           (Fixes #326602; patch by: Sergey Scobich)
12208
12209 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * ext/esd/Makefile.am:
12212           Add $(ESD_CFLAGS), otherwise build will fail for folks
12213           with libesd in a non-standard prefix (#327009).
12214
12215 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12216
12217         * configure.ac:
12218           back to HEAD
12219
12220 === release 0.10.1 ===
12221
12222 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12223
12224         * configure.ac:
12225           releasing 0.10.1, "Li"
12226
12227 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12228
12229           patch by: Wim Taymans
12230
12231         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12232           fix memleak.  Fixes #326618
12233
12234 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12235
12236           patch by: Mike Smith
12237
12238         * gst/level/gstlevel.c: (gst_level_message_new),
12239         (gst_level_message_append_channel):
12240           Fix memleak.  Fixes #326612
12241
12242 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12243
12244         * configure.ac:
12245           prereleasing
12246         * po/af.po:
12247         * po/az.po:
12248         * po/cs.po:
12249         * po/en_GB.po:
12250         * po/hu.po:
12251         * po/it.po:
12252         * po/nb.po:
12253         * po/nl.po:
12254         * po/or.po:
12255         * po/sq.po:
12256         * po/sr.po:
12257         * po/sv.po:
12258         * po/uk.po:
12259         * po/vi.po:
12260           update translations
12261
12262 2006-01-10  Michael Smith  <msmith@fluendo.com>
12263
12264         * gst/level/gstlevel.c: (gst_level_class_init),
12265         (gst_level_dispose):
12266           Don't leak filter arrays.
12267
12268 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12269
12270         reviewed by: Christian Schaller <uraeus@gnome.org>
12271         
12272         * configure.ac:
12273         * gst-plugins-good.spec.in:
12274         * sys/Makefile.am:
12275         * sys/sunaudio/Makefile.am:
12276         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12277         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12278         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12279         (gst_sunaudiomixer_change_state):
12280         * sys/sunaudio/gstsunaudiomixer.h:
12281         * sys/sunaudio/gstsunaudiomixerctrl.c:
12282         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12283         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12284         (gst_sunaudiomixer_ctrl_list_tracks),
12285         (gst_sunaudiomixer_ctrl_get_volume),
12286         (gst_sunaudiomixer_ctrl_set_volume),
12287         (gst_sunaudiomixer_ctrl_set_mute),
12288         (gst_sunaudiomixer_ctrl_set_record):
12289         * sys/sunaudio/gstsunaudiomixerctrl.h:
12290         * sys/sunaudio/gstsunaudiomixertrack.c:
12291         (gst_sunaudiomixer_track_class_init),
12292         (gst_sunaudiomixer_track_init), (fill_labels),
12293         (gst_sunaudiomixer_track_new):
12294         * sys/sunaudio/gstsunaudiomixertrack.h:
12295         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12296         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12297         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12298         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12299         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12300         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12301         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12302         * sys/sunaudio/gstsunaudiosink.h:
12303
12304         Add SunAudio plugin - tested to make sure it doesn't break
12305         the build under GNU/Linux.      
12306
12307 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12308
12309         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12310         * gst-plugins-good/gst/udp/gstudpsrc.c:
12311         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12312         overrides the port or multicast parameters. Fixes bugs #323021.
12313         API addition: adds GstUDPSrc::sockfd property   
12314
12315 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * ext/gconf/Makefile.am:
12318         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12319         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12320         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12321         (do_toggle_element), (cb_toggle_element),
12322         (gst_gconf_audio_src_change_state):
12323         * ext/gconf/gstgconfaudiosrc.h:
12324         * ext/gconf/gstgconfelements.c: (plugin_init):
12325         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12326         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12327         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12328         (do_toggle_element), (cb_toggle_element),
12329         (gst_gconf_video_src_change_state):
12330         * ext/gconf/gstgconfvideosrc.h:
12331           Add new gconfaudiosrc and gconfvideosrc elements
12332           (needed for gnome-sound-recorder).
12333
12334 2006-01-06  Edward Hervey  <edward@fluendo.com>
12335
12336         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12337         Add gst_element_no_more_pads() for proper decodebin behaviour.
12338         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12339         (parse_text_identification_frame), (parse_split_strings):
12340         Failure to decode some tags is not a GST_ERROR() but a
12341         GST_WARNING()
12342         When iterating over a chunk of text, check that we haven't gone too
12343         far.
12344
12345 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12346
12347         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12348         (plugin_init):
12349           call oil_init() when using liboil
12350
12351 2006-01-04  Wim Taymans  <wim@fluendo.com>
12352
12353         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12354         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12355         Fix leaks.
12356
12357 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12358
12359         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12360
12361         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12362         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12363         (gst_flac_dec_change_state):
12364           Don't g_assert() where we should just return FALSE; remove
12365           unnecessary g_assert(); initialize some fields properly in
12366           state change function (fixes #325504). Also, use
12367           GST_DEBUG_OBJECT in two more places.
12368
12369 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12370
12371         * configure.ac:
12372           also remove smoothwave's Makefile.am
12373         * docs/plugins/Makefile.am:
12374           fix plugin docs
12375
12376 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12377
12378         * tests/examples/Makefile.am:
12379           added missing Makefile.am
12380
12381 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12382
12383         * configure.ac:
12384         * gst/level/Makefile.am:
12385         * gst/level/level-example.c:
12386         * tests/Makefile.am:
12387         * tests/examples/level/Makefile.am:
12388         * tests/examples/level/level-example.c: (message_handler), (main):
12389           moved level-example to tests/examples/level-example
12390         * tests/old/examples/level/demo.c: (main):
12391         * tests/old/examples/level/plot.c: (main):
12392           some initial fixes
12393
12394 2005-12-29  Michael Smith  <msmith@fluendo.com>
12395
12396         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12397         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12398         * gst/udp/gstmultiudpsink.h:
12399           Track packets sent per client in addition to bytes sent; provide
12400           this info through get-stats signal
12401
12402 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12405           Can't use gst_object_unref() on a GstAdapter (#325191).
12406
12407 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12408
12409         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12410         If a broken tag has 0 bytes payload, at least still skip
12411         the 10 byte header
12412
12413 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12414
12415         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12416         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12417         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12418         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12419           Making these depayloaders (H263+ and mpeg4 video) inherit from
12420           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12421
12422 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12423
12424         * docs/plugins/gst-plugins-good-plugins.args:
12425         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12426         Regenerate the plugin hiearchy.
12427
12428 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12429
12430         * docs/plugins/Makefile.am:
12431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12433         * docs/plugins/gst-plugins-good-plugins.args:
12434         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12435         (gst_id3demux_base_init), (gst_id3demux_class_init),
12436         (gst_id3demux_chain):
12437         * gst/id3demux/gstid3demux.h:
12438           Add documentation for id3demux.
12439           Don't fail if the first buffer is not at offset 0, just
12440           attempt to typefind and do pass through
12441           Rename the gst_type function from gst_gst_id3demux..
12442
12443 2005-12-20  Michael Smith  <msmith@fluendo.com>
12444
12445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12446         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12447         (gst_multiudpsink_get_stats):
12448         * gst/udp/gstmultiudpsink.h:
12449           Collect statistics; return them from get_stats.
12450
12451 2005-12-19  Edward Hervey  <edward@fluendo.com>
12452
12453         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12454         Stupid signedness issue...
12455
12456 2005-12-19  Edward Hervey  <edward@fluendo.com>
12457
12458         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12459         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12460         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12461         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12462         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12463         Construct index for indexless files.
12464         Make sure pad/buffers are correctly reset to NULL once we don't need
12465         them anymore, else we get lovely segfaults/assertions.
12466         * gst/wavparse/gstwavparse.c:
12467         Yes, you can have 96KHz audio and wma in wav :(
12468
12469 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12470
12471         * configure.ac:
12472           Check for optional dependency on zlib for id3demux
12473
12474         * gst/id3demux/Makefile.am:
12475         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12476         (gst_id3demux_base_init), (gst_id3demux_class_init),
12477         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12478         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12479         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12480         (gst_id3demux_set_property), (gst_id3demux_get_property),
12481         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12482         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12483         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12484         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12485         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12486         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12487         (simple_find_peek), (simple_find_suggest),
12488         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12489         (plugin_init):
12490         * gst/id3demux/gstid3demux.h:
12491         * gst/id3demux/id3tags.c: (read_synch_uint),
12492         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12493         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12494         (id3demux_id3v2_frames_to_tag_list):
12495         * gst/id3demux/id3tags.h:
12496         * gst/id3demux/id3v2.4.0-frames.txt:
12497         * gst/id3demux/id3v2.4.0-structure.txt:
12498         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12499         (parse_comment_frame), (parse_text_identification_frame),
12500         (id3v2_tag_to_taglist), (parse_split_strings):
12501           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12502           otherwise it discards them. Works on my test files. 
12503
12504         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12505           Don't send EOS to a non-existing srcpad
12506           The debug category can be static
12507
12508 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12509
12510         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12511         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12512         * gst/multipart/multipartdemux.c:
12513           change some char* into char[]
12514
12515 2005-12-16  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12518         (gst_wavparse_other), (gst_wavparse_perform_seek),
12519         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12520         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12521         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12522         * gst/wavparse/gstwavparse.h:
12523         Use GstSegment to implement more seeking features.
12524
12525 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12526
12527         * gst/rtsp/rtspconnection.c:
12528           Add <netinet/in.h> include and move <arpa/inet.h> include
12529           to make things work on OpenBSD as well (fixes #323717;
12530           patch by: Benjamin Pineau)
12531
12532 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12533
12534         * gst/rtp/gstrtpspeexdepay.c:
12535         * gst/rtp/gstrtpspeexpay.c:
12536         Set clock rate to be fixed in 8000. It fixes bug #324012.
12537
12538 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12539
12540         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12541         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12542         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12543         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12544         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12545         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12546         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12547         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12548         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12549         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12550         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12551         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12552         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12553         * gst-plugins-good/gst/rtp/README:
12554         Fixed payload range in payloder caps. Removed payload range completely
12555         from depayloaders as they don't require payload type in their caps.
12556         In effect, there isn't any specific payload type for any given codec,
12557         only suggestions.
12558         Fixes bug #324011.
12559
12560 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12561
12562         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12563         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12564         (gst_videomixer_collected): Code cleanup and re-enabling 
12565         queued time validity check for correct EOS handling.
12566
12567 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12570         (gst_oss_mixer_element_get_property),
12571         (gst_oss_mixer_element_change_state):
12572         Add 'device-name' property and fix state change function.
12573
12574 2005-12-13  Edward Hervey  <edward@fluendo.com>
12575
12576         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12577         If the speed of the file is null in the header, set the frame_time to
12578         the default setting of GST_SECOND / 70. Which is the default
12579         frame_delay for .fli files as stated in this document :
12580         http://www.compuphase.com/flic.htm
12581         Would be nice to have the time conversion done properly too (duration =
12582         flxh->frames * flxdec->frame_time)
12583
12584 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12585
12586         * docs/plugins/Makefile.am:
12587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12589         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12590         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12591         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12592         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12593         documentation for videomixer on my way with a funny sample
12594         pipeline.
12595
12596 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12597
12598         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12599         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12600         (gst_videomixer_update_queues), (gst_videomixer_collected):
12601         Fix caps negotiation. (#323896)
12602
12603 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12604
12605         * gst/matroska/matroska-demux.c:
12606         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12607           Set correct timestamps on audio laces, fixes playback of mp3 from
12608                 matroska.
12609
12610 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12613         (gst_au_parse_class_init), (gst_au_parse_init),
12614         (gst_au_parse_dispose), (gst_au_parse_chain),
12615         (gst_au_parse_change_state), (plugin_init):
12616         * gst/auparse/gstauparse.h:
12617           Use gst_object_unref() for GstObjects instead of
12618           g_object_unref() and fix a mem leak in a debug
12619           statement; while we're at it, also borgify, use
12620           boilerplate macros and clean up a little bit.
12621
12622 2005-12-11  Edward Hervey  <edward@fluendo.com>
12623
12624         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12625         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12626         Added pull mode.
12627
12628 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * gst/goom/gstgoom.c:
12631         * gst/level/level-example.c: (main):
12632         * gst/smoothwave/demo-osssrc.c: (main):
12633           Use audiotestsrc instead of sinesrc (#323798).
12634
12635 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
12636
12637         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12638           more debug-func-ptr usage
12639
12640 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
12641
12642         * gst/flx/flx_color.c: (flx_colorspace_convert):
12643         * gst/flx/flx_color.h:
12644         * gst/flx/flx_fmt.h:
12645         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12646         * gst/flx/gstflxdec.h:
12647           Now flxdec works on big-endian machines as well.
12648
12649 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12650
12651         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12652         (gst_fenced_buffer_copy):
12653           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12654           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12655           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12656           and use GST_DEBUG_FUNCPTR for pad functions.
12657
12658 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12659
12660         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12661         (gst_flac_dec_class_init), (gst_flac_dec_init),
12662         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12663         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12664         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12665         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12666         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12667         (gst_flac_dec_change_state):
12668         * ext/flac/gstflacdec.h:
12669           Rewrite flacdec a bit, so that even seeking might work now. Most
12670           importantly, don't act upon any flow return values we get, just tell
12671           the decoder everything's dandy and act on the flow return values
12672           later on in the loop function. We don't want to mess up the internal
12673           decoder state for non-fatal things like flushing pads etc. Other
12674           than that, use GstSegment (segment seeks don't work yet though, but
12675           should be easy to add), use boilerplate macros, drop the superfluous
12676           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12677           lots of other things.
12678
12679 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * configure.ac:
12682           Update comment in OSS includes check.
12683
12684         * sys/oss/gstossdmabuffer.c:
12685         * sys/oss/gstosshelper.c:
12686         * sys/oss/gstossmixer.c:
12687         * sys/oss/gstossmixertrack.c:
12688         * sys/oss/gstosssink.c:
12689         * sys/oss/gstosssrc.c:
12690         * sys/oss/oss_probe.c:
12691           Don't assume the OSS soundcard.h include is always in
12692           the sys/ directory. Instead, use the existing defines
12693           from config.h to include the right file. Fixes
12694           compilation on OpenBSD 3.8 (#323718).
12695
12696 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12697
12698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12699         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12700         * docs/plugins/inspect/plugin-1394.xml:
12701         * docs/plugins/inspect/plugin-aasink.xml:
12702         * docs/plugins/inspect/plugin-alaw.xml:
12703         * docs/plugins/inspect/plugin-alpha.xml:
12704         * docs/plugins/inspect/plugin-alphacolor.xml:
12705         * docs/plugins/inspect/plugin-auparse.xml:
12706         * docs/plugins/inspect/plugin-autodetect.xml:
12707         * docs/plugins/inspect/plugin-avi.xml:
12708         * docs/plugins/inspect/plugin-cacasink.xml:
12709         * docs/plugins/inspect/plugin-cairo.xml:
12710         * docs/plugins/inspect/plugin-cutter.xml:
12711         * docs/plugins/inspect/plugin-debug.xml:
12712         * docs/plugins/inspect/plugin-dv.xml:
12713         * docs/plugins/inspect/plugin-efence.xml:
12714         * docs/plugins/inspect/plugin-effectv.xml:
12715         * docs/plugins/inspect/plugin-esdsink.xml:
12716         * docs/plugins/inspect/plugin-flac.xml:
12717         * docs/plugins/inspect/plugin-flxdec.xml:
12718         * docs/plugins/inspect/plugin-gconfelements.xml:
12719         * docs/plugins/inspect/plugin-goom.xml:
12720         * docs/plugins/inspect/plugin-jpeg.xml:
12721         * docs/plugins/inspect/plugin-level.xml:
12722         * docs/plugins/inspect/plugin-matroska.xml:
12723         * docs/plugins/inspect/plugin-mulaw.xml:
12724         * docs/plugins/inspect/plugin-multipart.xml:
12725         * docs/plugins/inspect/plugin-navigationtest.xml:
12726         * docs/plugins/inspect/plugin-ossaudio.xml:
12727         * docs/plugins/inspect/plugin-png.xml:
12728         * docs/plugins/inspect/plugin-rtp.xml:
12729         * docs/plugins/inspect/plugin-rtsp.xml:
12730         * docs/plugins/inspect/plugin-shout2send.xml:
12731         * docs/plugins/inspect/plugin-smpte.xml:
12732         * docs/plugins/inspect/plugin-speex.xml:
12733         * docs/plugins/inspect/plugin-udp.xml:
12734         * docs/plugins/inspect/plugin-videobox.xml:
12735         * docs/plugins/inspect/plugin-videoflip.xml:
12736         * docs/plugins/inspect/plugin-videomixer.xml:
12737         * docs/plugins/inspect/plugin-wavenc.xml:
12738         * docs/plugins/inspect/plugin-wavparse.xml:
12739         * ext/flac/gstflac.c: (plugin_init):
12740         * ext/flac/gstflacdec.c: (flacdec_get_type),
12741         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12742         (gst_flac_dec_init), (gst_flac_dec_finalize),
12743         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12744         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12745         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12746         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12747         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12748         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12749         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12750         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12751         * ext/flac/gstflacdec.h:
12752         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12753         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12754         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12755         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12756         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12757         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12758         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12759         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12760         (gst_flac_enc_change_state):
12761         * ext/flac/gstflacenc.h:
12762           borgify and fix up documentation
12763
12764 2005-12-09  Michael Smith  <msmith@fluendo.com>
12765
12766         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12767           Accept a wider range of flac files, more closely matching flac spec.
12768
12769 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12770
12771         * docs/plugins/Makefile.am: Add multipart elements.
12772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12773         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12774         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12775         * gst/multipart/multipartdemux.c:
12776         * gst/multipart/multipartmux.c: Add docs.
12777
12778 2005-12-07  Edward Hervey  <edward@fluendo.com>
12779
12780         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12781         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12782         (gst_avi_demux_invert):
12783         Memleak and crasher fixes.
12784         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12785         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12786         Memleak fixes
12787
12788 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12789
12790         * ext/aalib/gstaasink.h:
12791         * ext/cairo/gsttextoverlay.h:
12792         * ext/dv/gstdvdec.h:
12793         * ext/dv/gstdvdemux.c:
12794         * ext/dv/gstdvdemux.h:
12795         * ext/esd/esdsink.h:
12796         * ext/flac/flac_compat.h:
12797         * ext/flac/gstflacdec.h:
12798         * ext/flac/gstflacenc.h:
12799         * ext/gconf/gconf.h:
12800         * ext/gconf/gstgconfaudiosink.h:
12801         * ext/gconf/gstgconfvideosink.h:
12802         * ext/gdk_pixbuf/gstgdkanimation.h:
12803         * ext/jpeg/gstjpegdec.h:
12804         * ext/jpeg/smokecodec.h:
12805         * ext/jpeg/smokeformat.h:
12806         * ext/ladspa/gstsignalprocessor.h:
12807         * ext/ladspa/search.c: (LADSPAPluginSearch):
12808         * ext/ladspa/utils.h:
12809         * ext/libmng/gstmng.c:
12810         * ext/libmng/gstmngdec.h:
12811         * ext/libmng/gstmngenc.c:
12812         * ext/libmng/gstmngenc.h:
12813         * ext/libpng/gstpng.c:
12814         * ext/libpng/gstpngenc.c:
12815         * ext/libpng/gstpngenc.h:
12816         * ext/shout2/gstshout2.h:
12817         * ext/speex/gstspeexdec.h:
12818         * ext/speex/gstspeexenc.c:
12819         * ext/speex/gstspeexenc.h:
12820         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12821         * gst/autodetect/gstautoaudiosink.h:
12822         * gst/autodetect/gstautovideosink.h:
12823         * gst/avi/gstavidemux.h:
12824         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12825         (gst_cutter_set_property), (gst_cutter_get_caps):
12826         * gst/cutter/gstcutter.h:
12827         * gst/debug/tests.c: (md5_process_block):
12828         * gst/debug/tests.h:
12829         * gst/effectv/gstwarp.c:
12830         * gst/flx/flx_fmt.h:
12831         * gst/flx/gstflxdec.h:
12832         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12833         (zoomFilterFastRGB):
12834         * gst/goom/filters.h:
12835         * gst/goom/goom_tools.h:
12836         * gst/law/alaw-encode.c:
12837         * gst/level/gstlevel.c:
12838         * gst/level/gstlevel.h:
12839         * gst/matroska/ebml-write.h:
12840         * gst/matroska/matroska-demux.h:
12841         * gst/matroska/matroska-ids.h:
12842         * gst/matroska/matroska-mux.h:
12843         * gst/monoscope/convolve.c: (convolve_match):
12844         * gst/monoscope/convolve.h:
12845         * gst/multipart/multipartmux.c:
12846         * gst/oldcore/gstaggregator.c:
12847         * gst/oldcore/gstaggregator.h:
12848         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12849         * gst/oldcore/gstmd5sink.h:
12850         * gst/oldcore/gstmultifilesrc.c:
12851         * gst/oldcore/gstmultifilesrc.h:
12852         * gst/oldcore/gstpipefilter.h:
12853         * gst/oldcore/gstshaper.h:
12854         * gst/rtp/gstrtpL16depay.h:
12855         * gst/rtp/gstrtpL16pay.h:
12856         * gst/rtp/gstrtpdepay.h:
12857         * gst/rtp/gstrtpmp4vpay.c:
12858         * gst/rtp/gstrtpmp4vpay.h:
12859         * gst/rtsp/gstrtspsrc.c:
12860         * gst/rtsp/gstrtspsrc.h:
12861         * gst/rtsp/rtspconnection.h:
12862         * gst/rtsp/rtspdefs.h:
12863         * gst/rtsp/rtspmessage.h:
12864         * gst/rtsp/rtsptransport.h:
12865         * gst/rtsp/rtspurl.c:
12866         * gst/rtsp/rtspurl.h:
12867         * gst/rtsp/sdpmessage.c:
12868         * gst/rtsp/sdpmessage.h:
12869         * gst/smpte/barboxwipes.c:
12870         * gst/smpte/gstmask.h:
12871         * gst/smpte/gstsmpte.h:
12872         * gst/smpte/paint.c:
12873         * gst/smpte/paint.h:
12874         * gst/udp/gstdynudpsink.h:
12875         * gst/udp/gstmultiudpsink.h:
12876         * gst/udp/gstudpsink.c:
12877         * gst/udp/gstudpsink.h:
12878         * gst/udp/gstudpsrc.c:
12879         * gst/videomixer/videomixer.c:
12880         * gst/wavenc/riff.h:
12881         * gst/wavparse/gstwavparse.h:
12882         * sys/oss/gstossdmabuffer.h:
12883         * sys/oss/gstossmixer.h:
12884         * sys/oss/gstossmixerelement.h:
12885         * sys/oss/gstossmixertrack.h:
12886         * sys/oss/gstosssink.c:
12887         * sys/oss/gstosssink.h:
12888         * sys/oss/gstosssrc.c:
12889         * sys/oss/gstosssrc.h:
12890         * sys/osxaudio/gstosxaudioelement.h:
12891         * sys/osxaudio/gstosxaudiosink.h:
12892         * sys/osxaudio/gstosxaudiosrc.h:
12893           expand tabs
12894
12895 === release 0.10.0 ===
12896
12897 2005-12-05   <thomas (at) apestaart (dot) org>
12898
12899         * configure.ac:
12900           releasing 0.10.0, "Abondance"
12901
12902 2005-12-05  Andy Wingo  <wingo@pobox.com>
12903
12904         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12905         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12906         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12907         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12908         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12909         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12910         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12911         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12912         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12913         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12914         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12915         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12916         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12917         * gst/goom/gstgoom.c: (gst_goom_chain):
12918         * gst/matroska/matroska-demux.c:
12919         (gst_matroska_demux_push_vorbis_codec_priv_data),
12920         (gst_matroska_demux_add_wvpk_header):
12921         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12922         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12923         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12924         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12925         alloc_buffer changes.
12926
12927 2005-12-05  Michael Smith  <msmith@fluendo.com>
12928
12929         * docs/plugins/gst-plugins-good-plugins.args:
12930           Remove args for plugins that aren't in -good.
12931
12932 === release 0.9.7 ===
12933
12934 2005-12-01   <thomas (at) apestaart (dot) org>
12935
12936         * configure.ac:
12937           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12938
12939 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12940
12941         * docs/plugins/.cvsignore:
12942         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12943         * docs/plugins/inspect/plugin-multipart.xml:
12944         * docs/plugins/inspect/plugin-rtp.xml:
12945           add multipart plugin to docs
12946
12947 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12948
12949         * configure.ac:
12950         * ext/Makefile.am:
12951         * ext/pango/Makefile.am:
12952         * ext/pango/gstclockoverlay.c:
12953         * ext/pango/gstclockoverlay.h:
12954         * ext/pango/gsttextoverlay.c:
12955         * ext/pango/gsttextoverlay.h:
12956         * ext/pango/gsttextrender.c:
12957         * ext/pango/gsttextrender.h:
12958         * ext/pango/gsttimeoverlay.c:
12959         * ext/pango/gsttimeoverlay.h:
12960           move pango to base
12961
12962 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12963
12964         * gst/rtp/Makefile.am:
12965         * gst/rtp/gstrtpL16depay.c:
12966         * gst/rtp/gstrtpL16depay.h:
12967         * gst/rtp/gstrtpL16parse.c:
12968         * gst/rtp/gstrtpL16parse.h:
12969         * gst/rtp/gstrtpgsmdepay.c:
12970         * gst/rtp/gstrtpgsmdepay.h:
12971         * gst/rtp/gstrtpgsmparse.c:
12972         * gst/rtp/gstrtpgsmparse.h:
12973           parsers are depayers
12974
12975 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12976
12977         * gst/rtp/Makefile.am:
12978         * gst/rtp/gstasteriskh263.c:
12979         * gst/rtp/gstrtp.c:
12980         * gst/rtp/gstrtpL16enc.c:
12981         * gst/rtp/gstrtpL16enc.h:
12982         * gst/rtp/gstrtpL16parse.c:
12983         * gst/rtp/gstrtpL16parse.h:
12984         * gst/rtp/gstrtpL16pay.c:
12985         * gst/rtp/gstrtpL16pay.h:
12986         * gst/rtp/gstrtpamrdec.c:
12987         * gst/rtp/gstrtpamrdec.h:
12988         * gst/rtp/gstrtpamrdepay.c:
12989         * gst/rtp/gstrtpamrdepay.h:
12990         * gst/rtp/gstrtpamrenc.c:
12991         * gst/rtp/gstrtpamrenc.h:
12992         * gst/rtp/gstrtpamrpay.c:
12993         * gst/rtp/gstrtpamrpay.h:
12994         * gst/rtp/gstrtpdec.c:
12995         * gst/rtp/gstrtpdec.h:
12996         * gst/rtp/gstrtpdepay.c:
12997         * gst/rtp/gstrtpdepay.h:
12998         * gst/rtp/gstrtpg711dec.c:
12999         * gst/rtp/gstrtpg711dec.h:
13000         * gst/rtp/gstrtpg711depay.c:
13001         * gst/rtp/gstrtpg711depay.h:
13002         * gst/rtp/gstrtpg711enc.c:
13003         * gst/rtp/gstrtpg711enc.h:
13004         * gst/rtp/gstrtpg711pay.c:
13005         * gst/rtp/gstrtpg711pay.h:
13006         * gst/rtp/gstrtpgsmenc.c:
13007         * gst/rtp/gstrtpgsmenc.h:
13008         * gst/rtp/gstrtpgsmparse.c:
13009         * gst/rtp/gstrtpgsmparse.h:
13010         * gst/rtp/gstrtpgsmpay.c:
13011         * gst/rtp/gstrtpgsmpay.h:
13012         * gst/rtp/gstrtph263enc.c:
13013         * gst/rtp/gstrtph263enc.h:
13014         * gst/rtp/gstrtph263pay.c:
13015         * gst/rtp/gstrtph263pay.h:
13016         * gst/rtp/gstrtph263pdec.c:
13017         * gst/rtp/gstrtph263pdec.h:
13018         * gst/rtp/gstrtph263pdepay.c:
13019         * gst/rtp/gstrtph263pdepay.h:
13020         * gst/rtp/gstrtph263penc.c:
13021         * gst/rtp/gstrtph263penc.h:
13022         * gst/rtp/gstrtph263ppay.c:
13023         * gst/rtp/gstrtph263ppay.h:
13024         * gst/rtp/gstrtpmp4vdec.c:
13025         * gst/rtp/gstrtpmp4vdec.h:
13026         * gst/rtp/gstrtpmp4vdepay.c:
13027         * gst/rtp/gstrtpmp4vdepay.h:
13028         * gst/rtp/gstrtpmp4venc.c:
13029         * gst/rtp/gstrtpmp4venc.h:
13030         * gst/rtp/gstrtpmp4vpay.c:
13031         * gst/rtp/gstrtpmp4vpay.h:
13032         * gst/rtp/gstrtpmpadec.c:
13033         * gst/rtp/gstrtpmpadec.h:
13034         * gst/rtp/gstrtpmpadepay.c:
13035         * gst/rtp/gstrtpmpadepay.h:
13036         * gst/rtp/gstrtpmpaenc.c:
13037         * gst/rtp/gstrtpmpaenc.h:
13038         * gst/rtp/gstrtpmpapay.c:
13039         * gst/rtp/gstrtpmpapay.h:
13040         * gst/rtp/gstrtpspeexdec.c:
13041         * gst/rtp/gstrtpspeexdec.h:
13042         * gst/rtp/gstrtpspeexdepay.c:
13043         * gst/rtp/gstrtpspeexdepay.h:
13044         * gst/rtp/gstrtpspeexenc.c:
13045         * gst/rtp/gstrtpspeexenc.h:
13046         * gst/rtp/gstrtpspeexpay.c:
13047         * gst/rtp/gstrtpspeexpay.h:
13048           Do burger's rename for rtp payloaders and depayloaders
13049
13050 2005-11-30  Wim Taymans  <wim@fluendo.com>
13051
13052         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13053         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13054         * ext/dv/gstdvdemux.h:
13055         Fix seeking in dvdemux again, add some more debug info.
13056
13057 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13058
13059         * configure.ac:
13060           fix tests
13061
13062 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13063
13064         * PORTED_09:
13065         * docs/random/PORTED_09:
13066           move
13067         * tests/Makefile.am:
13068           add
13069         * win32/gst.sln:
13070           remove
13071
13072 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13073
13074         * Makefile.am:
13075         * check/.cvsignore:
13076         * check/Makefile.am:
13077         * check/elements/.cvsignore:
13078         * check/elements/level.c:
13079         * check/elements/matroskamux.c:
13080         * configure.ac:
13081         * examples/Makefile.am:
13082         * examples/capsfilter/Makefile.am:
13083         * examples/capsfilter/capsfilter1.c:
13084         * examples/gob/Makefile.am:
13085         * examples/gob/gst-identity2.gob:
13086         * examples/gstplay/.cvsignore:
13087         * examples/gstplay/Makefile.am:
13088         * examples/gstplay/player.c:
13089         * examples/indexing/.cvsignore:
13090         * examples/indexing/Makefile.am:
13091         * examples/indexing/indexmpeg.c:
13092         * examples/level/Makefile.am:
13093         * examples/level/README:
13094         * examples/level/demo.c:
13095         * examples/level/plot.c:
13096         * examples/stats/Makefile.am:
13097         * examples/stats/mp2ogg.c:
13098         * examples/switch/.cvsignore:
13099         * examples/switch/Makefile.am:
13100         * examples/switch/switcher.c:
13101           move under tests/
13102
13103 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13106         (gst_text_render_class_init), (resize_bitmap),
13107         (gst_text_render_render_text), (gst_text_render_setcaps),
13108         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13109         (gst_text_render_chain), (gst_text_render_finalize),
13110         (gst_text_render_init), (gst_text_render_set_property):
13111         * ext/pango/gsttextrender.h:
13112           Add missing files.
13113
13114 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13115
13116         * configure.ac:
13117         * ext/Makefile.am:
13118         * ext/pango/Makefile.am:
13119         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13120         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13121         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13122         * ext/pango/gstclockoverlay.h:
13123         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13124         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13125         (gst_text_overlay_finalize), (gst_text_overlay_init),
13126         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13127         (gst_text_overlay_text_pad_linked),
13128         (gst_text_overlay_text_pad_unlinked),
13129         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13130         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13131         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13132         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13133         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13134         (gst_text_overlay_change_state), (plugin_init):
13135         * ext/pango/gsttextoverlay.h:
13136         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13137         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13138         (gst_time_overlay_class_init), (gst_time_overlay_init):
13139         * ext/pango/gsttimeoverlay.h:
13140           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13141           and add background shading and text wrapping modes. Make 
13142           timoverlay derive from textoverlay. Also add new clockoverlay
13143           element.
13144
13145 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13146
13147         * gst/udp/Makefile.am: Moved to netbuffer.
13148
13149 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13150
13151         * configure.ac:
13152         * PORTED_O9:
13153         * gst/multipart/Makefile.am:
13154         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13155         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13156         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13157         (gst_multipart_demux_change_state),
13158         (gst_multipart_demux_plugin_init):
13159         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13160         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13161         (gst_multipart_mux_sinkconnect),
13162         (gst_multipart_mux_request_new_pad),
13163         (gst_multipart_mux_handle_src_event),
13164         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13165         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13166         0.9.
13167
13168 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13169
13170         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13171         * gst/debug/gstnavigationtest.h:
13172         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13173         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13174         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13175         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13176         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13177         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13178         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13179         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13180         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13181         (gst_video_flip_get_type):
13182         * gst/videofilter/gstvideoflip.h:
13183           update for symbols change
13184
13185 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13186
13187         * gst/udp/gstdynudpsink.c:
13188         * gst/udp/gstudpsrc.c:
13189           the old gstnet lib was renamed gstnetbuffer (#322257)
13190
13191 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13194         (gst_text_overlay_collected):
13195           Actually render the text from the text pad.
13196
13197 2005-11-29  Edward Hervey  <edward@fluendo.com>
13198
13199         * gst/debug/gstnavseek.c: (gst_navseek_event):
13200         * gst/debug/progressreport.c: (gst_progress_report_event):
13201         Update for GstBaseTransform event virtual method
13202
13203 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13204
13205         * ext/cairo/Makefile.am:
13206           no need to link to videofilter
13207
13208 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13209
13210         * gst/debug/Makefile.am:
13211         * gst/debug/gstnavigationtest.h:
13212         * gst/effectv/Makefile.am:
13213         * gst/effectv/gstaging.c:
13214         * gst/effectv/gstdice.c:
13215         * gst/effectv/gstedge.c:
13216         * gst/effectv/gstquark.c:
13217         * gst/effectv/gstrev.c:
13218         * gst/effectv/gstshagadelic.c:
13219         * gst/effectv/gstvertigo.c:
13220         * gst/effectv/gstwarp.c:
13221         * gst/videofilter/Makefile.am:
13222         * gst/videofilter/gstvideofilter.c:
13223         * gst/videofilter/gstvideofilter.h:
13224         * gst/videofilter/gstvideoflip.h:
13225           remove the videofilter library and link to the one in base
13226
13227 2005-11-28  Edward Hervey  <edward@fluendo.com>
13228
13229         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13230         Useless check now we're setting the current entry correctly.
13231
13232 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13235         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13236         (gst_jpegenc_change_state):
13237           Don't leak input buffer in chain function (fixes #322667); make 
13238           state change function thread-safe; don't repeat the current function
13239           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13240           gst_pad_alloc_buffer(); misc. minor cleanups.
13241
13242 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13243
13244         * gst/matroska/matroska-mux.c:
13245         (gst_matroska_mux_video_pad_setcaps):
13246         Look for pixel-aspect-ratio in caps, not pixel_width and
13247         pixel_height (Fixes: #322645)
13248
13249 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * gst/matroska/matroska-mux.c:
13252         (gst_matroska_mux_video_pad_setcaps):
13253         From Michal Benes:
13254         frame duration should be GST_SECOND / framerate, not
13255         GST_SECOND * framerate. (Fixes: #322643)
13256
13257 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13258
13259         * configure.ac:
13260           fix up GST_PLUGIN_LDFLAGS
13261         * gst/rtsp/rtspconnection.c:
13262           fix includes (see #317043)
13263         * gst/videofilter/Makefile.am:
13264           stop installing this library
13265
13266 2005-11-26  Edward Hervey  <edward@fluendo.com>
13267
13268         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13269         Handle the case where the incoming Video dv stream doesn't have
13270         a pixel aspect ratio set.
13271
13272 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13273
13274         * docs/plugins/Makefile.am:
13275         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13277         * ext/flac/gstflacdec.c:
13278           document flacdec
13279
13280 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13281
13282         * docs/plugins/Makefile.am:
13283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13285         * docs/plugins/inspect/plugin-autodetect.xml:
13286         * ext/cairo/gstcairo.c: (plugin_init):
13287         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13288         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13289         (gst_text_overlay_init), (gst_text_overlay_font_init),
13290         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13291         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13292         (gst_text_overlay_text_pad_linked),
13293         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13294         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13295         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13296         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13297         (gst_text_overlay_change_state):
13298         * ext/cairo/gsttextoverlay.h:
13299         * ext/cairo/gsttimeoverlay.c:
13300         (gst_cairo_time_overlay_update_font_height),
13301         (gst_cairo_time_overlay_set_caps),
13302         (gst_cairo_time_overlay_get_unit_size),
13303         (gst_cairo_time_overlay_print_smpte_time),
13304         (gst_cairo_time_overlay_transform),
13305         (gst_cairo_time_overlay_base_init),
13306         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13307         (gst_cairo_time_overlay_get_type):
13308         * ext/cairo/gsttimeoverlay.h:
13309           do some name borgifying
13310           document
13311
13312 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13313
13314         * docs/plugins/Makefile.am:
13315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13317         * gst/autodetect/gstautoaudiosink.c:
13318         (gst_auto_audio_sink_base_init):
13319         * gst/autodetect/gstautovideosink.c:
13320         (gst_auto_video_sink_base_init),
13321         (gst_auto_video_sink_factory_filter):
13322           documenting auto*sink
13323           using strstr for the video sink lookup, class field is not ordered
13324         * docs/plugins/inspect/plugin-1394.xml:
13325         * docs/plugins/inspect/plugin-aasink.xml:
13326         * docs/plugins/inspect/plugin-alaw.xml:
13327         * docs/plugins/inspect/plugin-alpha.xml:
13328         * docs/plugins/inspect/plugin-alphacolor.xml:
13329         * docs/plugins/inspect/plugin-auparse.xml:
13330         * docs/plugins/inspect/plugin-autodetect.xml:
13331         * docs/plugins/inspect/plugin-avi.xml:
13332         * docs/plugins/inspect/plugin-cacasink.xml:
13333         * docs/plugins/inspect/plugin-cairo.xml:
13334         * docs/plugins/inspect/plugin-cutter.xml:
13335         * docs/plugins/inspect/plugin-debug.xml:
13336         * docs/plugins/inspect/plugin-dv.xml:
13337         * docs/plugins/inspect/plugin-efence.xml:
13338         * docs/plugins/inspect/plugin-effectv.xml:
13339         * docs/plugins/inspect/plugin-esdsink.xml:
13340         * docs/plugins/inspect/plugin-flac.xml:
13341         * docs/plugins/inspect/plugin-flxdec.xml:
13342         * docs/plugins/inspect/plugin-gconfelements.xml:
13343         * docs/plugins/inspect/plugin-goom.xml:
13344         * docs/plugins/inspect/plugin-jpeg.xml:
13345         * docs/plugins/inspect/plugin-level.xml:
13346         * docs/plugins/inspect/plugin-matroska.xml:
13347         * docs/plugins/inspect/plugin-mulaw.xml:
13348         * docs/plugins/inspect/plugin-navigationtest.xml:
13349         * docs/plugins/inspect/plugin-ossaudio.xml:
13350         * docs/plugins/inspect/plugin-png.xml:
13351         * docs/plugins/inspect/plugin-rtp.xml:
13352         * docs/plugins/inspect/plugin-rtsp.xml:
13353         * docs/plugins/inspect/plugin-shout2send.xml:
13354         * docs/plugins/inspect/plugin-smpte.xml:
13355         * docs/plugins/inspect/plugin-speex.xml:
13356         * docs/plugins/inspect/plugin-udp.xml:
13357         * docs/plugins/inspect/plugin-videobox.xml:
13358         * docs/plugins/inspect/plugin-videoflip.xml:
13359         * docs/plugins/inspect/plugin-videomixer.xml:
13360         * docs/plugins/inspect/plugin-wavenc.xml:
13361         * docs/plugins/inspect/plugin-wavparse.xml:
13362           update for HEAD version
13363
13364 2005-11-25  Michael Smith  <msmith@fluendo.com>
13365
13366         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13367           Patch from Sebastien Cote to close control sockets in udpsrc.
13368
13369 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13370
13371         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13372         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13373         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13374         (gst_quarktv_base_init), (gst_quarktv_class_init),
13375         (gst_quarktv_init): Flush the planes list on reverse caps
13376         negotiation. This was crashing because of differently sized
13377         buffers.
13378
13379 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13380
13381         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13382         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13383         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13384         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13385         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13386         (gst_videoflip_set_property), (gst_videoflip_base_init),
13387         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13388         correctly, fix identity flipping, convert navigation event 
13389         correctly again.
13390
13391 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13392
13393         * configure.ac: back to HEAD
13394
13395 === release 0.9.6 ===
13396
13397 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13398
13399         * configure.ac:
13400           releasing 0.9.6, "Everything's Not Lost"
13401
13402 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13403
13404         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13405         Oops, initialise the framerate GValue
13406
13407 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13408
13409         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13410         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13411         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13412         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13413         (gst_timeoverlay_get_type):
13414         * ext/cairo/gsttimeoverlay.h:
13415         * gst/debug/Makefile.am:
13416         * gst/debug/gstnavigationtest.c:
13417         (gst_navigationtest_handle_src_event),
13418         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13419         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13420         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13421         (gst_navigationtest_init), (gst_navigationtest_get_type),
13422         (plugin_init):
13423         * gst/debug/gstnavigationtest.h:
13424         * gst/effectv/Makefile.am:
13425         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13426         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13427         (gst_agingtv_base_init), (gst_agingtv_class_init),
13428         (gst_agingtv_init), (gst_agingtv_get_type):
13429         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13430         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13431         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13432         (gst_dicetv_get_type):
13433         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13434         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13435         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13436         (gst_edgetv_get_type):
13437         * gst/effectv/gsteffectv.c:
13438         * gst/effectv/gsteffectv.h:
13439         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13440         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13441         (gst_quarktv_change_state), (gst_quarktv_base_init),
13442         (gst_quarktv_class_init), (gst_quarktv_init),
13443         (gst_quarktv_get_type):
13444         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13445         (gst_revtv_get_unit_size), (gst_revtv_transform),
13446         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13447         (gst_revtv_get_type):
13448         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13449         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13450         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13451         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13452         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13453         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13454         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13455         (gst_vertigotv_init), (gst_vertigotv_get_type):
13456         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13457         (gst_warptv_get_unit_size), (gst_warptv_transform),
13458         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13459         (gst_warptv_get_type):
13460         * gst/videofilter/Makefile.am:
13461         * gst/videofilter/gstvideobalance.c:
13462         * gst/videofilter/gstvideobalance.h:
13463         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13464         (gst_videofilter_class_init), (gst_videofilter_init):
13465         * gst/videofilter/gstvideofilter.h:
13466         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13467         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13468         (gst_videoflip_flip), (gst_videoflip_transform),
13469         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13470         (gst_videoflip_base_init), (gst_videoflip_class_init),
13471         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13472         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13473         BaseTransform, it's just a place holder for now and every video
13474         effect plugin has been ported to use BaseTransform features 
13475         directly. QuarkTV was fixed too (was broken), navigationtest works
13476         and best for the end, videoflip converts navigation events depending
13477         on flip method ! Fixes #320953
13478
13479 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13480
13481         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13482         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13483         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13484         (gst_goom_src_negotiate), (gst_goom_chain):
13485         * gst/matroska/matroska-mux.c:
13486         (gst_matroska_mux_video_pad_setcaps):
13487         * sys/osxvideo/osxvideosink.m:
13488           Fixes for API changes
13489
13490 2005-11-23  Michael Smith <msmith@fluendo.com>
13491
13492         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13493         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13494         * ext/jpeg/gstjpegdec.h:
13495         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13496         * ext/jpeg/gstjpegenc.h:
13497         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13498         (gst_smokeenc_resync):
13499         * ext/jpeg/gstsmokeenc.h:
13500           JPEG fractiony goodness.
13501
13502 2005-11-22  Michael Smith <msmith@fluendo.com>
13503
13504         * gst/goom/filters.c:
13505         * gst/goom/graphic.h:
13506           Fix compilation by making some functions static inline instead of
13507           extern inline, matching the way they're used.
13508
13509 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13510
13511         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13512         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13513         * ext/cairo/gsttextoverlay.h:
13514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13515         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13516         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13517         (gst_pngdec_caps_create_and_set):
13518         * ext/libpng/gstpngdec.h:
13519         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13520         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13521         * gst/avi/gstavimux.c: (gst_avimux_init),
13522         (gst_avimux_vidsinkconnect):
13523         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13524         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13525         (gst_goom_src_negotiate), (gst_goom_chain):
13526         * gst/goom/gstgoom.h:
13527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13528         * gst/matroska/matroska-mux.c:
13529         (gst_matroska_mux_video_pad_setcaps):
13530         * sys/osxvideo/osxvideosink.h:
13531         * sys/osxvideo/osxvideosink.m:
13532           More fractional framerate conversions 
13533
13534 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13535
13536         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13537         * gst/debug/gstnavigationtest.c:
13538         (gst_navigationtest_handle_src_event):
13539         * gst/videofilter/gstvideofilter.c:
13540         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13541         (gst_videofilter_init):
13542         * gst/videofilter/gstvideofilter.h:
13543           Convert to fractional framerates.
13544
13545 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13546
13547         * ext/aalib/gstaasink.c:
13548         * ext/dv/gstdvdec.c:
13549         * ext/esd/esdmon.c:
13550         * ext/flac/gstflacenc.c:
13551         * ext/gdk_pixbuf/pixbufscale.c:
13552         * ext/libcaca/gstcacasink.c:
13553         * ext/shout2/gstshout2.c:
13554         * gst/alpha/gstalpha.c:
13555         * gst/oldcore/gstaggregator.c:
13556         * gst/oldcore/gstshaper.c:
13557         * gst/smpte/barboxwipes.c:
13558         * gst/smpte/gstsmpte.c:
13559         * gst/videobox/gstvideobox.c:
13560         * gst/videofilter/gstvideoflip.c:
13561         * gst/videomixer/videomixer.c:
13562           fix up more enums
13563
13564 2005-11-22  Michael Smith <msmith@fluendo.com>
13565
13566         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13567         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13568         (gst_videomixer_update_queues):
13569           Fractional framerates, videomixer.
13570
13571 2005-11-22  Michael Smith <msmith@fluendo.com>
13572
13573         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13574         * ext/dv/gstdvdec.h:
13575         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13576         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13577         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13578         (gst_dvdemux_flush):
13579         * ext/dv/gstdvdemux.h:
13580           Fractional framerates for DV. 
13581
13582 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13583
13584         * gst/autodetect/gstautoaudiosink.c:
13585         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13586         * gst/autodetect/gstautovideosink.c:
13587         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13588           Use gst_plugin_feature_list_free() to free feature list and
13589           in the case of autovideosink free the list at all. Also
13590           miscellaneous cosmetic fixes.
13591
13592 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13593
13594         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13595         (gst_cutter_set_property), (gst_cutter_get_caps):
13596           copy calculation code from level; remove use of some audio
13597           functions
13598
13599 2005-11-22  Andy Wingo  <wingo@pobox.com>
13600
13601         * Update for gst_tag_setter API changes.
13602
13603 2005-11-22  Andy Wingo  <wingo@pobox.com>
13604
13605         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13606         (gst_dvdemux_demux_frame)
13607         * ext/flac/gstflacdec.c (gst_flacdec_write)
13608         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13609         (gst_flacenc_sink_event)
13610         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13611         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13612         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13613         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13614         * gst/auparse/gstauparse.c (gst_auparse_chain)
13615         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13616         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13617         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13618         (gst_avi_demux_handle_seek)
13619         * gst/goom/gstgoom.c (gst_goom_event)
13620         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13621         * gst/matroska/matroska-demux.c
13622         (gst_matroska_demux_handle_seek_event)
13623         (gst_matroska_demux_loop_stream_parse_id)
13624         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13625         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13626         (gst_wavparse_stream_headers): Run update-funcnames.
13627
13628 2005-11-22  Edward Hervey  <edward@fluendo.com>
13629
13630         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13631         (gst_dv1394src_init), (gst_dv1394src_dispose),
13632         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13633         (gst_dv1394src_uri_set_uri):
13634         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13635         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13636         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13637         URIHandler interface and element properties are now properly
13638         synchronized for DV1394src and UDPSrc
13639
13640 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13641
13642         * ext/flac/Makefile.am:
13643         * ext/speex/Makefile.am:
13644           libgsttagedit has been renamed to libgsttag.
13645
13646 2005-11-21  Wim Taymans  <wim@fluendo.com>
13647
13648         * gst/rtsp/rtspconnection.c: (read_body):
13649         Apply patch from Sebastien Cote to fix #319184.
13650
13651 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13652
13653         * configure.ac:
13654         * gst/cutter/Makefile.am:
13655         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13656         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13657         (gst_cutter_set_property), (gst_cutter_get_property),
13658         (plugin_init), (gst_cutter_get_caps):
13659           port cutter
13660         * gst/level/gstlevel.c:
13661           fix up plugin details
13662
13663 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13666         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13667         (gst_flacdec_src_event):
13668         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13669         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13670         (gst_signal_processor_getrange), (gst_signal_processor_chain):
13671         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13672         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13673         (gst_flxdec_sink_event_handler):
13674         * gst/matroska/matroska-demux.c:
13675         (gst_matroska_demux_handle_seek_event):
13676         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13677           Update for stream lock API changes: don't take stream log
13678           in sink event handlers any longer and change GST_STREAM_LOCK
13679           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13680           functions.
13681
13682 2005-11-21  Michael Smith <msmith@fluendo.com>
13683
13684         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13685           gst_object_unref, not g_object_unref
13686
13687 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13690         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13691           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13692
13693 2005-11-21  Michael Smith <msmith@fluendo.com>
13694
13695         * gst/auparse/Makefile.am:
13696         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13697         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13698         (gst_auparse_change_state):
13699         * gst/auparse/gstauparse.h:
13700           Partially fix #161712. playbin still doesn't work on these files,
13701           (on the bug report, Andy says we aren't typefinding it for some
13702           reason?) but at least auparse isn't totally busted like it was before.
13703
13704 2005-11-21  Andy Wingo  <wingo@pobox.com>
13705
13706         * *.h:
13707         * *.c: Ran scripts/update-macros. Oh yes.
13708
13709 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13712           Filler events are gone for now, comment out section generating
13713           them.
13714
13715 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13716
13717         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13718         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13719         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13720         * sys/osxvideo/osxvideosink.m:
13721           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13722           (#322027)
13723
13724 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13727         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13728         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13729         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13730         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13731         (gst_avi_demux_stream_data):
13732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13733         * gst/wavenc/gstwavenc.c: (write_metadata):
13734         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13735         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13736         Fixes for GST_FOURCC_FORMAT API change.
13737
13738 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13739
13740         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13741         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13742         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13743         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13744         (gst_text_overlay_change_state):
13745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13746         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13747         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13748         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13749         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13750         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13751         (gst_videomixer_change_state):
13752           Fix for collect pads API change. Also fix textoverlay state
13753           change function.
13754
13755 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13756
13757         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13758         GST_PAD_IS_USABLE by something approaching it.
13759
13760 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13761
13762         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13763         API changes.
13764         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13765         but also fix the code that was not checking return values from
13766         pad_push neither using pad_alloc_buffer.
13767
13768 2005-11-18  Edward Hervey  <edward@fluendo.com>
13769
13770         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13771         (gst_pngenc_chain):
13772         Added debug category
13773         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13774         goes to EOS.
13775
13776 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13777
13778         * gst/rtp/Makefile.am
13779         * gst/rtp/gstrtp.c
13780         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13781         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13782         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13783         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13784         * gst/rtp/gstrtpg711enc.h:
13785         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13786         * gst/rtp/gstrtpspeexenc.c:
13787         * gst/rtp/gstrtpspeexenc.h:
13788         * gst/rtp/gstrtpspeexdec.c:
13789         * gst/rtp/gstrtpspeexdec.h:
13790         Created Speex payloader and depayloader; Optimize G711 payloader to
13791         use adapter and send packets until MTU size.
13792
13793 2005-11-16  Wim Taymans  <wim@fluendo.com>
13794
13795         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13796         Fix leak in check.
13797
13798 2005-11-16  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13801         Fix state change.
13802
13803 2005-11-16  Andy Wingo  <wingo@pobox.com>
13804
13805         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13806         (gst_udpsrc_create): Move comment.
13807
13808 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13809
13810         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13813           When seeking, seek to closest index entry at or before the requested
13814           seek position, not just the closest one (#321001).
13815
13816 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13819         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13820           Invert DIB images again (see #132341).
13821
13822 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13823
13824         * configure.ac:
13825           rework configure.ac file
13826         * ext/aalib/gstaasink.c:
13827         * ext/cairo/gstcairo.c:
13828         * ext/dv/gstdv.c:
13829         * ext/esd/gstesd.c:
13830         * ext/flac/gstflac.c:
13831         * ext/gconf/gstgconfelements.c:
13832         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13833         * ext/jpeg/gstjpeg.c:
13834         * ext/ladspa/gstladspa.c:
13835         * ext/libcaca/gstcacasink.c:
13836         * ext/libmng/gstmng.c:
13837         * ext/libpng/gstpng.c:
13838         * ext/mikmod/gstmikmod.c:
13839         * ext/pango/gsttextoverlay.c:
13840         * ext/pango/gsttimeoverlay.c:
13841         * ext/raw1394/gst1394.c:
13842         * ext/speex/gstspeex.c:
13843         * gst/alpha/Makefile.am:
13844         * gst/alpha/gstalpha.c:
13845         * gst/alpha/gstalphacolor.c:
13846         * gst/auparse/gstauparse.c:
13847         * gst/autodetect/gstautoaudiosink.c:
13848         (gst_auto_audio_sink_factory_filter),
13849         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13850         * gst/autodetect/gstautodetect.c:
13851         * gst/avi/gstavi.c:
13852         * gst/cutter/gstcutter.c:
13853         * gst/debug/efence.c:
13854         * gst/debug/gstdebug.c:
13855         * gst/debug/gstnavigationtest.c:
13856         * gst/effectv/gsteffectv.c:
13857         * gst/flx/gstflxdec.c:
13858         * gst/goom/gstgoom.c:
13859         * gst/interleave/plugin.c:
13860         * gst/law/alaw.c:
13861         * gst/law/mulaw.c:
13862         * gst/level/gstlevel.c:
13863         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13864         * gst/matroska/matroska.c:
13865         * gst/median/gstmedian.c:
13866         * gst/monoscope/gstmonoscope.c:
13867         * gst/multipart/multipart.c:
13868         * gst/oldcore/gstelements.c:
13869         * gst/rtp/gstrtp.c:
13870         * gst/rtsp/gstrtsp.c:
13871         * gst/smoothwave/gstsmoothwave.c:
13872         * gst/smpte/gstsmpte.c:
13873         * gst/udp/gstudp.c:
13874         * gst/videobox/gstvideobox.c:
13875         * gst/videofilter/gstgamma.c:
13876         * gst/videofilter/gstvideobalance.c:
13877         * gst/videofilter/gstvideoflip.c:
13878         * gst/videofilter/gstvideotemplate.c:
13879         * gst/videomixer/videomixer.c:
13880         * gst/wavenc/gstwavenc.c:
13881         * gst/wavparse/gstwavparse.c:
13882         * sys/oss/gstossaudio.c:
13883         * sys/osxaudio/gstosxaudio.c:
13884           update GST_PLUGIN_DEFINE
13885         * gst/rtp/Makefile.am:
13886         * gst/rtp/gstasteriskh263.c:
13887           check for htons/htonl headers and possibly link to winsock2 lib
13888
13889 2005-11-12  Edward Hervey  <edward@fluendo.com>
13890
13891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13892         Only GST_DEBUG() information on the valid components.
13893
13894 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13895
13896         * configure.ac: back to HEAD
13897
13898 === release 0.9.5 ===
13899
13900 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13901
13902         * configure.ac:
13903           releasing 0.9.5, "Phone Alarm"
13904
13905 2005-11-11  Edward Hervey  <edward@fluendo.com>
13906
13907         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13908         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13909         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13910         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13911         (gst_avi_demux_loop):
13912         * gst/avi/gstavidemux.h:
13913         Yeah, implement proper seeking. Exact seeking and segment seeking.
13914         Still need to do some checks for segment_stop.
13915
13916 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13917
13918         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13919
13920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13921           Don't try to ready buffer duration from buffer that we don't
13922           own any  longer and that might already have been unreffed.
13923           (#321136)
13924
13925 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13926
13927         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13928         (flx_decode_delta_flc), (gst_flxdec_chain):
13929         Attempting to optimize the code for embedded systems.
13930
13931 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13932
13933         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13936           Don't re-use already closed file descriptor. (#320920)
13937
13938 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13941         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13942         (gst_oss_sink_prepare):
13943         * sys/oss/gstosssink.h:
13944           Cache probed caps; fix debug output for SET_PARAM macros.
13945
13946 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13947
13948         * ext/cairo/Makefile.am:
13949         * ext/cairo/gstcairo.c: (plugin_init):
13950         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13951         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13952         (gst_text_overlay_init), (gst_text_overlay_font_init),
13953         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13954         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13955         (gst_text_overlay_text_pad_linked),
13956         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13957         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13958         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13959         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13960         (gst_text_overlay_change_state):
13961         * ext/cairo/gsttextoverlay.h:
13962           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13963           property and redo positioning. Doesn't handle upstream renegotiation
13964           yet though.
13965
13966 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13969         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13970         (gst_avi_demux_loop):
13971           No need to take the STREAM_LOCK in the loop function. Improve
13972           some debug messages. Don't leak pad names in debug messages.
13973
13974 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         * gst/matroska/matroska-demux.c:
13977         (gst_matroska_demux_push_vorbis_codec_priv_data),
13978         (gst_matroska_demux_add_wvpk_header):
13979           Don't error out when the source pad isn't linked.
13980
13981 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13984         (gst_gconf_audio_sink_change_state):
13985         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13986         (gst_gconf_video_sink_change_state):
13987           Fix state change functions here as well and set kid
13988           to NULL state before removing it.
13989
13990 2005-11-01  Edward Hervey  <edward@fluendo.com>
13991
13992         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13993         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13994         Added proper event handlind, 
13995         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13996         ignored),
13997         and don't set a duration of 0 for buffers otherwise they are discarded
13998         by GstBaseSink.
13999
14000         GstWavEnc needs some serious loving, after going through the code I'm
14001         really wondering how this can stay in -good ...
14002
14003 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14004
14005         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14006         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14008         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14009         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14010         (gst_matroska_mux_collected):
14011           Fix leaks and invalid memory access as reported by valgrind
14012
14013 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14014
14015         Patch by: Michal Benes <michal.benes@xeris.cz>
14016
14017         * check/Makefile.am:
14018         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14020         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14021           add a unit test for matroskamux
14022           fix the bugs that the unit test exposed
14023
14024 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14025
14026         * gst/autodetect/gstautoaudiosink.c:
14027         (gst_auto_audio_sink_class_init),
14028         (gst_auto_audio_sink_change_state):
14029         * gst/autodetect/gstautovideosink.c:
14030         (gst_auto_video_sink_class_init),
14031         (gst_auto_video_sink_change_state):
14032           Fix state change function and use GST_DEBUG_FUNCPTR in
14033           class_init.
14034
14035 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14036
14037         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14040         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14041         * gst/matroska/ebml-write.h:
14042         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14043           Set timestamps on outgoing ebml headers as well, so that the
14044           element after matroskamux can get the timestamp already when
14045           reading the first ebml element and doesn't have to wait for
14046           the actual data buffer for that (#320308).
14047           
14048 2005-10-31  Andy Wingo  <wingo@pobox.com>
14049
14050         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14051         (gst_videomixer_pad_link): Kill some memleaks.
14052         (gst_videomixer_pad_get_property): Style fix.
14053         (gst_videomixer_pad_set_property): Style fix.
14054         (gst_videomixer_pad_init): Style fix.
14055         (gst_videomixer_update_queues): Kill memleak.
14056         (gst_videomixer_loop): Kill memleak.
14057         (gst_videomixer_collected): Kill memleak.
14058
14059 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14060
14061         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14062         gst_auparse_change_state:
14063         Just some cleanup.
14064
14065 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14066
14067         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14068         Add checks to GST_FLOW_NOT_LINKED for values returned
14069         from gst_pad_push.
14070         
14071 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14072
14073         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14074         (gst_rtpg711dec_process):
14075         * gst/rtp/gstrtpgsmenc.c:
14076         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14077         are never set. This is important for the g711 to work with burger's rtpbin
14078         element.
14079
14080 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14081
14082         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14083         (gst_speexenc_push_buffer):
14084         Add checks for return values from gst_pad_push and
14085         gst_pad_alloc_buffer.
14086
14087 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14088
14089         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14090
14091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14092         (gst_matroska_demux_parse_info),
14093         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14094         (gst_matroska_demux_parse_cluster):
14095         * gst/matroska/matroska-ids.h:
14096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14097         (gst_matroska_mux_init), (gst_matroska_mux_start),
14098         (gst_matroska_mux_create_buffer_header),
14099         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14100         (gst_matroska_mux_get_property):
14101         * gst/matroska/matroska-mux.h:
14102           Add SimpleBlock support to matroska demuxer and muxer (part of
14103           Matroska v2). (#319731)
14104
14105 2005-10-28  Wim Taymans  <wim@fluendo.com>
14106
14107         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14108         (gst_jpeg_dec_change_state):
14109         * ext/jpeg/gstjpegdec.h:
14110         Cleanups. Don't create caps for every chain.
14111
14112 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14113
14114         * gst/law/alaw-encode.c: (gst_alawenc_init),
14115         (alawenc_setcaps), (gst_alawenc_chain)
14116         * gst/law/alaw-encode.h:
14117         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14118         (mulawenc_setcaps), (gst_mulawenc_chain)
14119         * gst/law/mulaw-encode.h:
14120         Set timestamp on buffer and it allows RTP G711 elements
14121         work properly.
14122
14123 2005-10-27  Wim Taymans  <wim@fluendo.com>
14124
14125         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14126         Set correct format on oss instead of a silly value. 
14127
14128 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14129
14130         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14131         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14132         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14133         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14134         I420 rendering as well, doesn't bring much for my platform.
14135         Might help on some other platforms.
14136
14137 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14138
14139         * gst/rtp/gstrtpgsmenc.c:
14140         * gst/rtp/gstrtpgsmparse.c:
14141         Declaring the padtemplate correctly.
14142
14143 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14144
14145         * gst/rtp/gstrtpg711dec.c:
14146         * gst/rtp/gstrtpg711enc.c:
14147         * gst/rtp/gstrtpgsmenc.c:
14148         * gst/rtp/gstrtpgsmparse.c:
14149         Setting the proper copyright notice.
14150
14151 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14152
14153         * gst/videobox/Makefile.am: Use liboil.
14154         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14155         (gst_video_box_set_property), (gst_video_box_transform_caps),
14156         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14157         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14158         using liboil. Will dot the same to I420 border generation
14159         tomorrow.
14160
14161 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14162
14163         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14164         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14165         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14166         * gst/rtp/gstrtpg711dec.h:
14167         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14168         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14169         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14170         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14171         (gst_rtpgsmenc_handle_buffer):
14172         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14173         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14174         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14175         * gst/rtp/gstrtpgsmparse.h:
14176         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14177         inherits from the basertpdepayloader.
14178
14179 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14180
14181         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14182         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14183         (gst_video_box_ayuv): Removing this forgotten debug.
14184
14185 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14186
14187         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14188         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14189         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14190
14191 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14192
14193         * sys/oss/gstossaudio.c:
14194         * sys/oss/gstossdmabuffer.c:
14195         * sys/oss/gstosshelper.c:
14196         * sys/oss/gstossmixer.c:
14197         * sys/oss/gstossmixerelement.c:
14198         * sys/oss/gstossmixertrack.c:
14199         * sys/oss/gstosssink.c:
14200         * sys/oss/gstosssrc.c:
14201           Actually use the 'oss' debug category we register.
14202
14203 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14204
14205         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14206         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14207         Use gst_pad_get_parent and drop the ref that was added through
14208         that call.
14209
14210 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14211
14212         * gst/rtp/gstrtpgsmenc.c:
14213           Fix compilation
14214
14215 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14216
14217         * gst/rtp/gstrtpg711dec.c
14218         Just removed a couple of lines of weird code used during
14219         development/test time.
14220
14221 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14222
14223         * gst/rtp/Makefile.am
14224         * gst/rtp/gstrtp.c
14225         * gst/rtp/gstrtpg711enc.c
14226         * gst/rtp/gstrtpg711enc.h
14227         * gst/rtp/gstrtpg711dec.c
14228         * gst/rtp/gstrtpg711dec.h
14229         Created G711 payloader and depayloader (it supports mulaw and alaw
14230         (dec)encoders)
14231
14232 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14233
14234         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14235         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14236         Doh ! I introduced wingo's bug again ! Sorry...
14237
14238 2005-10-25  Christian Schaller <christian@fluendo.com> 
14239
14240         * gst/rtp/Makefile.am: add missing header files for disting
14241
14242 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14243
14244         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14245         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14246         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14247         (gst_rtpgsmenc_handle_buffer):
14248         * gst/rtp/gstrtpgsmenc.h:
14249         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14250         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14251         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14252         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14253         * gst/rtp/gstrtpgsmparse.h:
14254         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14255
14256 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14257
14258         * ext/libpng/gstpngdec.c: (user_info_callback),
14259         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14260         a newsegment event, move some redundant code in a single place.
14261
14262 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14263
14264         * ext/libpng/gstpngdec.c: (user_info_callback),
14265         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14266         hack to get correct colors order when we have a png image with
14267         alpha channel.
14268
14269 2005-10-24  Edward Hervey  <edward@fluendo.com>
14270
14271         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14272         Call gst_element_no_more_pads when there will be no more pads.
14273
14274 2005-10-24  Wim Taymans  <wim@fluendo.com>
14275
14276         * gst/rtp/Makefile.am:
14277         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14278         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14279         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14280         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14281         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14282         (gst_asteriskh263_plugin_init):
14283         * gst/rtp/gstasteriskh263.h:
14284         * gst/rtp/gstrtp.c: (plugin_init):
14285         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14286         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14287         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14288         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14289         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14290         (gst_rtph263enc_plugin_init):
14291         * gst/rtp/gstrtph263enc.h:
14292         Added two new payloaders, an RFC 2190 payloader for h263 and
14293         a payload convertor for an asterisk server.
14294
14295 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14296
14297         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14298           Set bytes_per_sample correctly (is not always 4, but 
14299           depends on width and number of channels).
14300
14301 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14302
14303         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14304         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14305         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14306         (gst_flacenc_sink_event), (gst_flacenc_chain),
14307         (gst_flacenc_set_property), (gst_flacenc_get_property),
14308         (gst_flacenc_change_state):
14309         * ext/flac/gstflacenc.h:
14310           Fix seeking, so that flacenc can rewrite the header with the
14311           correct duration and amount of samples and all that at EOS;
14312           also set timestamps and granulepos on outgoing buffers; add
14313           debug category; fix state change function.
14314           
14315 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14316
14317         * gst/videomixer/videomixer.c: Don't restrict video geometry
14318         from 16 to 4096.
14319
14320 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14321
14322         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14323         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14324         Fix caps negotiation correctly, add debugging category.
14325
14326 2005-10-24  Christian Schaller  <christian@fluendo.com>
14327
14328         * configure.ac: Port over Thomas's change from base listing all plugins
14329
14330 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14331
14332         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14333         a sink pad.
14334
14335 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14336
14337         * configure.ac:
14338         * docs/upload.mak:
14339           back to HEAD
14340
14341 === release 0.9.4 ===
14342
14343 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14344
14345         * configure.ac:
14346           Releasing 0.9.4, "Dromiceiomimus"
14347
14348 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14351         (gst_speexenc_src_query):
14352           Add position and duration query, fix query type function.
14353           
14354         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14355         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14356           Let's not set non-fixed caps on source pads.
14357
14358 2005-10-21  Wim Taymans  <wim@fluendo.com>
14359
14360         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14361         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14362         (gst_avi_demux_handle_seek):
14363         Set correct stream_time in newsegment event.
14364         avi can also handle a duration query now.
14365
14366 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14367
14368         * gst/matroska/matroska-demux.c:
14369         (gst_matroska_demux_handle_src_query),
14370         (gst_matroska_demux_handle_seek_event),
14371         (gst_matroska_demux_loop_stream_parse_id):
14372           Fix duration query; fix basetime in newsegment event after
14373           seek; fix duration in initial newsegment event.
14374
14375         * gst/matroska/matroska-mux.c:
14376         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14377           Extract number of channels and samplerate from vorbis headers;
14378           add some debug messages when querying the durations of the
14379           input streams.
14380
14381 2005-10-20  Wim Taymans  <wim@fluendo.com>
14382
14383         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14384         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14385         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14386         Set stream time correctly in newsegment.
14387
14388 2005-10-20  Wim Taymans  <wim@fluendo.com>
14389
14390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14391         Correctly fill in the stream time.
14392
14393 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * check/elements/level.c: (GST_START_TEST):
14396         * gst/level/gstlevel.c: (gst_level_message_new):
14397         * gst/level/level-example.c: (message_handler):
14398           use ELEMENT messages instead
14399
14400 2005-10-19  Wim Taymans  <wim@fluendo.com>
14401
14402         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14403         (gst_dvdemux_src_query):
14404         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14405         (gst_flacdec_src_query):
14406         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14407         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14408         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14409         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14410         * gst/debug/progressreport.c: (gst_progress_report_report):
14411         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14412         * gst/matroska/matroska-demux.c:
14413         (gst_matroska_demux_handle_src_query):
14414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14415         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14416         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14417         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14418         (gst_wavparse_srcpad_event):
14419         API change fix.
14420
14421 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * gst/goom/filters.c:
14424         * gst/goom/graphic.h:
14425         * gst/goom/lines.c:
14426           Make inline functions either 'static inline' or 'extern inline',
14427           otherwise the Forte compiler apparently won't inline them (#317300).
14428
14429 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14430
14431         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14432         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14433         (user_info_callback), (user_endrow_callback), (user_end_callback),
14434         (user_read_data), (gst_pngdec_caps_create_and_set),
14435         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14436         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14437         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14438         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14439         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14440         very nice and handle push/pull based model. if you have filesrc
14441         connected to it, it will do random access to load the png file.
14442         If you have a network source that can't do _getrange, it does 
14443         progressive loading through the chain function.
14444         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14445         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14446         thanks to Master Wim Taymans ;-)
14447
14448 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * gst/matroska/Makefile.am:
14451         * gst/matroska/ebml-read.c:
14452         * gst/matroska/ebml-read.h:
14453         * gst/matroska/matroska-demux.c:
14454         * gst/matroska/matroska-demux.h:
14455         * gst/matroska/matroska.c: (plugin_init):
14456           Ported matroska demuxer to 0.9.
14457
14458 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14459
14460         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * gst/matroska/matroska-mux.c:
14463         (gst_matroska_mux_video_pad_setcaps),
14464         (gst_matroska_mux_audio_pad_setcaps):
14465           Fix mpeg4 input handling (#318847); also, while we're at it,
14466           fix media type for Motion-JPEG: should be image/jpeg.
14467
14468 2005-10-18  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14471         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14472         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14473         Fix for segment-start/stop API change.
14474
14475 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14476
14477         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14478         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14479         way.
14480
14481 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14482
14483         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14484         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14485         output declared in transform_caps.
14486
14487 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14488
14489         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14490
14491 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14492
14493         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14494         (gst_video_box_get_unit_size): Fix wrong size calculations and
14495         implement get_unit_size correctly.
14496
14497 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * configure.ac:
14500           Enable flx plugin.
14501
14502         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14503           Fix gcc4 signedness issue.
14504
14505 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14506
14507         * configure.ac: Adding videomixer.
14508         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14509         (user_read_data), (gst_pngdec_chain): More debugging.
14510         * gst/alpha/Makefile.am: Adding alphacolor
14511         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14512         (gst_alpha_color_class_init), (gst_alpha_color_init),
14513         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14514         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14515         (plugin_init): Ported to 0.9 using in place base tranform.
14516         * gst/videomixer/Makefile.am:
14517         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14518         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14519         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14520         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14521         (gst_videomixer_init), (gst_videomixer_getcaps),
14522         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14523         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14524         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14525         to 0.9 using collectpads.
14526
14527 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14528
14529         * configure.ac:
14530         * gst/flx/Makefile.am:
14531         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14532         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14533         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14534         * gst/flx/gstflxdec.h:
14535         flx plugin ported to 0.9
14536
14537 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14538
14539         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14540           use new gst_version_string()
14541
14542 2005-10-16  Andy Wingo  <wingo@pobox.com>
14543
14544         * configure.ac: GLIB_CHECK.
14545
14546 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14547
14548         * ext/libpng/Makefile.am:
14549         * ext/libpng/gstpng.c: (plugin_init):
14550         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14551         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14552         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14553
14554 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14555
14556         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14557
14558         * configure.ac:
14559         * gst/matroska/Makefile.am:
14560         * gst/matroska/ebml-ids.h:
14561         * gst/matroska/ebml-write.c:
14562         * gst/matroska/ebml-write.h:
14563         * gst/matroska/matroska-ids.h:
14564         * gst/matroska/matroska-mux.c:
14565         * gst/matroska/matroska-mux.h:
14566         * gst/matroska/matroska.c: (plugin_init):
14567           Port matroska muxer to 0.9 (#318847).
14568
14569 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14570
14571         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14572         (comment_init), (comment_add):
14573           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14574           use GST_READ_UINT32_LE() and friends rather than the private
14575           implementation of those same macros.
14576
14577 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14578
14579         * examples/stats/mp2ogg.c:
14580           more typo fixes
14581
14582 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14583
14584         * examples/indexing/indexmpeg.c: (main):
14585         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14586         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14587         * ext/esd/esdmon.h:
14588         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14589         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14590         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14591         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14592         * gst/avi/gstavimux.c: (gst_avimux_init):
14593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14594         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14595         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14596         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14597         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14598         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14599         * gst/oldcore/gstmultifilesrc.h:
14600         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14601         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14602         (gst_pipefilter_change_state):
14603         * gst/oldcore/gstpipefilter.h:
14604         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14605         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14606         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14607         * sys/osxaudio/gstosxaudiosink.h:
14608         * sys/osxaudio/gstosxaudiosrc.h:
14609           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14610           moved bitshift from macro to enum definition
14611
14612 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14613
14614         * ext/Makefile.am:
14615         * ext/cairo/Makefile.am:
14616         * ext/cairo/gstcairo.c: (plugin_init):
14617         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14618         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14619         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14620         * ext/cairo/gsttimeoverlay.h:
14621           update of cairo-based timeoverlay to 1.0 Cairo API
14622           doesn't work yet for resizing of output sink
14623
14624 2005-10-11  Wim Taymans  <wim@fluendo.com>
14625
14626         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14627         newsegment API fix.
14628
14629 2005-10-11  Wim Taymans  <wim@fluendo.com>
14630
14631         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14632         (gst_dvdemux_demux_frame):
14633         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14634         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14635         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14636         (gst_avi_demux_handle_seek):
14637         * gst/goom/gstgoom.c: (gst_goom_event):
14638         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14639         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14640         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14641         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14642         (gst_wavparse_srcpad_event):
14643         newsegment API update.
14644
14645 2005-10-11  Andy Wingo  <wingo@pobox.com>
14646
14647         * ext/speex/gstspeexenc.c: Signedness cleanups.
14648
14649 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
14650
14651         * PORTED_09:
14652         * ext/speex/Makefile.am:
14653         * ext/speex/gstspeex.c:
14654         * ext/speex/gstspeexenc.c:
14655         Speexenc ported to 0.9
14656
14657 2005-10-10  Wim Taymans  <wim@fluendo.com>
14658
14659         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14660         (gst_oss_sink_init), (gst_oss_sink_set_property),
14661         (gst_oss_sink_get_property), (gst_oss_sink_open),
14662         (gst_oss_sink_prepare), (gst_oss_sink_reset):
14663         * sys/oss/gstosssink.h:
14664         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14665         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14666         (gst_oss_src_prepare):
14667         Cleanups, make device configurable in the sink, handle and report
14668         errors.
14669
14670 2005-10-10  Wim Taymans  <wim@fluendo.com>
14671
14672         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14673         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14674         Make sure element is NULL before removing from the bin.
14675
14676 2005-10-07  Andy Wingo  <wingo@pobox.com>
14677
14678         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14679         block forever in a read().
14680         (gst_dv1394src_bus_reset): Post a message when the cable is
14681         unplugged.
14682         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14683         (gst_dv1394src_bus_reset): Don't unref the message.
14684
14685         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14686         hacking. The only change should be that the state change stuff was
14687         put into basesrc's start() and stop() routines, which coalesces
14688         some steps.
14689
14690 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14691
14692         * configure.ac:
14693           Add check for mmap
14694           
14695         * gst/debug/Makefile.am:
14696           Only compile efence plugin on systems that have mmap.
14697
14698 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14699
14700         * gst/debug/Makefile.am:
14701         * gst/debug/breakmydata.c:
14702         * gst/debug/gstdebug.c:
14703         * gst/debug/gstnavigationtest.c:
14704         * gst/debug/gstnavseek.c: 
14705         * gst/debug/gstnavseek.h:
14706         * gst/debug/progressreport.c: 
14707         * gst/debug/testplugin.c:
14708           Port progressreport, navseek, navigationtest, testsink and
14709           breakmydata.
14710
14711 2005-10-05  Edward Hervey  <edward@fluendo.com>
14712
14713         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14714         (gst_dvdemux_src_query):
14715         Fixes for better conversion
14716
14717 2005-10-04  Michael Smith <msmith@fluendo.com>
14718
14719         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14720         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14721         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14722         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14723           Set state of elements to NULL before removing from bins.
14724           Set state of test element to NULL if we failed to move it to READY
14725
14726 2005-10-04  Edward Hervey  <edward@fluendo.com>
14727
14728         * ext/dv/Makefile.am:
14729         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
14730         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14731         Corrected the query function for position so it doesn't forget what
14732         format was asked, and calls the conversion functions on the correct pad.
14733
14734 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * configure.ac:
14737           back to development
14738
14739 === release 0.9.3 ===
14740
14741 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14742
14743         * configure.ac:
14744           Releasing 0.9.3, "Aramis"
14745
14746 2005-10-03  Andy Wingo  <wingo@pobox.com>
14747
14748         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14749         error returns.
14750
14751 2005-10-02  Andy Wingo  <wingo@pobox.com>
14752
14753         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14754
14755         * ext/flac/gstflacenc.c: Ported to 0.9.
14756
14757         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14758
14759         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14760         and link to gsttagedit. Enable flacenc.
14761
14762         * ext/flac/gstflacdec.c: Re-enable tag reading.
14763
14764 2005-09-30  Wim Taymans  <wim@fluendo.com>
14765
14766         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14767         * gst/rtp/gstrtpgsmparse.c:
14768         * gst/rtp/gstrtph263penc.c:
14769         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14770         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14771         (gst_rtpmp4venc_set_property):
14772         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14773         Various class and caps fixes from Andre Magalhaes (andrunko)
14774
14775 2005-09-29  Wim Taymans  <wim@fluendo.com>
14776
14777         * gst/level/level-example.c: (main):
14778         Update for new bus API.
14779
14780 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * configure.ac:
14783           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14784           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14785
14786 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14789           Fix playback of mono streams (bytes_per_sample should be set
14790           from the sample width and the number of channels negotiated,
14791           and not just be set to 4) (#317338)
14792
14793 2005-09-26  Wim Taymans  <wim@fluendo.com>
14794
14795         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14796         (gst_rtpmpaenc_handle_buffer):
14797         Set buffer duration correctly.
14798
14799 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14802         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14803         (gst_avi_demux_change_state):
14804           Don't crash when encountering a stream with an unknown fourcc or
14805           codec id. Instead, create a pad of type video/x-avi-unknown or
14806           audio/x-avi-unknown, which as a side-effect also results in less
14807           confusing error messages in players ('no decoder' vs. 'no streams');
14808           minor fixes to state change function and class_init function.
14809
14810 2005-09-24  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14813         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14814         These are sinks.
14815
14816 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14817
14818         * check/elements/level.c: (GST_START_TEST):
14819           fix test for new GstClockTime use
14820         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14821         (gst_level_transform_ip):
14822         * gst/level/gstlevel.h:
14823           fix up the decay peak, ensuring the decay peak is never lower
14824           than the peak for that interval
14825
14826 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14827
14828         * docs/plugins/gst-plugins-good-plugins.args:
14829         * docs/plugins/inspect/plugin-alpha.xml:
14830         * docs/plugins/inspect/plugin-rtp.xml:
14831         * gst/level/gstlevel.c: (gst_level_set_caps),
14832         (gst_level_transform_ip):
14833           updating docs
14834
14835 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14836
14837         * Makefile.am:
14838         * check/elements/level.c: (GST_START_TEST):
14839         * gst/level/Makefile.am:
14840         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14841         (gst_level_set_property), (gst_level_get_property),
14842         (gst_level_set_caps), (gst_level_message_new),
14843         (gst_level_transform_ip):
14844         * gst/level/gstlevel.h:
14845         * gst/level/level-example.c: (message_handler), (main):
14846           convert to using GstClockTime for all time values, finally.
14847
14848 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14849
14850         * gst/auparse/Makefile.am:
14851         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14852           fix up build
14853         * configure.ac:
14854         * ext/cairo/Makefile.am:
14855         * ext/dv/Makefile.am:
14856         * ext/esd/Makefile.am:
14857         * ext/flac/Makefile.am:
14858         * ext/gconf/Makefile.am:
14859         * ext/gdk_pixbuf/Makefile.am:
14860         * ext/jpeg/Makefile.am:
14861         * ext/ladspa/Makefile.am:
14862         * ext/libcaca/Makefile.am:
14863         * ext/libmng/Makefile.am:
14864         * ext/libpng/Makefile.am:
14865         * ext/mikmod/Makefile.am:
14866         * ext/pango/Makefile.am:
14867         * ext/raw1394/Makefile.am:
14868         * ext/shout2/Makefile.am:
14869         * ext/speex/Makefile.am:
14870         * gst/alpha/Makefile.am:
14871         * gst/autodetect/Makefile.am:
14872         * gst/avi/Makefile.am:
14873         * gst/cutter/Makefile.am:
14874         * gst/debug/Makefile.am:
14875         * gst/effectv/Makefile.am:
14876         * gst/flx/Makefile.am:
14877         * gst/goom/Makefile.am:
14878         * gst/interleave/Makefile.am:
14879         * gst/law/Makefile.am:
14880         * gst/matroska/Makefile.am:
14881         * gst/median/Makefile.am:
14882         * gst/monoscope/Makefile.am:
14883         * gst/multipart/Makefile.am:
14884         * gst/oldcore/Makefile.am:
14885         * gst/rtp/Makefile.am:
14886         * gst/rtsp/Makefile.am:
14887         * gst/smoothwave/Makefile.am:
14888         * gst/smpte/Makefile.am:
14889         * gst/videobox/Makefile.am:
14890         * gst/videofilter/Makefile.am:
14891         * gst/videomixer/Makefile.am:
14892         * gst/wavenc/Makefile.am:
14893         * gst/wavparse/Makefile.am:
14894         * sys/oss/Makefile.am:
14895         * sys/osxaudio/Makefile.am:
14896         * sys/osxvideo/Makefile.am:
14897           fix up GST_LIBS use
14898
14899 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14900
14901         * gst/auparse/Makefile.am:
14902         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14903           fix build of auparse
14904
14905 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14906
14907         * configure.ac:
14908         * PORTED_09:
14909         * gst/auparse/gstauparse.c:
14910         * gst/auparse/gstauparse.h:
14911         Auparse ported to 0.9.
14912
14913 2005-09-22  Wim Taymans  <wim@fluendo.com>
14914
14915         * gst/rtp/TODO:
14916         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14917         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14918         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14919         (gst_rtpmp4venc_set_property):
14920         * gst/rtp/gstrtpmp4venc.h:
14921         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14922         * gst/rtp/gstrtpmpaenc.h:
14923         Use is_filled to both check MTU and max-ptime of base class.
14924
14925 2005-09-22  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14928         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14929         (gst_rtpmp4venc_set_property):
14930         Don't fragment packets with multiple frames.
14931
14932 2005-09-22  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/rtp/TODO:
14935         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14936         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14937         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14938         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14939         (gst_rtpmp4venc_get_property):
14940         * gst/rtp/gstrtpmp4venc.h:
14941         Remove g_print.
14942         Update TODO
14943         Make payload encoder a bit smarter and more correct with
14944         timestamps.
14945         Added option in payloader to include config string in-band.
14946
14947 2005-09-21  Wim Taymans  <wim@fluendo.com>
14948
14949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14950         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14951         (gst_rtspsrc_send):
14952         Strip spaces for key/value pairs.
14953
14954 2005-09-21  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14957         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14958         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14959         (gst_rtspsrc_change_state):
14960         More SDP parsing and caps setting.
14961         Do NO_PREROLL differently.
14962         add pads only after negotiated.
14963
14964         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14965         (gst_udpsrc_getcaps):
14966         Implement the getcaps function.
14967
14968 2005-09-21  Wim Taymans  <wim@fluendo.com>
14969
14970         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14971         (gst_rtpamrdec_chain):
14972         Handle multiple AMr packets per payload. Handle CRC and
14973         parse ILL/ILP.
14974
14975         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14976         Make caps params strings for easy SDP mapping.
14977         
14978         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14979         Handle capsnego better.
14980
14981         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14982         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14983         Generate and parse config string in the caps.
14984
14985 2005-09-21  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst/rtp/README:
14988         Update README
14989
14990         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14991         Make extra params as strings.
14992
14993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14994         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14995         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14996         Make state change return NO_PREROLL as this is a live
14997         source.
14998
14999         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15000         Don't unref old caps when NULL.
15001
15002 2005-09-20  Wim Taymans  <wim@fluendo.com>
15003
15004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15005         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15006         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15007         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15008         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15009         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15010         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15011         * gst/rtsp/sdpmessage.h:
15012         Add URI handler.
15013         Parse SDP and create caps.
15014
15015 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15016
15017         * gst/alpha/gstalpha.c:
15018           fix element description
15019
15020 2005-09-19  Wim Taymans  <wim@fluendo.com>
15021
15022         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15023         Don't check payload for now.
15024
15025 2005-09-19  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15028         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15029         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15030         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15031         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15032         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15033         (gst_wavparse_change_state):
15034         * gst/wavparse/gstwavparse.h:
15035         Fix wavparse some more.
15036
15037 2005-09-19  Wim Taymans  <wim@fluendo.com>
15038
15039         * check/elements/level.c: (GST_START_TEST):
15040         Fix for bus API change.
15041
15042 2005-09-19  Wim Taymans  <wim@fluendo.com>
15043
15044         * gst/level/level-example.c: (main):
15045         Fix for new bus API.
15046
15047         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15048         Set caps on pads.
15049
15050 2005-09-15  Wim Taymans  <wim@fluendo.com>
15051
15052         * gst/rtp/Makefile.am:
15053         * gst/rtp/README:
15054         * gst/rtp/gstrtp.c: (plugin_init):
15055         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15056         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15057         (gst_rtpamrdec_change_state):
15058         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15059         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15060         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15061         * gst/rtp/gstrtpamrenc.h:
15062         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15063         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15064         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15065         * gst/rtp/gstrtpgsmenc.h:
15066         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15067         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15068         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15069         (gst_rtpgsmparse_change_state):
15070         * gst/rtp/gstrtpgsmparse.h:
15071         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15072         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15073         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15074         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15075         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15076         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15077         * gst/rtp/gstrtph263penc.h:
15078         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15079         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15080         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15081         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15082         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15083         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15084         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15085         * gst/rtp/gstrtpmp4venc.h:
15086         * gst/rtp/gstrtpmpadec.c:
15087         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15088         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15089         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15090         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15091         * gst/rtp/gstrtpmpaenc.h:
15092         Updates to payloader/depayloaders, make payloaders use
15093         the base classes.
15094         Updated README with suggested RTP caps and how to convert
15095         to/from SDP.
15096         Added config descriptor in mp4v payloader.
15097
15098 2005-09-15  Andy Wingo  <wingo@pobox.com>
15099
15100         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15101         * gst/autodetect/gstautovideosink.c
15102         (gst_auto_video_sink_find_best): Update for new registry API.
15103
15104 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * common/c-to-xml.py:
15107         * common/gtk-doc-plugins.mak:
15108           a simple py script to generate valid xml from a C example
15109           probably also need to strip an MIT license when we decide
15110         * docs/plugins/Makefile.am:
15111         * gst/level/Makefile.am:
15112         * gst/level/gstlevel.c: (gst_level_init):
15113         * gst/level/level-example.c: (message_handler), (main):
15114           add an example to level that will show up in the docs
15115         * gst/rtp/TODO:
15116           add a note for the future
15117
15118 2005-09-14  Michael Smith <msmith@fluendo.com>
15119
15120         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15121           Actually define the debug object being used in wavenc. Fixes #316205
15122
15123 2005-09-14  Michael Smith <msmith@fluendo.com>
15124
15125         * gst/smpte/Makefile.am:
15126           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15127           needed to build on windows (bug 316204)
15128
15129 2005-09-12  Andy Wingo  <wingo@pobox.com>
15130
15131         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15132
15133 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15134
15135         * configure.ac:
15136         * gst/fdsrc/Makefile.am:
15137         * gst/fdsrc/gstfdsrc.c:
15138         * gst/fdsrc/gstfdsrc.h:
15139           Move fdsrc back into gstreamer core elements.
15140
15141         * gst/level/gstlevel.c: (gst_level_class_init),
15142         (gst_level_transform_ip):
15143         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15144           Basetransform changes.
15145
15146 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15147
15148         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15149         * ext/jpeg/smokecodec.c: (find_best_size):
15150           fix compiler warnings
15151
15152 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154         * gst-plugins-good.spec.in:
15155           spec file fixes
15156         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15157         (gst_multiudpsink_render), (gst_multiudpsink_add),
15158         (gst_multiudpsink_clear):
15159           it actually helps to actually stream if we hook up the
15160           "add" signal to an actual implementation
15161         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15162           some debugging
15163
15164 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15165
15166         * ext/jpeg/Makefile.am:
15167         * ext/jpeg/gstjpeg.c
15168         * ext/jpeg/gstjpegenc.c:
15169         * ext/jpeg/gstsmokeenc.c:
15170
15171 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15172
15173         * ext/flac/gstflacdec.c:
15174         * ext/flac/gstflacenc.c:
15175         * ext/flac/gstflactag.c:
15176         * ext/speex/gstspeexenc.c:
15177           gsttaginterface.h -> gsttagsetter.h
15178
15179 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15180
15181         * configure.ac:
15182         * gst/debug/Makefile.am:
15183         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15184         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15185         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15186         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15187         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15188           Port to 0.9 and re-enable efence plugin.
15189
15190 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15191
15192         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15193         (gst_flacdec_write), (gst_flacdec_convert_src):
15194         * ext/flac/gstflacdec.h:
15195           Add support for flac files with 24/32 bits per sample; and misc.
15196           minor clean-ups. Seeking is still partly broken (for me at least).
15197
15198 2005-09-06  Wim Taymans  <wim@fluendo.com>
15199
15200         * gst/rtp/Makefile.am:
15201         * gst/rtp/gstrtp.c: (plugin_init):
15202         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15203         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15204         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15205         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15206         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15207         (gst_rtpmp4vdec_plugin_init):
15208         * gst/rtp/gstrtpmp4vdec.h:
15209         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15210         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15211         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15212         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15213         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15214         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15215         * gst/rtp/gstrtpmp4venc.h:
15216         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15217         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15218         Added mpeg4 video payload encoder/decoder.
15219         Added some docs in mpa payloader.
15220
15221 === release 0.9.1 ===
15222
15223 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15224
15225         * NEWS:
15226         * README:
15227         * RELEASE:
15228         * autogen.sh:
15229         * configure.ac:
15230           releasing 0.9.1, "Blondie"
15231
15232 2005-09-05  Andy Wingo  <wingo@pobox.com>
15233
15234         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15235         here from the state change handler, so we fire signals without
15236         holding the state lock.
15237
15238 2005-09-02  Andy Wingo  <wingo@pobox.com>
15239
15240         * All plugins updated for element state changes.
15241
15242 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15243
15244         * Makefile.am:
15245         * check/.cvsignore:
15246         * check/Makefile.am:
15247         * check/elements/.cvsignore:
15248         * check/elements/level.c: (setup_level), (cleanup_level),
15249         (GST_START_TEST), (level_suite), (main):
15250           add a test for level
15251         * common/release.mak:
15252           move the enum checking to release.mak
15253         * configure.ac:
15254           add valgrind and check checking
15255         * gst/level/gstlevel.c: (gst_level_transform):
15256         * gst/level/gstlevel.h:
15257           fix Andy's cast bug
15258           convert a field to int
15259           fix the arithmetic to int when checking for emit so that a
15260           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15261
15262 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15263
15264         * Makefile.am:
15265         * configure.ac:
15266           add docs to build
15267         * common/plugins.xsl:
15268           wrap Description into a refsect2
15269         * docs/Makefile.am:
15270         * docs/plugins/Makefile.am:
15271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15273         * gst/goom/Makefile.am:
15274         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15275         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15276         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15277         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15278         (gst_goom_change_state):
15279         * gst/goom/gstgoom.h:
15280           GstGOOM -> GstGoom
15281           add an example launch line
15282         * gst/level/gstlevel.h:
15283         * gst/monoscope/gstmonoscope.c:
15284           cleanups
15285
15286 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15287
15288         * configure.ac:
15289         * docs/plugins/Makefile.am:
15290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15292         * docs/plugins/gst-plugins-good-plugins.types:
15293           document elements and plugins.  Shazam !
15294
15295 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15298           be found under doc/random/ChangeLog-0.8