a2b6afd72514ea2d870cc2de3fbad43b1dee3815
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2
3         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
4         (gst_rtsp_ext_list_stream_select):
5         * gst/rtsp/gstrtspext.h:
6         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7         Use rank to filter out extensions.
8         Add url to stream_select interface call.
9
10 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
11
12         * gst/rtsp/Makefile.am:
13         * gst/rtsp/base64.c:
14         * gst/rtsp/base64.h:
15         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
16         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
17         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
18         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
19         (gst_rtsp_ext_list_setup_media),
20         (gst_rtsp_ext_list_configure_stream),
21         (gst_rtsp_ext_list_get_transports),
22         (gst_rtsp_ext_list_stream_select):
23         * gst/rtsp/gstrtspext.h:
24         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
25         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
26         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
27         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
28         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
29         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
30         (gst_rtspsrc_stream_configure_tcp),
31         (gst_rtspsrc_stream_configure_mcast),
32         (gst_rtspsrc_stream_configure_udp),
33         (gst_rtspsrc_stream_configure_udp_sink),
34         (gst_rtspsrc_stream_configure_transport),
35         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
36         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
37         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
38         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
39         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
40         (gst_rtspsrc_parse_methods),
41         (gst_rtspsrc_create_transports_string),
42         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
43         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
44         (gst_rtspsrc_play), (gst_rtspsrc_pause),
45         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
46         * gst/rtsp/gstrtspsrc.h:
47         * gst/rtsp/rtsp.h:
48         * gst/rtsp/rtspconnection.c:
49         * gst/rtsp/rtspconnection.h:
50         * gst/rtsp/rtspdefs.c:
51         * gst/rtsp/rtspdefs.h:
52         * gst/rtsp/rtspext.h:
53         * gst/rtsp/rtspextwms.c:
54         * gst/rtsp/rtspextwms.h:
55         * gst/rtsp/rtspmessage.c:
56         * gst/rtsp/rtspmessage.h:
57         * gst/rtsp/rtsprange.c:
58         * gst/rtsp/rtsprange.h:
59         * gst/rtsp/rtsptransport.c:
60         * gst/rtsp/rtsptransport.h:
61         * gst/rtsp/rtspurl.c:
62         * gst/rtsp/rtspurl.h:
63         * gst/rtsp/sdp.h:
64         * gst/rtsp/sdpmessage.c:
65         * gst/rtsp/sdpmessage.h:
66         * gst/rtsp/test.c:
67         Use shiny new RTSP and SDP library.
68         Implement RTSP extensions using the new interface.
69         Remove a lot of old code.
70
71 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
72
73         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
74         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
75
76 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
77
78         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
79         Don't unref the outgoing buffer twice when dropping it because it's
80         outside of the segment.
81
82 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
83
84         * configure.ac:
85         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
86         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
87         Use the new buffer clipping function from gstaudio here and
88         require gst-plugins-base CVS.
89         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
90         For framed Wavpack buffers we require a valid timestamp.
91
92 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
93
94         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
95         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
96         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
97         Clip raw audio and video when we can, keep track of current output
98         segment.
99         Don't leak buffers and events when there is no output pad.
100         Improve debugging here and there.
101
102 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
103
104         * configure.ac:
105           Sync liboil check with plugins-base.
106
107 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
108
109         * ext/annodex/Makefile.am:
110           Fix CFLAGS/LIBS.
111
112         * ext/cdio/gstcdiocddasrc.c:
113         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
114           Include stdlib
115
116         * ext/cairo/Makefile.am:
117         * gst/videofilter/Makefile.am:
118         * tests/examples/level/Makefile.am:
119           Use $(LIBM) instead of -lm
120
121 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
122
123         * sys/v4l2/gstv4l2src.c:
124           Add another example pipeline.
125
126 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
127
128         Patch by: Alexander Eichner <alexeichi@yahoo.de>
129
130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
131           Use define here.
132
133         * sys/v4l2/gstv4l2tuner.c:
134         (gst_v4l2_tuner_set_frequency_and_notify):
135           Don't touch the property - its still disabled.
136
137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
138         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
139         * sys/v4l2/v4l2src_calls.h:
140           Improve fallback format negotionation. Fixes #451388
141
142 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
143
144         * tests/check/elements/videocrop.c: (GST_START_TEST):
145           Fix the test.
146
147 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
148
149         * docs/plugins/Makefile.am:
150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
152         * docs/plugins/inspect/plugin-jpeg.xml:
153         * docs/plugins/inspect/plugin-png.xml:
154         * ext/jpeg/gstjpegdec.c:
155         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
156         (gst_pngdec_sink_setcaps):
157           More docs. More logs in pngdec.
158
159 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
160
161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
162           Initialize num_buffers with minimum value.
163
164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
165         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
166           Handle frame-size query failure gracefully.
167
168 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
169
170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
171         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
172         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
173         of qt/aac files.
174
175 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
176
177         * ext/wavpack/gstwavpackdec.c:
178         (gst_wavpack_dec_clip_outgoing_buffer):
179         Fix buffer clipping to correctly clip to the segment stop.
180
181 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
182
183         * configure.ac:
184         * tests/Makefile.am:
185         Remove bogus check for libcheck, since we check for
186         gstreamer-check and it pulls in the required info from there,
187         and we weren't actually _using_ the information for libcheck
188         ourselves anyway.
189
190 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
191
192         * configure.ac:
193           Use pkg-config to locate check.
194
195 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
196
197         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
198         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
199         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
200         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
201         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
202         * gst/effectv/gstaging.c: (gst_agingtv_transform):
203         * gst/effectv/gstdice.c: (gst_dicetv_transform):
204         * gst/effectv/gstedge.c: (gst_edgetv_transform):
205         * gst/effectv/gstquark.c: (gst_quarktv_transform):
206         * gst/effectv/gstrev.c: (gst_revtv_transform):
207         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
208         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
209         * gst/effectv/gstwarp.c: (gst_warptv_transform):
210         * gst/matroska/matroska-demux.c:
211         (gst_matroska_demux_add_wvpk_header),
212         (gst_matroska_demux_check_subtitle_buffer),
213         (gst_matroska_decode_buffer):
214         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
215           Fix build against core CVS.
216
217 2007-07-10  Edward Hervey  <bilboed@gmail.com>
218
219         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
220         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
221         don't have enough granularity to convert that boolean into a
222         GstFlowReturn.
223
224 2007-07-06  Michael Smith <msmith@fluendo.com>
225
226         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
227         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
228         (gst_alawdec_change_state):
229         * gst/law/alaw-decode.h:
230         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
231         (gst_mulawdec_class_init), (gst_mulawdec_init),
232         (gst_mulawdec_chain), (gst_mulawdec_change_state):
233         * gst/law/mulaw-decode.h:
234           Fix capsnego bogosity in *law decoders. 
235
236 2007-07-06  Michael Smith <msmith@fluendo.com>
237
238         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
239         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
240         (gst_smokeenc_change_state):
241         * ext/jpeg/gstsmokeenc.h:
242           Remove stupidity in get/set caps functions.
243           Fix some refcounting problems.
244
245 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
246
247         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
248         Remove endianness-flipping hack that seems to have been required
249         only because of a bug in ffmpegcolorspace.
250         Partially Fixes: #451908
251
252 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
253
254         * docs/plugins/Makefile.am:
255           Simplify --extra-dir as gtkdoc scans recursively.
256
257 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
258
259         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
260
261         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
262         Set the encoding-name in the rtp caps to all uppercase, as required by
263         the caps spec.
264         Some small cleanups in the error paths. Fixes #453037.
265
266 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * ext/wavpack/gstwavpackparse.c:
269         (gst_wavpack_parse_index_get_last_entry),
270         (gst_wavpack_parse_index_get_entry_from_sample),
271         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
272         (gst_wavpack_parse_scan_to_find_sample):
273         * ext/wavpack/gstwavpackparse.h:
274         Use a GSList for the GArray that is used like a list anyway.
275
276 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
279         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
280         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
281           Add state change function where we set 0/1 as default framerate in
282           case our setcaps function isn't called, like it might not in a
283           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
284           gdkpixbufdec trying to create caps with a 0/0 framerate.
285           Also post an error message on the bus if gst_pad_push() fails when
286           called from our sink event handler (+1 for flow returns for event
287           functions in 0.11) instead of failing silently.
288
289 2007-06-27  Wim Taymans  <wim@fluendo.com>
290
291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
292         Cast stack args to the proper types. Fixes #451249.
293
294 2007-06-27  Wim Taymans  <wim@fluendo.com>
295
296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
297         (new_session_pad), (gst_rtspsrc_setup_streams):
298         * gst/rtsp/gstrtspsrc.h:
299         For container formats we only need to activate one of the streams so
300         that we correctly signal no-more-pads. Fixes #451015.
301
302 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
303
304         * docs/plugins/gst-plugins-good-plugins.args:
305         * docs/plugins/inspect/plugin-aasink.xml:
306         * docs/plugins/inspect/plugin-alaw.xml:
307         * docs/plugins/inspect/plugin-alpha.xml:
308         * docs/plugins/inspect/plugin-alphacolor.xml:
309         * docs/plugins/inspect/plugin-annodex.xml:
310         * docs/plugins/inspect/plugin-apetag.xml:
311         * docs/plugins/inspect/plugin-audiofx.xml:
312         * docs/plugins/inspect/plugin-auparse.xml:
313         * docs/plugins/inspect/plugin-autodetect.xml:
314         * docs/plugins/inspect/plugin-avi.xml:
315         * docs/plugins/inspect/plugin-cacasink.xml:
316         * docs/plugins/inspect/plugin-cairo.xml:
317         * docs/plugins/inspect/plugin-cdio.xml:
318         * docs/plugins/inspect/plugin-cutter.xml:
319         * docs/plugins/inspect/plugin-debug.xml:
320         * docs/plugins/inspect/plugin-efence.xml:
321         * docs/plugins/inspect/plugin-effectv.xml:
322         * docs/plugins/inspect/plugin-esdsink.xml:
323         * docs/plugins/inspect/plugin-flac.xml:
324         * docs/plugins/inspect/plugin-flxdec.xml:
325         * docs/plugins/inspect/plugin-gconfelements.xml:
326         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
327         * docs/plugins/inspect/plugin-goom.xml:
328         * docs/plugins/inspect/plugin-halelements.xml:
329         * docs/plugins/inspect/plugin-icydemux.xml:
330         * docs/plugins/inspect/plugin-id3demux.xml:
331         * docs/plugins/inspect/plugin-jpeg.xml:
332         * docs/plugins/inspect/plugin-ladspa.xml:
333         * docs/plugins/inspect/plugin-level.xml:
334         * docs/plugins/inspect/plugin-matroska.xml:
335         * docs/plugins/inspect/plugin-mulaw.xml:
336         * docs/plugins/inspect/plugin-multipart.xml:
337         * docs/plugins/inspect/plugin-navigationtest.xml:
338         * docs/plugins/inspect/plugin-ossaudio.xml:
339         * docs/plugins/inspect/plugin-png.xml:
340         * docs/plugins/inspect/plugin-quicktime.xml:
341         * docs/plugins/inspect/plugin-rtp.xml:
342         * docs/plugins/inspect/plugin-rtsp.xml:
343         * docs/plugins/inspect/plugin-smpte.xml:
344         * docs/plugins/inspect/plugin-speex.xml:
345         * docs/plugins/inspect/plugin-taglib.xml:
346         * docs/plugins/inspect/plugin-udp.xml:
347         * docs/plugins/inspect/plugin-videobalance.xml:
348         * docs/plugins/inspect/plugin-videobox.xml:
349         * docs/plugins/inspect/plugin-videocrop.xml:
350         * docs/plugins/inspect/plugin-videoflip.xml:
351         * docs/plugins/inspect/plugin-videomixer.xml:
352         * docs/plugins/inspect/plugin-wavenc.xml:
353         * docs/plugins/inspect/plugin-wavparse.xml:
354         * docs/plugins/inspect/plugin-ximagesrc.xml:
355           Update docs with caps info.
356
357 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
358
359         * po/POTFILES.in:
360           Add more files with translatable strings (#450878).
361
362 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
363
364         * MAINTAINERS:
365         Updating all the maintainers files
366
367 2007-06-22  Edward Hervey  <edward@fluendo.com>
368
369         * ext/flac/gstflactag.c: (gst_flac_tag_init):
370         * gst/interleave/deinterleave.c: (deinterleave_init),
371         (deinterleave_sink_link):
372         * gst/interleave/interleave.c: (interleave_init):
373         * gst/median/gstmedian.c: (gst_median_init):
374         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
375         Fix memory leaks.
376         * tests/check/elements/id3demux.c: (pad_added_cb):
377         Remove unused variable.
378
379 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
380
381         * ext/gconf/gconf.h:
382         Make the prototype of gst_gconf_get_key_for_sink_profile
383         match the implementation.
384         Patch by: Damien Carbery <damien dot carbery at sun dot com>
385         Fixes: #449747
386
387 2007-06-20  Michael Smith <msmith@fluendo.com>
388
389         * gst/rtp/gstrtpdepay.c:
390           Fix description - rtpdepay is not a payloader.
391
392 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
393
394         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
395         (qtdemux_video_caps):
396         * gst/qtdemux/qtdemux_fourcc.h:
397           Add MJPG to the variants of motion jpeg.
398
399 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
400
401         * tests/check/Makefile.am:
402         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
403         * tests/check/elements/videocrop.c: (GST_START_TEST):
404         * tests/check/elements/videofilter.c:
405         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
406         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
407           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
408           error flags are included and it errors out on compiler warnings
409           for CVS builds; remove unused variables in various unit tests.
410
411 2007-06-19  Wim Taymans  <wim@fluendo.com>
412
413         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
414         (rtsp_connection_close), (rtsp_connection_free):
415         Use threadsafe inet_ntop to convert an ip number to a string. 
416         Fixes #447961.
417         Don't leak fd (and ip) when freeing a connection without first closing
418         it.
419
420 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
421
422         * configure.ac:
423         Back to CVS
424
425         * gst-plugins-good.doap:
426         Add 0.10.6 to the doap file.
427
428 === release 0.10.6 ===
429
430 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
431
432         * configure.ac:
433           releasing 0.10.6, "Wobble Board"
434
435 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
436
437         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
438         (rtsp_connection_free):
439           Revert previous commit again, since we are frozen (sorry).
440
441 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
442
443         Patch by: Peter Kjellerstedt <pkj at axis com>
444
445         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
446         (rtsp_connection_free):
447           inet_ntoa() uses a static buffer internally, so we need to copy the
448           returned string if we want to store it for later (#447961).
449
450 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
451
452         * win32/vs6/autogen.dsp:
453         * win32/vs6/gst_plugins_good.dsw:
454         * win32/vs6/libgstalaw.dsp:
455         * win32/vs6/libgstalpha.dsp:
456         * win32/vs6/libgstalphacolor.dsp:
457         * win32/vs6/libgstapetag.dsp:
458         * win32/vs6/libgstaudiofx.dsp:
459         * win32/vs6/libgstauparse.dsp:
460         * win32/vs6/libgstautodetect.dsp:
461         * win32/vs6/libgstavi.dsp:
462         * win32/vs6/libgstcutter.dsp:
463         * win32/vs6/libgstdirectdraw.dsp:
464         * win32/vs6/libgstdirectsound.dsp:
465         * win32/vs6/libgsteffectv.dsp:
466         * win32/vs6/libgstflx.dsp:
467         * win32/vs6/libgstgoom.dsp:
468         * win32/vs6/libgsticydemux.dsp:
469         * win32/vs6/libgstid3demux.dsp:
470         * win32/vs6/libgstinterleave.dsp:
471         * win32/vs6/libgstjpeg.dsp:
472         * win32/vs6/libgstlevel.dsp:
473         * win32/vs6/libgstmatroska.dsp:
474         * win32/vs6/libgstmedian.dsp:
475         * win32/vs6/libgstmonoscope.dsp:
476         * win32/vs6/libgstmulaw.dsp:
477         * win32/vs6/libgstmultipart.dsp:
478         * win32/vs6/libgstqtdemux.dsp:
479         * win32/vs6/libgstrtp.dsp:
480         * win32/vs6/libgstrtsp.dsp:
481         * win32/vs6/libgstsmpte.dsp:
482         * win32/vs6/libgstspeex.dsp:
483         * win32/vs6/libgstudp.dsp:
484         * win32/vs6/libgstvideobalance.dsp:
485         * win32/vs6/libgstvideobox.dsp:
486         * win32/vs6/libgstvideocrop.dsp:
487         * win32/vs6/libgstvideoflip.dsp:
488         * win32/vs6/libgstvideomixer.dsp:
489         * win32/vs6/libgstwaveform.dsp:
490         * win32/vs6/libgstwavenc.dsp:
491         * win32/vs6/libgstwavparse.dsp:
492         Mark *.dsp & *.dsw as binary files and convert to DOS line
493         endings, as they don't load into VS6 correctly otherwise.
494
495 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
496
497         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
498         (rtsp_connection_connect):
499         Fix the MingW build. 
500         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
501         Fixes: #446981
502
503 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
504
505         * tests/check/elements/.cvsignore:
506         * tests/icles/.cvsignore:
507         Hush the buildbots up
508
509 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
510
511         * configure.ac:
512         * sys/Makefile.am:
513         * sys/directdraw/Makefile.am:
514         * sys/directsound/Makefile.am:
515         * sys/waveform/Makefile.am:
516         Make sure to dist everything needed for win32 builds.
517
518 2007-06-14  Edward Hervey  <edward@fluendo.com>
519
520         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
521         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
522         caps.
523         Fixes #447458
524
525 2007-06-13  Wim Taymans  <wim@fluendo.com>
526
527         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
528         Make sure we allocate enough memory for the codec_data.
529         Fixes #447210.
530
531 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
532
533         * win32/MANIFEST:
534         Add videocrop project file to the win32 manifest.
535         * win32/vs6/gst_plugins_good.dsw:
536         Add qtdemux,videocrop and waveform projects to the workspace.
537         * win32/vs6/libgstqtdemux.dsp:
538         Add zlib to the link list of qtdemux.
539         * win32/vs6/libgstvideocrop.dsp:
540         Add a project file for videocrop.
541
542 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
543
544         * po/POTFILES.in:
545         Add qtdemux for translation
546
547 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
548
549         * configure.ac:
550         * docs/plugins/Makefile.am:
551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
553         * docs/plugins/inspect/plugin-videocrop.xml:
554         * gst-plugins-good.spec.in:
555         * sys/Makefile.am:
556         * tests/check/Makefile.am:
557         * tests/icles/Makefile.am:
558         * tests/icles/videocrop-test.c:
559         Move videocrop and osxvideo from -bad.
560
561 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
562
563         * configure.ac:
564         * docs/plugins/Makefile.am:
565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
567         * docs/plugins/gst-plugins-good-plugins.args:
568         * docs/plugins/inspect/plugin-qtdemux.xml:
569         * docs/plugins/inspect/plugin-quicktime.xml:
570         * win32/MANIFEST:
571         Move qtdemux from -bad.
572
573         * gst-plugins-good.spec.in:
574         Update spec file to reflect moving of qtdemux and wavpack
575
576 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
577         
578         * win32/MANIFEST:
579         * docs/plugins/Makefile.am:
580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
582         * docs/plugins/inspect/plugin-directdraw.xml:
583         * docs/plugins/inspect/plugin-directsound.xml:
584         * docs/plugins/inspect/plugin-waveform.xml:
585         Move the waveform plugin from -bad too. Update the inspect xml
586         files to mention Plugins Good instead of Plugins Bad.
587
588 2007-06-12  Andy Wingo  <wingo@pobox.com>
589
590         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
591         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
592         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
593         finalization and resuscitation. No longer public.
594         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
595         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
596         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
597         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
598         miniobject semantics, and be threadsafe.
599         (gst_v4l2src_queue_frame): Remove this function, as we just call
600         the ioctls directly in the two places where we queue buffers.
601         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
602         directly.
603         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
604         to allocate the pool, which also preallocates the GstBuffers.
605         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
606         queueing the frames directly.
607         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
608         mmap buffers have been dequeued.
609
610         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
611         real MiniObject instead of rolling our own refcounting and
612         finalizing. Give it a lock.
613         (struct _GstV4l2Buffer): Remove one intermediary object, having
614         the buffers hold the struct v4l2_buffer directly.
615
616         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
617         capture_init so that it can set them on the buffers that it will
618         create.
619         (gst_v4l2src_get_read): For better or for worse, include the
620         timestamping and offsetting code here; really we should be using
621         bufferalloc though.
622         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
623         preallocated, mmap'd buffers.
624
625 2007-06-11  Wim Taymans  <wim@fluendo.com>
626
627         Patch by: daniel fischer <dan at f3c dot com>
628
629         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
630         (gst_ximage_src_get_caps):
631         Actually use the display_name property so that we can dump any
632         available X display. Fixes #445905.
633
634 2007-06-11  Wim Taymans  <wim@fluendo.com>
635
636         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
637
638         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
639         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
640         Add missing rate fields to caps. Fixes #441118.
641
642 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
643
644         * win32/vs6/gst_plugins_good.dsw:
645         * win32/vs8/gst-plugins-good.sln:
646         Add DirectSound and DirectDraw sinks project files to
647         workspace and solution files.
648
649 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
650
651         Patch by: Josh Coalson <xflac at yahoo dot com>,
652         updated by Alexis Ballier <aballier at gentoo dot org>:
653
654         * configure.ac:
655         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
656         (gst_flac_dec_setup_seekable_decoder),
657         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
658         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
659         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
660         * ext/flac/gstflacdec.h:
661         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
662         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
663         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
664         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
665         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
666         (gst_flac_enc_chain), (gst_flac_enc_set_property),
667         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
668         * ext/flac/gstflacenc.h:
669         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
670         
671 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
672
673         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
674         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
675         not necessary anymore as we need at least that core version. 
676
677 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
678
679         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
680         (gst_wavpack_dec_chain):
681         * ext/wavpack/gstwavpackdec.h:
682         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
683         (gst_wavpack_parse_push_buffer):
684         * ext/wavpack/gstwavpackparse.h:
685         Improve discont handling by checking if the next Wavpack block has
686         the expected, following block index.
687
688 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
689
690         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
691           Fix element description.
692
693 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
694
695         * configure.ac:
696         * docs/plugins/Makefile.am:
697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
699         * docs/plugins/gst-plugins-good-plugins.args:
700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
701         * docs/plugins/gst-plugins-good-plugins.signals:
702         * docs/plugins/inspect/plugin-autodetect.xml:
703         * docs/plugins/inspect/plugin-gconfelements.xml:
704         * docs/plugins/inspect/plugin-ladspa.xml:
705         * docs/plugins/inspect/plugin-rtp.xml:
706         * docs/plugins/inspect/plugin-wavpack.xml:
707         * ext/Makefile.am:
708         * tests/check/Makefile.am:
709           move wavpack plugin.  See #352605.
710
711 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
712
713         * configure.ac:
714         * docs/plugins/Makefile.am:
715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
717         * docs/plugins/gst-plugins-good-plugins.args:
718         * sys/Makefile.am:
719         * win32/MANIFEST:
720         Add DirectDraw & DirectSound plugins to the build and docs.
721
722 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
723
724         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
725         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
726           When operating in pull mode, error out correct on not-linked.
727
728 2007-06-06  Andy Wingo  <wingo@pobox.com>
729
730         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
731         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
732         format and size if the ioctls are defined; should fix compilation
733         on Linux < 2.16.19.
734
735 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
738           Printf fixes in debug statements; use LOG level for debug statements
739           that are printed for each and every frame; convert c++ comments to
740           C-style comments; not much point using g_try_malloc() if we then not
741           even check the return value.
742
743 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * configure.ac:
746           Bump requirements to released versions (core and base 0.10.13).
747
748         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
749           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
750           own implementation.
751
752 2007-06-05  Andy Wingo  <wingo@pobox.com>
753
754         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
755         some useless comments.
756
757         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
758         frames before calling STREAMON, that might leave them in a state
759         where they can't be dequeued if we go back to NULL without calling
760         STREAMON, according to the docs.
761         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
762         before we call STREAMON.
763         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
764         failures. (For me this code hung.) The pool refcounting is still
765         crack; added a note to that effect.
766
767 2007-06-05  Wim Taymans  <wim@fluendo.com>
768
769         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
770         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
771         Add support for mapping gst structure names to the MIME type equivalent.
772         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
773
774 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
775
776         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
777         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
778         (gst_wavenc_chain), (gst_wavenc_change_state):
779         * gst/wavenc/gstwavenc.h:
780         Properly write wav files with width!=depth by having the depth most
781         significant bytes set and all others zero. Fixes #442535.
782
783 2007-06-01  Wim Taymans  <wim@fluendo.com>
784
785         * gst/rtsp/rtspconnection.c:
786         Add include to make buildbot happy.
787
788 2007-06-01  Wim Taymans  <wim@fluendo.com>
789
790         Patch by: Peter Kjellerstedt  <pkj at axis com>
791
792         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
793         (rtsp_connection_connect), (add_date_header),
794         (rtsp_connection_send), (parse_response_status),
795         (parse_request_line), (parse_line), (rtsp_connection_receive):
796         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
797         * gst/rtsp/rtspdefs.h:
798         * gst/rtsp/rtspmessage.c: (key_value_foreach),
799         (rtsp_message_init_request), (rtsp_message_init_response),
800         (rtsp_message_remove_header), (rtsp_message_append_headers),
801         (rtsp_message_dump):
802         * gst/rtsp/rtspmessage.h:
803         Improves version checking, allowing an RTSP server to reply with "505
804         RTSP Version not supported.
805         Adds a Date header to all messages.
806         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
807         want to be able to send a response even if something in the request was
808         invalid. EINVAL is only used when passing wrong arguments to functions.
809         Do not handle an invalid method in parse_request_line(). Defer this to
810         the caller so it can respond with "405 Method Not Allowed".
811         Improves parsing of the timeout parameter to the Session header,
812         allowing whitespace after the semicolon. 
813         Avoids a compiler warning due to variables shadowing a function argument.
814
815 2007-06-01  Wim Taymans  <wim@fluendo.com>
816
817         Based on Patch by: Daniel Charles <dcharles at ti dot com>
818
819         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
820         (gst_rtp_amr_depay_process):
821         * gst/rtp/gstrtpamrdepay.h:
822         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
823         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
824         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
825         * gst/rtp/gstrtpamrpay.h:
826         Add support for AMR-WB.
827         Small cleanups such as using BOILERPLATE.
828
829 2007-05-31  Wim Taymans  <wim@fluendo.com>
830
831         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
832         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
833
834 2007-05-30  Andy Wingo  <wingo@pobox.com>
835
836         * sys/v4l2/gstv4l2object.h: 
837         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
838         unintended changes.
839
840         * sys/v4l2/v4l2src_calls.h: 
841         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
842         the format list in the order that the driver gives it to us.
843         (gst_v4l2src_probe_caps_for_format_and_size)
844         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
845         based on the capabilities of the device.
846         (gst_v4l2src_grab_frame): Update for object variable renaming.
847         (gst_v4l2src_set_capture): Update to be strict in its parameters,
848         as in the set_caps below.
849         (gst_v4l2src_capture_init): Update for object variable renaming,
850         and reflow.
851         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
852         (gst_v4l2src_capture_deinit): Update for object variable renaming.
853         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
854         (gst_v4l2src_get_fps): Remove; these functions don't have much
855         meaning outside of an atomic set_caps method.
856         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
857         known.
858
859         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
860         call to update_fps; not sure about this change.
861         (gst_v4l2_tuner_set_norm): Work around the fact that for the
862         moment we don't have an update_fps_func.
863
864         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
865         structures in the object, just store what we need. Do store the
866         probed caps of the device. Don't store the current frame rate.
867
868         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
869         update_fps_function, for now. Update for new object variable
870         naming.
871         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
872         new object variable naming.
873         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
874         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
875         (gst_v4l2src_get_caps): Rework to probe the device for supported
876         frame sizes and frame rates.
877         (gst_v4l2src_set_caps): Rework to be strict in the given
878         parameters: if someone asks us to have a certain size and rate,
879         that is what we configure.
880         (gst_v4l2src_get_read): Update for object variable naming. Don't
881         leak buffers on short reads.
882         (gst_v4l2src_get_mmap): Update for object variable naming, and add
883         comments.
884         (gst_v4l2src_create): Update for object variable naming.
885
886 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
889         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
890         * gst/avi/gstavidemux.h:
891           Parse subtitle text streams instead of erroring out (#442034). Still
892           needs a parser for the subtitles to actually show up.
893
894 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
895
896         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
897         (gst_avi_demux_loop):
898           Make _push_event() return TRUE if the event could be pushed on at
899           least one pad and not only if it could be pushed on all pads,
900           otherwise we'll end up posting an error message on EOS if one or
901           more source pads are not connected.
902
903 2007-05-28  Wim Taymans  <wim@fluendo.com>
904
905         * gst/rtsp/rtsptransport.c:
906         Use renamed RTP bin.
907
908 2007-05-28  Wim Taymans  <wim@fluendo.com>
909
910         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
911
912         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
913         (gst_video_box_set_property), (gst_video_box_transform_caps),
914         (video_box_recalc_transform), (gst_video_box_set_caps),
915         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
916         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
917         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
918         (gst_video_box_i420_i420), (gst_video_box_transform),
919         (plugin_init):
920         Add AYUV->AYUV and AYUV->I420 formats. 
921         Fix negotiation and I420->AYUV conversion.
922         Fixes #429329.
923
924 2007-05-26  Wim Taymans  <wim@fluendo.com>
925
926         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
927         Use different variables for nested for loops so that the outer loop
928         functions properly and speex files with multiple frames per buffer work
929         properly.
930         Fixes #441408.
931
932 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
933
934         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
935           Don't leak newsegment events.
936
937 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * gst/wavparse/Makefile.am:
940           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
941           drags it in.
942
943 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
946         (notgst_value_array_append_buffer),
947         (gst_flac_enc_process_stream_headers),
948         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
949         (gst_flac_enc_change_state):
950         * ext/flac/gstflacenc.h:
951           Collect headers, add "streamheader" field to output caps and set
952           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
953           produces output according to the official FLAC-to-Ogg mapping
954           instead of completely broken files. Fixes #426044.
955
956 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
957
958         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
959         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
960         (gst_id3demux_sink_event):
961         * gst/id3demux/gstid3demux.h:
962         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
963         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
964         (gst_tag_demux_send_new_segment):
965         Handle and adjust new-segment events so that downstream really
966         sees a stream with the tag pieces stripped off the front and back.
967         Fixes strangeness in seeking when mp3 decoders use the new-segment
968         byte position to estimate their current playback position timestamp
969         and then the arriving buffers don't match up.
970
971 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
972
973         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
974           Don't unnecessarily perform a READY->NULL->READY transition on the
975           detected audio sink when starting up. Fixes: #440127
976
977 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
980         (gst_flac_enc_chain):
981           Don't crash in chain function if setcaps hasn't been called.
982
983 2007-05-24  Wim Taymans  <wim@fluendo.com>
984
985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
986         Init value to avoid infinte loops.
987
988 2007-05-24  Wim Taymans  <wim@fluendo.com>
989
990         Patch by: Peter Kjellerstedt  <pkj at axis com>
991
992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
993         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
994         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
995         (gst_rtspsrc_play):
996         (rtsp_connection_send), (rtsp_connection_receive):
997         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
998         Fix for new API.
999
1000         * gst/rtsp/rtspconnection.c: (add_auth_header),
1001         Only add authorisation and session headers when sending messages.
1002
1003         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
1004         (rtsp_message_init_request), (rtsp_message_init_response),
1005         (rtsp_message_unset), (rtsp_message_add_header),
1006         (rtsp_message_remove_header), (rtsp_message_get_header),
1007         (rtsp_message_append_headers), (dump_key_value),
1008         (rtsp_message_dump):
1009         * gst/rtsp/rtspmessage.h:
1010         Add support for multiple headers of the same type by storing the parsed
1011         headers in a GArray instaed of a hashtable.
1012
1013 2007-05-21  Wim Taymans  <wim@fluendo.com>
1014
1015         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1016         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
1017         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
1018         safer shutdown.
1019
1020 2007-05-21  Wim Taymans  <wim@fluendo.com>
1021
1022         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
1023         * gst/rtsp/gstrtpdec.h:
1024         Added signal for backwards compat.
1025
1026 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1027         
1028         Patch by: René Stadler <mail at renestadler dot de>
1029
1030         * configure.ac:
1031         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1032         (gst_au_parse_parse_header), (gst_au_parse_chain):
1033         * gst/auparse/gstauparse.h:
1034         Use audioconvert for converting from non-native endianness floats
1035         in auparse instead of doing it ourself. Fixes #424527.
1036         This needs the audioconvert from plugins-base CVS.
1037         
1038 2007-05-21  Wim Taymans  <wim@fluendo.com>
1039
1040         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1041         (gst_rtp_h263p_pay_flush):
1042         Fix enum registration.
1043
1044 2007-05-21  Wim Taymans  <wim@fluendo.com>
1045
1046         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1047
1048         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1049         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
1050         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
1051         (gst_rtp_h263p_pay_flush):
1052         * gst/rtp/gstrtph263ppay.h:
1053         Add new fragmentation mode base on GOB headers. Fixes #438940.
1054
1055 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
1058           Printf format fix.
1059
1060 2007-05-18  Wim Taymans  <wim@fluendo.com>
1061
1062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1063         Don't crash when an unsupported transport error was returned by the
1064         server, just try to configure the next stream. Fixes #439255.
1065
1066 2007-05-18  Wim Taymans  <wim@fluendo.com>
1067
1068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1069         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1070         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
1071         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1072         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
1073         * gst/rtsp/gstrtspsrc.h:
1074         Add TCP timeout property and use it for all TCP connection.
1075
1076         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1077         (rtsp_connection_write), (rtsp_connection_next_timeout),
1078         (rtsp_connection_reset_timeout):
1079         Make connect and writes cancelable and make them use the timeout.
1080
1081 2007-05-18  Wim Taymans  <wim@fluendo.com>
1082
1083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
1084         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1085         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1086         (gst_rtspsrc_setup_streams):
1087         Refactor timeout handling.
1088         Also send keep-alive when dealing with TCP transport.
1089
1090         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1091         (rtsp_connection_free), (rtsp_connection_next_timeout),
1092         (rtsp_connection_reset_timeout):
1093         * gst/rtsp/rtspconnection.h:
1094         Use a timer to handle the session timeouts, add some methods to deal
1095         with timeouts.
1096
1097 2007-05-17  Wim Taymans  <wim@fluendo.com>
1098
1099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
1100         (gst_rtspsrc_setup_streams):
1101         Ignore streams that fail the setup command, we will retry with a
1102         different transport later on.
1103
1104         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
1105         (rtsp_ext_wms_configure_stream):
1106         Fix encoding name case.
1107
1108 2007-05-16  Edward Hervey  <edward@fluendo.com>
1109
1110         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
1111         Fix build on macosx.
1112
1113 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
1114
1115         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1116         Replace direct comparison of a string with the string literal "" with
1117         a comparison of the first character with '\0'. Fixes #438926.
1118
1119 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * gst/debug/breakmydata.c (gst_break_my_data_init):
1122           One more try. This should be the proper fix now.
1123
1124 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * gst/debug/breakmydata.c:
1127           Ooops, no // comments please.
1128
1129 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
1132         (gst_break_my_data_init):
1133           Fix gst_buffer_is_writable() assertion.
1134
1135 2007-05-14  David Schleef  <ds@schleef.org>
1136
1137         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
1138           video/x-raw-bayer.  Fixes #314160.
1139
1140 2007-05-14  Wim Taymans  <wim@fluendo.com>
1141
1142         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
1143         (gst_rtp_theora_depay_parse_configuration):
1144         * gst/rtp/gstrtptheorapay.c: (encode_base64),
1145         (gst_rtp_theora_pay_finish_headers),
1146         (gst_rtp_theora_pay_handle_buffer):
1147         Update theora pay/depayloader in a similar to vorbis.
1148
1149         * gst/rtp/gstrtpvorbisdepay.c:
1150         (gst_rtp_vorbis_depay_parse_configuration):
1151         Update docs.
1152
1153 2007-05-14  Wim Taymans  <wim@fluendo.com>
1154
1155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1156         When we try to execute a method that is not supported by the server,
1157         don't error out but remove the method from the accepted methods so that
1158         we never try to perform this method again.
1159
1160 2007-05-14  Wim Taymans  <wim@fluendo.com>
1161
1162         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
1163         Remove annoying _dump_mem.
1164
1165 2007-05-14  Wim Taymans  <wim@fluendo.com>
1166
1167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
1168         Parse range correctly.
1169
1170         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
1171         The baseurl now always has a '/' at the start.
1172
1173 2007-05-14  Wim Taymans  <wim@fluendo.com>
1174
1175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
1176         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
1177         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
1178         Factor out caps configuration and configure more stuff such as the time
1179         ranges and speed/scale values.
1180
1181         * gst/rtsp/rtsptransport.c:
1182         Add Copyright after non-trival fixes.
1183
1184 2007-05-12  Wim Taymans  <wim@fluendo.com>
1185
1186         Patch by: Peter Kjellerstedt  <pkj at axis com>
1187
1188         * gst/rtsp/gstrtspsrc.h:
1189         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
1190         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
1191         (rtsp_message_get_header):
1192         * gst/rtsp/rtspmessage.h:
1193         Make channel guint8 where possible.
1194         Make rtsp_message_init_data() take the channel as a guint8.
1195
1196         * gst/rtsp/rtspdefs.c:
1197         Fixed a typo: Timout -> Timeout
1198
1199         * gst/rtsp/rtspdefs.h:
1200         Make RTSP_CHECK() behave as a statement.
1201
1202         * gst/rtsp/sdpmessage.c:
1203         Avoid a compiler warning in INIT_ARRAY().
1204         Fixes #437692.
1205
1206 2007-05-12  Wim Taymans  <wim@fluendo.com>
1207
1208         Patch by: Peter Kjellerstedt  <pkj at axis com>
1209
1210         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
1211         (rtsp_url_get_request_uri):
1212         * gst/rtsp/rtspurl.h:
1213         Add support for query parameters to RTSP URLs.
1214
1215 2007-05-12  Wim Taymans  <wim@fluendo.com>
1216
1217         Patch by: Peter Kjellerstedt  <pkj at axis com>
1218
1219         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
1220         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
1221         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1222         (rtsp_transport_parse), (rtsp_transport_as_text):
1223         * gst/rtsp/rtsptransport.h:
1224         Add validation to rtsp_transport_parse().
1225         Add rtsp_transport_as_text() to generate an RTSP header from an
1226         RTSPTransport.
1227         Change ssrc to guint (was a string) since that is what it is, even
1228         though it is sent as a hex string.
1229         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
1230         incorrect, which can be seen when looking at the examples in the RFC).
1231         Fixes #437670.
1232
1233 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
1234
1235         Patch by: Eric Anholt
1236
1237         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
1238           gst_ximage_src_ximage_get):
1239         Use union of all damage between frames to make it faster.
1240         Fixes bug #342463.
1241         Also fix crasher when cursor is at bottom right of window.
1242
1243 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1246           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
1247           streaming mode regression for file from #343837 with 'bext' chunk
1248           before the 'fmt' chunk.
1249
1250 2007-05-11  Wim Taymans  <wim@fluendo.com>
1251
1252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1253         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1254         (gst_rtspsrc_handle_src_event),
1255         (gst_rtspsrc_stream_configure_manager),
1256         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
1257         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
1258         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
1259         * gst/rtsp/gstrtspsrc.h:
1260         * gst/rtsp/rtspdefs.h:
1261         Preliminary seek support.
1262         Activate internal pads so that we can receive events on them.
1263         Don't try to parse a range string when it's NULL.
1264
1265 2007-05-11  Wim Taymans  <wim@fluendo.com>
1266
1267         * gst/rtp/README:
1268         Update README with new RTP variables that will be used for
1269         synchronisation.
1270
1271         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
1272         (gst_rtp_vorbis_depay_parse_configuration),
1273         (gst_rtp_vorbis_depay_process):
1274         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
1275         (gst_rtp_vorbis_pay_finish_headers),
1276         (gst_rtp_vorbis_pay_handle_buffer):
1277         Update vorbis pay and depayloader to draft-04.
1278
1279 2007-05-11  Wim Taymans  <wim@fluendo.com>
1280
1281         * gst/rtsp/rtsptransport.c:
1282         UDP MCAST is actually the default for RTP/AVP.
1283 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
1284
1285         * gst/level/gstlevel.c: (gst_level_transform_ip):
1286         Use guint8 * instead of gpointer then vs6 can build 
1287         in_data += (filter->width / 8).
1288
1289 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
1290
1291         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
1292           gst_ximage_src_ximage_get):
1293         * sys/ximage/gstximagesrc.h (last_ximage):
1294         When using Damage actually keep the last frame, and not assume
1295         that the buffer we get already has the last frame on it.
1296         Copy the cursor over if we specify a non-zero start x and
1297         start y.
1298
1299 2007-05-11  Wim Taymans  <wim@fluendo.com>
1300
1301         * gst/rtsp/rtsptransport.c:
1302         Make UDP the default transport when not specified.
1303
1304 2007-05-09  David Schleef  <ds@schleef.org>
1305
1306         * gst/level/gstlevel.c:
1307           Revert last change.
1308
1309 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1310
1311         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
1312         (gst_level_transform_ip):
1313         Use guint8 * instead of gpointer then vs6 know the size of data
1314         pointed when moving the pointer.
1315         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1316         Move instructions after variables declaration.
1317         * win32/vs6/autogen.dsp:
1318         * win32/vs6/libgstrtp.dsp:
1319         * win32/vs6/libgstrtsp.dsp:
1320         Update vs6 project files.
1321
1322 2007-05-09  Wim Taymans  <wim@fluendo.com>
1323
1324         * gst/rtsp/Makefile.am:
1325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
1326         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
1327         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
1328         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
1329         (rtsp_range_free):
1330         * gst/rtsp/rtsprange.h:
1331         Add code to parse time ranges.
1332         Report DURATION on the stream when possible.
1333
1334 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
1335
1336         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
1337         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1338         (gst_videomixer_collected):
1339           Fix strides calculation for AYUV (it's just width*4) (#436910).
1340
1341 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1342
1343         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1344         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1345         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1346         Sync the GObject properties before each processing step to properly
1347         work with the controller.
1348
1349 2007-05-04  Wim Taymans  <wim@fluendo.com>
1350
1351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
1352         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1353         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1354         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
1355         (gst_rtspsrc_change_state):
1356         Let more error state trickle down so that we can catch more error
1357         cases.
1358         Handle keep-alive a little smarter by selecting a method the server
1359         actually supports.
1360         Fix a race in UDP streaming shutdown.
1361
1362 2007-05-04  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
1365         Ignore errors when trying to use the keep-alive messages.
1366
1367 2007-05-04  Wim Taymans  <wim@fluendo.com>
1368
1369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1370         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
1371         (gst_rtspsrc_stream_configure_manager),
1372         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
1373         (gst_rtspsrc_stream_configure_mcast),
1374         (gst_rtspsrc_stream_configure_udp),
1375         (gst_rtspsrc_stream_configure_udp_sink),
1376         (gst_rtspsrc_stream_configure_transport):
1377         Send RTCP messages back to the server over the TCP connection.
1378
1379         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
1380         (rtsp_connection_send), (rtsp_connection_read), (read_body),
1381         (rtsp_connection_receive):
1382         * gst/rtsp/rtspconnection.h:
1383         Factor out and expose lowlevel _write and _read methods.
1384         Implement sending data messages to the server.
1385
1386 2007-05-03  Wim Taymans  <wim@fluendo.com>
1387
1388         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
1389         (gst_multipart_mux_collected):
1390         Fix timestamps on outgoing buffers.
1391
1392 2007-05-03  Wim Taymans  <wim@fluendo.com>
1393
1394         * gst/multipart/multipartmux.c:
1395         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
1396         (gst_multipart_mux_change_state):
1397         Emit NEWSEGMENT events before pushing the first buffer.
1398
1399 2007-05-03  Wim Taymans  <wim@fluendo.com>
1400
1401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
1402         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
1403         (gst_rtspsrc_handle_src_query),
1404         (gst_rtspsrc_stream_configure_manager),
1405         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
1406         (gst_rtspsrc_stream_configure_mcast),
1407         (gst_rtspsrc_stream_configure_udp),
1408         (gst_rtspsrc_stream_configure_udp_sink),
1409         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
1410         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
1411         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
1412         (gst_rtspsrc_pause):
1413         Refactor transport configuration code.
1414         Create internal pads for TCP transport so that we can implement events
1415         and queries.
1416         Handle events and queries.
1417         Parse range from the SDP.
1418         Fix race in pause handler where the connection could still be flushing.
1419
1420 2007-05-02  Wim Taymans  <wim@fluendo.com>
1421
1422         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1423         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
1424         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
1425         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
1426         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
1427         (gst_rtspsrc_change_state):
1428         * gst/rtsp/gstrtspsrc.h:
1429         Fix race when multiple udp sources post timeouts, just act on the first
1430         received timeout.
1431         Protect stream list with a recursive lock to fix some races.
1432         Flush connection when we need to do a reconnect or stop.
1433         Make state lock recursive.
1434
1435         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1436         (rtsp_connection_close):
1437         Some small cleanups.
1438
1439 2007-05-02  Wim Taymans  <wim@fluendo.com>
1440
1441         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
1442         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
1443         Only set DISCONT when there actually is a discont or when we just
1444         started.
1445
1446 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         * ext/flac/gstflac.c: (plugin_init):
1449         Call bindtextdomain() to get localized strings.
1450
1451 2007-05-02  Wim Taymans  <wim@fluendo.com>
1452
1453         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
1454         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
1455         (gst_wavparse_stream_data):
1456         * gst/wavparse/gstwavparse.h:
1457         Be a bit more clever when dealing with VBR files with FACT tags, we
1458         don't want to timestamp buffers in that case but the estimated BPS can
1459         be used for seeking.
1460         Only send close segment in the streaming thread.
1461
1462 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
1463
1464         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
1465         Correctly post an error on the bus if something went wrong in the loop
1466         function. This fixes a few cases where the task was paused and nothing
1467         happened anymore.
1468
1469 2007-05-02  Wim Taymans  <wim@fluendo.com>
1470
1471         * gst/rtsp/test.c: (main):
1472         Fix compilation of deprecated test just because I'm too lazy to delete
1473         it.
1474
1475 2007-05-02  Wim Taymans  <wim@fluendo.com>
1476
1477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1478         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
1479         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
1480         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
1481         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
1482         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
1483         * gst/rtsp/gstrtspsrc.h:
1484         Fix sending RTCP to the right place.
1485         Fix bug in reffing the wrong UDP element.
1486         Use new pad names for the session manager.
1487         Implement handling server requests in interleaved and UDP modes.
1488         Handle session keep-alive in UDP modes.
1489         Remove GCond for handling UDP timeouts.
1490
1491         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1492         (rtsp_connection_send), (rtsp_connection_read), (read_body),
1493         (rtsp_connection_receive), (rtsp_connection_close):
1494         * gst/rtsp/rtspconnection.h:
1495         Store connection IP address for later.
1496         Add timeout args to all operations that might block forever.
1497         Parse session timeout.
1498         Only close sockets when not already closed.
1499
1500         * gst/rtsp/rtspdefs.c:
1501         * gst/rtsp/rtspdefs.h:
1502         Add timeout return value and error string.
1503
1504         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
1505         Add small comment.
1506
1507 2007-05-01  Wim Taymans  <wim@fluendo.com>
1508
1509         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1510
1511         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1512         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
1513         * gst/rtp/gstrtpmp4vpay.h:
1514         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
1515
1516 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1519           Remove v4l2src from docs, since it breaks the docs build, and the
1520           plugin is only built if --enable-experimental is used anyway.
1521
1522         * docs/plugins/Makefile.am:
1523           Spaces => tab.
1524
1525 2007-04-29  Wim Taymans  <wim@fluendo.com>
1526
1527         * gst/udp/gstmultiudpsink.c: (leave_multicast),
1528         (gst_multiudpsink_add), (gst_multiudpsink_remove):
1529         Add code to drop membership of a multicast group.
1530
1531         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
1532         (gst_udpsink_set_uri):
1533         Implement URI handler.
1534
1535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
1536         (gst_rtspsrc_parse_rtpinfo):
1537         Use URI handler to make udpsink instace.
1538         Improve code to configure port and destination.
1539
1540 2007-04-29  Wim Taymans  <wim@fluendo.com>
1541
1542         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
1543         Fix multicast detection.
1544         Don't try to join a multicast group if the address is not multicast.
1545
1546         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
1547         Small debug improvement.
1548
1549 2007-04-27  Wim Taymans  <wim@fluendo.com>
1550
1551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
1552         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
1553         (gst_rtspsrc_handle_message):
1554         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
1555         parent.
1556
1557 2007-04-27  Wim Taymans  <wim@fluendo.com>
1558
1559         * gst/rtp/gstrtpilbcdepay.h:
1560         Fix mode property when specified as an arg.
1561
1562 2007-04-26  Edward Hervey  <edward@fluendo.com>
1563
1564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1567         * docs/plugins/inspect/plugin-osxaudio.xml:
1568         Add documentation for osxaudio plugin.
1569
1570 2007-04-26  Wim Taymans  <wim@fluendo.com>
1571
1572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1573         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
1574         (gst_rtspsrc_open), (gst_rtspsrc_close),
1575         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
1576         (gst_rtspsrc_pause):
1577         * gst/rtsp/gstrtspsrc.h:
1578         Protect state changes with a lock.
1579
1580         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1581         (parse_line):
1582         * gst/rtsp/rtspconnection.h:
1583         Remove some unused stuff.
1584
1585 2007-04-26  Wim Taymans  <wim@fluendo.com>
1586
1587         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1588         Handle the case where there are exactly 0 bytes to read and the ioctl
1589         did not report an error. Fixes #433530.
1590
1591 2007-04-26  Wim Taymans  <wim@fluendo.com>
1592
1593         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
1594         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
1595         * gst/wavparse/gstwavparse.h:
1596         Apply DISCONT to buffers.
1597         Only apply timestamp to the first sample after a DISCONT, too many VBR
1598         files cause random jitter in the timestamps. Fixes #433119.
1599
1600 2007-04-25  Wim Taymans  <wim@fluendo.com>
1601
1602         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
1603         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
1604         (gst_rtp_dec_get_property):
1605         * gst/rtsp/gstrtpdec.h:
1606         Add dummy latency property to be backwards compat with rtpbin.
1607
1608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1609         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1610         (gst_rtspsrc_stream_configure_transport),
1611         (gst_rtspsrc_parse_rtpinfo):
1612         * gst/rtsp/gstrtspsrc.h:
1613         Add latency property and configure in the session manager.
1614         Don't set invalid clock-base and seqnum-base on caps, some servers
1615         sometimes don't send them.
1616
1617 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
1620         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
1621           Double-check that RGB input caps are really RGBA caps (apparently
1622           the core doesn't always catch it if those caps aren't a subset of
1623           our template caps, also see #421543). Fixes #429319 in a way.
1624           Also, don't leak the pad template in the transform_caps function.
1625
1626         * tests/check/Makefile.am:
1627         * tests/check/elements/.cvsignore:
1628         * tests/check/elements/alphacolor.c: (setup_alphacolor),
1629         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
1630         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
1631         (GST_START_TEST), (alphacolor_suite):
1632           Add some basic unit tests for alphacolor.
1633
1634 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1637           If we get a fatal flow return in the loop function, first post the
1638           error message and only then send the EOS event downstream, otherwise
1639           applications might get an eos message before the error message and
1640           think everything was ok (related to #429319).
1641
1642 2007-04-25  Wim Taymans  <wim@fluendo.com>
1643
1644         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
1645         Read the channel byte as an unsigned byte.
1646
1647 2007-04-25  Wim Taymans  <wim@fluendo.com>
1648
1649         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
1650         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
1651         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
1652         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
1653         (gst_rtp_gsm_depay_setcaps):
1654         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
1655         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1656         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
1657         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
1658         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
1659         (gst_ilbc_depay_get_property):
1660         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
1661         * gst/rtp/gstrtpmp4adepay.c:
1662         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
1663         (gst_rtp_pcma_depay_setcaps):
1664         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
1665         (gst_rtp_pcmu_depay_setcaps):
1666         Make sure we configure the clock_rate in the baseclass in the setcaps
1667         function. Fixes #431282.
1668
1669 2007-04-25  Wim Taymans  <wim@fluendo.com>
1670
1671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
1672         (gst_rtspsrc_stream_free), (request_pt_map),
1673         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
1674         * gst/rtsp/gstrtspsrc.h:
1675         Parse server address from SDP.
1676         Hook up a udpsink to send RTCP back to the server.
1677
1678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1679         * gst/rtsp/rtsptransport.h:
1680         Add some docs.
1681
1682 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
1683
1684         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1685           Make header field check conditional. Fixes #433135
1686
1687 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         * docs/plugins/Makefile.am:
1690         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1691         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1692         * docs/plugins/inspect/plugin-alphacolor.xml:
1693         * gst/alpha/Makefile.am:
1694         * gst/alpha/gstalphacolor.c:
1695         * gst/alpha/gstalphacolor.h:
1696           Add minimal docs blurb to alphacolor; split out headers into
1697           separate header file for gtk-doc.
1698
1699 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst/debug/progressreport.c: (gst_progress_report_report):
1702           Don't try to post NULL message (in case we can't query upstream
1703           position or duration).
1704
1705 2007-04-18  Michael Smith  <msmith@fluendo.com>
1706
1707         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
1708         (gst_cutter_get_caps):
1709         * gst/cutter/gstcutter.h:
1710           Fix some of the most obvious bugs in cutter. Now doesn't leak
1711           everything if input is silent.
1712
1713 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
1714
1715         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1716         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1717         * gst/wavenc/gstwavenc.h:
1718         Wav apparently only supports width==GST_ROUND_UP(depth), everything
1719         else results in a invalid block align and invalid files.
1720
1721 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         Patch by: Snaik <snaik32 gmail com>
1724
1725         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
1726           Add missing break statement for BOX_HORIZONTAL case.
1727
1728 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1731
1732         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1733         Use correct format strings for integer types.
1734
1735 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1736
1737         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
1738         (gst_wavparse_create_sourcepad):
1739         Use gst_riff_create_audio_template_caps () instead of the local caps.
1740         This makes updates of the local caps unecessary whenever libgstriff
1741         gets support for new formats.
1742
1743 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
1744
1745         Patch by: Brian Cameron  <brian.cameron at sun dot com>
1746
1747         * sys/sunaudio/gstsunaudio.c:
1748         * sys/sunaudio/gstsunaudiomixer.c:
1749         * sys/sunaudio/gstsunaudiomixer.h:
1750         * sys/sunaudio/gstsunaudiomixerctrl.c:
1751         * sys/sunaudio/gstsunaudiomixerctrl.h:
1752         * sys/sunaudio/gstsunaudiomixertrack.h:
1753         * sys/sunaudio/gstsunaudiosink.c:
1754         * sys/sunaudio/gstsunaudiosink.h:
1755         * sys/sunaudio/gstsunaudiosrc.c:
1756         * sys/sunaudio/gstsunaudiosrc.h:
1757           Fix and/or update copyright attributions (#430228).
1758
1759 2007-04-13  Wim Taymans  <wim@fluendo.com>
1760
1761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1762         Fix docs.
1763
1764         * gst/rtsp/URLS:
1765         Add some more example urls.
1766
1767         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
1768         (gst_rtp_dec_chain_rtp):
1769         Better debugging.
1770
1771         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
1772         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1773         (gst_rtspsrc_parse_rtpinfo):
1774         Remove unused code.
1775
1776 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1777
1778         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1779         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1780         (gst_wavparse_stream_data):
1781           Relax the audio/mpeg caps again and add FIXME: comment.
1782
1783 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1786         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1787         (gst_wavparse_stream_data):
1788         * gst/wavparse/gstwavparse.h:
1789           More sanity check for the header fields. Fix type for 'rate' header
1790           field.
1791
1792 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
1795         (gst_icydemux_unicodify):
1796           If the metadata strings we get in the stream are not UTF-8, try to
1797           interpret them according to the character encodings specified in the
1798           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
1799           only fall back to locale/ISO-8859-1 if those aren't set or don't
1800           work. Should fix #428901.
1801
1802 2007-04-12  Wim Taymans  <wim@fluendo.com>
1803
1804         * gst/rtp/gstrtph264depay.c:
1805         Use the proper sync word for SPS and PPS.
1806
1807 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1808
1809         * gst/rtp/Makefile.am:
1810         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
1811           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
1812         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
1813           Add a simple hashing implementation that we can use to generate
1814           a 24-bit ident value based on the codebooks for vorbis and theora.
1815         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
1816           gst_rtp_theora_pay_handle_buffer):
1817         * gst/rtp/gstrtpvorbisdepay.c
1818           (gst_rtp_vorbis_depay_parse_configuration,
1819           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
1820         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
1821           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
1822           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
1823           Use the hashing function, ensuring that the same codebooks result
1824           in the same ident and thus the same SDP description.
1825           Various log fixes/changes.
1826
1827 2007-04-12  Wim Taymans  <wim@fluendo.com>
1828
1829         Patch by: jerry tan <jerry dot tan at sun dot com>
1830
1831         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
1832         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
1833         application's responsibility to make sure it open the device once.
1834         Remove a careless error if AUDIODEV is set. Fixes #392620.
1835
1836 2007-04-12  Wim Taymans  <wim@fluendo.com>
1837
1838         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
1839         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
1840         * gst/rtsp/gstrtpdec.h:
1841         Make backward compat with rtpbin by adding the request-pt-map signals.
1842
1843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1844         (new_session_pad), (request_pt_map),
1845         (gst_rtspsrc_stream_configure_transport),
1846         (gst_rtspsrc_stream_configure_caps),
1847         (gst_rtspsrc_activate_streams):
1848         * gst/rtsp/gstrtspsrc.h:
1849         Implement request-pt-map signals instead of setting caps on the buffers
1850         for the session manager.
1851
1852 2007-04-11  Wim Taymans  <wim@fluendo.com>
1853
1854         * gst/udp/gstudp.c: (plugin_init):
1855         Register GstNetBuffer in plugin_init so that the type can be used from
1856         multiple threads without races.
1857
1858 2007-04-10  Wim Taymans  <wim@fluendo.com>
1859
1860         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1861         (gst_rtp_amr_depay_process):
1862         Fix depayloader clock_rate and some cleanups.
1863
1864         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
1865         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
1866         * gst/rtp/gstrtph264depay.h:
1867         Don't push codec_data in the adapter because it might get flushed when
1868         we get a discont.
1869
1870         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1871         Handle multiple AU per packet.
1872
1873         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
1874         (gst_rtp_sv3v_depay_plugin_init):
1875         Disable rank, this one does not work.
1876         Remove timestamping, base class does that.
1877
1878 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
1879
1880         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
1881           limit caps to the formats we announce in the template
1882
1883         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1884         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1885         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
1886           fix some crashers/asserts when dealing with broken files
1887
1888 2007-04-10  Wim Taymans  <wim@fluendo.com>
1889
1890         Patch by: Peter Kjellerstedt  <pkj at axis com>
1891
1892         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1893         * gst/rtp/gstrtpL16depay.c:
1894         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1895         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
1896         (gst_rtp_speex_depay_setcaps):
1897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
1898         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
1899         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
1900         Fix some compiler warnings. Fixes #428182.
1901
1902 2007-04-06  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst/rtsp/Makefile.am:
1905         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
1906         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
1907         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
1908         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
1909         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
1910         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
1911         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
1912         (create_rtcp), (gst_rtp_dec_request_new_pad),
1913         (gst_rtp_dec_release_pad):
1914         * gst/rtsp/gstrtpdec.h:
1915         * gst/rtsp/gstrtsp.c: (plugin_init):
1916         Morph RTPDec into something compatible with RTPBin as a fallback.
1917         Various other style fixes.
1918
1919         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
1920         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
1921         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
1922         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
1923         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1924         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
1925         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1926         * gst/rtsp/gstrtspsrc.h:
1927         Implement RTPBin session manager handling.
1928         Don't try to add empty properties to caps.
1929         Implement fallback session manager, handling.
1930         Don't combine errors from RTCP streams, just ignore them.
1931
1932         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
1933         * gst/rtsp/rtsptransport.h:
1934         Implement fallback session manager.
1935         Make RTPBin the default one when available.
1936
1937 2007-04-05  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
1940         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
1941         This element is ready to be autoplugged.
1942
1943 2007-04-05  Julien MOUTTE  <julien@moutte.net>
1944
1945         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
1946         Don't leave the offsets defined by upstream element on the
1947         compressed data buffer we are pushing downstream. Make them
1948         GST_BUFFER_OFFSET_NONE.
1949
1950 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
1951
1952         * gst/avi/README:
1953         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1954         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
1955         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
1956         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
1957         (gst_avi_demux_calculate_durations_from_index),
1958         (gst_avi_demux_stream_header_push),
1959         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
1960         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
1961           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
1962
1963 2007-04-03  Wim Taymans  <wim@fluendo.com>
1964
1965         * gst/smpte/barboxwipes.c:
1966         Fix error as spotted by Snaik <snaik32 at gmail dot com>
1967
1968 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1969
1970         * gst/wavparse/gstwavparse.c:
1971         Support audio/x-raw-float in wav files. This only works with
1972         plugins-base CVS, using an older version doesn't have any
1973         disadvantages though.
1974
1975 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1976
1977         * configure.ac:
1978         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1979         (gst_au_parse_parse_header), (gst_au_parse_chain):
1980         * gst/auparse/gstauparse.h:
1981         Revert last change as we don't want plugins-good to depend on
1982         plugins-base CVS now.
1983
1984 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * configure.ac:
1987         Require gst-plugins-base CVS for audioconvert with non-native
1988         float support and width/depth fix in libgstriff.
1989
1990         Patch by: René Stadler <mail at renestadler dot de>
1991
1992         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1993         (gst_au_parse_parse_header), (gst_au_parse_chain):
1994         * gst/auparse/gstauparse.h:
1995         Don't swap the floats ourself if they're not in native endianness.
1996         Instead let audioconvert handle this. Fixes #339838.
1997
1998 2007-03-29  Wim Taymans  <wim@fluendo.com>
1999
2000         * gst/rtp/gstasteriskh263.h:
2001         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
2002         (gst_rtp_h263p_depay_change_state):
2003         * gst/rtp/gstrtph263pdepay.h:
2004         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2005         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
2006         (gst_rtp_h264_depay_change_state):
2007         * gst/rtp/gstrtph264depay.h:
2008         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
2009         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
2010         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
2011         Flush adapter on disconts.
2012
2013 2007-03-29  Wim Taymans  <wim@fluendo.com>
2014
2015         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
2016         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
2017         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
2018         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
2019         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
2020         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
2021         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
2022         (gst_rtp_mp4v_depay_process):
2023         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
2024         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
2025         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
2026         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
2027         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
2028         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
2029         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
2030         Use more efficient adapter and rtpbuffer methods when possible.
2031
2032 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2033
2034         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2035         (gst_wavenc_sink_setcaps):
2036         Correctly handle width!=depth input.
2037         * gst/wavparse/gstwavparse.c:
2038         Already export in the caps that width==8 uses unsigned samples and
2039         everything else uses signed samples.
2040
2041 2007-03-29  Wim Taymans  <wim@fluendo.com>
2042
2043         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2044
2045         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
2046         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
2047         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
2048         (gst_dynudpsink_close):
2049         * gst/udp/gstdynudpsink.h:
2050         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2051         (gst_udpsrc_create), (gst_udpsrc_set_property),
2052         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2053         * gst/udp/gstudpsrc.h:
2054         Rework the socket allocation a bit based on the sockfd argument so that
2055         it becomes usable.
2056         Add a closefd property to instruct the udp elements to close the custom
2057         file descriptors when going to READY. Fixes #423304.
2058         API:GstUDPSrc::closefd property
2059         API:GstDynUDPSink::closefd property
2060
2061 2007-03-29  Wim Taymans  <wim@fluendo.com>
2062
2063         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2064
2065         * gst/rtp/Makefile.am:
2066         * gst/rtp/gstrtp.c: (plugin_init):
2067         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
2068         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
2069         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
2070         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
2071         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
2072         (gst_rtp_h264_pay_plugin_init):
2073         * gst/rtp/gstrtph264pay.h:
2074         Added H264 payloader. Fixes #423782.
2075
2076         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2077         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
2078         Small fixes.
2079
2080 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2081
2082         * gst/wavparse/gstwavparse.c:
2083         Actually support depths from 1 to 32, not only 8 to 32.
2084
2085 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2086
2087         * gst/wavparse/gstwavparse.c:
2088         Add support for wav files containing audio/x-raw-int with random
2089         depths between 1 and 32 bits.
2090
2091 2007-03-28  Wim Taymans  <wim@fluendo.com>
2092
2093         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
2094
2095         * gst/rtp/Makefile.am:
2096         * gst/rtp/gstrtp.c: (plugin_init):
2097         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
2098         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
2099         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
2100         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
2101         (gst_rtp_mp4a_depay_get_property),
2102         (gst_rtp_mp4a_depay_change_state),
2103         (gst_rtp_mp4a_depay_plugin_init):
2104         * gst/rtp/gstrtpmp4adepay.h:
2105         Added MP4A-LATM depayloader. Fixes #417792.
2106
2107         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
2108         (gst_rtp_mp4v_depay_process):
2109         Fixup depayloader, setting codec_data, using more efficient adaptor and
2110         rtpbuffer handling.
2111
2112         * gst/rtsp/URLS:
2113         Add url to test above.
2114
2115 2007-03-25  Wim Taymans  <wim@fluendo.com>
2116
2117         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
2118         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
2119         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
2120         (gst_rtspsrc_media_to_caps),
2121         (gst_rtspsrc_stream_configure_transport),
2122         (gst_rtspsrc_stream_configure_caps),
2123         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
2124         * gst/rtsp/gstrtspsrc.h:
2125         Handle default clock-rates for static payload types, rearrange stuff so
2126         that the rtpmap field in the sdp can override the defaults.
2127         Parse RTP-Info field to get the seqnum and timebase fields that should
2128         go in the caps.
2129         Delay configuring caps after we got the RTP-Info from the PLAY reply from
2130         the server. 
2131
2132 2007-03-22  Wim Taymans  <wim@fluendo.com>
2133
2134         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
2135
2136         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2137         Accept complex pipeline descriptions as an audio profile instead of just
2138         a single element. Fixes #420658.
2139
2140 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2141
2142         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
2143           Rename registered type in preparation of GstTagDemux moving to
2144           -base at some point in the future.
2145
2146 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
2147
2148         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2149           Streaming mode fixes: don't unref buffer we don't own any longer;
2150           remove bogus adapter flush. Fixes #419338.
2151
2152 2007-03-17  David Schleef  <ds@schleef.org>
2153
2154         * REQUIREMENTS: Change the format to key/value, add a bunch of
2155           information, remove a bunch of requirements that are for
2156           other GStreamer packages.
2157
2158 2007-03-17  David Schleef  <ds@schleef.org>
2159
2160         * REQUIREMENTS: Fix a few things.  This file really needs a
2161         good once-over.
2162
2163 2007-03-15  Edward Hervey  <edward@fluendo.com>
2164
2165         * sys/Makefile.am:
2166         Don't forget to distribute the sys/osxaudio/ directory.
2167
2168 2007-03-15  Edward Hervey  <edward@fluendo.com>
2169
2170         * configure.ac:
2171         * sys/Makefile.am:
2172         * sys/osxaudio/Makefile.am:
2173         * sys/osxaudio/gstosxaudio.c:
2174         * sys/osxaudio/gstosxaudiosink.c:
2175         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
2176         (gst_osx_audio_sink_getcaps),
2177         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
2178         * sys/osxaudio/gstosxaudiosrc.c:
2179         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
2180         (gst_osx_audio_src_create_ringbuffer):
2181         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
2182         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
2183         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
2184         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
2185         * sys/osxaudio/gstosxringbuffer.h:
2186         Activate osxaudio in gst-plugins-good with proper build setup.
2187         Add inlined documentation.
2188         Fix debug statements
2189         Fix ringbuffer when pausing.
2190         Fixes #323471
2191
2192 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2193         * gst/rtp/gstrtppcmapay.c:
2194         * gst/rtp/gstrtppcmapay.h:
2195         * gst/rtp/gstrtppcmupay.c:
2196         * gst/rtp/gstrtppcmupay.h:
2197         Ported mulaw and alaw payloaders to use new base class
2198
2199 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2200
2201         * po/af.po:
2202         * po/az.po:
2203         * po/cs.po:
2204         * po/en_GB.po:
2205         * po/it.po:
2206         * po/nl.po:
2207         * po/or.po:
2208         * po/sq.po:
2209         * po/sr.po:
2210         * po/sv.po:
2211         * po/uk.po:
2212         * po/vi.po:
2213           Update translations.
2214
2215 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2216
2217         * configure.ac:
2218           Fix string replace error (AG_AG_GST_* => AG_GST_*).
2219
2220 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
2223           Fix handling of -1 values for start and stop values when seeking,
2224           and SEEK_CUR+SEEK_END here as well.
2225
2226 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
2227
2228         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
2229           Fix handling of -1 values for start and stop values when seeking, 
2230           and SEEK_CUR+SEEK_END.
2231
2232 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2233
2234         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2235           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
2236           the image format a variable-length NUL-terminated string; in
2237           versions before that the image format is a fixed-length string of
2238           3 characters (see #348644 for a sample tag).
2239           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
2240
2241 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2242
2243         * win32/MANIFEST:
2244         Add new project files to MANIFEST.
2245         * win32/vs6/libgstaudiofx.dsp:
2246         * win32/vs6/libgstrtp.dsp:
2247         * win32/vs6/libgstrtsp.dsp:
2248         Update project files.
2249         
2250 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
2253         (gst_avi_demux_parse_index):
2254         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2255         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2256           Printf format fixes; also add some missing quotes in translated
2257           strings. Fixes #416728 and #416727.
2258
2259 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
2260
2261         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
2262           Tim and I can't think of any reason the child audio sink needs to 
2263           be set back to NULL after successfully determining that it can 
2264           reach READY - it gets immediately set back to READY by the caller
2265           anyway, causing an unnecessary close/open of any audio devices
2266           involved.
2267
2268 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2269
2270         * po/LINGUAS:
2271         * po/ja.po:
2272           Add ja.po file from #377306.
2273
2274 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2275
2276         * sys/sunaudio/gstsunaudio.c: (plugin_init):
2277         * sys/sunaudio/gstsunaudiomixertrack.c:
2278         (gst_sunaudiomixer_track_new):
2279           Actually translate sunaudio mixer track labels instead of just
2280           marking the strings as translatable (#377306); clean up weird
2281           label string mapping code that serves no apparent purpose. Also
2282           set the 'untranslated-label' property when creating mixer tracks
2283           if the GstMixerTrack base class supports this.
2284
2285         * tests/check/Makefile.am:
2286         * tests/check/elements/.cvsignore:
2287         * tests/check/elements/sunaudio.c: (GST_START_TEST),
2288         (sunaudio_suite):
2289           Very minimalistic unit test for sunaudiomixer element (compiles, but not
2290           actually tested on a system where sunaudiomixer is available).
2291
2292 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
2293
2294         * tests/check/Makefile.am:
2295         Re-enable the states test and see if it works on the buildbots.
2296
2297 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
2298
2299         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
2300         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
2301         (gst_dvdec_change_state):
2302         * ext/dv/gstdvdec.h:
2303         Infer pixel-aspect-ratio from the video frame format if it isn't
2304         provided by the container, as happens when playing DV from AVI
2305         or Quicktime containers.
2306
2307         Patch by: Wim Taymans <wim@fluendo.com>
2308         Fixes #380944
2309
2310 2007-03-09  Wim Taymans  <wim@fluendo.com>
2311
2312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
2313         When activated, remove the udpsrc timeout, we have dataflow and timeouts
2314         will later be handled by the jitterbuffer.
2315
2316 2007-03-09  Wim Taymans  <wim@fluendo.com>
2317
2318         * ext/taglib/gstid3v2mux.cc:
2319         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2320         Fixes #414496.
2321         
2322         Patch by: Alex Lancaster <alexl at users sourceforge net>
2323
2324 2007-03-09  Wim Taymans  <wim@fluendo.com>
2325
2326         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2327         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
2328         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
2329         (gst_avi_demux_chain):
2330         Fix stream position reporting after a seek. Fixes #416445.
2331
2332 2007-03-08  Wim Taymans  <wim@fluendo.com>
2333
2334         Patch by: René Stadler <mail at renestadler dot de>
2335
2336         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2337         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
2338         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
2339         Make avidemux accept optional header chunks in any order.
2340         Fixes #415446.
2341
2342 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2343
2344         * tests/check/Makefile.am:
2345         Disable the states check until the remaining Valgrind errors
2346         are fixed or suppressed.
2347
2348 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
2349
2350         * tests/check/elements/.cvsignore:
2351           Add audiodynamic check to .cvsignore
2352
2353 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
2354
2355         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2356
2357         * gst/audiofx/Makefile.am:
2358         * gst/audiofx/audiodynamic.c:
2359         (gst_audio_dynamic_characteristics_get_type),
2360         (gst_audio_dynamic_mode_get_type),
2361         (gst_audio_dynamic_set_process_function),
2362         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
2363         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
2364         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
2365         (gst_audio_dynamic_transform_hard_knee_compressor_int),
2366         (gst_audio_dynamic_transform_hard_knee_compressor_float),
2367         (gst_audio_dynamic_transform_soft_knee_compressor_int),
2368         (gst_audio_dynamic_transform_soft_knee_compressor_float),
2369         (gst_audio_dynamic_transform_hard_knee_expander_int),
2370         (gst_audio_dynamic_transform_hard_knee_expander_float),
2371         (gst_audio_dynamic_transform_soft_knee_expander_int),
2372         (gst_audio_dynamic_transform_soft_knee_expander_float),
2373         (gst_audio_dynamic_transform_ip):
2374         * gst/audiofx/audiodynamic.h:
2375         * gst/audiofx/audiofx.c: (plugin_init):
2376         Add new audiodynamic element which can act as a compressor or
2377         expander. Supported are hard-knee and soft-knee operation modes with
2378         user-specified ratio and threshold.
2379         Attack and release parameters are not yet implemented but will follow.
2380         * docs/plugins/Makefile.am:
2381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2383         * docs/plugins/gst-plugins-good-plugins.args:
2384         * docs/plugins/inspect/plugin-audiofx.xml:
2385         Integrate audiodynamic into the docs.
2386         * tests/check/Makefile.am:
2387         * tests/check/elements/audiodynamic.c: (setup_dynamic),
2388         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
2389         Add unit test for audiodynamic.
2390
2391 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2392
2393         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
2394         Free handles that we allocated when exiting via the error paths.
2395
2396 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
2397
2398         * gst/level/gstlevel.c: (gst_level_class_init),
2399         (gst_level_set_caps), (gst_level_start), (gst_level_event),
2400         (gst_level_transform_ip):
2401         * gst/level/gstlevel.h:
2402           Resolve message timestamps against the playback segment.
2403
2404 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
2407         (gst_id3demux_sink_activate):
2408           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
2409           caps passed to it (previously one code path assumed it took ownership
2410           while another one assumed it didn't, while in fact it sometimes did and
2411           sometimes didn't ...).
2412
2413         * configure.ac:
2414         * tests/files/Makefile.am:
2415         * tests/files/id3-407349-1.tag:
2416         * tests/files/id3-407349-2.tag:
2417           Add directory where data for unit tests can be stored.
2418
2419         * tests/Makefile.am:
2420         * tests/check/Makefile.am:
2421         * tests/check/elements/.cvsignore:
2422         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
2423         (read_tags_from_file), (run_check_for_file),
2424         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
2425           Add unit test for id3demux, and in particular for bug #407349. Only
2426           testing pull-mode for now; push mode doesn't work yet because the test
2427           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
2428
2429 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * tests/check/Makefile.am:
2432           Add missing backslash at end of line.
2433
2434 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2435
2436         Trigger rebuild.
2437
2438 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2439
2440         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
2441         * gst/id3demux/id3tags.h:
2442         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
2443         (parse_obsolete_tdat_frame):
2444           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
2445           the four-digit number will be interpreted as a year, whereas it is
2446           month and day in DDMM format. Instead, parse TDAT frames and fix up
2447           the date in the GST_TAG_DATE tag later if we also extracted a year.
2448           Fixes #407349.
2449
2450 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2451
2452         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
2453         (gst_switch_commit_new_kid):
2454         Fix up the dispose logic so it doesn't leak, and fix setting of 
2455         the child state so that we don't set a child to our current state 
2456         just as we are changing it to something else.
2457
2458 2007-03-06  Wim Taymans  <wim@fluendo.com>
2459
2460         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
2461         (gst_goom_chain):
2462         * gst/goom/gstgoom.h:
2463         Document, fix and improve goom adapter behaviour.
2464         Fixes #407006.
2465
2466 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2467
2468         * ext/esd/esdsink.c: (gst_esdsink_open):
2469         Unref static pad template after using it.
2470
2471 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2472
2473         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
2474         (gst_switch_commit_new_kid):
2475         Fix up the reference counting of the child elements.
2476
2477 2007-03-05  Wim Taymans  <wim@fluendo.com>
2478
2479         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
2480         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
2481         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2482         Fix encoding-name case.
2483
2484 2007-03-05  Wim Taymans  <wim@fluendo.com>
2485
2486         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
2487         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
2488         (gst_rtp_speex_depay_process):
2489         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
2490         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
2491         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
2492         (gst_rtp_speex_pay_change_state):
2493         * gst/rtp/gstrtpspeexpay.h:
2494         Fix speex (de)payloader. Fixes #358040.
2495
2496 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2497
2498         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
2499         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
2500         Install fakesink in NULL by fixing some broken logic. This obviates
2501         the need to manually set _IS_SINK.
2502         Add some comments and remove a little cruft while I'm at it.
2503
2504 2007-03-05  Wim Taymans  <wim@fluendo.com>
2505
2506         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
2507         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
2508
2509 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2510
2511         * po/POTFILES.in:
2512           Update.
2513
2514 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2515
2516         * tests/check/Makefile.am:
2517         Gah! Also disable gconfvideosink from the tests, otherwise
2518         it will instantiate autovideosink, and dfbvideosink and
2519         leak on the buildbots.
2520
2521 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2522
2523         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
2524         (gst_cdio_cdda_src_finalize):
2525         Make sure we always destroy our libcdio handle.
2526
2527 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2528
2529         * tests/check/Makefile.am:
2530         Disable autovideosink so the buildbots don't barf over memory
2531         leaked in the directfb sink.
2532
2533 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2534
2535         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
2536         Chain up in dispose
2537
2538 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2539
2540         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2541         (gst_multipart_find_pad_by_mime):
2542         Use gst_pad_new_from_static_template instead of
2543         static_pad_template_get+pad_new.
2544
2545 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2546
2547         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
2548         Catch the case where no clock has been set.
2549
2550 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2551
2552         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
2553         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
2554         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
2555         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
2556         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
2557         (gst_gconf_audio_src_finalize), (do_toggle_element):
2558         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
2559         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
2560         (do_toggle_element):
2561         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
2562         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
2563         (gst_gconf_video_src_finalize), (do_toggle_element):
2564         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
2565         (gst_switch_sink_reset), (gst_switch_sink_set_child):
2566         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
2567         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
2568         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
2569         (gst_shout2send_init), (gst_shout2send_finalize):
2570         * gst/debug/testplugin.c: (gst_test_class_init),
2571         (gst_test_finalize):
2572         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
2573         (gst_flxdec_dispose):
2574         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
2575         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
2576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2577         (gst_rtspsrc_finalize):
2578         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
2579         * gst/rtsp/rtspextwms.h:
2580         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
2581         (gst_smpte_finalize):
2582         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
2583         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
2584         (gst_udpsink_finalize):
2585         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
2586         (gst_wavparse_sink_activate):
2587         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
2588         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
2589         (gst_oss_src_finalize):
2590         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
2591         * sys/v4l2/gstv4l2object.h:
2592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2593         (gst_v4l2src_finalize):
2594         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
2595
2596         Fix a bunch of leaks shown by the newly-added states test.
2597
2598 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2599
2600         * ext/dv/gstdvdec.c: (gst_dvdec_init):
2601         Use gst_pad_new_from_static_template instead of 
2602         static_pad_template_get+pad_new.
2603
2604 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2605
2606         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2607
2608         * ext/libcaca/Makefile.am:
2609         * gst/debug/Makefile.am:
2610           Don't mix tabs and spaces (#414168).
2611
2612 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * tests/check/generic/.cvsignore:
2615           Ignore files to please buildbot.
2616
2617 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2618
2619         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
2620         (gst_wavparse_stream_data):
2621           Unbreak my previous commit (swapped nominator & denominator). Tim,
2622           thanks for spotting.
2623
2624 2007-03-02  Wim Taymans  <wim@fluendo.com>
2625
2626         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
2627         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
2628         (gst_cdio_cdda_src_finalize):
2629         Small code cleanups.
2630         Don't use pad_alloc as the base class cannot deal with the error codes.
2631
2632 2007-03-02  Wim Taymans  <wim@fluendo.com>
2633
2634         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2635         (gst_udpsrc_create):
2636         Fix doc.
2637
2638 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2639
2640         Patch by: René Stadler <mail@renestadler.de>
2641
2642         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
2643         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
2644         (gst_wavparse_stream_data):
2645           Handle rounding better to not drop last sample frame. Fixes #356692
2646
2647 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2648
2649         * tests/check/Makefile.am:
2650         Disable cacasink from the states check too - it also calls exit(1)
2651         on us when it can't find a terminal to talk to.
2652
2653 2007-03-02  Wim Taymans  <wim@fluendo.com>
2654
2655         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2656
2657         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2658         (gst_udpsrc_create), (gst_udpsrc_set_property),
2659         (gst_udpsrc_get_property):
2660         * gst/udp/gstudpsrc.h:
2661         Add support to strip proprietary headers. Fixes #350296.
2662
2663 2007-03-02  Wim Taymans  <wim@fluendo.com>
2664
2665         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
2666         Fix compilation.
2667
2668 2007-03-02  Wim Taymans  <wim@fluendo.com>
2669
2670         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2671
2672         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
2673         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
2674         (gst_rtp_mp2t_depay_set_property),
2675         (gst_rtp_mp2t_depay_get_property):
2676         * gst/rtp/gstrtpmp2tdepay.h:
2677         Add support to strip off proprietary headers. Fixes #350278.
2678
2679 2007-03-02  Wim Taymans  <wim@fluendo.com>
2680
2681         * ext/hal/hal.c:
2682         Fix compilation.
2683
2684 2007-03-02  Wim Taymans  <wim@fluendo.com>
2685
2686         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
2687         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
2688         (gst_sunaudiosrc_open):
2689         * sys/sunaudio/gstsunaudiosrc.h:
2690         Remove device-name from GstSunAudioSrc. Fixes #412597.
2691
2692 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
2695         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
2696         Having NULL as UDI previously selected the default sink/src. Change
2697         this back but mention it in the debug output.
2698         * ext/hal/hal.c: (gst_hal_get_alsa_element),
2699         (gst_hal_get_oss_element), (gst_hal_get_string),
2700         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
2701         (gst_hal_get_audio_src):
2702         * ext/hal/hal.h:
2703         Refactor a bit, check all error conditions, greatly improve debugging
2704         and fix some possible memory leaks. Also implement OSS support
2705         and allow specifying an UDI that points to a real device. For this the
2706         child device which supports ALSA (preferred) or OSS is used.
2707         As a side effect this makes it impossible now to get a alsasink in
2708         halaudiosrc and a alsasrc in halaudiosink.
2709
2710 2007-03-01  Wim Taymans  <wim@fluendo.com>
2711
2712         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
2713         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
2714         Errors from the udp sources are not fatal unless all of them are in
2715         error.
2716
2717 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2718
2719         * tests/check/Makefile.am:
2720         Disable aasink in the states test. I suspect this is the element that
2721         is calling exit(1) when it can't proceed.
2722
2723 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2724
2725         * tests/check/Makefile.am:
2726         Draw plugins in from the build tree sys/ dir, rather than picking
2727         up the already installed versions.
2728
2729 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2730
2731         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
2732         Error out correctly when getting xcontext fails.
2733
2734 2007-03-01  Wim Taymans  <wim@fluendo.com>
2735
2736         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
2737         Make state change to PAUSED NO_PREROLL because that's what it will be in
2738         the future and rtspsrc relies on it.
2739
2740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
2741         (gst_rtspsrc_change_state):
2742         Don't error out when we don't get an error from the state change
2743         function.
2744
2745 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
2746
2747         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
2748         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
2749           Check if the device UDI is set before trying to query HAL
2750           about it and give a useful error message if it wasn't set.
2751         * ext/hal/hal.c: (gst_hal_get_string):
2752           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
2753           gives an assertion failure in D-Bus when running with
2754           DBUS_FATAL_WARNINGS=1.
2755
2756 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2757
2758         * configure.ac:
2759           Convert to new AG_GST style.
2760
2761 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2762
2763         * tests/check/Makefile.am:
2764         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
2765           add test for states
2766
2767 2007-02-28  Wim Taymans  <wim@fluendo.com>
2768
2769         * tests/check/elements/.cvsignore:
2770         Add new videofilter check to .cvsignore.
2771
2772 2007-02-28  Wim Taymans  <wim@fluendo.com>
2773
2774         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
2775         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
2776         (gst_avi_demux_loop), (gst_avi_demux_chain):
2777         Fix combined flow return. Fixes #412608.
2778
2779 2007-02-28  Wim Taymans  <wim@fluendo.com>
2780
2781         * gst/videofilter/Makefile.am:
2782         Dist header..
2783
2784 2007-02-28  Wim Taymans  <wim@fluendo.com>
2785
2786         * gst/videofilter/gstgamma.h:
2787         Add header too.
2788
2789 2007-02-28  Wim Taymans  <wim@fluendo.com>
2790
2791         Patch by: Mark Nauwelaerts <manauw at skynet be>
2792
2793         * gst/videofilter/Makefile.am:
2794         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
2795         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
2796         (gst_gamma_get_property), (gst_gamma_calculate_tables),
2797         (oil_tablelookup_u8), (gst_gamma_set_caps),
2798         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
2799         Port gamma filter to 0.10. Fixes #412704.
2800
2801         * tests/check/Makefile.am:
2802         * tests/check/elements/videofilter.c: (setup_filter),
2803         (cleanup_filter), (check_filter), (GST_START_TEST),
2804         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
2805         Add unit tests for videofilters.
2806
2807 2007-02-28  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst/rtsp/URLS:
2810         Add another interesting test url.
2811
2812         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
2813         Don't allow getting header fields from data packets.
2814
2815 2007-02-28  Michael Smith  <msmith@fluendo.com>
2816
2817         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
2818         (gst_shout2send_init), (gst_shout2send_start),
2819         (gst_shout2send_set_property), (gst_shout2send_get_property):
2820         * ext/shout2/gstshout2.h:
2821           Add a property for username.
2822
2823 2007-02-27  Christian Schallerr <christian@fluendo.com>
2824
2825         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
2826
2827 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
2828
2829         * gst/rtsp/Makefile.am:
2830         Fix make check too.
2831
2832 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
2833
2834         * gst/rtsp/base64.c: (util_base64_encode):
2835         * gst/rtsp/base64.h:
2836         Commit missing files for base64 encoding.
2837
2838 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2841
2842         * configure.ac:
2843         * ext/annodex/Makefile.am:
2844         * ext/jpeg/Makefile.am:
2845         * ext/speex/Makefile.am:
2846         * gst/alpha/Makefile.am:
2847         * gst/cutter/Makefile.am:
2848         * gst/debug/Makefile.am:
2849         * gst/effectv/Makefile.am:
2850         * gst/goom/Makefile.am:
2851         * gst/level/Makefile.am:
2852         * gst/smpte/Makefile.am:
2853         * gst/videofilter/Makefile.am:
2854           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
2855
2856 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
2857
2858         * gst/rtsp/Makefile.am:
2859         * gst/rtsp/rtspconnection.c: (append_auth_header),
2860         (rtsp_connection_send), (rtsp_connection_set_auth):
2861         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
2862         from icecast to replace it. Relicensed from GPL courtesy of Mike
2863         Smith.
2864
2865 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
2866
2867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
2868         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
2869         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2870         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
2871         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
2872         (gst_rtspsrc_uri_set_uri):
2873         * gst/rtsp/gstrtspsrc.h:
2874         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2875         (append_auth_header), (rtsp_connection_send),
2876         (rtsp_connection_free), (rtsp_connection_set_auth):
2877         * gst/rtsp/rtspconnection.h:
2878         * gst/rtsp/rtspdefs.h:
2879         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2880         * gst/rtsp/rtspurl.h:
2881
2882         Implement simple Basic Authentication support so that urls like
2883         rtsp://user:pass@hostname/rtspstream work on hosts that require
2884         authentication.
2885
2886 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
2887
2888         * sys/v4l2/gstv4l2object.c:
2889         * sys/v4l2/gstv4l2tuner.c:
2890         * sys/v4l2/v4l2_calls.c:
2891         Fix segfault when oppening a radio device.
2892         
2893 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2894
2895         * gst/level/gstlevel.c: (gst_level_set_caps),
2896         (gst_level_transform_ip):
2897         * sys/v4l2/README:
2898         * tests/check/elements/level.c: (GST_START_TEST):
2899           Fix level for multi-channel case.
2900
2901 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2902
2903         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
2904         (gst_level_transform_ip):
2905         * gst/level/gstlevel.h:
2906           Use function pointer for process function and add process functions
2907           for float audio.
2908
2909 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
2910
2911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2912         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2913         (gst_v4l2src_capture_init):
2914           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
2915           fixes #407369
2916
2917 2007-02-18  Wim Taymans  <wim@fluendo.com>
2918
2919         * gst/rtp/Makefile.am:
2920         * gst/rtp/gstrtp.c: (plugin_init):
2921         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
2922         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
2923         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
2924         (gst_rtp_mp2t_pay_plugin_init):
2925         * gst/rtp/gstrtpmp2tpay.h:
2926         Added simple mpeg transport stream payloader.
2927
2928 2007-02-16  Wim Taymans  <wim@fluendo.com>
2929
2930         * gst/rtsp/URLS:
2931         Add example H264 rtsp url.
2932
2933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2934         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2935         Don't convert values to lowercase or we might mess up base64 encoded
2936         properties.
2937
2938 2007-02-16  Wim Taymans  <wim@fluendo.com>
2939
2940         * gst/rtp/README:
2941         Fix case of string params.
2942
2943         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2944         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
2945         Fix depayloader, support more packet types.
2946         Add sync codes to make sure the packetizer can do its job.
2947
2948         * gst/rtp/gstrtpmp4gdepay.c:
2949         * gst/rtp/gstrtpmp4gpay.c:
2950         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
2951         Fix caps case again.
2952
2953 2007-02-15  Wim Taymans  <wim@fluendo.com>
2954
2955         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2956         Set right caps on output buffers.
2957
2958 2007-02-14  Wim Taymans  <wim@fluendo.com>
2959
2960         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
2961         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
2962         Clear stack allocated SDPMedia struct before calling _init() on it.
2963         Clarify this in the docs as well.
2964
2965 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
2966
2967         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
2968         (do_change_child):
2969         Don't reset the profile when going switching states, as it makes
2970         the element non-reusable.
2971
2972 2007-02-14  Wim Taymans  <wim@fluendo.com>
2973
2974         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
2975         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
2976         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
2977         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
2978         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
2979         (sdp_parse_line):
2980         * gst/rtsp/sdpmessage.h:
2981         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
2982         Fix memory management of SDP messages. Fixes #407793.
2983
2984 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
2985
2986         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
2987
2988         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
2989         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
2990
2991 2007-02-14  Wim Taymans  <wim@fluendo.com>
2992
2993         Patch by: jp.liu <jp_liu at astrocom dot cn>
2994
2995         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
2996         Fix parsing of password field in url. Fixes #407797.
2997
2998 2007-02-14  Wim Taymans  <wim@fluendo.com>
2999
3000         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
3001         (gst_wavparse_reset), (gst_wavparse_init),
3002         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
3003         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
3004         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
3005         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
3006         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
3007         (gst_wavparse_loop), (gst_wavparse_chain),
3008         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3009         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
3010         (plugin_init):
3011         * gst/wavparse/gstwavparse.h:
3012         Update docs.
3013         Use boilerplate.
3014         Various code cleanups.
3015         When the bitrate is not known (bps == 0 or compressed formats) let
3016         downstream element guestimate the duration and position and don't
3017         generate timestamps or durations. Fixes #405213.
3018         Fix EOS and ERROR conditions in chain mode, we just need to forward the
3019         error flowreturn upstream.
3020
3021 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
3022
3023         * ext/gconf/Makefile.am:
3024         * ext/gconf/gconf.c: (gst_gconf_get_string),
3025         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
3026         (gst_gconf_render_bin_with_default):
3027         * ext/gconf/gconf.h:
3028         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
3029         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
3030         (gst_gconf_audio_sink_dispose), (do_change_child),
3031         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
3032         (cb_change_child), (gst_gconf_audio_sink_change_state):
3033         * ext/gconf/gstgconfaudiosink.h:
3034         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
3035         (gst_switch_sink_class_init), (gst_switch_sink_reset),
3036         (gst_switch_sink_init), (gst_switch_sink_dispose),
3037         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
3038         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
3039         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
3040         * ext/gconf/gstswitchsink.h:
3041         * gst/autodetect/gstautoaudiosink.c:
3042         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
3043         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
3044         (gst_auto_audio_sink_detect):
3045         * gst/autodetect/gstautovideosink.c:
3046         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
3047         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
3048         (gst_auto_video_sink_detect):
3049         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
3050         and a child that implements the GConf key monitoring. The end goal of
3051         this is an audio sink that can be changed on the fly, but at the 
3052         moment it still only changes on the next READY transition.
3053
3054 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3055
3056         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3057         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3058         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
3059         (gst_avi_demux_calculate_durations_from_index),
3060         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
3061         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3062         (gst_avi_demux_loop):
3063           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
3064
3065 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3066
3067         * configure.ac:
3068         * docs/plugins/Makefile.am:
3069           Add crossreferences to glib/gobject/gstream docs.
3070
3071 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * gst/monoscope/Makefile.am:
3074         * gst/monoscope/gstmonoscope.c:
3075           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
3076           (but no LIBS, since we only use defines from the headers).
3077
3078 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3079
3080         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
3081
3082         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
3083         (gst_wavparse_stream_data):
3084           Fix massive memory leak when operating in streaming mode due to
3085           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
3086           Fixes #407057.
3087
3088 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3089
3090         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
3091         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
3092         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
3093         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
3094         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3095         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
3096         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3097         (gst_avi_demux_calculate_durations_from_index),
3098         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
3099         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
3100         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
3101         * gst/avi/gstavidemux.h:
3102           Save some memory (8%) by repacking the index entry structure (more to
3103           come). Add more FIXMEs to questionable parts.
3104
3105 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3106
3107         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
3108         (gst_v4l2src_get_caps):
3109         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3110         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
3111         (gst_v4l2src_capture_init):
3112           More FIXME comments and messaging changes.
3113
3114 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3115
3116         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
3117         (gst_goom_change_state):
3118         * gst/goom/gstgoom.h:
3119           Improved docs and use GST_DEBUG_FUNCPTR.
3120
3121         * gst/level/gstlevel.c: (gst_level_class_init):
3122           Use GST_DEBUG_FUNCPTR.
3123
3124         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
3125         (gst_monoscope_chain), (gst_monoscope_change_state):
3126           Improved docs source cleanups.
3127
3128 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         * gst/debug/Makefile.am:
3131         * gst/debug/gstdebug.c: (plugin_init):
3132         * gst/debug/gstpushfilesrc.c:
3133         * gst/debug/gstpushfilesrc.h:
3134           Add code for a pushfilesrc element that implements a pushfile:// URI
3135           handler, to make debugging push-mode operation of demuxer/decoders
3136           that support both easier in connection with seek/playbin/etc.
3137           The element isn't registered at the moment.
3138
3139 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
3140
3141         * gst/avi/gstavimux.c:
3142           Comment a #if 0 in caps template definition as VS6 seems to 
3143         do not support it.
3144         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
3145           Use gst_guint64_to_gdouble for conversion.
3146         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
3147           Move variables declaration before the first instruction.
3148         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
3149           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
3150           And don't include netdb.h for G_OS_WIN32
3151         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
3152           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
3153           by VS6 then use an other way to initialize SDPMedia structure.
3154         * gst/udp/gstdynudpsink.h:
3155         * gst/udp/gstdynudpnetutils.h:
3156           Do not include <sys/time.h> for G_OS_WIN32
3157         * gst/udp/gstudpsrc.c:
3158           Define socklen_t as int for G_OS_WIN32
3159         * win/common/config.h.in:
3160           Undef HAVE_NETINET_IN_H
3161         * win32/vs6/gst_plugins_good.dsw:
3162         * win32/vs6/libgstrtp.dsp:
3163         * win32/vs6/libgstrtsp.dsp:
3164         * win32/vs6/libgstautogen.dsp:
3165         * win32/vs6/libgstaudiofx.dsp:
3166         * win32/vs6/libgstudp.dsp:
3167           Add and update project files.
3168         * win32/common/gstudp-enumtypes.c:
3169         * win32/common/gstudp-enumtypes.h:
3170           Add a copy of udp enumtypes to win32/common as in core 
3171           and base.
3172         
3173 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
3174
3175         * configure.ac:
3176           Activate monoscope when building with --enable-experimental. Fix
3177           --enable-external configure switch description.
3178
3179         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
3180         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
3181           Help gst-indent.
3182
3183 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3186           Explicitly cast result of pointer arithmetic to integer in order to
3187           avoid compiler warnings on some 64-bit systems. Should fix #406018.
3188
3189 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * gst/debug/progressreport.c:
3192           Some more docs.
3193
3194 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3195
3196         * docs/plugins/inspect/plugin-rtp.xml:
3197           Update for new elements.
3198
3199         * gst/debug/progressreport.h:
3200           Commit newly-created header file as well.
3201
3202 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * docs/plugins/Makefile.am:
3205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3207         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3208         * gst/debug/Makefile.am:
3209         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
3210         (gst_progress_report_do_query), (gst_progress_report_report):
3211           Make progressreport element post messages with the current progress
3212           on the bus. Also add some basic docs for it.
3213
3214 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         * ext/hal/hal.c: (gst_hal_get_string):
3217         * ext/hal/hal.h:
3218           Some small cleanups; deal with errors when parsing the HAL ALSA
3219           capabilities a bit better.
3220
3221 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
3224           Let's try this again and use the right cast this time.
3225
3226 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
3229           Add cast to avoid compiler warnings with older GLib versions
3230           where the nick/name members in GEnumValue are not declared as
3231           constant strings.
3232
3233 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
3236         (gst_gconf_render_bin_from_key),
3237         (gst_gconf_get_default_audio_sink):
3238         * ext/gconf/gconf.h:
3239         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
3240         (do_toggle_element), (gst_gconf_audio_sink_set_property),
3241         (gst_gconf_audio_sink_get_property):
3242           In gconfaudiosink, get the right key as the old key in do_toggle
3243           (ie. one dependent on the profile selected). Log some more stuff so
3244           we can see what's actually going on.
3245
3246 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
3247
3248         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
3249         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
3250         (gst_audio_amplify_set_process_function),
3251         (gst_audio_amplify_setup):
3252         * gst/audiofx/audioamplify.h:
3253         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
3254         (gst_audio_invert_class_init), (gst_audio_invert_setup):
3255         * gst/audiofx/audioinvert.h:
3256         Some small cleanups and port both elements to the new GstAudioFilter
3257         base class to save a few lines of common code.
3258         * gst/audiofx/Makefile.am:
3259         Link against libgstaudio for the above changes
3260
3261 2007-01-29  Wim Taymans  <wim@fluendo.com>
3262
3263         * tests/check/elements/.cvsignore:
3264         Some more ignores.
3265
3266 2007-01-26  Wim Taymans  <wim@fluendo.com>
3267
3268         Patch by: charles <charlesg3 at gmail dot com>
3269
3270         * ext/shout2/gstshout2.c: (gst_shout2send_init),
3271         (set_shout_metadata), (gst_shout2send_event):
3272         * ext/shout2/gstshout2.h:
3273         Properly handle tags in shout2send. Fixes #399825.
3274
3275 2007-01-25  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3278         (gst_rtspsrc_activate_streams):
3279         Convert SDP fields to upper/lowercase following the rules in the SDP to
3280         caps document. 
3281
3282 2007-01-25  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst/rtp/README:
3285         * gst/rtp/gstrtpilbcdepay.c:
3286         * gst/rtp/gstrtpilbcpay.c:
3287         * gst/rtp/gstrtpmp4gdepay.c:
3288         * gst/rtp/gstrtpmp4gpay.c:
3289         * gst/rtp/gstrtpspeexdepay.c:
3290         * gst/rtp/gstrtpspeexpay.c:
3291         * gst/rtp/gstrtpsv3vdepay.c:
3292         * gst/rtp/gstrtptheoradepay.c:
3293         * gst/rtp/gstrtptheorapay.c:
3294         * gst/rtp/gstrtpvorbisdepay.c:
3295         * gst/rtp/gstrtpvorbispay.c:
3296         Fix case of encoding-name and key/value pairs to match the document.
3297         This is to make interoperation with SDP case-insensitive as required by
3298         the relevant RFCs.
3299
3300 2007-01-25  Wim Taymans  <wim@fluendo.com>
3301
3302         * configure.ac:
3303         Bump required -core/-base to CVS
3304
3305 2007-01-25  Wim Taymans  <wim@fluendo.com>
3306
3307         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
3308         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
3309         * gst/rtp/gstrtpL16pay.h:
3310         Fill up to MTU using adapter.
3311         Timestamp rtp packets.
3312
3313 2007-01-25  Edward Hervey  <edward@fluendo.com>
3314
3315         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
3316         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
3317         Use G_GSIZE_FORMAT in print statements for portability.
3318         Fixes build on macosx.
3319
3320 2007-01-24  Wim Taymans  <wim@fluendo.com>
3321
3322         * gst/rtp/Makefile.am:
3323         * gst/rtp/gstrtp.c: (plugin_init):
3324         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
3325         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
3326         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
3327         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
3328         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
3329         (gst_rtp_L16_depay_plugin_init):
3330         * gst/rtp/gstrtpL16depay.h:
3331         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
3332         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
3333         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
3334         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
3335         (gst_rtp_L16_pay_plugin_init):
3336         * gst/rtp/gstrtpL16pay.h:
3337         Port and enable raw audio payloader/depayloader. Needs a bit more work
3338         on the payloader side.
3339
3340 2007-01-24  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
3343         (gst_rtspsrc_stream_configure_transport),
3344         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
3345         * gst/rtsp/gstrtspsrc.h:
3346         Only unblock the udp pads when we linked and activated them all.
3347         Fixes #395688.
3348
3349 2007-01-24  Wim Taymans  <wim@fluendo.com>
3350
3351         * gst/rtp/Makefile.am:
3352         * gst/rtp/gstrtp.c: (plugin_init):
3353         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
3354         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
3355         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
3356         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
3357         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
3358         * gst/rtp/gstrtpac3depay.h:
3359         Added simple AC3 depayloader (RFC 4184).
3360
3361         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3362         Fix a leak.
3363
3364 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
3365
3366         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3367
3368         * gst/audiofx/Makefile.am:
3369         * gst/audiofx/audioamplify.c:
3370         (gst_audio_amplify_clipping_method_get_type),
3371         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
3372         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
3373         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
3374         (gst_audio_amplify_set_caps),
3375         (gst_audio_amplify_transform_int_clip),
3376         (gst_audio_amplify_transform_int_wrap_negative),
3377         (gst_audio_amplify_transform_int_wrap_positive),
3378         (gst_audio_amplify_transform_float_clip),
3379         (gst_audio_amplify_transform_float_wrap_negative),
3380         (gst_audio_amplify_transform_float_wrap_positive),
3381         (gst_audio_amplify_transform_ip):
3382         * gst/audiofx/audioamplify.h:
3383         * gst/audiofx/audiofx.c: (plugin_init):
3384         Add new element "audioamplify". This allows scaling of raw audio
3385         samples, similar to the "volume" element, but provides different modes
3386         for clipping and allows unlimited amplification. It's mainly targeted
3387         for creative sound design and not as a replacement of the "volume"
3388         element. Fixes #397162
3389         * docs/plugins/Makefile.am:
3390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3392         * docs/plugins/gst-plugins-good-plugins.args:
3393         * docs/plugins/inspect/plugin-audiofx.xml:
3394         Add docs for audioamplify and integrate them into the build system
3395         * tests/check/Makefile.am:
3396         * tests/check/elements/audioamplify.c: (setup_amplify),
3397         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
3398         Add fairly extensive unit test suite for audioamplify
3399
3400 2007-01-24  Wim Taymans  <wim@fluendo.com>
3401
3402         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
3403         Unblock pads after adding the pads to the element so that autopluggers
3404         get a change to link something. Possibly fixes #395688.
3405
3406 2007-01-24  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst/rtp/gstrtpamrdepay.c:
3409         * gst/rtp/gstrtpgsmdepay.c:
3410         * gst/rtp/gstrtph263pdepay.c:
3411         * gst/rtp/gstrtph263ppay.c:
3412         * gst/rtp/gstrtph264depay.c:
3413         * gst/rtp/gstrtpilbcdepay.c:
3414         * gst/rtp/gstrtpmp2tdepay.c:
3415         * gst/rtp/gstrtpmp4gdepay.c:
3416         * gst/rtp/gstrtpmp4gpay.c:
3417         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
3418         * gst/rtp/gstrtpmp4vpay.c:
3419         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
3420         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
3421         (gst_rtp_mpa_depay_process):
3422         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
3423         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
3424         * gst/rtp/gstrtppcmadepay.c:
3425         * gst/rtp/gstrtppcmudepay.c:
3426         * gst/rtp/gstrtpspeexdepay.c:
3427         * gst/rtp/gstrtpspeexpay.c:
3428         * gst/rtp/gstrtpsv3vdepay.c:
3429         * gst/rtp/gstrtptheoradepay.c:
3430         * gst/rtp/gstrtptheorapay.c:
3431         * gst/rtp/gstrtpvorbisdepay.c:
3432         * gst/rtp/gstrtpvorbispay.c:
3433         Fix caps with payload numbers.
3434         Add some fixed payload numbers to caps when possible.
3435
3436 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
3437
3438         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3439
3440         * gst/audiofx/Makefile.am:
3441         * gst/audiofx/audiofx.c: (plugin_init):
3442         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
3443         (gst_audio_invert_class_init), (gst_audio_invert_init),
3444         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
3445         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
3446         (gst_audio_invert_transform_float),
3447         (gst_audio_invert_transform_ip):
3448         * gst/audiofx/audioinvert.h:
3449         Add new audiofx element "audioinvert". This element swaps the upper
3450         and lower half of samples and can be used for example for a
3451         wide-stereo effect. Fixes #396057
3452         * docs/plugins/Makefile.am:
3453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3455         * docs/plugins/gst-plugins-good-plugins.args:
3456         * docs/plugins/inspect/plugin-audiofx.xml:
3457         Add docs for the audioinvert element and add them to the build system.
3458         * tests/check/Makefile.am:
3459         * tests/check/elements/audioinvert.c: (setup_invert),
3460         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
3461         Add unit test suite for the audioinvert element.
3462
3463 2007-01-23  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
3466         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
3467         Parse config params as string and int.
3468         Parse and use AU header length
3469
3470 2007-01-23  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
3473         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
3474         * gst/smpte/gstmask.c: (_gst_mask_register):
3475         * gst/smpte/gstmask.h:
3476         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
3477         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
3478         (gst_smpte_paint_triangle_clock):
3479         constify some static structs.
3480         Don't update the mask if nothing changed to the params.
3481         Make sure we never draw outside of the picture. Fixes #398325.
3482
3483 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
3486           Error out properly when pull_range fails while we're reading the
3487           headers, instead of just pausing the task silently. Fixes #399338.
3488
3489 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3490
3491         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
3492           Some more sanity checks to make sure the input formats match and the
3493           input pads are actually negotiated, in case someone tries to feed
3494           buffers from fakesrc or filesrc. Fixes #398299.
3495           Also const-ify an array, just because we can.
3496
3497 2007-01-19  Edward Hervey  <edward@fluendo.com>
3498
3499         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
3500         Ignore previous commit, that was only valid for widths and heights
3501         that are multiples of 4.
3502         Copy over size/stride macros from jpegdec. This allows the element
3503         to work with any width,height...
3504         ... but puts in evidence that the actual transformations only work
3505         with width/height that are multiples of 4.
3506
3507 2007-01-19  Edward Hervey  <edward@fluendo.com>
3508
3509         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
3510         Allocate buffers of the right size.
3511         The proper size of a I420 buffer in bytes is:
3512         
3513             width * height * 3
3514             ------------------
3515                     2
3516
3517 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         * gst/smpte/gstsmpte.c: (gst_smpte_init):
3520           Proxy getcaps on sink pads too, so that we either end up with the
3521           same dimensions on all pads or error out if that's not possible
3522           (seems to work even!). Fixes #398086, I think.
3523
3524 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3527         * docs/plugins/gst-plugins-good-plugins.args:
3528         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3529           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
3530           fix integer properties with -1 as minimum value.
3531
3532         * docs/plugins/inspect/plugin-1394.xml:
3533         * docs/plugins/inspect/plugin-aasink.xml:
3534         * docs/plugins/inspect/plugin-alaw.xml:
3535         * docs/plugins/inspect/plugin-alpha.xml:
3536         * docs/plugins/inspect/plugin-alphacolor.xml:
3537         * docs/plugins/inspect/plugin-annodex.xml:
3538         * docs/plugins/inspect/plugin-apetag.xml:
3539         * docs/plugins/inspect/plugin-audiofx.xml:
3540         * docs/plugins/inspect/plugin-auparse.xml:
3541         * docs/plugins/inspect/plugin-autodetect.xml:
3542         * docs/plugins/inspect/plugin-avi.xml:
3543         * docs/plugins/inspect/plugin-cacasink.xml:
3544         * docs/plugins/inspect/plugin-cairo.xml:
3545         * docs/plugins/inspect/plugin-cdio.xml:
3546         * docs/plugins/inspect/plugin-cutter.xml:
3547         * docs/plugins/inspect/plugin-debug.xml:
3548         * docs/plugins/inspect/plugin-dv.xml:
3549         * docs/plugins/inspect/plugin-efence.xml:
3550         * docs/plugins/inspect/plugin-effectv.xml:
3551         * docs/plugins/inspect/plugin-esdsink.xml:
3552         * docs/plugins/inspect/plugin-flac.xml:
3553         * docs/plugins/inspect/plugin-flxdec.xml:
3554         * docs/plugins/inspect/plugin-gconfelements.xml:
3555         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3556         * docs/plugins/inspect/plugin-goom.xml:
3557         * docs/plugins/inspect/plugin-halelements.xml:
3558         * docs/plugins/inspect/plugin-icydemux.xml:
3559         * docs/plugins/inspect/plugin-id3demux.xml:
3560         * docs/plugins/inspect/plugin-jpeg.xml:
3561         * docs/plugins/inspect/plugin-level.xml:
3562         * docs/plugins/inspect/plugin-matroska.xml:
3563         * docs/plugins/inspect/plugin-mulaw.xml:
3564         * docs/plugins/inspect/plugin-multipart.xml:
3565         * docs/plugins/inspect/plugin-navigationtest.xml:
3566         * docs/plugins/inspect/plugin-ossaudio.xml:
3567         * docs/plugins/inspect/plugin-png.xml:
3568         * docs/plugins/inspect/plugin-rtp.xml:
3569         * docs/plugins/inspect/plugin-rtsp.xml:
3570         * docs/plugins/inspect/plugin-shout2send.xml:
3571         * docs/plugins/inspect/plugin-smpte.xml:
3572         * docs/plugins/inspect/plugin-speex.xml:
3573         * docs/plugins/inspect/plugin-taglib.xml:
3574         * docs/plugins/inspect/plugin-udp.xml:
3575         * docs/plugins/inspect/plugin-videobalance.xml:
3576         * docs/plugins/inspect/plugin-videobox.xml:
3577         * docs/plugins/inspect/plugin-videoflip.xml:
3578         * docs/plugins/inspect/plugin-videomixer.xml:
3579         * docs/plugins/inspect/plugin-wavenc.xml:
3580         * docs/plugins/inspect/plugin-wavparse.xml:
3581         * docs/plugins/inspect/plugin-ximagesrc.xml:
3582           Update to CVS.
3583
3584 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
3585
3586         Patch by: Sebastian Dröge <slomo circular-chaos org>
3587
3588         * gst/audiofx/audiopanorama.c:
3589           Fix doc section name (Fixes #397946)
3590
3591 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
3592
3593         * sys/v4l2/gstv4l2object.c:
3594         (gst_v4l2_object_install_properties_helper),
3595         (gst_v4l2_object_set_property_helper),
3596         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
3597         * sys/v4l2/gstv4l2object.h:
3598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3599         (gst_v4l2src_init), (gst_v4l2src_set_property),
3600         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
3601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3602         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
3603         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3604         (gst_v4l2src_capture_deinit):
3605           Fix EIO handing when capturing. Add new property to specify the number of
3606           buffers to enque (and remove the borked num-buffers usage).
3607
3608 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3609
3610         Patch by: Sebastian Dröge <slomo circular-chaos org>
3611
3612         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
3613         (gst_audio_panorama_set_process_function):
3614           Use a function array for process methods, add more docs and define the
3615           startindex of enums.
3616
3617 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         Patch by: Mark Nauwelaerts <manauw at skynet be>
3620
3621         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
3622         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
3623         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
3624         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
3625         (gst_avi_mux_riff_get_avi_header),
3626         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
3627         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
3628         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
3629         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
3630         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
3631         (gst_avi_mux_change_state):
3632         * gst/avi/gstavimux.h:
3633         * tests/check/elements/avimux.c: (teardown_src_pad):
3634           Add support for more than one audio stream; write better AVIX
3635           header; refactor code a bit; don't announce vorbis caps on our audio
3636           sink pads since we don't support it anyway. Closes #379298.
3637
3638 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         Patch by: Sebastian Dröge <slomo circular-chaos org>
3641
3642         * gst/audiofx/audiopanorama.c:
3643         (gst_audio_panorama_method_get_type),
3644         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
3645         (gst_audio_panorama_set_process_function),
3646         (gst_audio_panorama_set_property),
3647         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
3648         (gst_audio_panorama_transform_m2s_int_simple),
3649         (gst_audio_panorama_transform_s2s_int_simple),
3650         (gst_audio_panorama_transform_m2s_float_simple),
3651         (gst_audio_panorama_transform_s2s_float_simple):
3652         * gst/audiofx/audiopanorama.h:
3653           Add 'method' property and provide a simple (non-psychoacustic)
3654           processing method (#394859).
3655
3656         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
3657         (panorama_suite):
3658           Tests for new method.
3659
3660 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3661
3662         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
3663         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
3664           Set correct caps on outgoing pulled buffers, or things blow up
3665           after recent core changes.
3666
3667 2007-01-11  Wim Taymans  <wim@fluendo.com>
3668
3669         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
3670
3671         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
3672         (gst_multipart_mux_request_new_pad),
3673         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
3674         (gst_multipart_mux_change_state):
3675         Return FLOW errors ASAP. Fixes #394977.
3676         Misc cleanups.
3677
3678 2007-01-11  Wim Taymans  <wim@fluendo.com>
3679
3680         Patch by: Lutz Mueller <lutz at topfrose dot de>
3681
3682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3683         Check for stream pad before activating. 
3684
3685 2007-01-10  Wim Taymans  <wim@fluendo.com>
3686
3687         Patch by: Peter Kjellerstedt  <pkj at axis com>
3688
3689         * gst/rtsp/COPYING.MIT:
3690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3691         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
3692         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
3693         (gst_rtspsrc_stream_configure_transport),
3694         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3695         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
3696         (gst_rtspsrc_parse_methods),
3697         (gst_rtspsrc_create_transports_string),
3698         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3699         (gst_rtspsrc_open), (gst_rtspsrc_close):
3700         * gst/rtsp/gstrtspsrc.h:
3701         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3702         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
3703         (parse_request_line), (parse_line), (rtsp_connection_read),
3704         (rtsp_connection_close):
3705         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
3706         (rtsp_method_as_text), (rtsp_header_as_text),
3707         (rtsp_status_as_text), (rtsp_find_header_field),
3708         (rtsp_find_method):
3709         * gst/rtsp/rtspdefs.h:
3710         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
3711         (rtsp_ext_wms_configure_stream):
3712         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
3713         (rtsp_message_new_request), (rtsp_message_init_request),
3714         (rtsp_message_new_response), (rtsp_message_init_response),
3715         (rtsp_message_init_data), (rtsp_message_unset),
3716         (rtsp_message_free), (rtsp_message_add_header),
3717         (rtsp_message_get_header), (rtsp_message_set_body),
3718         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
3719         * gst/rtsp/rtspmessage.h:
3720         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
3721         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
3722         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
3723         (sdp_message_dump):
3724         Allow url to be NULL to be able to use it for server connections.
3725         Can now send responses as well as requests.
3726         No longer hangs in an endless loop if EOF is received.
3727         Can now convert a status code to a text string.
3728         Return RTSP_HDR_INVALID for unknown headers.
3729         Return RTSP_INVALID for unknown methods.
3730         Copy CSeq and Session headers from the request.
3731         Only free memory corresponding to the currently set message type.
3732         Added const to function arguments as appropriate.
3733         Avoid a compiler warning when initializing nmedia.
3734         Use guint rather than gint to avoid compiler warnings.
3735         Fix crasher in wms extension.
3736         Factor out stream setup from open_connection.
3737         Delay activation of streams when actual data is received from the
3738         server, this prepares us to do proper protocol switching.
3739         Added new license.
3740         Fixes #380895.
3741
3742
3743 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3744
3745         Patch by: Sebastian Dröge <slomo ubuntu com>
3746
3747         * docs/plugins/Makefile.am:
3748         * gst/audiofx/audiopanorama.c:
3749           Some small docs fixes (#394851).
3750
3751 2007-01-09  Wim Taymans  <wim@fluendo.com>
3752
3753         * gst/avi/gstavidemux.c:
3754         Fix docs.
3755
3756 2007-01-09  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/rtp/Makefile.am:
3759         * gst/rtp/gstrtp.c: (plugin_init):
3760         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
3761         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
3762         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
3763         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
3764         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
3765         * gst/rtp/gstrtpmpvdepay.h:
3766           Added RFC 2250 MPEG Video Depayloader.
3767
3768         * gst/rtp/gstrtpL16depay.h:
3769         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
3770         (gst_rtp_h263p_depay_process):
3771         Fix Header file. Small cleanups.
3772
3773         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
3774         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
3775         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
3776         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
3777         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
3778         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
3779         (gst_rtp_mp4v_depay_change_state):
3780         Remove usused code. Remove Adapter from state Change. Added debug.
3781
3782         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
3783         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
3784         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
3785         * gst/rtp/gstrtpmpadepay.h:
3786         Subclass base depayloader.
3787         Added debug.
3788         Support static payload type assignment as well.
3789
3790         * gst/rtp/gstrtpmpapay.c:
3791         Fix caps.
3792
3793 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         Patch by: Vincent Torri  <vtorri at univ-evry fr>
3796
3797         * ext/jpeg/gstjpegdec.c:
3798         * ext/jpeg/gstjpegenc.c:
3799         * ext/jpeg/smokecodec.c:
3800           These libjpeg callbacks should return a 'boolean' (unsigned char
3801           apparently) and not a 'gboolean' (which maps to gint). Fixes
3802           warnings when compiling with MingW (#393427).
3803
3804         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
3805           Use ioctlsocket on win32.
3806
3807         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3808           Some printf format fixes for win32.
3809
3810 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3811
3812         * gst/cutter/gstcutter.c: (gst_cutter_chain):
3813           Use gst_guint64_to_gdouble for conversion.
3814         * win32/vs6/libgstmatroska.dsp:
3815           Add zlib to the link.
3816         * win32/vs6/libgstvideobox.dsp:
3817           Update liboil library name (project is linked to 
3818           liboil-0.3-0.lib now).
3819           
3820 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * gst/matroska/Makefile.am:
3823           If zlib is available and used, we must link it explicitly for
3824           things to work on MingW (fixes #392855).
3825
3826 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
3827
3828         * ext/esd/esdsink.c: (gst_esdsink_delay):
3829           Don't return bogus values when esd_get_delay() fails for some
3830           reason (#392189).
3831
3832 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
3833
3834         * sys/ximage/gstximagesrc.c: (composite_pixel):
3835           Fix presumably copy'n'pasto for 16bpp depth.
3836
3837 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/matroska/matroska-mux.c:
3840         (gst_matroska_mux_audio_pad_setcaps):
3841           The "signed" field in audio caps is of boolean type, trying to use
3842           gst_structure_get_int() to extract it will fail. Fixing this makes
3843           matroskamux accept raw audio input (#387121) (use at your own risk
3844           though, due to the matroska spec being not entirely useful in this
3845           respect).
3846           Also fix up raw audio structures in template caps so that they
3847           represent what our setcaps function will actually accept, so that
3848           converters know what to convert to.
3849           Finally, don't fail if there isn't an "endianness" field in 8-bit
3850           PCM caps.
3851
3852 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3853
3854         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3855         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3856         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3857         (teardown_cmmldec):
3858         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3859         (teardown_cmmlenc):
3860         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3861           reapply consistent pad (de)activation
3862
3863 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
3864
3865         * configure.ac:
3866         Back to CVS
3867
3868         * gst-plugins-good.doap:
3869         Add 0.10.5 doap entry
3870
3871 === release 0.10.5 ===
3872
3873 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
3874
3875         * configure.ac:
3876           releasing 0.10.5, "The Path of Thorns"
3877
3878 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3879
3880         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3881         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3882         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3883         (teardown_cmmldec):
3884         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3885         (teardown_cmmlenc):
3886         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3887           revert my freeze breakage
3888
3889 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3890
3891         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3892         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3893         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3894         (teardown_cmmldec):
3895         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3896         (teardown_cmmlenc):
3897         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3898           consistent pad (de)activation
3899
3900 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3901
3902         * configure.ac:
3903         * ext/Makefile.am:
3904         Disable LADPSA, as it has moved to the -bad module for the duration.
3905
3906 2006-12-18  Wim Taymans  <wim@fluendo.com>
3907
3908         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
3909         (gst_signal_processor_event):
3910         Reset flow_state back to _OK after a flush stop so that we exit our
3911         error state after the flush. Fixes #374213
3912
3913 2006-12-16  David Schleef  <ds@schleef.org>
3914
3915         * sys/osxvideo/osxvideosink.h:
3916         * sys/osxvideo/osxvideosink.m:
3917           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
3918
3919 2006-12-16  David Schleef  <ds@schleef.org>
3920
3921         Patch by: Vijay Santhanam <vijay santhanam gmail com>
3922
3923         * sys/osxvideo/Makefile.am:
3924         * sys/osxvideo/osxvideosink.h:
3925         * sys/osxvideo/osxvideosink.m:
3926           Preliminary patch for porting osxvideosink
3927
3928 2006-12-16  Wim Taymans  <wim@fluendo.com>
3929
3930         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3931
3932         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
3933         (gst_videomixer_set_master_geometry),
3934         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
3935         (gst_videomixer_reset), (gst_videomixer_init),
3936         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
3937         (gst_videomixer_release_pad), (gst_videomixer_collected),
3938         (gst_videomixer_change_state):
3939         Introduce some locking around the videomixer state so that it does not
3940         crash when adding/removing pads. Fixes #383043.
3941
3942 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * configure.ac:
3945           Make sure libcaca can actually be used instead of just checking for
3946           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
3947           cross-compiling (fixes #384587).
3948
3949 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3950
3951         * Makefile.am:
3952         * gst-plugins-good.doap:
3953         * gst-plugins-good.spec.in:
3954           adding doap file
3955
3956 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * configure.ac:
3959           libflac-1.1.3 changed API again, but we can't build against it yet,
3960           so make sure our check doesn't use libflac-1.1.3 and add a comment
3961           to this effect.
3962
3963 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * gst/effectv/gstquark.c: (gst_quarktv_transform),
3966         (gst_quarktv_planetable_clear):
3967           Add some NULL pointer checks (possibly related to #385623).
3968
3969 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3970
3971         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
3972         (gst_tag_demux_chain):
3973         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3974           In streaming mode, if the first buffer we get doesn't have an
3975           offset, fix it up to be 0, otherwise trimming won't work later on
3976           and we'll be typefinding application/x-id3, which may result in
3977           decodebin plugging an endless number of id3demux elements as a
3978           consequence. Fixes #385031.
3979           
3980 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3981
3982         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
3983           Ignore the buffer_time the sound device reports. Turns out it is 
3984           sometimes completely bogus and we're better off without it.
3985
3986 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3989         (gst_matroska_demux_video_caps):
3990         * gst/matroska/matroska-ids.c:
3991         (gst_matroska_track_init_video_context):
3992         * gst/matroska/matroska-ids.h:
3993           Try harder to extract the framerate for video tracks correctly and
3994           save it directly instead of converting it back and forth a few
3995           times. Mostly makes a difference for very small framerates (<1).
3996           Fixes #380199.
3997
3998 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
4001         (gst_gconf_audio_src_dispose), (do_toggle_element):
4002         * ext/gconf/gstgconfaudiosrc.h:
4003           Remove gconf notify hook when the gconfaudiosrc element is
4004           destroyed, otherwise the callback may be called on an
4005           already-destroyed instance and bad things happen. Should fix
4006           #378184.
4007           Also ignore gconf key changes when the source is already running.
4008
4009 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         Patch by: Sebastian Dröge  <mail at slomosnail de>
4012
4013         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
4014           We need to be able to read and parse any possible floating point string
4015           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
4016           will parse the former only in certain locales though, so we really need
4017           to canonicalise the separator to '.' and then use g_ascii_strtod() to
4018           make sure we can parse either version at all times.
4019           Fixes #382982 for real.
4020
4021 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
4022
4023         * sys/sunaudio/gstsunaudiomixerctrl.c:
4024         * sys/sunaudio/gstsunaudiosrc.c:
4025
4026         Use the sunaudio debug category.
4027
4028         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
4029         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
4030         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
4031         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
4032         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
4033         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
4034         (gst_sunaudiosink_reset):
4035         * sys/sunaudio/gstsunaudiosink.h:
4036
4037         Uses the sunaudio debug category for all debug output
4038         Implements the _delay() callback to synchronise video playback better
4039         Change the segtotal and segsize values back to the parent class 
4040           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
4041           respectively)
4042         Measure the samples written to the device vs. played.
4043         Keep track of segments in the device by writing empty eof frames, and
4044         sleep using a GCond when we get too far ahead and risk overrunning the
4045         sink's ringbuffer.
4046
4047         Fixes: #360673
4048
4049 2006-12-08  Wim Taymans  <wim@fluendo.com>
4050
4051         Patch by: Sebastian Dröge  <mail at slomosnail de >
4052
4053         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
4054         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
4055         * gst/audiofx/audiopanorama.h:
4056         Fix audiopanorame with float samples. Fixes #383726.
4057
4058 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
4059
4060         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
4061         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
4062         (gst_sunaudiosrc_reset):
4063
4064         Implement reset functions to unblock the src/sink more quickly on 
4065         state change requests.
4066         Patch by: Brian Cameron <brian dot cameron at sun com>
4067
4068 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
4069
4070         * sys/sunaudio/gstsunaudiomixer.c:
4071         (gst_sunaudiomixer_change_state):
4072         Construct the correct mixer device name when the AUDIODEV env var
4073         is set.
4074
4075         Patch by: Jerry Tan <jerry.tan at sun dot com>
4076         Fixes: #383596
4077
4078 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
4079
4080         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4081         Apply patch to open the mixer control and set the MULTIPLE_OPEN
4082         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
4083         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
4084         Patch by: Jerry Tan <jerry.tan at sun dot com>
4085         Fixes: #349015
4086
4087 2006-12-07  Wim Taymans  <wim@fluendo.com>
4088
4089         * gst/smpte/gstmask.h:
4090         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4091         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
4092         (gst_smpte_collected), (gst_smpte_set_property),
4093         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
4094         * gst/smpte/gstsmpte.h:
4095         Port to 0.10 some more. 
4096         Added duration property to specify the duration of the transition.
4097         Make framerate a fraction.
4098         Deprecate fps property, we only use negotiated fps.
4099         Added docs.
4100         Fix collectpad usage.
4101         Reset state in READY.
4102         Send NEWSEGMENT event.
4103         Fix racy updates of object properties.
4104         Added debug category.
4105         Fixes #383323.
4106
4107 2006-12-06  Wim Taymans  <wim@fluendo.com>
4108
4109         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4110
4111         * gst/videomixer/videomixer.c:
4112         (gst_videomixer_set_master_geometry),
4113         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
4114         Don't reset xpos and ypos in the setcaps function because causes
4115         unexpected behaviour.
4116         Fixes #382179.
4117
4118 2006-12-06  Wim Taymans  <wim@fluendo.com>
4119
4120         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
4121         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
4122         Keep track of the buffer timestamp in the collectdata member instead
4123         of modifying the buffer without making the metadata writable first.
4124         Fixes #382277.
4125
4126 2006-12-06  Wim Taymans  <wim@fluendo.com>
4127
4128         Patch by: Rob Taylor <robtaylor at floopily dot org>
4129
4130         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4131         If using multicast in udpsrc, bind to the multicast address rather than
4132         IN_ADDR_ANY.
4133         This allows the simultanous use of multiple udpsrcs listening on
4134         different multicat addresses. Without this all udpsrcs will receive all
4135         packets from all subscribed multicast addresses.
4136         Fixes #383001.
4137
4138 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
4139
4140         * ext/taglib/gstid3v2mux.cc:
4141         Don't attempt to write a NULL frame into the ID3 tag set when the 
4142         createFrame method returned NULL.
4143         Fixes: #381857
4144         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
4145
4146 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
4147
4148         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
4149         Use g_strtod() instead of sscanf to parse doubles, so that it will
4150         try parsing in the C locale if the current locale fails.
4151         Fixes: #382982
4152         Patch by: Sebastian Dröge  <mail at slomosnail de >
4153
4154 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4155
4156         * win32/MANIFEST:
4157         Fix compilation on win32 under VS8
4158         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4159         Partially fixes #381175
4160
4161 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
4162
4163         * gst/avi/gstavimux.c:
4164           accept all mpegversions,fixes #380825
4165           spotted by: Jerome Alet  
4166
4167 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
4168
4169         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4170         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
4171         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
4172         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
4173           cleanup the error message a bit more
4174
4175 2006-11-28  Wim Taymans  <wim@fluendo.com>
4176
4177         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
4178         Fix width and height properties.
4179
4180         * ext/libcaca/gstcacasink.h:
4181         Fix compilation on newer libcaca that require us to include a new
4182         header. Fixes #379918.
4183
4184 2006-11-28  Wim Taymans  <wim@fluendo.com>
4185
4186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
4187         * gst/rtsp/gstrtspsrc.h:
4188         * gst/rtsp/rtspext.h:
4189         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
4190         (rtsp_ext_wms_get_context):
4191         Add method so that extensions can choose to disable the setup of
4192         a stream.
4193         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
4194
4195 2006-11-27  Wim Taymans  <wim@fluendo.com>
4196
4197         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
4198
4199         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4200         Push header in a separate buffer instead of memcpy:ing all data.
4201         Change LF => CRLF in headers.
4202         Move trailing LF to header. Fixes #379792.
4203
4204 2006-11-27  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
4207         Small buffer overflow fix and improve debugging.
4208
4209 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4210
4211         * ext/esd/esdmon.h:
4212         * ext/esd/esdsink.h:
4213           remove obsolete _factory_init protos
4214
4215 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4216
4217         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
4218         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
4219         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
4220         (gst_avi_demux_read_subindexes_push),
4221         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
4222         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4223         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4224         (gst_avi_demux_massage_index),
4225         (gst_avi_demux_calculate_durations_from_index),
4226         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
4227         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
4228         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4229           remove dead code, tweak debugs statements, add comments, use
4230           _uint64_scale instead _uint64_scale_int when using guint64 values,
4231           small optimizations, reflow some error handling
4232
4233 2006-11-22  Edward Hervey  <edward@fluendo.com>
4234
4235         * po/.cvsignore:
4236         We never put .pot files in cvs. Let's ignore them all.
4237
4238 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * po/POTFILES.in:
4241           ... but better exclude files that aren't disted.
4242
4243 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * po/POTFILES.in:
4246           Add v4l2 source files to list of files with translations, so the
4247           strings are actually extracted (however bad they still may be).
4248
4249 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
4252           Minor clean-ups: const-ify static array, remove trailing comma from
4253           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
4254
4255 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
4256
4257         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
4258         Make sure that g_free always gets called on the same pointer that was 
4259         returned by g_malloc.  Fixes #376594.
4260         Do not leak memory if decompressed size is wrong.
4261         Remove unneeded check of return value of g_malloc.
4262         Patch by: René Stadler <mail@renestadler.de>
4263
4264 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
4267           Add missing curly brackets.
4268
4269 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
4270
4271         * sys/v4l2/v4l2src_calls.c:
4272         Fix capture_deinit.
4273
4274 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
4277         (gst_matroska_mux_request_new_pad):
4278           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
4279
4280         * tests/check/elements/matroskamux.c: (setup_src_pad),
4281         (setup_sink_pad), (GST_START_TEST):
4282         Activate pads before using them.
4283
4284 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4285
4286         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
4287           Initialise variable to get rid of bogus compiler warning.
4288
4289 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
4290
4291         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
4292
4293         * gst/rtp/gstrtph263pay.c:
4294         * gst/rtp/gstrtph263pdepay.c:
4295         * gst/rtp/gstrtph263ppay.c:
4296           Specify H.263 variant and version in the caps (fixes #361637)
4297
4298 2006-11-15  Wim Taymans  <wim@fluendo.com>
4299
4300         * gst/rtsp/rtspconnection.c: (read_body):
4301         Don't set a data pointer to NULL and a size > 0 when we deal
4302         with empty packets.
4303
4304         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
4305         (rtsp_message_init_response), (rtsp_message_init_data),
4306         (rtsp_message_unset), (rtsp_message_free),
4307         (rtsp_message_take_body):
4308         Check that we can't create invalid empty packets. 
4309
4310 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         Patch by: Mark Nauwelaerts  <manauw at skynet be>
4313
4314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
4315         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
4316         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
4317         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
4318         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4319         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
4320         * gst/matroska/matroska-mux.h:
4321           Add basic tag writing support; implement releasing pads (#374658).
4322
4323 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
4326         (gst_matroska_demux_audio_caps):
4327           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
4328
4329 2006-11-14  David Schleef  <ds@schleef.org>
4330
4331         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
4332
4333 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4336
4337         * win32/vs8/gst-plugins-good.sln:
4338         * win32/vs8/libgst1394.vcproj:
4339         * win32/vs8/libgstaasink.vcproj:
4340         * win32/vs8/libgstalaw.vcproj:
4341         * win32/vs8/libgstalpha.vcproj:
4342         * win32/vs8/libgstalphacolor.vcproj:
4343         * win32/vs8/libgstannodex.vcproj:
4344         * win32/vs8/libgstapetag.vcproj:
4345         * win32/vs8/libgstaudiofx.vcproj:
4346         * win32/vs8/libgstauparse.vcproj:
4347         * win32/vs8/libgstautodetect.vcproj:
4348         * win32/vs8/libgstavi.vcproj:
4349         * win32/vs8/libgstcacasink.vcproj:
4350         * win32/vs8/libgstcdio.vcproj:
4351         * win32/vs8/libgstcutter.vcproj:
4352         * win32/vs8/libgstdv.vcproj:
4353         * win32/vs8/libgsteffectv.vcproj:
4354         * win32/vs8/libgstflac.vcproj:
4355         * win32/vs8/libgstflxdec.vcproj:
4356         * win32/vs8/libgstgoom.vcproj:
4357         * win32/vs8/libgsticydemux.vcproj:
4358         * win32/vs8/libgstid3demux.vcproj:
4359         * win32/vs8/libgstjpeg.vcproj:
4360         * win32/vs8/libgstladspa.vcproj:
4361         * win32/vs8/libgstlevel.vcproj:
4362         * win32/vs8/libgstmatroska.vcproj:
4363         * win32/vs8/libgstmikmod.vcproj:
4364         * win32/vs8/libgstmng.vcproj:
4365         * win32/vs8/libgstmonoscope.vcproj:
4366         * win32/vs8/libgstmulaw.vcproj:
4367         * win32/vs8/libgstmultipart.vcproj:
4368         * win32/vs8/libgstpng.vcproj:
4369         * win32/vs8/libgstrtp.vcproj:
4370         * win32/vs8/libgstrtsp.vcproj:
4371         * win32/vs8/libgstshout2.vcproj:
4372         * win32/vs8/libgstsmpte.vcproj:
4373         * win32/vs8/libgstspeex.vcproj:
4374         * win32/vs8/libgsttaglib.vcproj:
4375         * win32/vs8/libgstudp.vcproj:
4376         * win32/vs8/libgstvideobalance.vcproj:
4377         * win32/vs8/libgstvideobox.vcproj:
4378         * win32/vs8/libgstvideoflip.vcproj:
4379         * win32/vs8/libgstvideomixer.vcproj:
4380         * win32/vs8/libgstwavenc.vcproj:
4381         * win32/vs8/libgstwavparse.vcproj:
4382           Make end-of-line returns unixy, so that when the files are checked
4383           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
4384           Hopefully fixes #366492.
4385
4386 2006-11-14  Wim Taymans  <wim@fluendo.com>
4387
4388         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4389         Disable init_frames delay timestamp adjustment, it does not
4390         seem to be needed at all. Fixes #369621.
4391
4392 2006-11-13  Wim Taymans  <wim@fluendo.com>
4393
4394         Patch by: Mark Nauwelaerts  <manauw at skynet be>
4395
4396         * gst/videomixer/videomixer.c:
4397         (gst_videomixer_set_master_geometry),
4398         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
4399         (gst_videomixer_collect_free), (gst_videomixer_reset),
4400         (gst_videomixer_init), (gst_videomixer_finalize),
4401         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
4402         (gst_videomixer_collected), (gst_videomixer_change_state):
4403         Fix memleak by unref'ing collectpads instance (when finalizing)
4404         Implement releasing a request pad. Fixes #374479.
4405
4406 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4409
4410         * win32/vs8/gst-plugins-good.sln:
4411         * win32/vs8/libgst1394.vcproj:
4412         * win32/vs8/libgstaasink.vcproj:
4413         * win32/vs8/libgstalaw.vcproj:
4414         * win32/vs8/libgstalpha.vcproj:
4415         * win32/vs8/libgstalphacolor.vcproj:
4416         * win32/vs8/libgstannodex.vcproj:
4417         * win32/vs8/libgstapetag.vcproj:
4418         * win32/vs8/libgstaudiofx.vcproj:
4419         * win32/vs8/libgstauparse.vcproj:
4420         * win32/vs8/libgstautodetect.vcproj:
4421         * win32/vs8/libgstavi.vcproj:
4422         * win32/vs8/libgstcacasink.vcproj:
4423         * win32/vs8/libgstcdio.vcproj:
4424         * win32/vs8/libgstcutter.vcproj:
4425         * win32/vs8/libgstdv.vcproj:
4426         * win32/vs8/libgsteffectv.vcproj:
4427         * win32/vs8/libgstflac.vcproj:
4428         * win32/vs8/libgstflxdec.vcproj:
4429         * win32/vs8/libgstgoom.vcproj:
4430         * win32/vs8/libgsticydemux.vcproj:
4431         * win32/vs8/libgstid3demux.vcproj:
4432         * win32/vs8/libgstjpeg.vcproj:
4433         * win32/vs8/libgstladspa.vcproj:
4434         * win32/vs8/libgstlevel.vcproj:
4435         * win32/vs8/libgstmatroska.vcproj:
4436         * win32/vs8/libgstmikmod.vcproj:
4437         * win32/vs8/libgstmng.vcproj:
4438         * win32/vs8/libgstmonoscope.vcproj:
4439         * win32/vs8/libgstmulaw.vcproj:
4440         * win32/vs8/libgstmultipart.vcproj:
4441         * win32/vs8/libgstpng.vcproj:
4442         * win32/vs8/libgstrtp.vcproj:
4443         * win32/vs8/libgstrtsp.vcproj:
4444         * win32/vs8/libgstshout2.vcproj:
4445         * win32/vs8/libgstsmpte.vcproj:
4446         * win32/vs8/libgstspeex.vcproj:
4447         * win32/vs8/libgsttaglib.vcproj:
4448         * win32/vs8/libgstudp.vcproj:
4449         * win32/vs8/libgstvideobalance.vcproj:
4450         * win32/vs8/libgstvideobox.vcproj:
4451         * win32/vs8/libgstvideoflip.vcproj:
4452         * win32/vs8/libgstvideomixer.vcproj:
4453         * win32/vs8/libgstwavenc.vcproj:
4454         * win32/vs8/libgstwavparse.vcproj:
4455           Add VS8 project files (note that many of the plugins in ext are
4456           disabled by default). Fixes #366492.
4457
4458 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
4459
4460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4461           we do not translate debug messages
4462
4463 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
4464
4465         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
4466           fix categorisation, make short desc more explicit, remove unused code
4467           Fixes #372021
4468
4469 2006-11-08  Wim Taymans  <wim@fluendo.com>
4470
4471         * gst/rtp/gstrtpL16depay.c:
4472         * gst/rtp/gstrtpamrdepay.c:
4473         * gst/rtp/gstrtpamrpay.c:
4474         * gst/rtp/gstrtpgsmdepay.c:
4475         * gst/rtp/gstrtph263pay.c:
4476         * gst/rtp/gstrtph263pdepay.c:
4477         * gst/rtp/gstrtph263ppay.c:
4478         * gst/rtp/gstrtph264depay.c:
4479         * gst/rtp/gstrtpmp2tdepay.c:
4480         * gst/rtp/gstrtpmp4gdepay.c:
4481         * gst/rtp/gstrtpmp4gpay.c:
4482         * gst/rtp/gstrtpmp4vdepay.c:
4483         * gst/rtp/gstrtpmp4vpay.c:
4484         * gst/rtp/gstrtpmpadepay.c:
4485         * gst/rtp/gstrtpmpapay.c:
4486         * gst/rtp/gstrtppcmadepay.c:
4487         * gst/rtp/gstrtppcmapay.c:
4488         * gst/rtp/gstrtppcmudepay.c:
4489         * gst/rtp/gstrtppcmupay.c:
4490         * gst/rtp/gstrtpspeexdepay.c:
4491         * gst/rtp/gstrtpspeexpay.c:
4492         * gst/rtp/gstrtpsv3vdepay.c:
4493         Fix element descriptions.
4494
4495 2006-11-08  Wim Taymans  <wim@fluendo.com>
4496
4497         * gst/rtp/gstrtpvorbisdepay.c:
4498         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
4499         Fix description.
4500         Small cleanup in the payloader.
4501
4502 2006-11-08  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst/rtp/Makefile.am:
4505         * gst/rtp/gstrtp.c: (plugin_init):
4506         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
4507         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
4508         (gst_rtp_theora_depay_finalize),
4509         (gst_rtp_theora_depay_parse_configuration),
4510         (gst_rtp_theora_depay_setcaps),
4511         (gst_rtp_theora_depay_switch_codebook),
4512         (gst_rtp_theora_depay_process),
4513         (gst_rtp_theora_depay_set_property),
4514         (gst_rtp_theora_depay_get_property),
4515         (gst_rtp_theora_depay_change_state),
4516         (gst_rtp_theora_depay_plugin_init):
4517         * gst/rtp/gstrtptheoradepay.h:
4518         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
4519         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
4520         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
4521         (gst_rtp_theora_pay_init_packet),
4522         (gst_rtp_theora_pay_flush_packet),
4523         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
4524         (gst_rtp_theora_pay_handle_buffer),
4525         (gst_rtp_theora_pay_plugin_init):
4526         * gst/rtp/gstrtptheorapay.h:
4527         Add theora pay/depayloaders.
4528
4529 2006-11-06  Wim Taymans  <wim@fluendo.com>
4530
4531         * gst/rtp/Makefile.am:
4532         We depend on gsttag to generate the vorbis comments.
4533
4534         * gst/rtp/gstrtpvorbisdepay.c:
4535         (gst_rtp_vorbis_depay_parse_configuration),
4536         (gst_rtp_vorbis_depay_setcaps),
4537         (gst_rtp_vorbis_depay_switch_codebook),
4538         (gst_rtp_vorbis_depay_process):
4539         * gst/rtp/gstrtpvorbisdepay.h:
4540         Parse configuration string in the depayloader.
4541         Implement selecting and switching to a new codebook.
4542         Receiving vorbis over RTP now works.
4543
4544         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
4545         (gst_rtp_vorbis_pay_init_packet),
4546         (gst_rtp_vorbis_pay_finish_headers),
4547         (gst_rtp_vorbis_pay_handle_buffer):
4548         * gst/rtp/gstrtpvorbispay.h:
4549         Set timestamps on outgoing buffers and RTP packets.
4550         Fix configuration string, prepend number of Packet headers.
4551         Fix encoding of ident string.
4552         Add delivery-method to caps.
4553         Streaming vorbis over RTP now works.
4554
4555 2006-11-06  Wim Taymans  <wim@fluendo.com>
4556
4557         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
4558         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
4559         (gst_rtp_vorbis_pay_handle_buffer):
4560         * gst/rtp/gstrtpvorbispay.h:
4561         Generate a valid configuration string in the caps based on the
4562         vorbis headers.
4563
4564 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
4567         * ext/cdio/gstcdio.h:
4568         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4569           Move CD-TEXT utility function into common file so it can also be
4570           used by a future cdioparanoiasrc.
4571
4572 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
4573         
4574         * sys/v4l2/Makefile.am:
4575         * sys/v4l2/gstv4l2object.c:
4576         * sys/v4l2/gstv4l2src.c:
4577         * sys/v4l2/gstv4l2xoverlay.c:
4578         * sys/v4l2/v4l2_calls.c:
4579         * sys/v4l2/v4l2src_calls.c:
4580         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
4581         xoverlay code that is still not implemented.
4582
4583 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4584
4585         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4586           We require a -base more recent than 0.10.9, so it's safe to use
4587           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
4588
4589         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
4590         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
4591           Use _newsegment_full() now that we depend on a recent enough core.
4592
4593         * gst/wavparse/gstwavparse.c:
4594           Remove cruft that we don't need any longer now that we depend on
4595           a recent enough -base.
4596
4597 2006-10-31  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/rtp/Makefile.am:
4600         * gst/rtp/gstrtp.c: (plugin_init):
4601         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
4602         (gst_rtpilbcpay_setcaps):
4603         Fix and activate ILBC pay and depayloaders. Fixes #368162.
4604
4605 2006-10-31  Wim Taymans  <wim@fluendo.com>
4606
4607         * ext/speex/gstspeexdec.c: (speex_dec_convert),
4608         (speex_dec_sink_event), (speex_dec_chain_parse_header):
4609         Some small cleanups, use _scale.
4610
4611 2006-10-31  Wim Taymans  <wim@fluendo.com>
4612
4613         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
4614         Use higher precision scale function.
4615
4616 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         Patch by: Michal Benes  <michal dot benes at itonis tv>
4619
4620         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
4621         (gst_matroska_demux_read_track_encodings),
4622         (gst_matroska_decode_buffer):
4623           Fix several issues with encoded/compressed/encrypted/signed tracks;
4624           also, remove superfluous newline characters from some debug
4625           statements. (#366155)
4626
4627 2006-10-30  Wim Taymans  <wim@fluendo.com>
4628
4629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
4630         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
4631         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
4632         (gst_smokedec_change_state):
4633         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4634         (gst_smokeenc_init), (gst_smokeenc_finalize),
4635         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
4636         (gst_smokeenc_resync), (gst_smokeenc_chain),
4637         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
4638         (gst_smokeenc_change_state):
4639         Various cleanups, capsnego and leak fixes.
4640
4641 2006-10-30  Wim Taymans  <wim@fluendo.com>
4642
4643         Patch by: Mark Nauwelaerts  <manauw at skynet be>
4644
4645         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
4646         Fix videomixer so that it can handle any combination of framerates.
4647         Fixes #367221.
4648
4649 2006-10-28  Wim Taymans  <wim@fluendo.com>
4650
4651         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4652         (gst_avi_demux_parse_file_header),
4653         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
4654         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
4655         (gst_avi_demux_chain):
4656         Fix position query for audio. also fixes timestamps in streaming
4657         mode and bug #364958.
4658         Small cleanups.
4659
4660 2006-10-27  Wim Taymans  <wim@fluendo.com>
4661
4662         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
4663         * ext/libpng/gstpngenc.h:
4664         Fix strides. Fixes #364856.
4665         Cleanup capsnego.
4666         Set caps on outgoing buffers.
4667
4668 2006-10-18  Wim Taymans  <wim@fluendo.com>
4669
4670         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4671
4672         * gst/rtp/gstrtpgsmpay.c:
4673         * gst/rtp/gstrtph263pay.c:
4674         * gst/rtp/gstrtpmpapay.c:
4675         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
4676         (gst_rtp_pcma_pay_handle_buffer):
4677         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
4678         Add static payload numbers in addition to the dynamic ones.
4679         Fixes #361639.
4680
4681 2006-10-18  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
4684         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
4685         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4686         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
4687         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
4688         * gst/rtsp/rtspdefs.h:
4689         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4690         * gst/rtsp/rtspurl.h:
4691         Reuse already existing enum for lower transport.
4692         Add rtspt and rtspu protocols.
4693         Send redirect to rtspt when udp times out.
4694
4695 2006-10-18  Wim Taymans  <wim@fluendo.com>
4696
4697         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4698         (gst_wavparse_stream_data):
4699         Fix seeking some more, mostly for speed changes.
4700
4701 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         Patch by: Fredrik Persson  <frepe at bredband net>
4704
4705         * sys/v4l2/gstv4l2tuner.c:
4706         * sys/v4l2/gstv4l2tuner.h:
4707           Fix _set_channel(): remove useless g_object_notify() for "channel"
4708           property that doesn't exist any longer and therefore now also
4709           useless redirect (#338818).
4710
4711 2006-10-17  Wim Taymans  <wim@fluendo.com>
4712
4713         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
4714         Some drivers do not support unsetting the non-blocking flag once the
4715         device is opened. In those cases, close/open the device in
4716         non-blocking mode. Fixes #362673.
4717
4718 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
4719
4720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
4722         (gst_v4l2src_get_fps):
4723           dear stefan, framespersecond is not frameperiod, reverting but adding
4724           comment
4725
4726 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
4727
4728         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
4730         (gst_v4l2src_get_fps):
4731           Numerator is numerator and denominator is denominator. Say that aloud
4732           5 times and retry after next beer.
4733
4734 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         Patch by: Josep Torra Valles  <josep at fluendo com>
4737
4738         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
4739         * ext/esd/esdsink.c: (gst_esdsink_write):
4740         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
4741         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
4742         (gst_flac_dec_send_newsegment):
4743         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
4744         (gst_flac_enc_tell_callback):
4745         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
4746         (smokecodec_parse_header), (smokecodec_decode):
4747         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
4748         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
4749         * gst/goom/Makefile.am:
4750         * gst/goom/gstgoom.c:
4751         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
4752         * gst/rtsp/gstrtspsrc.c:
4753         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
4754         * gst/udp/gstudpsink.c:
4755         * gst/udp/gstudpsrc.c:
4756         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
4757         * sys/sunaudio/gstsunaudiomixertrack.h:
4758           Fix a bunch of problems discovered by the Forte compiler, mostly type
4759           mixups and pointer arithmetics with void pointers. Fixes #362603.
4760
4761 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * ext/speex/gstspeex.c: (plugin_init):
4764         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
4765         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
4766         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
4767         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
4768         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
4769         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
4770         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
4771         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
4772         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
4773         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
4774         (gst_speex_enc_chain), (gst_speex_enc_get_property),
4775         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
4776         * ext/speex/gstspeexenc.h:
4777           Miscellaneous clean-ups, among other things: speexenc => enc to
4778           enhance code readability; change speexenc => speex_enc; in chain
4779           function unref input buffer in case of error; take reference in
4780           event function; use boilerplate macro; use gst_pad_query_peer_*
4781           convenience functions.
4782
4783 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
4786         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
4787         (gst_speexenc_set_header_on_caps):
4788           Fix some mem leaks.
4789
4790 2006-10-11  Wim Taymans  <wim@fluendo.com>
4791
4792         * gst/rtsp/URLS:
4793         Added some other URL.
4794
4795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
4796         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
4797         (gst_rtspsrc_open), (gst_rtspsrc_play),
4798         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4799         * gst/rtsp/gstrtspsrc.h:
4800         Work on fallback to TCP connection when the UDP socket times out.
4801         Handler server requests, just reply with OK for now.
4802
4803         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4804         * gst/rtsp/rtspdefs.h:
4805         Added some more Real extension headers.
4806
4807         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4808         Fix parsing of urls with a ':' that is not part of the hostname:port
4809         part of the url.
4810
4811 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
4814         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
4815         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
4816           Activate pad before adding it to the already-running element.
4817
4818         * tests/check/elements/icydemux.c: (icydemux_found_pad):
4819           Activate newly-created pad too.
4820
4821 2006-10-11  Wim Taymans  <wim@fluendo.com>
4822
4823         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
4824
4825         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4826         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
4827         (gst_udpsrc_start):
4828         Fix some leaks in caps and uris. Fixes #361252.
4829
4830 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         * gst/wavparse/Makefile.am:
4833           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
4834
4835 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
4836
4837         * sys/v4l2/gstv4l2xoverlay.c:
4838         * sys/v4l2/gstv4l2xoverlay.h:
4839         Fix build as per the patch in #338818 comment 36.
4840
4841 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
4844           Activate pads before adding them to the source.
4845
4846 2006-10-06  Wim Taymans  <wim@fluendo.com>
4847
4848         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
4849         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
4850         Activate pads before adding.
4851
4852 2006-10-06  Wim Taymans  <wim@fluendo.com>
4853
4854         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4855         (gst_multipart_find_pad_by_mime):
4856         Activate pads before adding.
4857
4858         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
4859         BOILERPLATE sets parent_class for us.
4860
4861 2006-10-06  Wim Taymans  <wim@fluendo.com>
4862
4863         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
4864         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
4865         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
4866         (gst_rtspsrc_alloc_udp_ports),
4867         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
4868         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
4869         (gst_rtspsrc_create_transports_string),
4870         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
4871         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4872         * gst/rtsp/gstrtspsrc.h:
4873         Rework how the transport string is constructed, try to share channels
4874         and udp ports.
4875         Make most of the stuff less dependant on RTP as we are also going to use
4876         it for RDT.
4877         Add support for transport specific session managers.
4878
4879         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
4880         Implement _flush().
4881
4882         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4883         * gst/rtsp/rtspdefs.h:
4884         Add generic error return code.
4885
4886         * gst/rtsp/rtspext.h:
4887         Add support for pluggable tranport strings.
4888
4889         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
4890         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
4891         (rtsp_ext_wms_get_context):
4892         Detect WMServer and activate the extension.
4893
4894         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
4895         (rtsp_transport_get_manager), (rtsp_transport_parse):
4896         * gst/rtsp/rtsptransport.h:
4897         Added methods to get mime/manager for certain transports.
4898
4899 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * ext/cairo/gsttimeoverlay.c:
4902         (gst_cairo_time_overlay_update_font_height):
4903         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
4904         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
4905         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
4906         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
4907         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4908         * ext/libpng/gstpngdec.c: (user_endrow_callback):
4909         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4910         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
4911         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4912         (gst_avi_demux_stream_data):
4913         * gst/cutter/gstcutter.c: (gst_cutter_chain):
4914         * gst/debug/efence.c: (gst_efence_buffer_alloc),
4915         (gst_fenced_buffer_copy):
4916         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
4917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4918         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
4919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4920         (gst_rtspsrc_handle_message):
4921         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4922         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
4923           Printf format fixes.
4924
4925 2006-10-04  Wim Taymans  <wim@fluendo.com>
4926
4927         * gst/rtsp/Makefile.am:
4928         Dist new .h file too.
4929
4930 2006-10-04  Wim Taymans  <wim@fluendo.com>
4931
4932         * gst/rtsp/Makefile.am:
4933         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
4934         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
4935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4936         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
4937         (gst_rtspsrc_parse_rtpmap),
4938         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
4939         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4940         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
4941         * gst/rtsp/gstrtspsrc.h:
4942         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4943         * gst/rtsp/rtspdefs.h:
4944         * gst/rtsp/rtspext.h:
4945         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4946         (rtsp_ext_wms_get_context):
4947         * gst/rtsp/rtspextwms.h:
4948         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4949         (rtsp_transport_parse):
4950         * gst/rtsp/rtsptransport.h:
4951         Factor out extension in separate module.
4952         Fix getcaps to filter against the padtemplate.
4953         Use Content-Base if the server gives one.
4954         Rework the transport parsing a bit for future extensions.
4955         Added some Real Header field definitions.
4956
4957 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4958
4959         * docs/plugins/Makefile.am:
4960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4961         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4962           added v4l2 stubs
4963         * gst-plugins-good.spec.in:
4964           add v4l2
4965
4966 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
4969           Extract disc/album/medium number and count and try harder
4970           to extract track number/count.
4971
4972 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4973
4974         * configure.ac:
4975         * sys/Makefile.am:
4976           add build stuff for v4l2, needs --enable-experimental until
4977           the last bits are resolved
4978
4979 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * tests/check/Makefile.am:
4982           Disable autodetect test temporarily, so that the build bots
4983           update -bad and the ranks of unreliable video sinks in there.
4984
4985         * tests/check/elements/autodetect.c: (GST_START_TEST):
4986           Skip test if no usable videosink is found.
4987
4988 2006-09-29  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/rtsp/URLS:
4991         Add some more URLs.
4992
4993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4994         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
4995         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4996         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
4997         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
4998         (gst_rtspsrc_loop), (gst_rtspsrc_send),
4999         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
5000         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5001         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5002         * gst/rtsp/gstrtspsrc.h:
5003         Add timeout property to control UDP timeouts.
5004         Fix error messages.
5005         Also start a loop function when operating in UDP mode so that we can
5006         do some more stuff async.
5007         Handle element messages from udpsrc to detect timeouts. If a timeout
5008         happens we currently generate an error.
5009         API: rtspsrc::timeout property.
5010
5011         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5012         (gst_udpsrc_create):
5013         Really implement the timeout in microseconds and not milliseconds.
5014
5015 2006-09-29  Wim Taymans  <wim@fluendo.com>
5016
5017         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5018         (gst_udpsrc_create), (gst_udpsrc_set_property),
5019         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
5020         * gst/udp/gstudpsrc.h:
5021         Added property to post a message on timeout.
5022         Updated docs.
5023         When restarting the select, initialize the fdsets again.
5024         Init control sockets so we don't accidentally close a random socket.
5025         API: GstUDPSrc::timeout property
5026
5027 2006-09-29  Wim Taymans  <wim@fluendo.com>
5028
5029         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
5030         Fix flag registration.
5031
5032         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5033         Reading 0 also means 'no more commands'
5034
5035 2006-09-29  Wim Taymans  <wim@fluendo.com>
5036
5037         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5038
5039         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5040         Fix possible infinite loop when shutting down, a read can also return
5041         0 to indicate no more messages are available. Fixes #358156.
5042
5043 2006-09-25  Wim Taymans  <wim@fluendo.com>
5044
5045         * gst/autodetect/gstautoaudiosink.c:
5046         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
5047         (gst_auto_audio_sink_find_best):
5048         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
5049         Small cleanups.
5050         don't try to set "sync" property when it is not available.
5051
5052 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5053
5054         Patch by: Peter Kjellerstedt  <pkj at axis com>
5055
5056         * gst/alpha/gstalpha.c:
5057         * gst/rtp/gstrtpamrdepay.c:
5058         * gst/rtsp/gstrtspsrc.c:
5059         * gst/udp/gstudpsrc.c:
5060         * gst/videomixer/videomixer.c:
5061           Include stdlib.h in some more places, makes things compile
5062           with uClibc and -Werror (#357592).
5063
5064 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * ext/jpeg/gstjpegdec.c:
5067           Set minimum height to 8 (from 16), our code should handle
5068           that fine. Some of the buttons on the apple trailer site
5069           are apparently only 15 pixels high (see #357470).
5070
5071 2006-09-23  Wim Taymans  <wim@fluendo.com>
5072
5073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
5074         (gst_rtspsrc_open):
5075         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5076         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
5077         (rtsp_connection_receive):
5078         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
5079         * gst/rtsp/rtspdefs.h:
5080         Improve error reporting.
5081
5082 2006-09-23  Wim Taymans  <wim@fluendo.com>
5083
5084         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
5085         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
5086         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
5087         * gst/rtp/gstrtpdepay.c:
5088         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
5089         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
5090         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
5091         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
5092         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
5093         (gst_rtp_mp2t_depay_plugin_init):
5094         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
5095         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
5096         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
5097         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
5098         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
5099         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
5100         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
5101         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
5102         Fix klass typos.
5103         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
5104
5105 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         * configure.ac:
5108           Need  -base CVS for gst_base_rtp_depayload_push_ts().
5109
5110 2006-09-22  Wim Taymans  <wim@fluendo.com>
5111
5112         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
5113         Don't check for a tag that is never there and check if we read the
5114         correct tag. Fixes seeking again.
5115         We must post an error when all pads are unlinked.
5116
5117 2006-09-22  Wim Taymans  <wim@fluendo.com>
5118
5119         * gst/rtp/Makefile.am:
5120         * gst/rtp/gstrtp.c: (plugin_init):
5121         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
5122         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
5123         (gst_rtp_vorbis_pay_reset_packet),
5124         (gst_rtp_vorbis_pay_init_packet),
5125         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
5126         (gst_rtp_vorbis_pay_handle_buffer):
5127         More fixage, set endoder-params correctly in the payloader.
5128
5129 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * gst/autodetect/gstautoaudiosink.c:
5132         (gst_auto_audio_sink_base_init):
5133         * gst/autodetect/gstautovideosink.c:
5134         (gst_auto_video_sink_base_init):
5135           Make static pad templates static to appease valgrind's leak
5136           detector.
5137
5138         * tests/check/Makefile.am:
5139         * tests/check/elements/.cvsignore:
5140         * tests/check/elements/autodetect.c: (GST_START_TEST),
5141         (autodetect_suite):
5142           Add simple test for the ghostpad lockup on shutdown fixed in core
5143           CVS (audio bit disabled because it would need dozens of alsa
5144           suppressions and I'm too lazy to add those now).
5145
5146 2006-09-22  Wim Taymans  <wim@fluendo.com>
5147
5148         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
5149         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
5150         Small cleanups.
5151
5152         * gst/rtp/Makefile.am:
5153         * gst/rtp/gstrtp.c: (plugin_init):
5154         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
5155         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
5156         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
5157         (gst_rtp_vorbis_depay_process),
5158         (gst_rtp_vorbis_depay_set_property),
5159         (gst_rtp_vorbis_depay_get_property),
5160         (gst_rtp_vorbis_depay_change_state),
5161         (gst_rtp_vorbis_depay_plugin_init):
5162         * gst/rtp/gstrtpvorbisdepay.h:
5163         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
5164         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
5165         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
5166         (gst_rtp_vorbis_pay_flush_packet),
5167         (gst_rtp_vorbis_pay_append_buffer),
5168         (gst_rtp_vorbis_pay_handle_buffer),
5169         (gst_rtp_vorbis_pay_plugin_init):
5170         * gst/rtp/gstrtpvorbispay.h:
5171         Add experimental vorbis pay and depayloaders.
5172
5173 2006-09-21  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
5176         Fix profile-level-id parsing and setup.
5177
5178 2006-09-21  Wim Taymans  <wim@fluendo.com>
5179
5180         * gst/udp/README:
5181         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
5182         Update README, simple cleanup.
5183
5184 2006-09-21  Wim Taymans  <wim@fluendo.com>
5185
5186         * gst/rtp/README:
5187         Update README with some examples.
5188
5189         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
5190         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
5191         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
5192         (gst_rtp_mp4g_pay_setcaps):
5193         * gst/rtp/gstrtpmp4gpay.h:
5194         Make optional RTP parameters of type STRING, as required by the
5195         application/x-rtp caps specification.
5196
5197 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
5198
5199         * gst/rtp/gstrtph263pdepay.c:
5200         * gst/rtp/gstrtph263ppay.c:
5201         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
5202         RTP header.
5203
5204 2006-09-20  Wim Taymans  <wim@fluendo.com>
5205
5206         * gst/rtp/Makefile.am:
5207         And makefile too.
5208
5209 2006-09-20  Wim Taymans  <wim@fluendo.com>
5210
5211         * gst/rtp/gstrtp.c: (plugin_init):
5212         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
5213         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
5214         (decode_base64), (gst_rtp_asf_depay_setcaps),
5215         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
5216         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
5217         (gst_rtp_asf_depay_plugin_init):
5218         * gst/rtp/gstrtpasfdepay.h:
5219         Added preliminary ASF depayloader.
5220
5221         * gst/rtp/gstrtph264depay.c: (decode_base64):
5222         Fix base64 decoding.
5223
5224 2006-09-20  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/rtsp/URLS:
5227         Added some test URLS.
5228
5229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5230         (gst_rtspsrc_loop), (gst_rtspsrc_open):
5231         * gst/rtsp/gstrtspsrc.h:
5232         When creating streams, give access to the complete SDP.
5233         Fix some leaks.
5234         Collect and merge global stream properties in stream caps.
5235         Preliminary support for WMServer.
5236
5237         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5238         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
5239         (rtsp_connection_receive):
5240         * gst/rtsp/rtspconnection.h:
5241         Make connection interruptable.
5242         Refactor to make it reconnectable.
5243         Don't fail on short reads when reading data packets.
5244
5245         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
5246         (rtsp_url_get_port):
5247         * gst/rtsp/rtspurl.h:
5248         Add methods for getting/setting the port.
5249
5250         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5251         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
5252         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
5253         (sdp_media_get_format), (sdp_parse_line),
5254         (sdp_message_parse_buffer):
5255         Fix headers. 
5256         Add methods for getting multiple attributes with the same name.
5257         Increase buffer size when parsing.
5258         Fix parsing of a=foo fields.
5259
5260         * gst/rtsp/test.c: (main):
5261         Update to new connection API.
5262
5263         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
5264         (rtsp_message_init_response), (rtsp_message_init_data),
5265         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
5266         * gst/rtsp/rtspmessage.h:
5267         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
5268         * gst/rtsp/rtsptransport.h:
5269         * gst/rtsp/sdp.h:
5270         * gst/rtsp/sdpmessage.h:
5271         * gst/rtsp/gstrtsp.c:
5272         * gst/rtsp/gstrtsp.h:
5273         * gst/rtsp/gstrtpdec.c:
5274         * gst/rtsp/gstrtpdec.h:
5275         * gst/rtsp/rtsp.h:
5276         * gst/rtsp/rtspdefs.c:
5277         * gst/rtsp/rtspdefs.h:
5278         Dual licensed under MIT and LGPL now.
5279
5280 2006-09-19  Wim Taymans  <wim@fluendo.com>
5281
5282         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
5283         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
5284         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
5285         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
5286         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
5287         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
5288         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
5289         * gst/rtsp/gstrtspsrc.h:
5290         Reorganize stream parsing and creation.
5291         Detect container formats in interleaved mode.
5292         Keep more state about the streams.
5293         Assume a server also supports PLAY if it does not say.
5294         Add unicast and interleaved properties to TCP transport requests to make
5295         some servers happy (WMServer).
5296
5297         * gst/rtsp/sdpmessage.h:
5298         Add some defines for the standard Bandwidth types.
5299
5300 2006-09-19  Wim Taymans  <wim@fluendo.com>
5301
5302         * gst/rtsp/test.c: (main):
5303         Fix build.
5304
5305 2006-09-19  Wim Taymans  <wim@fluendo.com>
5306
5307         * gst/wavparse/gstwavparse.c:
5308         Add ms-gsm to the src template.
5309
5310 2006-09-18  Wim Taymans  <wim@fluendo.com>
5311
5312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5313         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
5314         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
5315         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
5316         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
5317         * gst/rtsp/gstrtspsrc.h:
5318         Small cleanups, added documentation.
5319         Try to clean up the requests and responses.
5320         Refactor parsing the supported methods.
5321
5322         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
5323         (rtsp_connection_create), (rtsp_connection_send),
5324         (parse_response_status), (parse_request_line),
5325         (rtsp_connection_receive), (rtsp_connection_close),
5326         (rtsp_connection_free):
5327         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
5328         (rtsp_transport_init), (rtsp_transport_parse),
5329         (rtsp_transport_free):
5330         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5331         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
5332         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
5333         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
5334         Use g_return_val some more.
5335
5336         * gst/rtsp/rtspdefs.h:
5337         Add more enum values to track initial states.
5338
5339         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
5340         (rtsp_message_init_request), (rtsp_message_new_response),
5341         (rtsp_message_init_response), (rtsp_message_init_data),
5342         (rtsp_message_unset), (rtsp_message_free),
5343         (rtsp_message_add_header), (rtsp_message_remove_header),
5344         (rtsp_message_get_header), (rtsp_message_set_body),
5345         (rtsp_message_take_body), (rtsp_message_get_body),
5346         (rtsp_message_steal_body), (rtsp_message_dump):
5347         * gst/rtsp/rtspmessage.h:
5348         Reorder arguments, object goes as the first one.
5349         Use g_return_val some more.
5350
5351 2006-09-18  Wim Taymans  <wim@fluendo.com>
5352
5353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
5354         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
5355         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
5356         * gst/rtsp/gstrtspsrc.h:
5357         Export sometimes source pad with correct caps on the template, create
5358         the ghostpad from the template.
5359         Remove RTCP template as we never expose RTCP.
5360         Protect against invalid body size.
5361         Avoid memcpy when creating the output buffer.
5362         Properly post an error and send EOS when the loop function is shut down.
5363
5364 2006-09-18  Wim Taymans  <wim@fluendo.com>
5365
5366         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
5367
5368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5369         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
5370         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
5371         * gst/rtsp/gstrtspsrc.h:
5372         Make sure we can never set an invalid location.
5373
5374         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
5375         * gst/rtsp/rtspmessage.h:
5376         Added _steal_body method for future use.
5377
5378         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
5379         Make freeing of NULL url return immediatly.
5380
5381 2006-09-18  Wim Taymans  <wim@fluendo.com>
5382
5383         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
5384
5385         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
5386         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
5387         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
5388         (gst_rtspsrc_change_state):
5389         * gst/rtsp/gstrtspsrc.h:
5390         Use boilerplate.
5391         Make rtspsrc subclass GstBin to make state changes easier.
5392         Add Range header field on the PLAY request.
5393
5394 2006-09-18  Wim Taymans  <wim@fluendo.com>
5395
5396         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
5397
5398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
5399         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
5400         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
5401         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
5402         * gst/rtsp/rtspconnection.c: (inet_aton):
5403         Small cleanups.
5404         when multicast is selected as the transport, create UDP sources and
5405         connect to the multicast group.
5406         Move parsing and setting of caps to a common place.
5407         Fixes #349894.
5408
5409 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5410
5411         * ext/flac/gstflactag.c:
5412         * gst/alpha/gstalpha.c:
5413         * gst/debug/breakmydata.c:
5414         * gst/debug/negotiation.c:
5415         * gst/debug/testplugin.c:
5416         * gst/effectv/gstaging.c:
5417         * gst/effectv/gstdice.c:
5418         * gst/effectv/gstedge.c:
5419         * gst/effectv/gstquark.c:
5420         * gst/effectv/gstrev.c:
5421         * gst/effectv/gstshagadelic.c:
5422         * gst/effectv/gstvertigo.c:
5423         * gst/effectv/gstwarp.c:
5424         * gst/multipart/multipartdemux.c:
5425         * gst/multipart/multipartmux.c:
5426         * gst/videobox/gstvideobox.c:
5427         * gst/videofilter/gstgamma.c:
5428         * gst/videofilter/gstvideotemplate.c:
5429         * gst/videomixer/videomixer.c:
5430         * sys/sunaudio/gstsunaudiosrc.h:
5431         More G_OBJECT macro fixing.
5432
5433 2006-09-16  Wim Taymans  <wim@fluendo.com>
5434
5435         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
5436
5437         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
5438         Correctly set the dwLength in strh.
5439         With this patch, the file duration is now displayed correctly in window
5440         media player and the AVI plays completely. Fixes #356147
5441
5442 2006-09-15  Wim Taymans  <wim@fluendo.com>
5443
5444         Patch by: Darren Kenny <darren dot kenny at sun dot com>
5445
5446         * sys/sunaudio/gstsunaudiomixerctrl.c:
5447         (gst_sunaudiomixer_ctrl_build_list):
5448         Set the output track as the MASTER so that the gnome-settings-daemon
5449         keybindings for changing the volume using the keyboard works.
5450         Fixes #356142.
5451
5452 2006-09-15  Wim Taymans  <wim@fluendo.com>
5453
5454         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5455         Fix documentation, it is not possible to control the framerate of jpegdec
5456         using filtered caps yet. Fixes #355210.
5457         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
5458         stop when there is an error.
5459
5460 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
5463         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5464           Don't interpret a first buffer with an offset of NONE as
5465           'from the middle of the stream', but only a first buffer
5466           that has a valid buffer offset that's non-zero (see #345449).
5467
5468 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
5471         (gst_icydemux_typefind_or_forward):
5472         * gst/icydemux/gsticydemux.h:
5473           When we merge/collect multiple incoming buffers for typefinding
5474           purposes, keep an initial 0 offset on the first outgoing buffer
5475           as well (otherwise id3demux won't work right). Fixes #345449.
5476           Also Make buffer metadata writable before setting buffer caps.
5477
5478         * tests/check/elements/icydemux.c: (typefind_succeed),
5479         (cleanup_icydemux), (push_data), (GST_START_TEST),
5480         (icydemux_suite):
5481           Small test case for the above.
5482
5483 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
5484
5485         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
5486         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5487         (gst_avi_demux_stream_header_push),
5488         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5489         (gst_avi_demux_loop):
5490           More code reuse and better logging in _peek_chunk(). Reintroduce check
5491           for chunk sizes before reading them (avoid oom). Better handling for 
5492           invalid chunksizes when streaming.
5493
5494 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
5495
5496         * gst/level/gstlevel.c: (gst_level_set_property):
5497         * gst/level/gstlevel.h:
5498           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
5499           René Stadler
5500
5501 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
5502
5503         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
5504         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
5505         (gst_avi_demux_stream_data):
5506           Revert one change to fix streaming avi (adapter size != data size).
5507
5508 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
5511
5512         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
5513         (gst_matroska_demux_reset),
5514         (gst_matroska_demux_read_track_encodings),
5515         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
5516         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5517         (gst_matroska_demux_subtitle_caps):
5518         * gst/matroska/matroska-ids.h:
5519           Add support for VOBSUB subtitle tracks and zlib-compressed
5520           tracks. Make sure we start on a keyframe after a seek. (#343348)
5521
5522 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
5525         (gst_matroska_demux_push_flac_codec_priv_data),
5526         (gst_matroska_demux_push_xiph_codec_priv_data),
5527         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5528         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
5529         * gst/matroska/matroska-ids.h:
5530           Add basic FLAC support (#311586), not perfect yet though, needs some
5531           tweaking in flacdec; also, seeking could be better.
5532           Do better bounds checking when deserialising vorbis stream headers
5533           to make sure we don't read beyond the end of the buffer on bad input.
5534
5535 2006-09-04  Wim Taymans  <wim@fluendo.com>
5536
5537         Patch by: Alessandro Decina <alessandro at nnva dot org>
5538
5539         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
5540         Seeking back in a file containing a CMML stream errors out if the seek
5541         goes back up to the CMML headers. This is because after the seek the xml
5542         processing instruction <?xml ...?> is submitted to the xml parser again, 
5543         which results in an error. The attached patch fixes the problem. 
5544         Fixes #353908.
5545
5546         * ext/annodex/gstcmmlenc.h:
5547         Fix authors name.
5548
5549
5550 2006-08-28  Andy Wingo  <wingo@pobox.com>
5551
5552         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
5553         New helper function to lessen the ifdefs.
5554         (GST_INFO_OBJECT): 
5555         (gst_dv1394src_iso_receive): Use it.
5556         (gst_dv1394src_create): Also use the control sockets in iec61883
5557         mode.
5558         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
5559         handle for AVC operations; fixes #348233.
5560
5561 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * configure.ac:
5564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5565         * docs/plugins/inspect/plugin-audiofx.xml:
5566         * docs/plugins/inspect/plugin-audiofxgood.xml:
5567         * gst/audiofx/Makefile.am:
5568         * gst/audiofx/audiofx.c:
5569         * gst/audiofxgood/.cvsignore:
5570         * gst/audiofxgood/Makefile.am:
5571         * gst/audiofxgood/audiofx.c:
5572         * gst/audiofxgood/audiopanorama.c:
5573         * gst/audiofxgood/audiopanorama.h:
5574           Rename again (audiofxgood -> audiofx).
5575
5576 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
5577
5578         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
5579         (gst_avi_demux_stream_scan):
5580           Initialze variables.
5581
5582 2006-08-25  Wim Taymans  <wim@fluendo.com>
5583
5584         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5585         (gst_avi_demux_init), (gst_avi_demux_finalize),
5586         (gst_avi_demux_reset), (gst_avi_demux_index_last),
5587         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
5588         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
5589         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
5590         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
5591         (gst_avi_demux_massage_index),
5592         (gst_avi_demux_calculate_durations_from_index),
5593         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5594         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
5595         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
5596         (gst_avi_demux_change_state):
5597         * gst/avi/gstavidemux.h:
5598         More attempts to turn this into readable code.
5599         Don't leak adapters.
5600         Calculate duration according to index more efficiently.
5601         Don't try to act like we drive the pipeline in chain mode.
5602
5603 2006-08-25  Wim Taymans  <wim@fluendo.com>
5604
5605         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
5606         Fix build.
5607
5608 2006-08-25  Wim Taymans  <wim@fluendo.com>
5609
5610         Patch by: Alessandro Decina <alessandro at nnva dot org>
5611
5612         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
5613         Do some extra sanity checks.
5614         Fixes #350340.
5615
5616         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
5617         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
5618         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
5619         Check if clip->start_time is valid before adding the clip to the
5620         track list.
5621         Reset enc->preamble going from PAUSED to READY.
5622         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
5623         only used for EOS.
5624         Only post an error message if we were the one that created the fatal
5625         GstFlowReturn value.
5626
5627         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
5628         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
5629         Parse the seconds field of the npt-sec time format using %llu rather than
5630         %d and check that the value scaled by GST_SECOND doesn't overflow.
5631         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
5632         Lookup a clip's track with clip->track rather than clip->id which
5633         makes no sense.
5634         Identify a clip by its track and start time and not its xml id.
5635         do some more input checking and make sure we don't do undefined shifts.
5636
5637         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5638         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
5639         (cmml_tag_message_pop), (check_headers), (push_clip_full),
5640         (push_clip), (push_empty_clip), (check_output_clip),
5641         (GST_START_TEST), (cmmldec_suite):
5642         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5643         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
5644         (check_headers), (push_clip), (check_clip_times), (check_clip),
5645         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
5646         Added some more checks.
5647
5648 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5649
5650         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
5651         (gst_audio_panorama_set_property),
5652         (gst_audio_panorama_get_property),
5653         (gst_audio_panorama_transform_m2s_int),
5654         (gst_audio_panorama_transform_s2s_int),
5655         (gst_audio_panorama_transform_m2s_float),
5656         (gst_audio_panorama_transform_s2s_float):
5657         * gst/audiofxgood/audiopanorama.h:
5658         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
5659           Make also the pan-property float (saves scaling and yields better
5660           resolution)
5661
5662 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5663
5664         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
5665         (gst_audio_panorama_transform_m2s_float),
5666         (gst_audio_panorama_transform_s2s_float):
5667           ChangeLog surgery to add cymax's real name
5668
5669
5670 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5671
5672         Patch by: René Stadler <mail@renestadler.de>
5673
5674         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
5675         (gst_audio_panorama_transform_m2s_int),
5676         (gst_audio_panorama_transform_s2s_int),
5677         (gst_audio_panorama_transform_m2s_float),
5678         (gst_audio_panorama_transform_s2s_float),
5679         (gst_audio_panorama_transform):
5680         * gst/audiofxgood/audiopanorama.h:
5681           Added float support
5682
5683 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5684
5685         * gst/audiofxgood/audiopanorama.c:
5686         (gst_audio_panorama_transform_m2s):
5687           Fix docs & debug category. Add Fixme for volume pan levels.
5688
5689 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
5692         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
5693         (gst_avi_demux_stream_header_pull),
5694         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5695         (gst_avi_demux_chain):
5696           unbreak AVI index handling, some more debug, remove an obsolete
5697           adapter_flush that caused streaming to wander off in the wild
5698
5699 2006-08-24  Wim Taymans  <wim@fluendo.com>
5700
5701         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5702         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
5703         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
5704         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5705         (gst_avi_demux_calculate_durations_from_index),
5706         (gst_avi_demux_stream_header_push),
5707         (gst_avi_demux_stream_header_pull):
5708         * gst/avi/gstavidemux.h:
5709         Some more cleanups. 
5710         Fix totalFrames parsing in ODML.
5711         Disable use of index for length calculation in case of ODML as this is
5712         broken now.
5713
5714 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
5717           Use libgsttag helper function here too.
5718
5719 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5720
5721         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5722         (gst_avi_demux_init), (gst_avi_demux_dispose),
5723         (gst_avi_demux_reset), (gst_avi_demux_index_next),
5724         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
5725         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
5726         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
5727         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
5728         (gst_avi_demux_parse_subindex),
5729         (gst_avi_demux_read_subindexes_push),
5730         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5731         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5732         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
5733         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
5734         (gst_avi_demux_stream_header_pull),
5735         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5736         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
5737         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
5738         (gst_avi_demux_change_state):
5739         * gst/avi/gstavidemux.h:
5740           Initial streaming support for avidemux (fixes #336465)
5741
5742 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5745           There is no taglibmux element ...
5746
5747         * gst/rtsp/gstrtspsrc.c:
5748           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
5749           was complaining about unknown entity here.
5750
5751 2006-08-22  Wim Taymans  <wim@fluendo.com>
5752
5753         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5754         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
5755         (gst_avi_demux_process_next_entry):
5756         * gst/avi/gstavidemux.h:
5757         Mark DISCONT.
5758         Remove old unused fields and reorder the struct a bit.
5759
5760 2006-08-22  Wim Taymans  <wim@fluendo.com>
5761
5762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5763         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
5764         (gst_rtspsrc_pause):
5765         * gst/rtsp/gstrtspsrc.h:
5766         * sys/oss/gstosssink.c: (gst_oss_sink_open),
5767         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
5768         Small documentation updates.
5769
5770 2006-08-22  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5773         (gst_avi_demux_index_entry_for_time),
5774         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
5775         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
5776         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
5777         (gst_avi_demux_next_data_buffer),
5778         (gst_avi_demux_calculate_durations_from_index),
5779         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
5780         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
5781         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
5782         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
5783         * gst/avi/gstavidemux.h:
5784         Precalc most of the duration query for each stream.
5785         Make seeking more correct.
5786         Use GstSegment to track position and duration.
5787         Code cleanups and leak fixes.
5788         Calculate correct total duration based on index length.
5789
5790 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
5791
5792         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
5793         (parse_insert_string_field):
5794           If strings in text fields are marked ISO8859-1, but contain
5795           valid UTF-8 already, then handle them as UTF-8 and ignore
5796           the encoding. (#351794)
5797
5798 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
5801         (gst_flac_dec_write), (gst_flac_dec_loop),
5802         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
5803         (gst_flac_dec_src_query):
5804         * ext/flac/gstflacdec.h:
5805           Make flac-in-ogg work (#352100).
5806
5807 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
5810           Don't unref buffers of which we've already given away
5811           ownership to the adapter.
5812
5813 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
5816           Make metadata extraction actually work.
5817
5818         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5819         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
5820         (gst_speexenc_chain):
5821           Fix metadata writing: replace old code which wrote completely
5822           broken tags with libgsttag-based code. Plus miscellaneous
5823           code cleanups (use static pad templates etc.) and a bunch
5824           of leak fixes.
5825
5826 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5827
5828         * gst/audiopanorama/.cvsignore:
5829         * gst/audiopanorama/Makefile.am:
5830         * gst/audiopanorama/audiofx.c:
5831         * gst/audiopanorama/audiopanorama.c:
5832         * gst/audiopanorama/audiopanorama.h:
5833           die! die! die! you should never have been there
5834
5835 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
5836
5837         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
5838         Fix invalid memory access in audiopanorama test suite.
5839
5840 2006-08-21  Edward Hervey  <edward@fluendo.com>
5841
5842         * tests/check/elements/.cvsignore:
5843         ignore built file
5844
5845 2006-08-21  Wim Taymans  <wim@fluendo.com>
5846
5847         * gst/rtp/Makefile.am:
5848         Fix the build again.
5849
5850 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5851
5852         * gst/audiofxgood/.cvsignore:
5853         * gst/audiofxgood/Makefile.am:
5854         * gst/audiofxgood/audiofx.c: (plugin_init):
5855         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
5856         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5857         (gst_audio_panorama_set_property),
5858         (gst_audio_panorama_get_property),
5859         (gst_audio_panorama_get_unit_size),
5860         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
5861         (gst_audio_panorama_transform_m2s),
5862         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
5863         * gst/audiofxgood/audiopanorama.h:
5864           resubmit with the desired name *again*
5865
5866 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5867
5868         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
5869         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
5870           use g_assert in _get_unit_size
5871
5872 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5873
5874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5876         * docs/plugins/inspect/plugin-audiofxgood.xml:
5877           cleanup -unused.txt to make it useful, add previously missing docs
5878
5879         * ext/Makefile.am:
5880           Quietly (accidentally) enable LADSPA for building by default, 
5881           despite the fact that it doesn't meet the plugin checklist.
5882             -- Added by Jan Schmidt 18 Dec 2006
5883
5884         * ext/esd/esdmon.c:
5885         * ext/esd/esdsink.c:
5886         * ext/esd/gstesd.c: (plugin_init):
5887           reflow to get rid of two external symbols
5888
5889         * gst/audiofxgood/audiofx.c: (plugin_init):
5890           re-add
5891
5892 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * configure.ac:
5895         * gst/audiofxgood/.cvsignore:
5896         * gst/audiofxgood/Makefile.am:
5897         * gst/audiofxgood/audiofx.c
5898         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
5899         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5900         (gst_audio_panorama_set_property),
5901         (gst_audio_panorama_get_property),
5902         (gst_audio_panorama_get_unit_size),
5903         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
5904         (gst_audio_panorama_transform_m2s),
5905         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
5906         * gst/audiofxgood/audiopanorama.h:
5907         * tests/check/Makefile.am:
5908         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
5909         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
5910         (panorama_suite), (main):
5911         Add audiofxgood plugin with audiopanorama element
5912
5913 2006-08-18  Wim Taymans  <wim@fluendo.com>
5914
5915         * docs/plugins/Makefile.am:
5916         More Oss docs fixage. 
5917
5918 2006-08-18  Wim Taymans  <wim@fluendo.com>
5919
5920         * gst/rtp/Makefile.am:
5921         * gst/rtp/gstrtp.c: (plugin_init):
5922         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
5923         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
5924         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
5925         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
5926         (gst_rtp_sv3v_depay_get_property),
5927         (gst_rtp_sv3v_depay_change_state),
5928         (gst_rtp_sv3v_depay_plugin_init):
5929         * gst/rtp/gstrtpsv3vdepay.h:
5930         Added experimental SVQ3 depayloader.
5931
5932 2006-08-18  Edward Hervey  <edward@fluendo.com>
5933
5934         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
5935         (gst_dvdemux_loop), (gst_dvdemux_change_state):
5936         * ext/dv/gstdvdemux.h:
5937         When handling seek requests, don't send the newsegment event from the
5938         calling thread. Instead save it so it can be sent from the streaming
5939         thread.
5940
5941 2006-08-17  Wim Taymans  <wim@fluendo.com>
5942
5943         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5944
5945         * gst/multipart/multipartdemux.c: (multipart_parse_header):
5946         Accept leading whitespace before the boundary
5947         This patch makes the demuxer allow some whitespace before the actual
5948         boundary. This makes the demuxer work with the ``old'' gstreamer
5949         multipartmuxer again (which placed an extra \n before the start
5950         of the stream) Fixes #349068.
5951
5952 2006-08-17  Wim Taymans  <wim@fluendo.com>
5953
5954         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5955         Error out on non-implemented stuff.
5956
5957 2006-08-16  Wim Taymans  <wim@fluendo.com>
5958
5959         Patch by: Andy Wingo <wingo at pobox dot com>
5960
5961         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
5962         (gst_signal_processor_start), (gst_signal_processor_stop),
5963         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
5964         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
5965         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
5966         (gst_signal_processor_change_state):
5967         Make ladspa elements reusable. Fixes #350006.
5968
5969 2006-08-16  Wim Taymans  <wim@fluendo.com>
5970
5971         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
5972         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
5973         names as possible. Fixes #349901.
5974
5975 2006-08-16  Wim Taymans  <wim@fluendo.com>
5976
5977         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
5978         (gst_signal_processor_do_pushes):
5979         A push() gives away our refcount so we should not use the buffer on the
5980         pen anymore.
5981
5982 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
5985         (gst_oss_mixer_element_finalize):
5986           Don't leak device string.
5987
5988 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5989
5990         * configure.ac:
5991           Require CVS of GStreamer core and -base (for
5992           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
5993
5994         * ext/taglib/gstid3v2mux.cc:
5995           Write extended comment tags properly (#348762).
5996
5997         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5998         (parse_comment_frame):
5999           Extract COMM frames into extended comments, which makes it
6000           easier to properly retain the description bit of the tag
6001           and maintain this information when re-tagging (#348762).
6002
6003 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         * tests/check/Makefile.am:
6006           Don't try to run annodex unit tests if the annodex
6007           plugin has not been built (Fixes #351116).
6008
6009 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * gst/autodetect/gstautoaudiosink.c:
6012         (gst_auto_audio_sink_find_best):
6013           When we can't find a usable audiosink, don't error out,
6014           but use a fake sink instead and post a warning message
6015           on the bus (#341278).
6016
6017 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
6020         * sys/oss/gstosssink.c:
6021         * sys/oss/gstosssrc.c:
6022           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
6023           ossmixer's new device property.
6024
6025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6027           Add docs for OSS elements.
6028
6029         * docs/plugins/inspect/plugin-aasink.xml:
6030         * docs/plugins/inspect/plugin-alaw.xml:
6031         * docs/plugins/inspect/plugin-alpha.xml:
6032         * docs/plugins/inspect/plugin-alphacolor.xml:
6033         * docs/plugins/inspect/plugin-annodex.xml:
6034         * docs/plugins/inspect/plugin-apetag.xml:
6035         * docs/plugins/inspect/plugin-auparse.xml:
6036         * docs/plugins/inspect/plugin-autodetect.xml:
6037         * docs/plugins/inspect/plugin-avi.xml:
6038         * docs/plugins/inspect/plugin-cacasink.xml:
6039         * docs/plugins/inspect/plugin-cairo.xml:
6040         * docs/plugins/inspect/plugin-cdio.xml:
6041         * docs/plugins/inspect/plugin-cutter.xml:
6042         * docs/plugins/inspect/plugin-debug.xml:
6043         * docs/plugins/inspect/plugin-dv.xml:
6044         * docs/plugins/inspect/plugin-efence.xml:
6045         * docs/plugins/inspect/plugin-effectv.xml:
6046         * docs/plugins/inspect/plugin-esdsink.xml:
6047         * docs/plugins/inspect/plugin-flac.xml:
6048         * docs/plugins/inspect/plugin-flxdec.xml:
6049         * docs/plugins/inspect/plugin-gconfelements.xml:
6050         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6051         * docs/plugins/inspect/plugin-goom.xml:
6052         * docs/plugins/inspect/plugin-halelements.xml:
6053         * docs/plugins/inspect/plugin-icydemux.xml:
6054         * docs/plugins/inspect/plugin-id3demux.xml:
6055         * docs/plugins/inspect/plugin-jpeg.xml:
6056         * docs/plugins/inspect/plugin-level.xml:
6057         * docs/plugins/inspect/plugin-matroska.xml:
6058         * docs/plugins/inspect/plugin-mulaw.xml:
6059         * docs/plugins/inspect/plugin-multipart.xml:
6060         * docs/plugins/inspect/plugin-navigationtest.xml:
6061         * docs/plugins/inspect/plugin-ossaudio.xml:
6062         * docs/plugins/inspect/plugin-png.xml:
6063         * docs/plugins/inspect/plugin-rtp.xml:
6064         * docs/plugins/inspect/plugin-rtsp.xml:
6065         * docs/plugins/inspect/plugin-shout2send.xml:
6066         * docs/plugins/inspect/plugin-smpte.xml:
6067         * docs/plugins/inspect/plugin-speex.xml:
6068         * docs/plugins/inspect/plugin-taglib.xml:
6069         * docs/plugins/inspect/plugin-udp.xml:
6070         * docs/plugins/inspect/plugin-videobalance.xml:
6071         * docs/plugins/inspect/plugin-videobox.xml:
6072         * docs/plugins/inspect/plugin-videoflip.xml:
6073         * docs/plugins/inspect/plugin-videomixer.xml:
6074         * docs/plugins/inspect/plugin-wavenc.xml:
6075         * docs/plugins/inspect/plugin-wavparse.xml:
6076         * docs/plugins/inspect/plugin-ximagesrc.xml:
6077           Update to CVS version.
6078           
6079 2006-08-16  Wim Taymans  <wim@fluendo.com>
6080
6081         * gst/rtp/gstrtpamrdepay.c:
6082         * gst/rtp/gstrtpmp4gdepay.c:
6083         Caps extra properties must be defined as strings for
6084         depayloaders because they are generated from an SDP.
6085
6086         * gst/rtp/Makefile.am:
6087         * gst/rtp/gstrtp.c: (plugin_init):
6088         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
6089         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
6090         (gst_rtp_h264_depay_finalize), (decode_base64),
6091         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
6092         (gst_rtp_h264_depay_set_property),
6093         (gst_rtp_h264_depay_get_property),
6094         (gst_rtp_h264_depay_change_state),
6095         (gst_rtp_h264_depay_plugin_init):
6096         * gst/rtp/gstrtph264depay.h:
6097         Added basic, not completely functional RFC 3984 H264 depayloader.
6098
6099 2006-08-16  Wim Taymans  <wim@fluendo.com>
6100
6101         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
6102         Add pads after setting them up.
6103
6104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6105         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6106         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
6107         (gst_rtspsrc_stream_setup_rtp),
6108         (gst_rtspsrc_stream_configure_transport),
6109         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
6110         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
6111         (gst_rtspsrc_pause):
6112         * gst/rtsp/gstrtspsrc.h:
6113         Fix interleaved mode.
6114          - Protect streaming with lock.
6115          - Combine flows
6116          - set caps on outgoing buffers.
6117          - strip trailing \0 from data packets.
6118          - Configure RTP/RTCP in stream.
6119         Use DEBUG_OBJECT more.
6120
6121 2006-08-16  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
6124         Turn a g_print into a DEBUG line.
6125
6126 2006-08-13  Wim Taymans  <wim@fluendo.com>
6127
6128         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
6129         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
6130         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
6131         (gst_oss_mixer_element_get_property),
6132         (gst_oss_mixer_element_change_state):
6133         * sys/oss/gstossmixerelement.h:
6134         Small cleanups. Better error reporting.
6135         Add device property for the mixer instead of the hardcoded
6136         /dev/mixer. Fixes #350785.
6137         API: GstOssMixerElement::device property
6138
6139 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6140
6141         Patch by: Jens Granseuer <jensgr at gmx net>
6142
6143         * gconf/Makefile.am:
6144           Make --disable-schemas work right (they still need
6145           to be copied to the installation directory, just not
6146           applied). Fixes #351347 (also #344100).
6147           
6148 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6149
6150         * configure.ac: back to HEAD
6151
6152 === release 0.10.4 ===
6153
6154 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
6155
6156         * configure.ac:
6157           releasing 0.10.4, "Dear Leader"
6158
6159 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6160
6161         Patch by: Edward Hervey <edward@fluendo.com>
6162
6163         * configure.ac:
6164         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6165         (gst_wavparse_stream_data):
6166         Send the newsegment event in the streaming thread.
6167         Fixes #347529
6168
6169 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6172         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
6173         (gst_smokeenc_resync), (gst_smokeenc_chain):
6174           Refuse sink caps in the encoder if width or height is not a
6175           multiple of 16, the encoder does not support that yet (#349939);
6176           along the same lines, check the return value of the encoder
6177           setup function; also remove some debug log clutter.
6178
6179 2006-08-04  Andy Wingo  <wingo@pobox.com>
6180
6181         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
6182         whether a processor can work in place or not, and for keeping
6183         track of its state. Change the FlowReturn instance variable from
6184         "state" to "flow_state", all callers changed.
6185
6186         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
6187         (gst_signal_processor_start, gst_signal_processor_stop)
6188         (gst_signal_processor_cleanup): New functions to manage the
6189         processor's state.
6190         (gst_signal_processor_setcaps): start() as well as setup() here.
6191         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
6192         (gst_signal_processor_change_state): Stop and cleanup the
6193         processor as we go to NULL.
6194
6195         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
6196         INPLACE_BROKEN is not set.
6197
6198         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
6199         Do the alloc_buffer in bytes, not frames.
6200         
6201 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6202
6203         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6204         Fix rgb masks when recording in < 24bpp.
6205
6206 2006-08-04  Andy Wingo  <wingo@pobox.com>
6207
6208         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
6209         (gst_signal_processor_prepare)
6210         (gst_signal_processor_update_inputs)
6211         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
6212         (gst_signal_processor_flush)
6213         (gst_signal_processor_sink_activate_push)
6214         (gst_signal_processor_src_activate_pull)
6215         (gst_signal_processor_change_state): Remove the last of the code
6216         that assumes that we process whole buffers at a time. Fix some
6217         debugging. Seems to work now in some cases.
6218         (gst_signal_processor_src_activate_pull): BPB
6219
6220 2006-08-01  Andy Wingo  <wingo@pobox.com>
6221
6222         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
6223         Fix nframes-choosing.
6224         (gst_signal_processor_init): Init pending_in and pending_out.
6225
6226         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
6227         more default sample rate, although we never check that the sample
6228         rate actually gets set. Something for the future.
6229         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
6230         (gst_signal_processor_event): Refcount fixen.
6231         (gst_signal_processor_process): Pull the number of frames to
6232         process from the sizes of the buffers in the input pens.
6233         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
6234         (gst_signal_processor_do_pulls): Add an nframes argument, and use
6235         it instead of buffer_frames.
6236         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
6237         to do_pulls.
6238         (gst_signal_processor_chain)
6239         (gst_signal_processor_sink_activate_push)
6240         (gst_signal_processor_src_activate_pull):  Refcount fixen.
6241
6242         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
6243
6244 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
6245
6246         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6247         (gst_signal_processor_process):
6248           don't query buffer-frames from caps, add lots of debug-log,
6249           try fix for assert (#349189)
6250
6251 2006-07-31  Wim Taymans  <wim@fluendo.com>
6252
6253         * gst/udp/gstudpsrc.c:
6254         Fix docs.
6255
6256 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * ext/ladspa/gstsignalprocessor.c:
6259         (gst_signal_processor_add_pad_from_template),
6260         (gst_signal_processor_init), (gst_signal_processor_setcaps),
6261         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
6262         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
6263         (gst_signal_processor_sink_activate_push),
6264         (gst_signal_processor_src_activate_pull),
6265         (gst_signal_processor_change_state):
6266          Add debugs logs here and there, add more error handling, add some
6267          FIXME comments, filed #349189
6268
6269 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6270
6271         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
6272         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
6273         Set caps on buffer correctly.  Fixes bug #349155.
6274
6275 2006-07-28  Wim Taymans  <wim@fluendo.com>
6276
6277         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6278
6279         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6280         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
6281         (gst_multipart_demux_finalize), (get_line_end),
6282         (multipart_parse_header), (multipart_find_boundary),
6283         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
6284         (gst_multipart_set_property), (gst_multipart_get_property):
6285         Uses GstAdapter instead of own buffering.
6286         Actually parses the mime-type correctly (In tests the mime-type was
6287         always "" with the old version).
6288         Uses the Content-length header if available to speed up things.
6289         Reliably autoscans the boundary name by default.
6290         Fixes #349068.
6291
6292         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6293         Don't start the stream with a \n.
6294
6295 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         Patch by: Brian Cameron <brian dot cameron at sun com>
6298
6299         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6300           Open source with O_NONBLOCK (#349015).
6301
6302 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
6303
6304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6305         (gst_avi_demux_massage_index):
6306         * gst/avi/gstavidemux.h:
6307           Whitespace fixes and more debug
6308
6309 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * gst/autodetect/gstautoaudiosink.c:
6312         (gst_auto_audio_sink_create_element_with_pretty_name),
6313         (gst_auto_audio_sink_find_best),
6314         (gst_auto_audio_sink_change_state):
6315           Get rid of old and unused magic sound-server properties stuff.
6316           Add suffix to child sink's name that makes it easy to see from
6317           the name alone which type it actually is (alsa, oss, esd, etc.).
6318
6319 2006-07-27  Wim Taymans  <wim@fluendo.com>
6320
6321         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6322         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
6323         (gst_udpsrc_start):
6324         * gst/udp/gstudpsrc.h:
6325         Rename "buffer" to "buffer-size" to make clear it is a size we set and
6326         not some sort of feature we enable.
6327
6328 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6331           Use CLOSE_SOCKET() here instead of close() to maintain
6332           win32 workiness.
6333
6334 2006-07-27  Wim Taymans  <wim@fluendo.com>
6335
6336         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
6337
6338         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6339         (gst_udpsrc_create), (gst_udpsrc_set_property),
6340         (gst_udpsrc_get_property), (gst_udpsrc_start):
6341         * gst/udp/gstudpsrc.h:
6342         Added "buffer-size" property to control the kernel receive buffer size.
6343         Update documentation.
6344         Small cleanups. Fixes #348752.
6345         API: buffer-size property
6346
6347 2006-07-26  Wim Taymans  <wim@fluendo.com>
6348
6349         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
6350
6351         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6352         (gst_rtp_pcma_pay_handle_buffer):
6353         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
6354         (gst_rtp_pcmu_pay_handle_buffer):
6355         Fix timestamp calculation on outgoing RTP packets.
6356         Fixes #348675.
6357
6358 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6359
6360         * ext/taglib/gstid3v2mux.cc:
6361           Fix writing of comment frames (should be COMM not TCOM),
6362           is still sub-optimal though, since we don't retain or
6363           extract the comment descriptions properly (#334375,
6364           also see #334375).
6365
6366 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/wavparse/gstwavparse.c:
6369           #define 'fact' RIFF chunk if we are not compiling against
6370           -base CVS (we don't want to depend on -base CVS for this
6371           one define only, and also not for release order reasons).
6372
6373 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * ext/taglib/gstid3v2mux.cc:
6376           Handle multiple tags of the same type properly. Re-inject
6377           unparsed ID3v2 frames that we get as binary blobs from
6378           id3demux into the tag again so we don't lose information
6379           when retagging (#334375).
6380
6381 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
6384           Document newly-added properties properly, so that there is a
6385           'Since: 0.10.4' in the plugin docs. Convert some property
6386           names into canonical GObject style (GObject will do that
6387           internally anyway).
6388
6389 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst/id3demux/id3tags.c:
6392         (id3demux_add_id3v2_frame_blob_to_taglist):
6393           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
6394           well, and add the version to the blob's buffer caps, since that
6395           information will be needed for deserialisation later on (#348644).
6396
6397 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
6398
6399         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
6400         (gst_avi_demux_parse_stream):
6401          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
6402          indentation and spacing.
6403
6404 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * docs/plugins/Makefile.am:
6407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6409         * docs/plugins/gst-plugins-good-plugins.args:
6410         * docs/plugins/inspect/plugin-1394.xml:
6411         * docs/plugins/inspect/plugin-aasink.xml:
6412         * docs/plugins/inspect/plugin-alaw.xml:
6413         * docs/plugins/inspect/plugin-alpha.xml:
6414         * docs/plugins/inspect/plugin-alphacolor.xml:
6415         * docs/plugins/inspect/plugin-annodex.xml:
6416         * docs/plugins/inspect/plugin-apetag.xml:
6417         * docs/plugins/inspect/plugin-auparse.xml:
6418         * docs/plugins/inspect/plugin-autodetect.xml:
6419         * docs/plugins/inspect/plugin-avi.xml:
6420         * docs/plugins/inspect/plugin-cacasink.xml:
6421         * docs/plugins/inspect/plugin-cairo.xml:
6422         * docs/plugins/inspect/plugin-cdio.xml:
6423         * docs/plugins/inspect/plugin-cutter.xml:
6424         * docs/plugins/inspect/plugin-debug.xml:
6425         * docs/plugins/inspect/plugin-dv.xml:
6426         * docs/plugins/inspect/plugin-efence.xml:
6427         * docs/plugins/inspect/plugin-effectv.xml:
6428         * docs/plugins/inspect/plugin-esdsink.xml:
6429         * docs/plugins/inspect/plugin-flac.xml:
6430         * docs/plugins/inspect/plugin-flxdec.xml:
6431         * docs/plugins/inspect/plugin-gconfelements.xml:
6432         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6433         * docs/plugins/inspect/plugin-goom.xml:
6434         * docs/plugins/inspect/plugin-halelements.xml:
6435         * docs/plugins/inspect/plugin-icydemux.xml:
6436         * docs/plugins/inspect/plugin-id3demux.xml:
6437         * docs/plugins/inspect/plugin-jpeg.xml:
6438         * docs/plugins/inspect/plugin-level.xml:
6439         * docs/plugins/inspect/plugin-matroska.xml:
6440         * docs/plugins/inspect/plugin-mulaw.xml:
6441         * docs/plugins/inspect/plugin-multipart.xml:
6442         * docs/plugins/inspect/plugin-navigationtest.xml:
6443         * docs/plugins/inspect/plugin-ossaudio.xml:
6444         * docs/plugins/inspect/plugin-png.xml:
6445         * docs/plugins/inspect/plugin-rtp.xml:
6446         * docs/plugins/inspect/plugin-rtsp.xml:
6447         * docs/plugins/inspect/plugin-shout2send.xml:
6448         * docs/plugins/inspect/plugin-smpte.xml:
6449         * docs/plugins/inspect/plugin-speex.xml:
6450         * docs/plugins/inspect/plugin-udp.xml:
6451         * docs/plugins/inspect/plugin-videobalance.xml:
6452         * docs/plugins/inspect/plugin-videobox.xml:
6453         * docs/plugins/inspect/plugin-videoflip.xml:
6454         * docs/plugins/inspect/plugin-videomixer.xml:
6455         * docs/plugins/inspect/plugin-wavenc.xml:
6456         * docs/plugins/inspect/plugin-wavparse.xml:
6457         * docs/plugins/inspect/plugin-ximagesrc.xml:
6458           Update files to CVS/Prerelease version, add esdsink docs.
6459
6460         * ext/esd/esdsink.c:
6461           Add gtk-doc blurb.
6462
6463         * gst/rtp/gstrtpmp4vpay.c:
6464           Fix typo in element description.
6465
6466 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * ext/esd/esdsink.c: (gst_esdsink_open),
6469         (gst_esdsink_factory_init):
6470           Prevent libesd from auto-spawning a sound daemon if it
6471           is not already running. Now that we don't do evil stuff
6472           like that any longer we can give esdsink a rank so that
6473           autoaudiosink will try it as well if all other audio
6474           sinks fail (#343051).
6475
6476 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * ext/esd/Makefile.am:
6479           Oops, need to remove README from EXTRA_DIST as well.
6480
6481 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * ext/esd/README:
6484           Remove, it contains nothing useful anyway.
6485
6486         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
6487         (gst_esdsink_delay):
6488           Some small clean-ups; use GST_BOILERPLATE etc.
6489
6490 2006-07-24  Wim Taymans  <wim@fluendo.com>
6491
6492         * gst/law/alaw-decode.c: (alawdec_getcaps):
6493         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
6494         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
6495         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
6496         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
6497
6498 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
6499
6500         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
6501         (gst_wavparse_other), (gst_wavparse_perform_seek),
6502         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
6503         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6504         (gst_wavparse_pad_query):
6505         * gst/wavparse/gstwavparse.h:
6506           Use information from 'fact' chunk for length calculation of compressed
6507           samples. Calculate bps if bogus value is found in wav header (embeded
6508           mp2/mp3).
6509           
6510
6511 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
6514
6515         * configure.ac:
6516         * gst/udp/Makefile.am:
6517         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
6518         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
6519         * gst/udp/gstdynudpsink.h:
6520         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
6521         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
6522         * gst/udp/gstmultiudpsink.h:
6523         * gst/udp/gstudp.c: (plugin_init):
6524         * gst/udp/gstudpsink.h:
6525         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6526         (gst_udpsrc_start), (gst_udpsrc_stop):
6527         * gst/udp/gstudpsrc.h:
6528         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
6529         (gst_udp_net_utils_win32_wsa_startup):
6530         * gst/udp/gstudpnetutils.h:
6531           Port udp plugin to win32 (#345288).
6532
6533 2006-07-24  Wim Taymans  <wim@fluendo.com>
6534
6535         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
6536         Remove unwanted DEBUG line.
6537
6538 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * gst/id3demux/gstid3demux.c: (plugin_init):
6541         * gst/id3demux/id3tags.c:
6542         (id3demux_add_id3v2_frame_blob_to_taglist):
6543         * gst/id3demux/id3tags.h:
6544           On second thought, it might be wiser and more efficient
6545           not to do tag registration from a streaming thread.
6546
6547 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
6548
6549         * gst/id3demux/id3tags.c:
6550         (id3demux_add_id3v2_frame_blob_to_taglist),
6551         (id3demux_id3v2_frames_to_tag_list):
6552           Put ID3v2 frames we can't parse as binary blobs into private
6553           tags, so that they are not lost when retagging, at least once
6554           id3v2mux has been taught to re-inject those frames again.
6555           See bug #334375.
6556
6557 2006-07-21  Wim Taymans  <wim@fluendo.com>
6558
6559         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
6560         (gst_avi_demux_process_next_entry):
6561         Fix some leaks.
6562
6563         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
6564         Don't use \n in debug lines.
6565
6566 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6570           Add annodex and icydemux, cleanup the sections a bit
6571
6572 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         Patch by: Alex Lancaster <alexl at users sourceforge net>
6575
6576         * ext/taglib/gstid3v2mux.cc:
6577           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
6578           ID3v2 TSSE frames (#347898).
6579
6580 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6581
6582         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6583           Respect mpegversion for "video/mpeg" and give message in case of
6584           unhandled versions.
6585
6586 2006-07-17  Wim Taymans  <wim@fluendo.com>
6587
6588         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
6589         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
6590         (gst_pngdec_chain), (gst_pngdec_sink_event),
6591         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
6592         (gst_pngdec_sink_activate_push):
6593         * ext/libpng/gstpngdec.h:
6594         Use statically allocated segment instead of leaking.
6595         Various cleanups.
6596         Fix flush and seek handling.
6597
6598 2006-07-16  Wim Taymans  <wim@fluendo.com>
6599
6600         * gst/rtp/Makefile.am:
6601         * gst/rtp/gstrtp.c: (plugin_init):
6602         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
6603         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
6604         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
6605         (gst_rtp_mp4g_depay_set_property),
6606         (gst_rtp_mp4g_depay_get_property),
6607         (gst_rtp_mp4g_depay_change_state),
6608         (gst_rtp_mp4g_depay_plugin_init):
6609         * gst/rtp/gstrtpmp4gdepay.h:
6610         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
6611         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
6612         (gst_rtp_mp4g_pay_flush):
6613         Added simple generic mpeg4 depayloader.
6614         Fix generic mpeg4 payloader.
6615
6616 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
6619           Don't try doing state changes on a NULL pointer.
6620
6621 2006-07-14  Wim Taymans  <wim@fluendo.com>
6622
6623         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6624
6625         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
6626         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
6627         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
6628         * gst/rtp/gstrtpamrdepay.h:
6629         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
6630         Fixes #321191
6631
6632 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6633
6634         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6635         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
6636         Fix segfault when moving mouse pointer to the bottom right corner.
6637
6638 2006-07-12  Wim Taymans  <wim@fluendo.com>
6639
6640         * gst/rtp/Makefile.am:
6641         * gst/rtp/gstrtp.c: (plugin_init):
6642         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
6643         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
6644         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
6645         (gst_rtp_mp2t_depay_set_property),
6646         (gst_rtp_mp2t_depay_get_property),
6647         (gst_rtp_mp2t_depay_change_state),
6648         (gst_rtp_mp2t_depay_plugin_init):
6649         * gst/rtp/gstrtpmp2tdepay.h:
6650         Added mpeg2 TS depayloader. Closing #347234.
6651
6652 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6653
6654         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
6655           Remove g_assert that shouldn't be there and was triggered
6656           after trying to open a device that doesn't exist or can't
6657           be opened for some other reason (#347972).
6658
6659 2006-07-10  Edward Hervey  <edward@fluendo.com>
6660
6661         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6662         (gst_avi_demux_stream_header), (push_tag_lists):
6663         * gst/avi/gstavidemux.h:
6664         Don't push tag events found by gst_riff_parse_info() before outputting
6665         GST_EVENT_NEWSEGMENT.
6666
6667 2006-07-10  Wim Taymans  <wim@fluendo.com>
6668
6669         * gst/rtsp/Makefile.am:
6670         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
6671         (rtsp_connection_close):
6672         * gst/rtsp/rtspdefs.h:
6673         replaced closesocket and close in code with one CLOSE_SOCKET. 
6674         Some more cleanups. Fixes #345301.
6675
6676 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         * gst/autodetect/gstautoaudiosink.c:
6679           Fix example pipeline in docs.
6680
6681 2006-07-10  Wim Taymans  <wim@fluendo.com>
6682
6683         Patch by: Rob Taylor <robtaylor at floopily dot org>
6684
6685         * gst/udp/gstmultiudpsink.c: (join_multicast),
6686         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
6687         If a destination is added before the stream is set to PAUSED, the
6688         multicast group is not joined as the socket is not created yet. 
6689         Also TTL and LOOP should also be set. Fixes #346921.
6690
6691 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6692
6693         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6694         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
6695         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
6696         (gst_ximage_src_init):
6697         * sys/ximage/gstximagesrc.h:
6698         Fix use-damage property to actually work :)
6699         Add startx, starty, endx, endy properties so screencasts other than full
6700         screen ones can work.
6701
6702 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6703
6704         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6705         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
6706         (gst_ximage_src_class_init), (gst_ximage_src_init):
6707         * sys/ximage/gstximagesrc.h:
6708         Add use_damage property to offer ability to choose whether to use
6709         XDamage or not.
6710
6711 2006-07-07  Wim Taymans  <wim@fluendo.com>
6712
6713         * gst/goom/filters.c: (zoomFilterSetResolution):
6714         Avoid goom coredumping by clearing memory. 
6715         Fixes 345679.
6716
6717 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6718
6719         * win32/vs6/libgstid3demux.dsp:
6720         Add a link to libgsttag-0.10.lib.
6721
6722 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
6725         (gst_tag_demux_read_range):
6726         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
6727         (gst_id3demux_read_range):
6728           Don't return FLOW_UNEXPECTED when a buffer is before
6729           the start of the stream (which might happen with
6730           large ID3v2 tags if the tag reading was done pullrange
6731           based and we then switched to push mode later on).
6732           Fixes regression introduced by commit from June 29th.
6733
6734 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * ext/taglib/gstid3v2mux.cc:
6737           Make UTF-8 the default encoding when writing string
6738           tags (before, our UTF-8 strings would automatically
6739           be converted to ISO-8859-1 by taglib and written as
6740           ISO-8859-1 fields if that was possible).
6741
6742         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
6743         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
6744         (test_taglib_id3mux_with_tags):
6745           Add test case that makes sure our UTF-8 strings have
6746           actually been written into the tag as UTF-8.
6747
6748 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * configure.ac:
6751           Let's try that again.
6752
6753 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * configure.ac:
6756           Disable monoscope plugin for now until it fulfills
6757           all the requirements.
6758
6759 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * configure.ac:
6762         * gst/monoscope/Makefile.am:
6763         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
6764         (gst_monoscope_class_init), (gst_monoscope_init),
6765         (gst_monoscope_finalize), (gst_monoscope_reset),
6766         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
6767         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
6768         (gst_monoscope_sink_event), (gst_monoscope_src_event),
6769         (gst_monoscope_change_state), (plugin_init):
6770         * gst/monoscope/gstmonoscope.h:
6771           Port monoscope visualisation to 0.10.
6772
6773 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
6776         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6777           Return FLOW_UNEXPECTED when at the end of the file, not
6778           FLOW_ERROR. Fixes 'internal stream error' errors that
6779           would sometimes occur in totem when scrubbing to the
6780           end of an ID3v1 tagged mp3 file.
6781
6782 2006-07-03  Edward Hervey  <edward@fluendo.com>
6783
6784         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
6785         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
6786         (gst_pngdec_sink_event), (gst_pngdec_change_state):
6787         * ext/libpng/gstpngdec.h:
6788         Implement buffer clipping/dropping using GstSegment.
6789         This provides accurate seeking.
6790
6791 2006-07-03  Edward Hervey  <edward@fluendo.com>
6792
6793         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6794         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
6795         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
6796         (gst_avi_demux_process_next_entry), (push_tag_lists),
6797         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6798         * gst/avi/gstavidemux.h:
6799         Proper aggregation of each stream's GstFlowReturn in order to figure out
6800         whether the task should stop or not.
6801         Don't send inline events before pushing out a NEW_SEGMENT, more
6802         specifically for GST_TAG_EVENT.
6803         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
6804         sub-indexes.
6805
6806 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
6809
6810         * sys/sunaudio/gstsunaudiomixerctrl.c:
6811         (gst_sunaudiomixer_ctrl_build_list):
6812           Move "Monitor" slider to input tab so it works more like
6813           sdtaudiocontrol, which is what people on Solaris are used
6814           to using for their mixer program (#346259).
6815
6816 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6817
6818         * tests/check/elements/level.c: (GST_START_TEST):
6819           fix a leak, clean up at the end
6820
6821 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6824         (gst_matroska_demux_send_event),
6825         (gst_matroska_demux_loop_stream_parse_id):
6826         * gst/matroska/matroska-ids.h:
6827           Send tag event after newsegment event.
6828
6829 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
6832         (gst_id3demux_read_range):
6833           Make sure we don't return GST_FLOW_OK with a NULL buffer in
6834           certain cases where a read beyond the end of the file is
6835           requested. Fixes #345930.
6836
6837         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
6838         (gst_tag_demux_read_range):
6839           Fix same issue here as well.
6840
6841 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6842
6843         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
6844         
6845         Fix hypothetical crash.
6846
6847 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
6850
6851         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6852           Do not modify the ports value. If the user has turned off the
6853           built-in speakers, then we should not reset it in the prepare
6854           function, since this causes the built-in speakers to turn
6855           back on anytime the user changes a track in totem, rhythmbox,
6856           etc. (#346066).
6857
6858 2006-06-23  Wim Taymans  <wim@fluendo.com>
6859
6860         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
6861         Fix double caps unref when negotiation fails.
6862
6863 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         * ext/annodex/gstcmmldec.c:
6866         * ext/annodex/gstcmmlenc.c:
6867         * ext/annodex/gstcmmlparser.c:
6868         * ext/dv/gstdvdec.c:
6869         * ext/dv/gstdvdemux.c:
6870         * ext/gdk_pixbuf/pixbufscale.c:
6871         * ext/jpeg/gstjpegenc.c:
6872         * ext/jpeg/gstsmokedec.c:
6873         * ext/jpeg/gstsmokeenc.c:
6874         * ext/libpng/gstpngdec.c:
6875         * ext/libpng/gstpngenc.c:
6876         * ext/speex/gstspeexenc.c:
6877         * gst/alpha/gstalphacolor.c:
6878         * gst/cutter/gstcutter.c:
6879         * gst/debug/gstnavigationtest.c:
6880         * gst/icydemux/gsticydemux.c:
6881         * gst/level/gstlevel.c:
6882         * gst/multipart/multipart.c:
6883         * gst/rtp/gstrtpamrpay.c:
6884         * gst/rtp/gstrtpdepay.c:
6885         * gst/rtp/gstrtpilbcpay.c:
6886         * gst/rtp/gstrtpmp4gpay.c:
6887         * gst/rtp/gstrtpmp4vpay.c:
6888         * gst/rtsp/gstrtpdec.c:
6889         * gst/rtsp/gstrtspsrc.c:
6890         * gst/udp/gstdynudpsink.c:
6891         * gst/udp/gstmultiudpsink.c:
6892         * gst/udp/gstudpsrc.c:
6893         * gst/videobox/gstvideobox.c:
6894         * gst/videofilter/gstvideoflip.c:
6895           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
6896           plus two minor macro fixes.
6897
6898 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * gst/matroska/matroska-demux.c:
6901         (gst_matroska_demux_check_subtitle_buffer),
6902         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6903         (gst_matroska_demux_subtitle_caps):
6904         * gst/matroska/matroska-ids.c:
6905         (gst_matroska_track_init_subtitle_context):
6906         * gst/matroska/matroska-ids.h:
6907           Try to fix up broken matroska files containing subtitle
6908           streams with non-UTF8 character encodings (courtesy of
6909           mkvmerge) using either the encoding specified in the
6910           GST_SUBTITLE_ENCODING environment variable or the
6911           current locale's character set if it is non-UTF8.
6912           Fixes #337076.
6913
6914 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6917           Set image type from APIC frame as "image-type" field
6918           of GST_TAG_IMAGE buffer caps (#344605).
6919
6920 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * ext/flac/Makefile.am:
6923         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
6924         (gst_flac_dec_reset_decoders),
6925         (gst_flac_dec_setup_seekable_decoder),
6926         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
6927         (gst_flac_dec_metadata_callback),
6928         (gst_flac_dec_metadata_callback_seekable),
6929         (gst_flac_dec_metadata_callback_stream),
6930         (gst_flac_dec_error_callback),
6931         (gst_flac_dec_error_callback_seekable),
6932         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
6933         (gst_flac_dec_read_stream), (gst_flac_dec_write),
6934         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
6935         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
6936         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
6937         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
6938         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
6939         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
6940         (gst_flac_dec_sink_activate_push),
6941         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
6942         * ext/flac/gstflacdec.h:
6943           Support chain-based operation, should make flac-over-DAAP
6944           work (#340492).
6945
6946 2006-06-20  Wim Taymans  <wim@fluendo.com>
6947
6948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6949         Doc updates, merge some unused symbols.
6950
6951 2006-06-20  Wim Taymans  <wim@fluendo.com>
6952
6953         * docs/plugins/Makefile.am:
6954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6956         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
6957         * gst/rtsp/gstrtspsrc.c:
6958         * gst/rtsp/gstrtspsrc.h:
6959         Added documentation for the rtsp plugin. Fixes #345393.
6960
6961 2006-06-20  Wim Taymans  <wim@fluendo.com>
6962
6963         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
6964         (rtsp_connection_close), (rtsp_connection_free):
6965         Use better G_OS_* macros. Fixes #345301 some more.
6966
6967 2006-06-20  Wim Taymans  <wim@fluendo.com>
6968
6969         Patch by: Brian Cameron <brian dot cameron at sun dot com>
6970
6971         * sys/sunaudio/Makefile.am:
6972         * sys/sunaudio/gstsunaudio.c: (plugin_init):
6973         * sys/sunaudio/gstsunaudiomixerctrl.c:
6974         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
6975         (gst_sunaudiomixer_ctrl_list_tracks),
6976         (gst_sunaudiomixer_ctrl_get_volume),
6977         (gst_sunaudiomixer_ctrl_set_volume),
6978         (gst_sunaudiomixer_ctrl_set_mute),
6979         (gst_sunaudiomixer_ctrl_set_record):
6980         * sys/sunaudio/gstsunaudiomixerctrl.h:
6981         * sys/sunaudio/gstsunaudiomixertrack.c:
6982         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
6983         * sys/sunaudio/gstsunaudiomixertrack.h:
6984         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
6985         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
6986         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
6987         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
6988         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
6989         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
6990         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
6991         (gst_sunaudiosrc_reset):
6992         * sys/sunaudio/gstsunaudiosrc.h:
6993         Add a SunAudio source plugin.
6994         Support stereo and right/left channel gain in the mixer plugin.
6995         Support the RECORD flag so that you can switch between line-input and
6996         microphone in gnome-volume-control.
6997         Code cleanups like using an enumerator for track number instead of an 
6998         integer. Fixes #344923.
6999
7000 2006-06-20  Wim Taymans  <wim@fluendo.com>
7001
7002         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
7003
7004         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
7005         (rtsp_connection_close):
7006         Make RTSP plugin compile on windows. Fixes #345301.
7007         Some changes to original patch to catch errors better.
7008         use ifdef WIN32 instead of ifndef.
7009
7010 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7011
7012         * configure.ac:
7013         If we have libraw1394 >= 1.2.1, then we need libiec61883.
7014
7015 2006-06-18  Edward Hervey  <edward@fluendo.com>
7016
7017         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
7018         After a failed buffer alloc, we need to abort the jpeg decoding (it
7019         started when parsing headers to figure out how many bytes we need
7020         to request downstream).
7021
7022 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7025
7026         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
7027           Make sure we don't read beyond the end of the file (#345232).
7028
7029 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * configure.ac:
7032           Fix --disable-external (can't set conditionals conditionally,
7033           #343602).
7034
7035 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * autogen.sh:
7038         * configure.ac:
7039         * docs/Makefile.am:
7040           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
7041
7042         * docs/plugins/Makefile.am:
7043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7044         * docs/plugins/inspect/plugin-taglib.xml:
7045           Add/fix apev2mux docs.
7046
7047 2006-06-14  Wim Taymans  <wim@fluendo.com>
7048
7049         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
7050         (gst_dvdec_finalize), (gst_dvdec_sink_event),
7051         (gst_dvdec_change_state):
7052         Reset segment info on flush.
7053         Alloc segment in _init, free in _finalize.
7054
7055         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
7056         Don't send segments twice.
7057
7058 2006-06-14  Wim Taymans  <wim@fluendo.com>
7059
7060         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
7061         Respect segment.stop. Fixes #342592.
7062
7063 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7066           No language specified means the implied language is English
7067           according to the matroska spec (partially fixes #344708);
7068           add some more debug output.
7069
7070 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
7073         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
7074         (gst_wavparse_chain):
7075           When operating chain-based, don't make any assumptions about the
7076           chunking of the incoming data and make streaming work on days other
7077           than the second Thursday after a full moon. Also fix up debug
7078           messages here and there and make use of the most excellent new
7079           gst_pad_query_peer_duration() utility function.
7080           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
7081
7082         * gst/wavparse/gstwavparse.h:
7083           Remove trailing comma after last enum value, some compilers don't
7084           like that.
7085
7086 2006-06-13  Wim Taymans  <wim@fluendo.com>
7087
7088         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
7089         Handle premature EOS gracefully.
7090
7091 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
7094           Prevent out of bounds array access when scrubbing towards
7095           the end of the file between the last index entry and the
7096           end. Fixes occasional 'start <= stop' newsegment event
7097           assertions when scrubbing in MJPEG files.
7098
7099 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * tests/check/elements/.cvsignore:
7102           And another one.
7103
7104 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7107         (scan_encoded_string), (parse_picture_frame):
7108           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
7109
7110         * configure.ac:
7111           Require core >= 0.10.8 (for GST_TAG_IMAGE and
7112           GST_TAG_PPEVIEW_IMAGE used in the patch above).
7113
7114 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7115
7116         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
7117           gratuitous comment changes
7118         * tests/check/elements/level.c: (GST_START_TEST):
7119           fix level test leaks
7120
7121 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
7124         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
7125           Use gst_pad_query_peer_duration() utility function here.
7126
7127 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         * autogen.sh:
7130           require am17
7131         * configure.ac:
7132         * ext/annodex/Makefile.am:
7133         * ext/cdio/Makefile.am:
7134         * ext/dv/Makefile.am:
7135         * ext/esd/Makefile.am:
7136         * ext/flac/Makefile.am:
7137         * ext/gdk_pixbuf/Makefile.am:
7138         * ext/ladspa/Makefile.am:
7139         * ext/libcaca/Makefile.am:
7140         * ext/speex/Makefile.am:
7141         * ext/taglib/Makefile.am:
7142         * sys/oss/Makefile.am:
7143         * sys/sunaudio/Makefile.am:
7144         * sys/ximage/Makefile.am:
7145           clean up build further
7146
7147 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * gconf/Makefile.am:
7150           Honour --disable-schemas-install configure option. Fixes #344100.
7151
7152 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
7153
7154         * tests/examples/level/Makefile.am:
7155           Add -lm to LIBS for pow() function, don't assume one of our
7156           dependencies (such as libxml-2.0) drags it in automatically
7157           (#343603).
7158
7159 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
7162
7163         * configure.ac:
7164           We should use $SED and not $(SED) in configure.ac (#343678).
7165
7166 2006-06-09  Wim Taymans  <wim@fluendo.com>
7167
7168         Patch by: Brian Cameron <brian dot cameron at sun dot com>
7169
7170         * sys/sunaudio/gstsunaudiomixerctrl.c:
7171         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
7172         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
7173         (gst_sunaudiomixer_ctrl_set_mute):
7174         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
7175         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
7176         (gst_sunaudiosink_write):
7177         Attached find a patch that fixes a number of bugs with the SunAudio
7178         mixer plugin and fixes #344101:
7179         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
7180            tracks onto the tracklist causing gnome-volume-control's preferences
7181            dialog to be messed up and would core dump if you checked/unchecked
7182            any item.
7183         2. We weren't previously setting the MUTE flag properly.  Fixing this
7184            makes gnome-volume-control work better.
7185         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
7186            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
7187            gnome-volume-control look better.
7188         Also some minor cleanup in gstsunaudiosink.c.
7189
7190 2006-06-09  Wim Taymans  <wim@fluendo.com>
7191
7192         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
7193         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
7194         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
7195         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
7196         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
7197         * ext/jpeg/gstjpegdec.h:
7198         API: Added IDCT method property
7199         Small cleanups.
7200         Avoid dynamic allocation of trivial fixed structure.
7201         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
7202
7203 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7204
7205         * configure.ac:
7206         We now require libraw1394 >= 1.1.0 and that version onwards all
7207         have .pc files.
7208
7209 2006-06-02  Edward Hervey  <edward@fluendo.com>
7210
7211         * gst/law/alaw-decode.c: (alawdec_getcaps): 
7212         Trying to get items from an ANY or EMPTY caps is ... stupid.
7213
7214 2006-06-02  Edward Hervey  <edward@fluendo.com>
7215
7216         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
7217         (gst_dvdec_chain), (gst_dvdec_change_state):
7218         * ext/dv/gstdvdec.h:
7219         Added GstSegment handling, now implements dropping/clipping.
7220
7221 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * ext/aalib/gstaasink.h:
7224         * ext/annodex/gstcmmldec.h:
7225         * ext/cairo/gsttimeoverlay.h:
7226         * ext/dv/gstdvdec.h:
7227         * ext/dv/gstdvdemux.h:
7228         * ext/esd/esdmon.h:
7229         * ext/esd/esdsink.h:
7230         * ext/flac/gstflacenc.h:
7231         * ext/gconf/gstgconfaudiosink.h:
7232         * ext/gconf/gstgconfaudiosrc.h:
7233         * ext/gconf/gstgconfvideosink.h:
7234         * ext/gconf/gstgconfvideosrc.h:
7235         * ext/gdk_pixbuf/gstgdkanimation.h:
7236         * ext/gdk_pixbuf/pixbufscale.h:
7237         * ext/hal/gsthalaudiosink.h:
7238         * ext/hal/gsthalaudiosrc.h:
7239         * ext/jpeg/gstjpegenc.h:
7240         * ext/jpeg/gstsmokedec.h:
7241         * ext/jpeg/gstsmokeenc.h:
7242         * ext/libcaca/gstcacasink.h:
7243         * ext/libmng/gstmngdec.h:
7244         * ext/libmng/gstmngenc.h:
7245         * ext/libpng/gstpngdec.h:
7246         * ext/libpng/gstpngenc.h:
7247         * ext/raw1394/gstdv1394src.h:
7248         * ext/speex/gstspeexenc.h:
7249         * gst/autodetect/gstautoaudiosink.h:
7250         * gst/autodetect/gstautovideosink.h:
7251         * gst/avi/gstavidemux.h:
7252         * gst/cutter/gstcutter.h:
7253         * gst/debug/efence.h:
7254         * gst/debug/gstnavigationtest.h:
7255         * gst/debug/gstnavseek.h:
7256         * gst/flx/gstflxdec.h:
7257         * gst/goom/gstgoom.h:
7258         * gst/icydemux/gsticydemux.h:
7259         * gst/id3demux/gstid3demux.h:
7260         * gst/law/alaw-decode.h:
7261         * gst/law/alaw-encode.h:
7262         * gst/law/mulaw-decode.h:
7263         * gst/law/mulaw-encode.h:
7264         * gst/matroska/matroska-mux.h:
7265         * gst/median/gstmedian.h:
7266         * gst/oldcore/gstaggregator.h:
7267         * gst/oldcore/gstfdsink.h:
7268         * gst/oldcore/gstmd5sink.h:
7269         * gst/oldcore/gstmultifilesrc.h:
7270         * gst/oldcore/gstpipefilter.h:
7271         * gst/oldcore/gstshaper.h:
7272         * gst/oldcore/gststatistics.h:
7273         * gst/rtp/gstasteriskh263.h:
7274         * gst/rtp/gstrtpL16depay.h:
7275         * gst/rtp/gstrtpL16pay.h:
7276         * gst/rtp/gstrtpamrdepay.h:
7277         * gst/rtp/gstrtpamrpay.h:
7278         * gst/rtp/gstrtpdepay.h:
7279         * gst/rtp/gstrtpgsmdepay.h:
7280         * gst/rtp/gstrtpgsmpay.h:
7281         * gst/rtp/gstrtph263pay.h:
7282         * gst/rtp/gstrtph263pdepay.h:
7283         * gst/rtp/gstrtph263ppay.h:
7284         * gst/rtp/gstrtpmp4gpay.h:
7285         * gst/rtp/gstrtpmp4vdepay.h:
7286         * gst/rtp/gstrtpmp4vpay.h:
7287         * gst/rtp/gstrtpmpadepay.h:
7288         * gst/rtp/gstrtpmpapay.h:
7289         * gst/rtp/gstrtppcmadepay.h:
7290         * gst/rtp/gstrtppcmapay.h:
7291         * gst/rtp/gstrtppcmudepay.h:
7292         * gst/rtp/gstrtppcmupay.h:
7293         * gst/rtp/gstrtpspeexdepay.h:
7294         * gst/rtp/gstrtpspeexpay.h:
7295         * gst/rtsp/gstrtpdec.h:
7296         * gst/rtsp/gstrtspsrc.h:
7297         * gst/smpte/gstsmpte.h:
7298         * gst/udp/gstdynudpsink.h:
7299         * gst/udp/gstmultiudpsink.h:
7300         * gst/udp/gstudpsink.h:
7301         * gst/udp/gstudpsrc.h:
7302         * gst/videofilter/gstvideobalance.h:
7303         * gst/videofilter/gstvideoflip.h:
7304         * sys/oss/gstossdmabuffer.h:
7305         * sys/oss/gstossmixerelement.h:
7306         * sys/oss/gstosssink.h:
7307         * sys/oss/gstosssrc.h:
7308         * sys/osxvideo/osxvideosink.h:
7309         * sys/sunaudio/gstsunaudiomixer.h:
7310         * sys/sunaudio/gstsunaudiosink.h:
7311         * sys/ximage/gstximagesrc.h:
7312         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7313
7314 2006-05-31  Wim Taymans  <wim@fluendo.com>
7315
7316         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
7317         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
7318         (gst_goom_src_setcaps), (gst_goom_src_event),
7319         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
7320         (gst_goom_change_state):
7321         * gst/goom/gstgoom.h:
7322         Handle QoS.
7323         Handle flushing, discont and events.
7324         Fix timestamps and various other cleanups.
7325
7326 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7327
7328         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
7329         Fix bus reset when using libiec61883
7330
7331 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7332
7333         * configure.ac:
7334         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
7335         * ext/raw1394/Makefile.am:
7336         Add CFLAGS.
7337         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
7338         New method, to receive using libiec61883.
7339         (gst_dv1394src_iso_receive),
7340         #ifdef'd out if libiec61883 is present.
7341         (gst_dv1394src_bus_reset),
7342         Get userdata correctly if using libiec61883. 
7343         (gst_dv1394src_create),
7344         When using libiec61883, only poll one fd and no need to read.
7345         (gst_dv1394src_discover_avc_node),
7346         Replace g_warnings.
7347         (gst_dv1394src_start),
7348         Create new handle when we know which dv port.  More reliable
7349         than setting port on an existing handle.  Initialise libiec61883.
7350         (gst_dv1394src_stop):
7351         If using libiec61883, then cleanup its handle properly.
7352         * ext/raw1394/gstdv1394src.h:
7353         Add libiec61883 handle.
7354
7355 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7356
7357         * gst/avi/gstavidemux.c:
7358           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
7359         * win32/MANIFEST:
7360           sort file listing
7361         * win32/vs6/libgstavi.dsp:
7362           add gstavimux.c to the project
7363         * win32/vs6/libgstid3demux.dsp:
7364           add link to zlib library
7365         * win32/vs6/libgstmatroska.dsp:
7366           add matroska-ids.c to the project
7367
7368 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         Patch by: Sebastian Dröge  <mail at slomosnail de >
7371
7372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7374         * ext/taglib/Makefile.am:
7375         * ext/taglib/gstapev2mux.cc:
7376         * ext/taglib/gstapev2mux.h:
7377         * ext/taglib/gstid3v2mux.cc:
7378         * ext/taglib/gsttaglibmux.c: (plugin_init):
7379         * ext/taglib/gsttaglibmux.h:
7380           Add apev2mux element (#343122).
7381         
7382         * tests/check/Makefile.am:
7383         * tests/check/elements/apev2mux.c:
7384         (test_taglib_apev2mux_create_tags),
7385         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
7386         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
7387         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
7388         (apev2mux_suite), (main):
7389           Add unit test for apev2mux element.
7390
7391 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
7394         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
7395         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7396           GST_PTR_FORMAT should be used to print caps in debug statements.
7397
7398 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
7401
7402         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
7403         (ape_demux_parse_tags):
7404           Some clean-ups and additions: map APE 'file' tag to
7405           GST_TAG_LOCATION (#343123); add support for extracting
7406           the track count and clean up parsing a bit (#343127).
7407
7408 2006-05-28  Edward Hervey  <edward@fluendo.com>
7409
7410         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
7411         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
7412
7413 2006-05-28  Edward Hervey  <edward@fluendo.com>
7414
7415         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
7416         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
7417         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
7418         * ext/jpeg/gstjpegdec.h:
7419         Clip outgoing buffers according to currently configured segment.
7420
7421 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
7422
7423         * ext/taglib/gstid3v2mux.cc:
7424           Handle  writing of track-count or album-volume-count without
7425           track-number or albume-volume-number (in this case the number
7426           will just be set to 0).
7427
7428         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
7429           It would be nice if we actually checked the values received for
7430           track/album-volume number/count in  _check_tags(), rather than
7431           setting them again ...
7432
7433 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7436           A track/volume number or count of 0 does not make sense,
7437           just ignore it along with negative numbers (a tag might
7438           only contain a track count without a track number).
7439
7440 2006-05-27  Edward Hervey  <edward@fluendo.com>
7441
7442         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
7443         (gst_jpeg_dec_sink_event):
7444         Abort decompression when receiving FLUSH_STOP. This should avoid
7445         issues when interrupting decoding with flushes.
7446
7447 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * ext/flac/gstflac.c:
7450           Don't #include file we don't dist any longer.
7451
7452 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * README:
7455           Replace current README (containing the release notes from
7456           some 0.9.x version) with a proper README taken from the core.
7457
7458 2006-05-24  Wim Taymans  <wim@fluendo.com>
7459
7460         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7461         Implement EOS correctly by either posting
7462         SEGMENT_DONE or pushing an EOS message depending
7463         on the seek type. Fixes #342592
7464
7465 2006-05-24  Wim Taymans  <wim@fluendo.com>
7466
7467         * gst/law/alaw-decode.c: (gst_alawdec_chain):
7468         * gst/law/alaw-decode.h:
7469         * gst/law/alaw-encode.c: (gst_alawenc_chain):
7470         * gst/law/alaw-encode.h:
7471         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
7472         * gst/law/mulaw-decode.h:
7473         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
7474         * gst/law/mulaw-encode.h:
7475         Some cleanups in the chain functions.
7476         Remove some GStreamer 0.0.2 bits.
7477
7478 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7481
7482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
7483           gst_collect_pads_stop() needs to be called before chaining up
7484           to the parent class (#342734).
7485
7486 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         * ext/flac/Makefile.am:
7489         * ext/flac/flac_compat.h:
7490         * ext/flac/gstflac.c:
7491         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
7492         * ext/flac/gstflacenc.c:
7493           Remove backwards compatibility cruft for dealing with FLAC API
7494           changes in the 1.0.x series - we require 1.1.1 or newer these days.
7495
7496 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7499         (gst_matroska_demux_push_xiph_codec_priv_data),
7500         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7501         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7502         * gst/matroska/matroska-ids.h:
7503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
7504         (gst_matroska_mux_video_pad_setcaps),
7505         (xiph3_streamheader_to_codecdata),
7506         (vorbis_streamheader_to_codecdata),
7507         (theora_streamheader_to_codecdata),
7508         (gst_matroska_mux_audio_pad_setcaps),
7509         (gst_matroska_mux_write_data):
7510           Add support for muxing/demuxing theora video (#342448; too bad
7511           none of the usual linux players can actually play this). Playback
7512           in GStreamer will require additional changes to theoradec in -base.
7513           Refactor streamheaders <=> CodecPrivateData code a bit; some small
7514           cleanups.
7515
7516 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7517
7518         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
7519         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
7520           Fix crashes when the horizontal subsampling is 1.
7521           Fixes #342097.
7522
7523 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7526
7527         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
7528         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7529         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
7530         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
7531         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
7532         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
7533         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
7534         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
7535         (gst_avi_mux_change_state):
7536         * gst/avi/gstavimux.h:
7537           Some enhancements for avimux (#342526):
7538            - add odml (large file) index support
7539            - store codec init data (e.g. huffyuv)
7540            - miscellaneous other fixes/cleanups
7541
7542 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7543
7544         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7545         Don't output any tag when we encounter a negative track number - the
7546         tag type is uint, so we end up outputting huge positive numbers
7547         instead. (Fixes: #342029)
7548
7549 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7550
7551         * configure.ac:
7552           update for new GSTPB_PLUGINS_DIR
7553
7554 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7555
7556         * rtp/gst/gstrtph263pay.c:
7557         Properly set static caps for H263 at 34.
7558
7559 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         Patch by: James "Doc" Livingston  <doclivingston gmail com>
7562
7563         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
7564           Merge event tags and tag setter tags correctly (#339918). Also,
7565           don't leak taglist in case of an error.
7566           
7567 2006-05-17  Edward Hervey  <edward@fluendo.com>
7568
7569         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
7570         We can only do caps intersection if the othercaps are non-empty and not
7571         ANY. Else we return the pad template (base_caps).
7572
7573 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7574
7575         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7576           Fix crash when outputting debugging information for certain
7577           pictures (always good to use the right struct member for
7578           the number of records in an array).
7579
7580 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
7583
7584         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
7585         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
7586         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
7587         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
7588         (gst_ebml_read_float), (gst_ebml_read_ascii),
7589         (gst_ebml_read_binary):
7590           Don't create unnecessary sub-buffers all the time. Dramatically
7591           improves performance with multiple concurrently running
7592           matroskademux instances (#341818) (and avoids doing
7593           unnecessarily inefficient things in the general case).
7594
7595 2006-05-16  Edward Hervey  <edward@fluendo.com>
7596
7597         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
7598         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
7599         return value of gst_pad_push_event().
7600
7601 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
7602
7603         * gst/autodetect/gstautoaudiosink.c:
7604         (gst_auto_audio_sink_find_best):
7605         * gst/autodetect/gstautovideosink.c:
7606         (gst_auto_video_sink_find_best):
7607         Make the name of the child element be based on the name of the
7608         parent, so that debug output is more useful.
7609         
7610         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
7611         (parse_insert_string_field), (parse_split_strings):
7612         Rework string parsing to always walk over BOM markers in UTF16
7613         strings, using the endianness indicated by the innermost one,
7614         then trying the opposite endianness if that fails to convert
7615         to valid UTF-8. Fixes #341774
7616
7617 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7618
7619         Patch from: Matthieu <matthieu at fluendo dot com>
7620
7621         * ext/libpng/Makefile.am:
7622         Add LIBPNG_CFLAGS.
7623
7624 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * ext/taglib/gstid3v2mux.cc:
7627           Add support for writing images (APIC frames) into ID3v2
7628           tags (picture type always set to 'other' for now though).
7629
7630 2006-05-14  Michael Smith  <msmith@fluendo.com>
7631
7632         * gst/wavparse/gstwavparse.c:
7633           Update docs; wavparse implements push and pull modes.
7634
7635 2006-05-12  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
7638         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
7639         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
7640         Ooops, bitten by the copy-and-paste design paradigm, fixes
7641         seek again.
7642
7643 2006-05-12  Wim Taymans  <wim@fluendo.com>
7644
7645         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7646         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
7647         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
7648         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
7649         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
7650         (gst_avi_demux_massage_index),
7651         (gst_avi_demux_calculate_durations_from_index),
7652         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
7653         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7654         (gst_avi_demux_loop):
7655         * gst/avi/gstavidemux.h:
7656         Some cleanups, prepare to use GstSegment.
7657         Fix error in entry walking code.
7658         Fix VBR detection.
7659         Smarter timestamp calculation code.
7660         Uniform error/eos handling.
7661
7662 2006-05-12  Michael Smith  <msmith@fluendo.com>
7663
7664         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
7665         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
7666           Fix use of uninitialised values if we're NOT seeking in ready.
7667           Fix typos.
7668
7669 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
7670
7671         * gst/wavparse/Makefile.am:
7672           Add CFLAGS and LIBS for libgstbase, fixes build on
7673           Cygwin (#341489).
7674
7675 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
7676
7677         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
7678           Some more debug info. No need to check whether the string
7679           returned by g_convert() is really UTF-8 - either it is or
7680           we get NULL returned.
7681
7682 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
7683
7684         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
7685           Fix parsing of numeric genre strings some more, by ensuring that
7686           we only try and parse strings that a) Start with '(' and b) Consist
7687           only of digits.
7688           Also, when finding an escaping '((' sequence, bust it back to '(' by
7689           swallowing the first parenthesis
7690
7691 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
7692
7693         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
7694         (gst_esdsink_open), (gst_esdsink_close):
7695         * ext/esd/esdsink.h:
7696           Move the esd_get_server_info() into gst_esdsink_open() and fail
7697           with a decent error message on errors.
7698
7699 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
7700
7701         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
7702         (gst_esdmon_channels_get_type):
7703         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
7704         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
7705         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
7706         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
7707         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
7708         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
7709         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7710         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
7711         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
7712         * gst/videomixer/videomixer.c:
7713         (gst_video_mixer_background_get_type):
7714           Const-ify GEnumValue arrays.
7715
7716 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
7719
7720         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
7721         (gst_avi_mux_do_video_buffer):
7722           Work around gst_buffer_make_metadata_writable() bug that
7723           results in avimux marking all frames in the index as
7724           keyframes (#340859).
7725           
7726 2006-05-08  Wim Taymans  <wim@fluendo.com>
7727
7728         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7729         Make parsing of urls suck slightly less.
7730
7731 2006-05-08  Edward Hervey  <edward@fluendo.com>
7732
7733         * autogen.sh: (CONFIGURE_DEF_OPT): 
7734         libtoolize on Darwin/MacOSX is called glibtoolize.
7735
7736 2006-05-08  Wim Taymans  <wim@fluendo.com>
7737
7738         Patch by: Jens Granseuer <jensgr at gmx dot net>
7739
7740         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
7741         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
7742         C89 compliance fixes. Fixes #340980
7743
7744 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
7747         * ext/flac/gstflacdec.h:
7748           Handle segment seeks that include the end of the file as stop point
7749           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
7750           message instead of an EOS event in case we're in segment seek
7751           mode (fixes #340699).
7752           
7753 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
7754
7755         * ext/cairo/gsttextoverlay.c:
7756         * ext/flac/gstflacdec.c:
7757         * ext/gdk_pixbuf/pixbufscale.c:
7758         * gst/apetag/gstapedemux.c:
7759         * gst/debug/breakmydata.c:
7760         * gst/debug/testplugin.c:
7761         * gst/matroska/ebml-write.c:
7762         * gst/multipart/multipartdemux.c:
7763         * sys/osxaudio/gstosxaudiosink.c:
7764         * sys/osxaudio/gstosxaudiosrc.c:
7765         Add semicolons after GST_BOILERPLATE[_FULL] so that
7766         indent doesn't mess up following lines.
7767
7768 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7769
7770         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7771
7772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
7773           Don't leak caps when freeing the stream context (#340623).
7774
7775 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
7776
7777         * configure.ac:
7778           Back to CVS
7779
7780 === release 0.10.3 ===
7781
7782 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
7783
7784         * configure.ac:
7785           releasing 0.10.3, "Desplazado"
7786
7787 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7788
7789         * gst/matroska/matroska-mux.c:
7790         (gst_matroska_mux_stream_is_vorbis_header),
7791         (gst_matroska_mux_write_data):
7792           Don't strcmp() NULL strings.
7793           Only start new clusters on video keyframes, not on any
7794           random audio buffer that doesn't have the DELTA_UNIT
7795           flag set (fixes 'make check' again).
7796
7797 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7798
7799         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7800
7801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
7802         (gst_matroska_mux_stream_is_vorbis_header),
7803         (gst_matroska_mux_write_data):
7804           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
7805           value and then dead-lock when muxing vorbis audio streams
7806           (the three vorbis header buffers carry no timestamp, and it
7807           would try to mux these after all video buffers). Fixes #340346.
7808
7809           Improve clustering: start a new cluster also whenever we get
7810           a keyframe.     
7811
7812 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7813
7814         * win32/common/config.h:
7815         * win32/MANIFEST
7816           add the generated file as well
7817
7818 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * Makefile.am:
7821         * configure.ac:
7822         * win32/common/config.h.in:
7823           add win32 stuff
7824
7825 2006-05-03  Michael Smith  <msmith@fluendo.com>
7826
7827         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7828           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
7829           SUCKS.
7830
7831 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
7832
7833         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
7834         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
7835         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7836           don't leak caps-string
7837
7838 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
7841         (gst_id3demux_sink_activate):
7842           Let core insert default error message for TYPE_NOT_FOUND
7843           errors, it's just as good as our own and has the added
7844           bonus of being translated.
7845
7846 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
7847
7848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
7849         (gst_tag_demux_sink_event):
7850         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
7851         (gst_id3demux_sink_event):
7852           Post an error message when we get an EOS event and were not
7853           able to find out the type of stream.
7854
7855         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
7856         (test_taglib_id3mux_with_tags):
7857           Decrease num-buffers to 16 per iteration again, otherwise the
7858           many memcpy()s and reallocations in the test will hammer slow
7859           CPUs completely and make the test timeout.
7860
7861 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7862
7863         * configure.ac:
7864           figure out where plugins-base plugins are
7865         * tests/check/Makefile.am:
7866           use plugins-base plugins, so we have typefind functions
7867         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
7868           increase num-buffers, this makes sure the test errors out instead
7869           of timing out when no typefind functions are present
7870
7871 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         * docs/plugins/Makefile.am:
7874           also check .cc files for gtk-doc markup
7875         * configure.ac:
7876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7878         * tests/check/Makefile.am:
7879         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
7880         * ext/Makefile.am:
7881         * ext/taglib/Makefile.am:
7882         * ext/taglib/gstid3v2mux.h:
7883         * ext/taglib/gsttaglibmux.c:
7884         * ext/taglib/gsttaglibmux.h:
7885           move taglib-based id3v2muxer to -good.  Fixes #336110.
7886
7887 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7890           ... and fix multichannel/WAVFORMATEX support again.
7891
7892 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
7893
7894         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7895         (gst_wavparse_class_init), (gst_wavparse_dispose),
7896         (gst_wavparse_reset), (gst_wavparse_init),
7897         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
7898         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
7899         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
7900         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
7901         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
7902         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
7903         (gst_wavparse_stream_data), (gst_wavparse_loop),
7904         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
7905         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
7906         (gst_wavparse_change_state), (plugin_init):
7907         * gst/wavparse/gstwavparse.h:
7908           Add push (streaming) mode to wavparse (fixes #337625)
7909
7910 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7911
7912         * configure.ac:
7913         * tests/Makefile.am:
7914           add ximagesrc icles test
7915
7916 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * configure.ac:
7919         * docs/plugins/Makefile.am:
7920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7922         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
7923         (gst_cmml_enc_push_clip):
7924         * sys/Makefile.am:
7925         * sys/ximage/Makefile.am:
7926         * sys/ximage/gstximagesrc.c:
7927           Move ximagesrc plug-in to good after review.  Fixes #336756.
7928
7929 2006-04-28  Michael Smith  <msmith@fluendo.com>
7930
7931         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7932         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
7933         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
7934         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
7935         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
7936         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
7937         * gst/icydemux/gsticydemux.h:
7938           Fix event handling: cache events when typefinding and forward later.
7939
7940 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7941
7942         * sys/osxaudio/gstosxaudiosink.c:
7943         (plugin_init):
7944          Register osxaudiosrc to the plugin.
7945         * sys/osxaudio/gstosxaudiosrc.c:
7946         (gst_osx_audio_src_osxelement_do_init),
7947         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
7948         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
7949         (gst_osx_audio_src_get_property),
7950         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
7951         (gst_osx_audio_src_osxelement_init):
7952         * sys/osxaudio/gstosxaudiosrc.h:
7953           Port of osxaudiosrc to 0.10.
7954         * sys/osxaudio/Makefile.am:
7955           Add osxaudiosrc
7956
7957 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7958
7959         * sys/osxaudio/gstosxringbuffer.c:
7960         * sys/osxaudio/gstosxringbuffer.h:
7961           Forgot to commit earlier, part of the OSX audio plugin port
7962
7963 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
7966         (parse_split_strings):
7967           Recognise and skip any byte order marker (BOM) in
7968           UTF-16 strings.
7969
7970 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * docs/plugins/Makefile.am:
7973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7975         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7976         * docs/plugins/inspect/plugin-avi.xml:
7977         * gst/avi/gstavidemux.c:
7978         * gst/avi/gstavimux.c:
7979           Add docs for both avidemux and avimux.
7980
7981 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7982
7983         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7984
7985         * gst/avi/Makefile.am:
7986         * gst/avi/gstavi.c: (plugin_init):
7987         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
7988         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
7989         (gst_avi_mux_class_init), (gst_avi_mux_init),
7990         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7991         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
7992         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7993         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
7994         (gst_avi_mux_riff_get_avix_header),
7995         (gst_avi_mux_riff_get_video_header),
7996         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
7997         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
7998         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
7999         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
8000         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
8001         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
8002         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
8003         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
8004         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
8005         (gst_avi_mux_change_state):
8006         * gst/avi/gstavimux.h:
8007           Port AVI muxer to GStreamer-0.10 (#332031).
8008
8009         * tests/check/Makefile.am:
8010         * tests/check/elements/avimux.c:
8011         * tests/check/elements/.cvsignore:
8012           Add unit test for AVI muxer.
8013
8014 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
8015
8016         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8017         (gst_wavparse_class_init), (gst_wavparse_reset),
8018         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
8019         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
8020         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8021         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
8022         (gst_wavparse_stream_data), (gst_wavparse_loop),
8023         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
8024         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
8025         (plugin_init):
8026         * gst/wavparse/gstwavparse.h:
8027           reverted patch #337625 for the price of 1 hour sleep
8028
8029 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
8030
8031         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8032         (gst_wavparse_class_init), (gst_wavparse_reset),
8033         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
8034         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
8035         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
8036         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8037         (gst_wavparse_stream_data), (gst_wavparse_loop),
8038         (gst_wavparse_chain), (plugin_init):
8039         * gst/wavparse/gstwavparse.h:
8040           correct partial implementation of push mode
8041           (from my last commit)
8042
8043 2006-04-26  Wim Taymans  <wim@fluendo.com>
8044
8045         * ext/esd/esdsink.c:
8046         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
8047         it is not in esd.h
8048
8049 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
8052         (gst_au_parse_class_init), (gst_au_parse_init),
8053         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
8054         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
8055         (gst_au_parse_chain), (gst_au_parse_src_convert),
8056         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
8057         (gst_au_parse_sink_event), (gst_au_parse_src_event),
8058         (gst_au_parse_change_state):
8059         * gst/auparse/gstauparse.h:
8060           Rewrite auparse to suck a little bit less: make source pad
8061           dynamic, so decodebin/playbin work with non-raw formats
8062           like alaw/mulaw; add query function for duration/position
8063           queries; check whether we have enough data before attempting
8064           to parse the header (instead of crashing when that is not the
8065           case); work around audioconvert sucking by swapping endianness
8066           to the native endianness ourselves for float formats; send
8067           initial newsegment event. Fixes #161712.
8068
8069 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8070
8071         * sys/osxaudio/Makefile.am:
8072         * sys/osxaudio/gstosxaudioelement.c:
8073         (gst_osx_audio_element_get_type),
8074         (gst_osx_audio_element_class_init):
8075         * sys/osxaudio/gstosxaudioelement.h:
8076         * sys/osxaudio/gstosxaudiosink.c:
8077         (gst_osx_audio_sink_osxelement_do_init),
8078         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
8079         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
8080         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
8081         (gst_osx_audio_sink_create_ringbuffer),
8082         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
8083         (plugin_init):
8084         * sys/osxaudio/gstosxaudiosink.h:
8085         Port of osxaudiosink to 0.10
8086
8087 2006-04-26  Wim Taymans  <wim@fluendo.com>
8088
8089         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
8090         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
8091         the size of the ringbuffer. This should fix hangs with older 
8092         esd sound servers.
8093
8094 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
8095
8096         * ext/aalib/gstaasink.c:
8097         * ext/annodex/gstcmmldec.c:
8098         * ext/annodex/gstcmmlenc.c:
8099         * ext/cairo/gsttextoverlay.c:
8100         * ext/cairo/gsttimeoverlay.c:
8101         * ext/cdio/gstcdiocddasrc.c:
8102         * ext/dv/gstdvdec.c:
8103         * ext/dv/gstdvdemux.c:
8104         * ext/esd/esdmon.c:
8105         * ext/esd/esdsink.c:
8106         * ext/flac/gstflacenc.c:
8107         * ext/flac/gstflactag.c:
8108         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
8109         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
8110         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
8111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
8112         * ext/gdk_pixbuf/pixbufscale.c:
8113         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
8114         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
8115         * ext/jpeg/gstjpegdec.c:
8116         * ext/jpeg/gstjpegenc.c:
8117         * ext/jpeg/gstsmokedec.c:
8118         * ext/jpeg/gstsmokeenc.c:
8119         * ext/libcaca/gstcacasink.c:
8120         * ext/libmng/gstmngdec.c:
8121         * ext/libmng/gstmngenc.c:
8122         * ext/libpng/gstpngdec.c:
8123         * ext/libpng/gstpngenc.c:
8124         * ext/mikmod/gstmikmod.c:
8125         * ext/raw1394/gstdv1394src.c:
8126         * ext/shout2/gstshout2.c: (gst_shout2send_init):
8127         * ext/shout2/gstshout2.h:
8128         * ext/speex/gstspeexdec.c:
8129         * ext/speex/gstspeexenc.c:
8130         * gst/alpha/gstalpha.c:
8131         * gst/alpha/gstalphacolor.c:
8132         * gst/apetag/gstapedemux.c:
8133         * gst/auparse/gstauparse.c:
8134         * gst/autodetect/gstautoaudiosink.c:
8135         (gst_auto_audio_sink_base_init):
8136         * gst/autodetect/gstautovideosink.c:
8137         (gst_auto_video_sink_base_init):
8138         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
8139         * gst/avi/gstavimux.c: (gst_avimux_base_init):
8140         * gst/cutter/gstcutter.c:
8141         * gst/debug/breakmydata.c:
8142         * gst/debug/efence.c:
8143         * gst/debug/gstnavigationtest.c:
8144         * gst/debug/gstnavseek.c:
8145         * gst/debug/negotiation.c:
8146         * gst/debug/progressreport.c:
8147         * gst/debug/testplugin.c:
8148         * gst/effectv/gstaging.c:
8149         * gst/effectv/gstdice.c:
8150         * gst/effectv/gstedge.c:
8151         * gst/effectv/gstquark.c:
8152         * gst/effectv/gstrev.c:
8153         * gst/effectv/gstshagadelic.c:
8154         * gst/effectv/gstvertigo.c:
8155         * gst/effectv/gstwarp.c:
8156         * gst/flx/gstflxdec.c:
8157         * gst/goom/gstgoom.c:
8158         * gst/icydemux/gsticydemux.c:
8159         * gst/id3demux/gstid3demux.c:
8160         * gst/interleave/deinterleave.c:
8161         * gst/interleave/interleave.c:
8162         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
8163         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
8164         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
8165         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
8166         * gst/level/gstlevel.c:
8167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
8168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
8169         * gst/median/gstmedian.c:
8170         * gst/monoscope/gstmonoscope.c:
8171         * gst/multipart/multipartdemux.c:
8172         * gst/multipart/multipartmux.c:
8173         * gst/oldcore/gstaggregator.c:
8174         * gst/oldcore/gstfdsink.c:
8175         * gst/oldcore/gstmd5sink.c:
8176         * gst/oldcore/gstmultifilesrc.c:
8177         * gst/oldcore/gstpipefilter.c:
8178         * gst/oldcore/gstshaper.c:
8179         * gst/oldcore/gststatistics.c:
8180         * gst/rtp/gstasteriskh263.c:
8181         * gst/rtp/gstrtpL16depay.c:
8182         * gst/rtp/gstrtpL16pay.c:
8183         * gst/rtp/gstrtpamrdepay.c:
8184         * gst/rtp/gstrtpamrpay.c:
8185         * gst/rtp/gstrtpdepay.c:
8186         * gst/rtp/gstrtpgsmpay.c:
8187         * gst/rtp/gstrtph263pay.c:
8188         * gst/rtp/gstrtph263pdepay.c:
8189         * gst/rtp/gstrtph263ppay.c:
8190         * gst/rtp/gstrtpilbcdepay.c:
8191         * gst/rtp/gstrtpmp4gpay.c:
8192         * gst/rtp/gstrtpmp4vdepay.c:
8193         * gst/rtp/gstrtpmp4vpay.c:
8194         * gst/rtp/gstrtpmpadepay.c:
8195         * gst/rtp/gstrtpmpapay.c:
8196         * gst/rtp/gstrtppcmadepay.c:
8197         * gst/rtp/gstrtppcmapay.c:
8198         * gst/rtp/gstrtppcmudepay.c:
8199         * gst/rtp/gstrtppcmupay.c:
8200         * gst/rtp/gstrtpspeexdepay.c:
8201         * gst/rtp/gstrtpspeexpay.c:
8202         * gst/rtsp/gstrtpdec.c:
8203         * gst/rtsp/gstrtspsrc.c:
8204         * gst/smpte/gstsmpte.c:
8205         * gst/udp/gstdynudpsink.c:
8206         * gst/udp/gstmultiudpsink.c:
8207         * gst/udp/gstudpsink.c:
8208         * gst/udp/gstudpsrc.c:
8209         * gst/videobox/gstvideobox.c:
8210         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
8211         * gst/videofilter/gstvideobalance.c:
8212         * gst/videofilter/gstvideoflip.c:
8213         * gst/videofilter/gstvideotemplate.c:
8214         (gst_videotemplate_base_init):
8215         * gst/videomixer/videomixer.c:
8216         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8217         (gst_wavparse_class_init), (gst_wavparse_dispose),
8218         (gst_wavparse_reset), (gst_wavparse_init),
8219         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
8220         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8221         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
8222         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8223         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
8224         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
8225         (gst_wavparse_change_state):
8226         * gst/wavparse/gstwavparse.h:
8227         * sys/oss/gstossmixerelement.c:
8228         * sys/oss/gstosssink.c:
8229         * sys/oss/gstosssrc.c:
8230         * sys/osxaudio/gstosxaudioelement.c:
8231         * sys/osxaudio/gstosxaudiosink.c:
8232         * sys/osxaudio/gstosxaudiosrc.c:
8233         * sys/sunaudio/gstsunaudiomixer.c:
8234         * sys/sunaudio/gstsunaudiosink.c:
8235           Define GstElementDetails as const and also static (when defined as
8236           global)
8237
8238 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8239
8240         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
8241           Source pad has fixed caps. If we don't set this, bad
8242           things happen when the window is resized.
8243
8244 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * gst/matroska/Makefile.am:
8247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8248         (gst_matroska_demux_handle_src_event):
8249         * gst/matroska/matroska-ids.c:
8250         (gst_matroska_track_init_video_context),
8251         (gst_matroska_track_init_audio_context),
8252         (gst_matroska_track_init_subtitle_context),
8253         (gst_matroska_track_init_complex_context):
8254         * gst/matroska/matroska-ids.h:
8255           Handle case where the TrackType ebml chunk does not come before the
8256           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
8257           events.
8258
8259 2006-04-25  Wim Taymans  <wim@fluendo.com>
8260
8261         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
8262         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
8263         It's codec_data, not codec_info.
8264
8265 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
8268
8269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
8270           Handle codec_data for VfW compatibility codec IDs (#339451)
8271
8272         * gst/matroska/matroska-mux.c:
8273         (gst_matroska_mux_video_pad_setcaps):
8274           Same here, handle codec_data and add additional caps we can handle
8275           now to the pad template (huffyuv, dv and h263 video) (#339451)
8276
8277 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
8280
8281         * gst/matroska/matroska-mux.c:
8282         (gst_matroska_mux_create_buffer_header),
8283         (gst_matroska_mux_write_data):
8284           Fix timestamping of B-frames, use signed integers, do
8285           some rounding (#339678).
8286
8287 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
8288
8289         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
8290         just make it compile with --disable-gst-debug.
8291
8292 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
8293
8294         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
8295         Fix a bad conversion using gst_guint64_to_gdouble.
8296         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
8297         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
8298         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
8299     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
8300         mistake.
8301
8302 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
8303
8304         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
8305         Use gst_guint64_to_gdouble for conversions
8306         * win32/vs6/gst_plugins_good.dsw:
8307         * win32/vs6/libgsticydemux.dsp:
8308         Add a project file for icydemux
8309
8310 2006-04-21  Wim Taymans  <wim@fluendo.com>
8311
8312         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
8313
8314         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8315         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
8316         When splitting audio chunks, the block alignment is not taken in
8317         consideration, so the smaller chunks could be of size which is 
8318         not a multiple of the block alignment. Fixes #336904
8319
8320 2006-04-21  Wim Taymans  <wim@fluendo.com>
8321
8322         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
8323         Use scale functions
8324
8325 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * ext/dv/gstdv.c: (plugin_init):
8328           Fix build.
8329
8330 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst/debug/progressreport.c: (gst_progress_report_finalize),
8333         (gst_progress_report_class_init), (gst_progress_report_init),
8334         (gst_progress_report_do_query), (gst_progress_report_report),
8335         (gst_progress_report_set_property),
8336         (gst_progress_report_get_property):
8337           Add 'format' property to force querying to a particular format.
8338
8339 2006-04-21  Andy Wingo  <wingo@pobox.com>
8340
8341         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
8342         best, on big endian systems. Drop its rank in that case. OTOH on
8343         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
8344
8345 2006-04-21  Michael Smith  <msmith@fluendo.com>
8346
8347         * configure.ac:
8348         * gst/icydemux/Makefile.am:
8349         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
8350         (gst_icydemux_base_init), (gst_icydemux_class_init),
8351         (gst_icydemux_reset), (gst_icydemux_init),
8352         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
8353         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
8354         (unicodify), (gst_icydemux_unicodify),
8355         (gst_icydemux_parse_and_send_tags),
8356         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
8357         (gst_icydemux_chain), (gst_icydemux_change_state),
8358         (gst_icydemux_send_tag_event), (plugin_init):
8359         * gst/icydemux/gsticydemux.h:
8360         * tests/check/Makefile.am:
8361         * tests/check/elements/icydemux.c: (typefind_succeed),
8362         (plugin_init), (icydemux_found_pad), (create_icydemux),
8363         (cleanup_icydemux), (push_data), (GST_START_TEST),
8364         (icydemux_suite), (main):
8365           Add icydemux, and tests.
8366
8367 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8370           Post SEGMENT_DONE message in TIME format.
8371
8372 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
8375
8376         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
8377         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
8378           Fix index creation when we have to scan the file to create
8379           an index. There may be other types of RIFF 'LIST' chunks than
8380           'movi' and we need to skip them properly as well or we'll end up
8381           reading garbage (#336889). Some other cosmetic changes.
8382           
8383 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
8386         (gst_flac_dec_handle_seek_event):
8387           Add support for segment seeks (fixes #338290). Also demote
8388           some recurring debug message from DEBUG to LOG level.
8389
8390 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8393         (gst_matroskademux_do_index_seek),
8394         (gst_matroska_demux_handle_seek_event),
8395         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
8396         * gst/matroska/matroska-ids.h:
8397           Set DISCONT flag on first buffer after a discontinuity.
8398           Fix newsegment events sent when seeking and honour KEY_UNIT
8399           seek flag. Create pad with bogus caps if we don't recognise
8400           the stream codec id.
8401
8402         * gst/matroska/matroska-demux.h:
8403           Fix GObject macros.
8404
8405 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8406
8407         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
8408
8409         * gst/matroska/matroska-demux.c:
8410         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
8411           Handle end of segment properly when set; don't dead-lock when
8412           posting start of segment message when doing a segment seek.
8413           Fixes #338810.
8414
8415 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8416
8417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
8418         (gst_matroska_demux_plugin_init):
8419           Make mpeg2 aac audio work: create artificial private codec data
8420           chunk which faad2 seems to require, just as we do for mpeg4 aac.
8421           Also call gst_riff_init(). Partially fixes #338767.
8422
8423 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
8424
8425         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
8426         (gst_wavenc_class_init), (gst_wavenc_init),
8427         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
8428         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
8429         (gst_wavenc_chain), (gst_wavenc_change_state):
8430         * gst/wavenc/gstwavenc.h:
8431           Set caps on first outgoing buffer, so that it doesn't error out
8432           immediately with a non-negotiated error (#338716). Rewrite and
8433           clean up a bit; fix setcaps function to parse things properly;
8434           fix sink caps (8bit audio is unsigned and doesn't have depth);
8435           use boilerplate macros; remove unused properties stuff.
8436
8437 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8438
8439         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8440           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
8441           handle MJPEG streams and might be autoplugged for those if the
8442           user doesn't have jpegdec installed (resulting in a cryptic error
8443           message about huffman tables). Better to disable JPEG decoding here
8444           and let the user figure out that she needs to install jpegdec.
8445
8446 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8449         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
8450         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
8451         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8452           Make work with packetised/framed input (e.g. png-in-quicktime). Use
8453           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
8454           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
8455           debug messages. Fix boilerplate macros.
8456
8457 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
8460         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
8461           No need to special-case for Gdk-2.0 any longer, we require
8462           Gdk 2.2 or newer; minor clean-ups.
8463
8464 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
8467         (gst_shout2send_class_init), (gst_shout2send_init),
8468         (set_shout_metadata), (gst_shout2send_set_metadata),
8469         (gst_shout2send_event), (gst_shout2send_start),
8470         (gst_shout2send_connect), (gst_shout2send_stop),
8471         (gst_shout2send_render), (gst_shout2send_set_property),
8472         (gst_shout2send_get_property), (gst_shout2send_setcaps),
8473         (plugin_init):
8474         * ext/shout2/gstshout2.h:
8475         * po/POTFILES.in:
8476           Rewrite a bit: use GstBaseSink::start and stop instead of a state
8477           change function; use GST_ELEMENT_ERROR for error reporting, not
8478           g_error() or GST_ERROR(); don't unref caps in setcaps function,
8479           will cause crashes or assertion failures; remove (unused) "sync"
8480           property, basesink already has such a property; misc. other
8481           minor fixes and cleanups.
8482
8483 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
8486         * ext/esd/gstesd.c: (plugin_init):
8487         * po/POTFILES.in:
8488           Add translatable error message for when we cannot
8489           connect to the sound server, as "Cannot open resource
8490           for writing" isn't really an acceptable message to show
8491           to the user in this case.
8492
8493 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
8494
8495         * sys/oss/gst-i18n-plugin.h:
8496           Remove bogus file that doesn't belong here.
8497
8498 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         Patch by: Philippe Valembois
8501
8502         * ext/shout2/gstshout2.c: (gst_shout2send_init),
8503         (gst_shout2send_set_metadata), (gst_shout2send_event),
8504         (gst_shout2send_render), (gst_shout2send_change_state):
8505         * ext/shout2/gstshout2.h:
8506           Handle tags being received before the connection to
8507           the server is established properly (see #338636).
8508
8509 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8510
8511         * ext/shout2/gstshout2.c: (gst_shout2send_render):
8512           Don't crash in case the connection to the server fails:
8513           don't set pointer to NULL by assigning FALSE; error out
8514           properly by using GST_ELEMENT_ERROR and returning
8515           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
8516           before resetting the pointer.
8517
8518 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
8519
8520         * gst/id3demux/id3tags.c:
8521         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
8522         (Fixes #338713)
8523
8524 2006-04-12  Wim Taymans  <wim@fluendo.com>
8525
8526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8527         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
8528         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
8529         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
8530         (gst_gdk_pixbuf_chain):
8531         Some cleanups.
8532         Added RGBA as a possible output format.
8533         Correctly free the supported mimetypes.
8534         deprecate silent arg, it's not used.
8535         Return result from _alloc_buffer to peer.
8536
8537 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8538
8539         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
8540           Don't leak memory allocated by gst_buffer_new_and_alloc() by
8541           overwriting GST_BUFFER_MALLOCDATA.
8542
8543 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
8546         (user_endrow_callback), (user_end_callback),
8547         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
8548         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
8549         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
8550         * ext/libpng/gstpngdec.h:
8551           Handle more than one frame if the content is framed,
8552           like with png-in-quicktime (#331917).
8553
8554 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8555
8556         * sys/oss/Makefile.am:
8557         * sys/oss/common.h:
8558         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
8559         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8560         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
8561         (gst_oss_src_unprepare):
8562           - the user-visible error strings were in the wrong category
8563           - and the messages were not marked for translation
8564           - which is actually a good thing, because they were exactly
8565             the kind of message you would never want anyone to see
8566           - the macros were using variables that didn't exist in the macro
8567             arguments
8568           - and they were obviously copied from each other and then modified
8569           - so a common header makes sense
8570
8571 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8574           Don't try to modify read-only data.
8575
8576         * gst/matroska/matroska-demux.c:
8577         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
8578           Fix comment (won't crash any longer now).
8579
8580 2006-04-10  Michael Smith  <msmith@fluendo.com>
8581
8582         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
8583           Use copies of header buffers for caps to avoid circular refcounting
8584           problems (as in theoradec, vorbisdec).
8585
8586         * tests/check/elements/cmmldec.c: (GST_START_TEST):
8587           Fix a typo in test that meant it was testing the wrong thing.
8588
8589         * tests/check/elements/cmmlenc.c: (check_headers):
8590           Fix refcount checks now that we use buffer-copies for caps.
8591
8592 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
8595         (gst_matroska_demux_handle_seek_event),
8596         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8597         (gst_matroska_demux_subtitle_caps),
8598         (gst_matroska_demux_plugin_init):
8599           Use static pad templates with ANY caps for audio and video
8600           source pads and get rid of a lot of unnecessary (and partially
8601           broken) code for the template caps. Clean up caps finding
8602           functions. Fixes playback of audio files/streams that do not
8603           contain the sample rate and/or number of channels in the audio
8604           context (happens a lot with vorbis/mp3 .mka files it seems).
8605           Fixes #337183.
8606           Also add myself to copyright holders.
8607
8608 2006-04-10  Michael Smith  <msmith@fluendo.com>
8609
8610         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
8611           Use g_list_delete_link () instead of g_list_remove_link () so that
8612           we free the link as well as the contained data.
8613
8614 2006-04-10  Wim Taymans  <wim@fluendo.com>
8615
8616         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
8617
8618         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8619         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8620         (gst_avi_demux_stream_header):
8621         Fix some crashers with empty chunks. (Fixes #337749)
8622
8623 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8624
8625         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
8626           use G_GINT64_CONSTANT for INT64 constants
8627         * gst/videofilter/gstvideobalance.c:
8628           define rint for WIN32 #define rint(x) (floor((x)+0.5))
8629         * win32/vs6/libgstavi.dsp:
8630          add missing libraries for the link and remove avimux.c from
8631          the project as it isn't ported to 0.10 yet
8632         
8633 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8636           Even better would be if we actually did the right thing
8637           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
8638
8639 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8642           Can't just replace 1LL with 1L here just because MSVC doesn't
8643           support it, as it might lead to incorrect results when doing the
8644           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
8645           force a 64-bit constant in a way that all compilers are happy with.
8646
8647 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8648
8649         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8650         * ext/esd/esdsink.c: (gst_esdsink_class_init):
8651         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
8652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
8653         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8654         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
8655         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
8656         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
8657         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
8658         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
8659         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
8660         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
8661         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
8662         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
8663         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8664         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
8665         * gst/avi/gstavimux.c: (gst_avimux_class_init):
8666         * gst/debug/efence.c: (gst_efence_class_init):
8667         * gst/debug/negotiation.c: (gst_negotiation_class_init):
8668         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
8669         * gst/goom/gstgoom.c: (gst_goom_class_init):
8670         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
8671         * gst/interleave/deinterleave.c: (deinterleave_class_init):
8672         * gst/interleave/interleave.c: (interleave_class_init):
8673         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
8674         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
8675         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
8676         * gst/median/gstmedian.c: (gst_median_class_init):
8677         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
8678         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
8679         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
8680         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
8681         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
8682         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
8683         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
8684         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
8685         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
8686         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
8687         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
8688         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
8689         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
8690         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
8691         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8692         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
8693         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
8694         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
8695         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
8696         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
8697         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
8698         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
8699         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
8700         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
8701         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
8703         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
8704         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
8705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
8706         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
8707         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
8708         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
8709         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
8710         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
8711         * sys/osxaudio/gstosxaudioelement.c:
8712         (gst_osxaudioelement_class_init):
8713         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
8714         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
8715         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
8716         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8717
8718 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8719
8720         * ext/mikmod/gstmikmod.h:
8721         * gst/level/gstlevel.h:
8722         Fix more broken GObject macros
8723
8724 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8725
8726         * ext/annodex/gstcmmldec.h:
8727         * ext/annodex/gstcmmlenc.h:
8728         * ext/annodex/gstcmmltag.h:
8729         * ext/cairo/gsttextoverlay.h:
8730         * ext/ladspa/gstsignalprocessor.h:
8731         * gst/matroska/ebml-read.h:
8732         * gst/matroska/ebml-write.h:
8733         * sys/osxaudio/gstosxaudioelement.h:
8734         Fix broken GObject macros
8735
8736 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
8739           Don't try to seek beyond the end of the file (would
8740           occasionally display error dialogs in totem when seeking
8741           to the end) (#335869). Will still throw an error though
8742           if the file is truncated and the total_samples value in
8743           the stream header is wrong.
8744
8745 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
8748         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
8749         (gst_flac_dec_metadata_callback):
8750         * ext/flac/gstflacdec.h:
8751           If the stream header doesn't contain the total number of samples,
8752           search for the last flac frame at the end of the file and calculate
8753           the total duration from that frame's offset (fixes #337609).
8754
8755 2006-04-07  Edward Hervey  <edward@fluendo.com>
8756
8757         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
8758         Don't unref the GstPadTemplate returned by
8759         gst_element_class_get_pad_template().
8760
8761 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8764
8765         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
8766         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
8767         * sys/sunaudio/gstsunaudiosink.h:
8768           Use spec->segsize and spec->segtotal in the prepare function
8769           to initialise the ring buffer instead of using the buffer-time
8770           property (#337421).
8771
8772 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * configure.ac:
8775           Bump core requirements to CVS for gst_pad_query_peer_duration()
8776           which is used by speexdec.
8777
8778 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * ext/speex/gstspeex.c: (plugin_init):
8781         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8782         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
8783         (speex_get_sink_query_types), (speex_dec_sink_query),
8784         (speex_get_src_query_types), (speex_dec_src_query),
8785         (speex_dec_src_event), (speex_dec_sink_event),
8786         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
8787         (speex_dec_chain_parse_data), (speex_dec_chain),
8788         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
8789         (speex_dec_change_state):
8790         * ext/speex/gstspeexdec.h:
8791           Fix seeking and duration queries (#337033); clean up and
8792           refactor a bit.
8793
8794 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8795
8796         * ext/raw1394/gstdv1394src.c:
8797           distinguish between device not found and could not open for
8798           reading
8799
8800 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8801
8802         * Makefile.am:
8803         * configure.ac:
8804         * pkgconfig/.cvsignore:
8805         * pkgconfig/Makefile.am:
8806         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
8807           add a .pc file so other modules can use good plugins in tests
8808
8809 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8810
8811         * configure.ac:
8812           clean up, use AS_VERSION and AS_NANO
8813         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8814           use PACKAGE_VERSION define
8815         * po/af.po:
8816         * po/az.po:
8817         * po/cs.po:
8818         * po/en_GB.po:
8819         * po/hu.po:
8820         * po/it.po:
8821         * po/nb.po:
8822         * po/nl.po:
8823         * po/or.po:
8824         * po/sq.po:
8825         * po/sr.po:
8826         * po/sv.po:
8827         * po/uk.po:
8828         * po/vi.po:
8829           updated
8830
8831 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
8832
8833         * ext\jpeg\smokecodec.c:
8834           use of GST_DEBUG instead of DEBUG(a...) for WIN32
8835         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
8836           move first instruction after all variables declarations
8837         * gst\alpha\gstalpha.c:
8838         * gst\effectv\gstshagadelic.c:
8839         * gst\smpte\paint.c:
8840         * gst\videofilter\gstvideobalance.c:
8841           define M_PI if it's not defined (it's not defined on WIN32)
8842         * gst\cutter\gstcutter.c: (gst_cutter_chain):
8843         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
8844         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
8845         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
8846         (gst_matroska_demux_video_caps):
8847         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
8848         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
8849           use gst_guint64_to_gdouble for conversions
8850         * gst\goom\filters.c: (setPixelRGB_):
8851           fix a debug which was using undefined variable
8852         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
8853         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
8854           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
8855         * win32/vs6:
8856           add vs6 projects files for most of plugins-good
8857         
8858 2006-03-30  j^  <j@bootlab.org>
8859
8860         * ext/aalib/gstaasink.c:
8861         * ext/annodex/gstcmmldec.c:
8862         * ext/annodex/gstcmmlenc.c:
8863         * ext/cairo/gsttextoverlay.c:
8864         * ext/cairo/gsttimeoverlay.c:
8865         * ext/cdio/gstcdiocddasrc.c:
8866         * ext/dv/gstdvdec.c:
8867         * ext/esd/esdmon.c:
8868         * ext/esd/esdsink.c:
8869         * ext/flac/gstflacdec.c:
8870         * ext/flac/gstflacenc.c:
8871         * ext/flac/gstflactag.c:
8872         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
8873         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
8874         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
8875         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
8876         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8877         * ext/gdk_pixbuf/pixbufscale.c:
8878         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
8879         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
8880         * ext/jpeg/gstjpegdec.c:
8881         * ext/jpeg/gstjpegenc.c:
8882         * ext/jpeg/gstsmokedec.c:
8883         * ext/jpeg/gstsmokeenc.c:
8884         * ext/libcaca/gstcacasink.c:
8885         * ext/libmng/gstmngdec.c:
8886         * ext/libmng/gstmngenc.c:
8887         * ext/libpng/gstpngdec.c:
8888         * ext/libpng/gstpngenc.c:
8889         * ext/mikmod/gstmikmod.c:
8890         * ext/raw1394/gstdv1394src.c:
8891         * ext/shout2/gstshout2.c:
8892         * ext/speex/gstspeexdec.c:
8893         * ext/speex/gstspeexenc.c:
8894         * gst/alpha/gstalpha.c:
8895         * gst/alpha/gstalphacolor.c:
8896         * gst/auparse/gstauparse.c:
8897         * gst/autodetect/gstautoaudiosink.c:
8898         (gst_auto_audio_sink_base_init):
8899         * gst/autodetect/gstautovideosink.c:
8900         (gst_auto_video_sink_base_init):
8901         * gst/avi/gstavimux.c: (gst_avimux_base_init):
8902         * gst/cutter/gstcutter.c:
8903         * gst/debug/breakmydata.c:
8904         * gst/debug/efence.c:
8905         * gst/debug/gstnavigationtest.c:
8906         * gst/debug/negotiation.c:
8907         * gst/debug/progressreport.c:
8908         * gst/debug/testplugin.c:
8909         * gst/effectv/gstaging.c:
8910         * gst/effectv/gstdice.c:
8911         * gst/effectv/gstedge.c:
8912         * gst/effectv/gstquark.c:
8913         * gst/effectv/gstrev.c:
8914         * gst/effectv/gstvertigo.c:
8915         * gst/effectv/gstwarp.c:
8916         * gst/flx/gstflxdec.c:
8917         * gst/goom/gstgoom.c:
8918         * gst/interleave/deinterleave.c:
8919         * gst/interleave/interleave.c:
8920         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
8921         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
8922         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
8923         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
8924         * gst/level/gstlevel.c:
8925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
8926         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
8927         * gst/median/gstmedian.c:
8928         * gst/monoscope/gstmonoscope.c:
8929         * gst/multipart/multipartdemux.c:
8930         * gst/multipart/multipartmux.c:
8931         * gst/oldcore/gstmd5sink.c:
8932         * gst/oldcore/gstmultifilesrc.c:
8933         * gst/oldcore/gstpipefilter.c:
8934         * gst/oldcore/gstshaper.c:
8935         * gst/oldcore/gststatistics.c:
8936         * gst/rtp/gstasteriskh263.c:
8937         * gst/rtp/gstrtpL16depay.c:
8938         * gst/rtp/gstrtpL16pay.c:
8939         * gst/rtp/gstrtpamrdepay.c:
8940         * gst/rtp/gstrtpamrpay.c:
8941         * gst/rtp/gstrtpdepay.c:
8942         * gst/rtp/gstrtpgsmpay.c:
8943         * gst/rtp/gstrtph263pay.c:
8944         * gst/rtp/gstrtph263pdepay.c:
8945         * gst/rtp/gstrtph263ppay.c:
8946         * gst/rtp/gstrtpmp4gpay.c:
8947         * gst/rtp/gstrtpmp4vdepay.c:
8948         * gst/rtp/gstrtpmp4vpay.c:
8949         * gst/rtp/gstrtpmpadepay.c:
8950         * gst/rtp/gstrtpmpapay.c:
8951         * gst/rtp/gstrtppcmadepay.c:
8952         * gst/rtp/gstrtppcmapay.c:
8953         * gst/rtp/gstrtppcmudepay.c:
8954         * gst/rtp/gstrtppcmupay.c:
8955         * gst/rtp/gstrtpspeexdepay.c:
8956         * gst/rtp/gstrtpspeexpay.c:
8957         * gst/rtsp/gstrtpdec.c:
8958         * gst/smpte/gstsmpte.c:
8959         * gst/videobox/gstvideobox.c:
8960         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
8961         * gst/videofilter/gstvideobalance.c:
8962         * gst/videofilter/gstvideoflip.c:
8963         * gst/videofilter/gstvideotemplate.c:
8964         (gst_videotemplate_base_init):
8965         * gst/videomixer/videomixer.c:
8966         * gst/wavenc/gstwavenc.c:
8967         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
8968          better/unified long descriptions
8969          Fixed #336602
8970          Some cleanups to auparse, don't send multiple newsegments.
8971
8972 2006-03-29  Wim Taymans  <wim@fluendo.com>
8973
8974         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
8975
8976         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
8977         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
8978         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
8979         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
8980         * ext/dv/gstdvdemux.h:
8981         Seek in READY patch. Only works for pull based mode.
8982         Fixes #323880
8983
8984 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
8987         (gst_gdk_pixbuf_event):
8988           Fix two crashers: don't unref the same caps twice, and
8989           set pixbuf loader to NULL after freeing it.
8990
8991 2006-03-27  Wim Taymans  <wim@fluendo.com>
8992
8993         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
8994         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
8995         (gst_speexenc_chain):
8996         * ext/speex/gstspeexenc.h:
8997         Don't leak adapter.
8998         A push *always* takes ownership of the buffer, even on
8999         errors.
9000         Small cleanups.
9001
9002 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
9005           Create source pad without leaking.
9006
9007 2006-03-24  Wim Taymans  <wim@fluendo.com>
9008
9009         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
9010         * ext/flac/gstflacdec.h:
9011         * ext/flac/gstflacenc.h:
9012         Spifify a bit.
9013         Fix deadly lock order error in seeking code, STREAM_LOCK
9014         cannot be taken within LOCK and the streaming variables are
9015         protected with the STREAM_LOCK anyway.
9016
9017 2006-03-24  Wim Taymans  <wim@fluendo.com>
9018
9019         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
9020         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9021         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
9022         this patch combines the global init_frames with the stream
9023         init_frames. Rationale being that the global delay should 
9024         be subtracted from any stream delay.
9025         Fixes #335858.
9026
9027 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9028
9029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
9030         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
9031         * gst/smpte/gstsmpte.c: (gst_smpte_init):
9032         * gst/videomixer/videomixer.c: (gst_videomixer_init):
9033         use DEBUG_FUNCPTR for collectpads
9034
9035 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9036
9037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
9038           Don't crash when encoding images where the number of rows isn't
9039           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
9040
9041 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
9044         * gst/interleave/deinterleave.c: (deinterleave_change_state):
9045         * gst/interleave/interleave.c: (interleave_change_state):
9046         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
9047           More state change function fixes.
9048
9049 2006-03-23  Wim Taymans  <wim@fluendo.com>
9050
9051         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9052         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
9053         (gst_esdsink_prepare), (gst_esdsink_unprepare),
9054         (gst_esdsink_delay), (gst_esdsink_reset):
9055         * ext/esd/esdsink.h:
9056         Fix esd choppy playback by configuring audiosink
9057         correctly. Fixes #325191
9058
9059 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
9062           Make state change function thread-safe.
9063
9064 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
9067         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9068           Don't try to read beyond the end of the file just because
9069           the header claims a bigger size (like with truncated files).
9070
9071 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
9072
9073         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9074         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9075         (gst_wavparse_stream_data), (gst_wavparse_loop):
9076         * gst/wavparse/gstwavparse.h:
9077           Delay source pad creation until we have the first chunk of
9078           media data, so the we can examine the data and adjust the
9079           caps accordingly if required. This makes playback of .wav
9080           files with DTS-declared-as-PCM content work (#313266).
9081
9082 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9083
9084         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9085         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9086         Don't attempt typefinding on too-short buffers that have been
9087         completely trimmed away. (Fixes #330239)
9088
9089         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
9090         Improve the debug output
9091
9092 2006-03-21  Wim Taymans  <wim@fluendo.com>
9093
9094         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
9095         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
9096         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
9097         (gst_esdsink_set_property), (gst_esdsink_get_property):
9098         Some cleanups.
9099         Reset fd to -1 when we close them.
9100
9101 2006-03-21  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
9104         the OPTIONS request result is optional so don't
9105         fail on it.
9106
9107 2006-03-21  Edward Hervey  <edward@fluendo.com>
9108
9109         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
9110         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
9111         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
9112         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
9113         (gst_wavparse_change_state):
9114         gcc 4.1 unreferenced pointer fixes.
9115
9116 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9117
9118         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9119
9120         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9121           Fix block alignment calculation. Alignment should be done before
9122           adding the byte offset where the data starts (#335231).
9123
9124 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
9125
9126         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
9127           Ensure that we set correct caps on buffers that are transferred
9128           direct from the input.
9129
9130 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
9131
9132         * gst/goom/filters.c: (zoomFilterDestroy):
9133         * gst/goom/goom_core.c: (goom_close):
9134           Free filter data when cleaning up. (Fixes: #334995)
9135
9136 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * configure.ac:
9139           Don't compile udp and rtsp plugins on win32 (mingw) or other
9140           systems that don't have <sys/socket.h> for some reason (#316203).
9141
9142 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9143
9144         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
9145         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
9146         * ext/raw1394/gstdv1394src.h:
9147           Change bus reset handler so it reports useful information such as
9148           whether the device being used connected or disconnected
9149
9150 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * gst/id3demux/id3v2frames.c:
9153         (parse_relative_volume_adjustment_two):
9154           We only care about gain and peak data for the master volume.
9155
9156 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9159         (parse_id_string), (parse_unique_file_identifier),
9160         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
9161           Read replay gain tags (#323721).
9162
9163 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * configure.ac:
9166           Bump requirements to gst-plugins-base CVS because
9167           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
9168
9169 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9170
9171         * rtp/gst/gstrtppcmadepay.c:
9172         Fixed one of the caps in the code from mulaw to alaw.
9173
9174 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9175
9176         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9177           Ensure that we set caps on the buffers we pass.
9178
9179         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9180         (gst_id3demux_sink_activate):
9181           Ensure that we set caps on the buffers we pass.
9182
9183           Use STREAM, TYPE_NOT_FOUND as the error class when
9184           typefinding fails.
9185
9186 2006-03-15  Edward Hervey  <edward@fluendo.com>
9187
9188         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
9189         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
9190         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
9191         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9192         (gst_jpeg_dec_setcaps):
9193         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
9194         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
9195         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
9196         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
9197         (gst_mngdec_src_getcaps):
9198         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
9199         (gst_pngdec_caps_create_and_set):
9200         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
9201         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
9202         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
9203         * gst/alpha/gstalpha.c: (gst_alpha_init):
9204         * gst/auparse/gstauparse.c: (gst_au_parse_init):
9205         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
9206         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
9207         * gst/cutter/gstcutter.c: (gst_cutter_init):
9208         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
9209         (gst_efence_checkgetrange):
9210         * gst/debug/negotiation.c: (gst_negotiation_init):
9211         * gst/flx/gstflxdec.c: (gst_flxdec_init):
9212         * gst/goom/gstgoom.c: (gst_goom_init):
9213         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
9214         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
9215         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
9216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
9217         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
9218         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
9219         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
9220         * gst/smpte/gstsmpte.c: (gst_smpte_init):
9221         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9222         (gst_wavparse_create_sourcepad):
9223         Fix memleak with gst_static_pad_template_get().
9224         This uses gst_pad_new_from_static_template() instead.
9225         Fixes #333512
9226
9227 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * configure.ac:
9230           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
9231           used by id3demux.
9232
9233         * gst/id3demux/gstid3demux.c: (plugin_init):
9234         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9235         (parse_user_text_identification_frame),
9236         (parse_unique_file_identifier):
9237           Add support for UFID and TXXX frames and extract musicbrainz tags.
9238
9239 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9240
9241         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9242           Catch short reads, like they might happen with truncated
9243           files (see #305279); remove unnecessary indentation.
9244
9245 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9248           Fix DIB image inversion for pictures with a
9249           depth != 8 (#305279).
9250
9251 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
9254         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
9255         * ext/jpeg/gstjpegdec.h:
9256           Fix durations on outgoing buffers after seeking
9257           in MJPEG files (#334083); some minor clean-ups.
9258
9259 2006-03-13  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9262         (gst_wavparse_change_state):
9263         Implement seek in READY (re-fixes #327658)
9264
9265 2006-03-13  Wim Taymans  <wim@fluendo.com>
9266
9267         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
9268         * ext/esd/esdmon.c: (gst_esdmon_get):
9269         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9271         (gst_gdk_pixbuf_sink_getcaps):
9272         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
9273         (gst_jpegenc_setcaps):
9274         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9275         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9276         (gst_smokeenc_setcaps):
9277         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
9278         (gst_mngdec_src_getcaps):
9279         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
9280         (gst_mngenc_chain):
9281         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
9282         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
9283         * ext/speex/gstspeexdec.c: (speex_dec_convert),
9284         (speex_dec_src_event), (speex_dec_chain):
9285         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
9286         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
9287         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
9288         (gst_negotiation_pad_link), (gst_negotiation_chain):
9289         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
9290         (gst_flxdec_chain):
9291         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
9292         (deinterleave_chain):
9293         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
9294         * gst/median/gstmedian.c: (gst_median_link):
9295         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
9296         (gst_monoscope_chain):
9297         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
9298         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
9299         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
9300         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
9301         close #333784 unref the result of gst_pad_get_parent()
9302         by: Christophe Fergeau.
9303
9304 2006-03-09  Wim Taymans  <wim@fluendo.com>
9305
9306         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
9307         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
9308         Handle events in push mode better, can now do non-flushing
9309         seeks in push mode as well.
9310
9311 2006-03-07  Wim Taymans  <wim@fluendo.com>
9312
9313         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
9314         Applied patch from Kai Vehmanen, fixes #333624.
9315
9316 2006-03-06  Julien MOUTTE  <julien@moutte.net>
9317
9318         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
9319         Implement paletted and grayscale png files handling.
9320         (#150363).
9321
9322 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9323
9324         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
9325         (gst_speexenc_chain):
9326           fix a tag list assert
9327           follow gst-plugins-base/ext/ogg/README; set OFFSET
9328           and OFFSET_END.  Muxes correctly with gst-plugins-base
9329           > 0.9.3
9330
9331 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * gst/id3demux/Makefile.am:
9334         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9335         (gst_id3demux_chain), (gst_id3demux_sink_activate):
9336           Use new typefind helper functions here as well, and
9337           do typefinding in pull-mode if upstream supports that.
9338
9339 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9340
9341         * sys/sunaudio/gstsunaudiomixerctrl.c:
9342         (gst_sunaudiomixer_ctrl_get_volume),
9343         (gst_sunaudiomixer_ctrl_set_volume):
9344         * sys/sunaudio/gstsunaudiomixertrack.c:
9345         (gst_sunaudiomixer_track_new):
9346           Remove unused variables, breaks build from CVS
9347           with -Werror (#333392, patch by: Benjamin Pineau)
9348
9349 2006-03-03  Wim Taymans  <wim@fluendo.com>
9350
9351         * docs/plugins/Makefile.am:
9352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9354         Added wavparse docs.
9355
9356         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
9357         (gst_wavparse_reset), (gst_wavparse_init),
9358         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
9359         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9360         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
9361         (gst_wavparse_stream_data), (gst_wavparse_loop),
9362         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
9363         (gst_wavparse_change_state):
9364         * gst/wavparse/gstwavparse.h:
9365         Implement seek in READY (fixes #327658)
9366         Added docs and did some cleanups.
9367
9368 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9371         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
9372         (gst_avi_demux_calculate_durations_from_index),
9373         (gst_avi_demux_stream_header):
9374         * gst/avi/gstavidemux.h:
9375           If we have an index, use a duration based on the index instead
9376           of blindly trusting the information in the stream headers
9377           (fixes #331817).
9378
9379 2006-03-03  Wim Taymans  <wim@fluendo.com>
9380
9381         * docs/plugins/Makefile.am:
9382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9385         Added smoke and jpeg to the docs.
9386
9387         * ext/jpeg/Makefile.am:
9388         * ext/jpeg/gstjpeg.c: (plugin_init):
9389         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9390         * ext/jpeg/gstjpegenc.h:
9391         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
9392         (gst_smokedec_chain):
9393         * ext/jpeg/gstsmokedec.h:
9394         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9395         * ext/jpeg/gstsmokeenc.h:
9396         * ext/jpeg/smokecodec.h:
9397         Port smokedec (fixes #331905).
9398         Added some docs.
9399         Some cleanups.
9400
9401 2006-03-03  Wim Taymans  <wim@fluendo.com>
9402
9403         * docs/plugins/Makefile.am:
9404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9407         Added videobalance and videoflip to the docs.
9408
9409         * gst/videofilter/Makefile.am:
9410         * gst/videofilter/gstvideobalance.c:
9411         (gst_video_balance_update_tables_planar411),
9412         (gst_video_balance_is_passthrough),
9413         (gst_video_balance_update_properties), (oil_tablelookup_u8),
9414         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
9415         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
9416         (gst_video_balance_finalize), (gst_video_balance_class_init),
9417         (gst_video_balance_init), (gst_video_balance_interface_supported),
9418         (gst_video_balance_interface_init),
9419         (gst_video_balance_colorbalance_list_channels),
9420         (gst_video_balance_colorbalance_set_value),
9421         (gst_video_balance_colorbalance_get_value),
9422         (gst_video_balance_colorbalance_init),
9423         (gst_video_balance_set_property), (gst_video_balance_get_property),
9424         (gst_video_balance_get_type), (plugin_init):
9425         * gst/videofilter/gstvideobalance.h:
9426         Ported to 0.10. (Fixes #326160)
9427         Added docs.
9428
9429         * gst/videofilter/gstvideoflip.c:
9430         * gst/videofilter/gstvideoflip.h:
9431         Added docs.
9432
9433 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         * configure.ac:
9436           Bump requirements to current core and -base CVS
9437           (core for new typefind helper API, and -base for the
9438           WAVFORMATEX support that was added to libgstriff and
9439           is needed by wavparse).
9440         
9441         * gst/apetag/Makefile.am:
9442         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
9443         (gst_tag_demux_sink_activate):
9444           Use new typefind helpers for typefinding instead of our
9445           home-grown stuff; also, do typefinding in pull-mode if
9446           upstream supports that.
9447
9448 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
9449
9450         Reviewed by: Christian Schaller <christian@fluendo.com>
9451
9452         This patch fixes bug: 329107
9453
9454         This Changelog entry is for a commit done on February 17
9455
9456         * ext/gconf/gconf.c
9457         * ext/gconf/gconf.h
9458         * ext/gconf/gstgconfaudiosink.c
9459         * ext/gconf/gstgconfaudiosink.h
9460         * gconf/gstreamer.schemas.in
9461
9462 2006-02-28  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9465         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
9466         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
9467         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
9468         Use DEBUG_OBJECT more.
9469
9470 2006-02-28  Wim Taymans  <wim@fluendo.com>
9471
9472         * docs/plugins/Makefile.am:
9473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9475         Added dvdec and dvdemux to docs.
9476
9477         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
9478         Added docs.
9479         Check frame sizes so we don't crash when don't have enough
9480         data.
9481         Send nice error messages on error.
9482
9483         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
9484         (gst_dvdemux_class_init), (gst_dvdemux_init),
9485         (gst_dvdemux_finalize), (gst_dvdemux_reset),
9486         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
9487         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
9488         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
9489         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
9490         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
9491         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
9492         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
9493         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
9494         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
9495         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
9496         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
9497         * ext/dv/gstdvdemux.h:
9498         Added docs.
9499         Implement pull mode.
9500         Fix memleaks.
9501         Reduce memcpy for the video demuxing.
9502
9503 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9504
9505         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
9506         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
9507         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
9508         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
9509           Add a little extra debug. Make the decoder not return NOT_LINKED,
9510           as we want to continue decoding all CMML and emitting tags.
9511
9512 2006-02-27  Michael Smith  <msmith@fluendo.com>
9513
9514         * ext/annodex/gstskeltag.c:
9515         * ext/annodex/gstskeltag.h:
9516           Deleted; these files aren't used any more either.
9517
9518 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9519
9520         * ext/Makefile.am: Fix dist-check.
9521
9522 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9523
9524         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
9525         memleak.
9526
9527 2006-02-25  Alessandro Decina <alessandro@nnva.org>
9528
9529         * ext/annodex/Makefile.am:
9530         * ext/annodex/gstannodex.c:
9531         * ext/annodex/gstcmmldec.c:
9532         * ext/annodex/gstcmmlenc.c:
9533         * ext/annodex/gstcmmlparser.c:
9534         * ext/annodex/gstcmmlparser.h:
9535         * ext/annodex/gstcmmlutils.c:
9536         * tests/check/elements/cmmldec.c:
9537         * tests/check/elements/cmmlenc.c:
9538           Fix a memleak in gst_cmml_track_list_add_clip.
9539           Handle overflows in clip's start and end times.
9540           Add the "encoded" parameter to cmmldec and cmmlenc caps.
9541           Do not parse junk at the end of a CMML preamble buffer.
9542           Register a libxml error handler to not print stuff on stderr.
9543           Check for bad clip start and end times in the testsuites.
9544
9545 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9546
9547         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
9548         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
9549         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9550         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
9551         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
9552         possible memleaks.
9553
9554 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9555
9556         * tests/check/Makefile.am:
9557         * tests/check/elements/cmmldec.c:
9558         * tests/check/elements/cmmlenc.c: Fix tests so that they use
9559         the plugins-base tags.
9560
9561 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9562
9563         * ext/Makefile.am: Re-enable module.
9564
9565 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9566
9567         * tests/check/Makefile.am: Forgot to remove that test.
9568
9569 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9570
9571         * ext/annodex/Makefile.am:
9572         * ext/annodex/gstannodex.c: (plugin_init):
9573         * ext/annodex/gstcmmldec.c:
9574         * ext/annodex/gstskeldec.c:
9575         * ext/annodex/gstskeldec.h:
9576         * tests/check/Makefile.am:
9577         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
9578
9579 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9580
9581         * tests/check/Makefile.am: Disable those checks as well.
9582
9583 2006-02-24  Julien MOUTTE  <julien@moutte.net>
9584
9585         * ext/Makefile.am: Disable annodex for now until we figure out
9586         how to make it build.
9587         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
9588         Add a rule to your checklist : "please try to at least build 
9589         what you are going to commit into -good, or if you are too lazy
9590         to do that, please check that the buildbots are not crying because
9591         of your commit."
9592
9593 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
9594
9595         * configure.ac:
9596         * ext/Makefile.am:
9597         * ext/gdk_pixbuf/Makefile.am:
9598         * ext/gdk_pixbuf/gstgdkpixbuf.c:
9599         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9600         * ext/gdk_pixbuf/pixbufscale.c:
9601         * ext/gdk_pixbuf/pixbufscale.h:
9602           Gdkpixbuf ported from 0.8 to 0.10 by
9603           Renato Filho <renato.filho@indt.org.br>.
9604           gst_loader and gdkpixbufanimation still need port.
9605
9606 2006-02-24  Michael Smith  <msmith@fluendo.com>
9607
9608         * configure.ac:
9609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9610         * ext/Makefile.am:
9611         * ext/annodex/Makefile.am:
9612         * ext/annodex/gstannodex.c:
9613         * ext/annodex/gstannodex.h:
9614         * ext/annodex/gstcmmldec.c:
9615         * ext/annodex/gstcmmldec.h:
9616         * ext/annodex/gstcmmlenc.c:
9617         * ext/annodex/gstcmmlenc.h:
9618         * ext/annodex/gstcmmlparser.c:
9619         * ext/annodex/gstcmmlparser.h:
9620         * ext/annodex/gstcmmltag.c:
9621         * ext/annodex/gstcmmltag.h:
9622         * ext/annodex/gstcmmlutils.c:
9623         * ext/annodex/gstcmmlutils.h:
9624         * ext/annodex/gstskeldec.c:
9625         * ext/annodex/gstskeldec.h:
9626         * ext/annodex/gstskeltag.c:
9627         * ext/annodex/gstskeltag.h:
9628         * tests/check/Makefile.am:
9629         * tests/check/elements/cmmldec.c:
9630         * tests/check/elements/cmmlenc.c:
9631         * tests/check/elements/skeldec.c:
9632           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
9633           Includes tests & docs, oh my! Passes Thomas's -good checklist
9634           entirely. Wow.
9635
9636 2006-02-24  Michael Smith  <msmith@fluendo.com>
9637
9638         * autogen.sh:
9639           Check for automake 1.9 as well.
9640
9641 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * ext/flac/gstflacenc.c:
9644           Change min. sample rate to 8kHz to match flacdec's.
9645           
9646 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9647
9648         * ext/cdio/Makefile.am:
9649           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
9650           required for Cygwin, see #317048)
9651
9652         * gst/rtp/gstasteriskh263.c:
9653           Cygwin has includes for both the unix network socket API
9654           and the windows API, but only one can be included, so fix
9655           includes to only use one or the other, prefering the unxi
9656           one (#317048).
9657
9658 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9659
9660         * rtp/gst/gstrtppcmadepay.c:
9661         * rtp/gst/gstrtppcmadepay.h:
9662         * rtp/gst/gstgstrtppcmapay.c:
9663         * rtp/gst/gstgstrtppcmapay.h:
9664         * rtp/gst/gstrtppcmudepay.c:
9665         * rtp/gst/gstrtppcmudepay.h:
9666         * rtp/gst/gstrtppcmupay.c:
9667         * rtp/gst/gstrtppcmupay.h:
9668         * rtp/gst/Makefile.am:
9669         * rtp/gst/gstrtp.c:
9670         * rtp/gst/README:
9671         Separated the G711 payloaders/depayloaders into separate elements for
9672         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
9673
9674 2006-02-22  Wim Taymans  <wim@fluendo.com>
9675
9676         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
9677         (gst_dvdec_change_state):
9678         * ext/dv/gstdvdec.h:
9679         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
9680         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
9681         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
9682         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
9683         (gst_dvdemux_flush), (gst_dvdemux_chain),
9684         (gst_dvdemux_change_state):
9685         * ext/dv/gstdvdemux.h:
9686         Ueber spiffify some more, added debug category.
9687         Use _scale.
9688         Use segments, respect playback rate from newsegment.
9689         Fix refcount issue.
9690
9691 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
9692
9693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
9694         (gst_signal_processor_process):
9695         Fix compilation of LADPSA. It doesn't seem to work, and isn't
9696         enabled for the build, but it helps me win the feature-count
9697         competitions ooh yeah.
9698
9699 2006-02-19  Wim Taymans  <wim@fluendo.com>
9700
9701         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
9702         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9703         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
9704         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
9705         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
9706         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
9707         Use scaling code for added precission and more correct stop
9708         position in case scale==0.
9709
9710 2006-02-19  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
9713         (gst_flxdec_chain):
9714         * gst/flx/gstflxdec.h:
9715         Implement DURATION query.
9716
9717 2006-02-19  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/flx/flx_color.h:
9720         * gst/flx/flx_fmt.h:
9721         * gst/flx/gstflxdec.c: (gst_flxdec_init),
9722         (gst_flxdec_src_query_handler), (flx_decode_color),
9723         (gst_flxdec_chain):
9724         * gst/flx/gstflxdec.h:
9725         Set MALLOCDATA for the temp buffers so we don't leak.
9726         Some debug cleanups.
9727         Consume all data in the adapter before leaving the chain
9728         function. Fixes #330678.
9729
9730 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
9731
9732         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9733         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9734          Handle 0 data size in otherwise valid frames.
9735          Handle numeric strings in 2.4.0 even when not in parentheses 
9736
9737 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * gst/matroska/matroska-demux.c:
9740         (gst_matroska_demux_subtitle_caps),
9741         (gst_matroska_demux_plugin_init):
9742         * gst/matroska/matroska-ids.h:
9743           Recognise SSA/ASS and USF subtitle formats and
9744           set proper caps when they are found.
9745
9746 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
9749         (gst_jpeg_dec_chain):
9750           Fix invalid memory access for some odd-sized images
9751           (see image contained in quicktime stream in #327083);
9752           use g_malloc() instead of g_alloca().
9753
9754 2006-02-17  Wim Taymans  <wim@fluendo.com>
9755
9756         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
9757         Patch from Sebastien Cote, fixes #319884
9758
9759 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * ext/cdio/gstcdio.c: (plugin_init):
9762           Init debug category (#331253).
9763
9764 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9767           Pass extra_data to gst_riff_create_audio_caps(), so that
9768           WAVEFORMATEX stuff works. Post audio codec name and post
9769           it as taglist on the bus. Allow up to 8 channesl for raw
9770           PCM in the source pad template caps.
9771
9772 2006-02-16  Wim Taymans  <wim@fluendo.com>
9773
9774         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9775         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9776         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
9777         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9778         (gst_multipart_set_property), (gst_multipart_get_property):
9779         Applied #318663. Gives quite a few false positives in
9780         autoscan mode, but it's better than nothing. Not closing yet.
9781
9782 2006-02-16  Wim Taymans  <wim@fluendo.com>
9783
9784         * docs/plugins/Makefile.am:
9785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9787         * docs/plugins/gst-plugins-good-plugins.args:
9788         * docs/plugins/inspect/plugin-udp.xml:
9789         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9790         (gst_udpsrc_start):
9791         Update documentation.
9792         Fix args.
9793
9794 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9795
9796         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9797         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
9798         frame size. (Fixes #331368)
9799
9800 2006-02-16  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/rtsp/README:
9803         Updated README.
9804
9805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
9806         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
9807         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
9808         * gst/rtsp/gstrtspsrc.h:
9809         Make sure the RTP port is an even port an try to allocate 
9810         another if not.
9811         Added retry property to control max retries for port allocation.
9812         Make sure RTCP port is RTP port+1.
9813         Cleanup when port allocation fails.
9814         Fixes #319183.
9815         
9816 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
9819           Don't ignore return value of the parent class's state
9820           change function (#331385, patch by: Wouter Paesen).
9821
9822 2006-02-15  Wim Taymans  <wim@fluendo.com>
9823
9824         * configure.ac:
9825         * docs/plugins/Makefile.am:
9826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9828         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9829         * ext/Makefile.am:
9830         * ext/hal/Makefile.am:
9831         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
9832         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
9833         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
9834         (do_toggle_element), (gst_hal_audio_sink_set_property),
9835         (gst_hal_audio_sink_get_property),
9836         (gst_hal_audio_sink_change_state):
9837         * ext/hal/gsthalaudiosink.h:
9838         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
9839         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
9840         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
9841         (do_toggle_element), (gst_hal_audio_src_set_property),
9842         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
9843         * ext/hal/gsthalaudiosrc.h:
9844         * ext/hal/gsthalelements.c: (plugin_init):
9845         * ext/hal/gsthalelements.h:
9846         * ext/hal/hal.c: (gst_hal_get_string),
9847         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9848         (gst_hal_get_audio_src):
9849         * ext/hal/hal.h:
9850         Add HAL sound device wrapper plugins. Closes #329106
9851
9852 2006-02-15  Wim Taymans  <wim@fluendo.com>
9853
9854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9855         Add comment in a fultile attempt to stop the copy-and-paste 
9856         paradigm leading to duplication of bad code.
9857
9858         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
9859         Mime parameters have to be checked case insensitive
9860
9861 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
9864           Advance stream time for lagging subtitle streams by sending
9865           newsegment events with the update flag set.
9866
9867 2006-02-14  Edward Hervey  <edward@fluendo.com>
9868
9869         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
9870         There can be bogus data before the hdrl LIST tag in the RIFF header.
9871         It's hard to say if it's not respecting the AVI specifications or not,
9872         but since Google Video is producing AVIs like that and the other player
9873         don't seem to complain, I guess we should do the same.
9874
9875 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
9876
9877         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
9878         (parse_split_strings):
9879         Add more validation to ensure that a char encoding conversion
9880         produced a valid UTF-8 string.
9881
9882 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
9883
9884         Reviewed by: Edward Hervey  <edward@fluendo.com>
9885
9886         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9887         Properly handle end of segment. Closes #330885.
9888
9889 2006-02-13  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst/rtp/gstrtpmp4gpay.h:
9892         For got to commit this one.
9893
9894 2006-02-12  Wim Taymans  <wim@fluendo.com>
9895
9896         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9897         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
9898         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
9899         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
9900         * gst/rtp/gstrtpmp4gpay.h:
9901         Make more things work.
9902         Handle ACC config strings.
9903
9904 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9905
9906         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
9907           set timestamps if no incoming timestamps set
9908
9909 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
9910
9911         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
9912         (gst_tag_demux_do_typefind):
9913           ... and fix the very same leaks in GstTagDemux.
9914
9915 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
9916
9917         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
9918         (gst_id3demux_do_typefind):
9919         Fix a couple of mem leaks. (Patch by Jonathan Matthew
9920         <jonathan at kaolin dot wh9 dot net>)
9921
9922 2006-02-10  Wim Taymans  <wim@fluendo.com>
9923
9924         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9925         First set options, then set caps or else the baseclass
9926         will not know about the options, duh.
9927
9928 2006-02-10  Wim Taymans  <wim@fluendo.com>
9929
9930         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
9931         (gst_rtp_mp4v_pay_setcaps):
9932         Don't waste time looking for a config string if we have codec_info
9933         on the incomming caps.
9934
9935 2006-02-10  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/rtp/README:
9938         Say something about case-sensitivity of caps vs mime-attributes.
9939
9940         * gst/rtp/Makefile.am:
9941         * gst/rtp/gstrtp.c: (plugin_init):
9942         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9943         (gst_rtp_amr_pay_handle_buffer):
9944         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
9945         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
9946         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
9947         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
9948         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
9949         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
9950         (gst_rtp_mp4g_pay_plugin_init):
9951         * gst/rtp/gstrtpmp4gpay.h:
9952         Added beginnings of mpeg4-generic payloader (RFC 3640)
9953
9954 2006-02-09  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst/rtsp/Makefile.am:
9957         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
9958         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
9959         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
9960         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
9961         (gst_rtpdec_change_state):
9962         * gst/rtsp/gstrtpdec.h:
9963         * gst/rtsp/gstrtsp.c: (plugin_init):
9964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
9965         * gst/rtsp/rtspconnection.c: (read_body),
9966         (rtsp_connection_receive):
9967         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
9968         Resurected rtpdec to make rtspsrc happy again.
9969         Skip attributes from the session id.
9970         Don't crash when dumping a message with an empty body.
9971
9972
9973 2006-02-09  Wim Taymans  <wim@fluendo.com>
9974
9975         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
9976         Added more meaningfull warnings when something goes wrong.
9977         Clear F bit on outgoing AMR packets.
9978
9979         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9980         (gst_rtp_amr_pay_handle_buffer):
9981         Added debugging category
9982         Support payloading of multiple AMR frames.
9983
9984         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
9985         Added some debugging.
9986
9987 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
9988
9989         * configure.ac:
9990           Back to CVS
9991
9992 === release 0.10.2 ===
9993
9994 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
9995
9996         * configure.ac:
9997           releasing 0.10.2, "Papa was a rolling stone"
9998
9999 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10000
10001         * configure.ac:
10002           Bump core and plugins-base requirement to 0.10.2.2
10003           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
10004
10005 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * ext/flac/gstflac.c: (plugin_init):
10008         * ext/speex/gstspeex.c: (plugin_init):
10009           Register musicbrainz tags.
10010
10011 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * ext/gconf/gconf.h:
10014           Remove declaration of function that no longer exists.
10015
10016 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10017
10018         * ext/shout2/gstshout2.c: (gst_shout2send_render),
10019         (gst_shout2send_setcaps), (gst_shout2send_change_state):
10020         Make shout2 work for non ogg streams
10021
10022 2006-02-06  Wim Taymans  <wim@fluendo.com>
10023
10024         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
10025         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
10026         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
10027         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
10028         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
10029         * gst/udp/gstmultiudpsink.h:
10030         Updated docs.
10031         Added properties bytes-served, bytes_to_serve.
10032         Post proper error messages,
10033         Emit client added signal too.
10034
10035 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10036
10037         * docs/plugins/Makefile.am:
10038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10040         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
10041         (gst_multiudpsink_get_stats):
10042           adding docs for multiudpsink
10043
10044 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10045
10046         * gst/level/gstlevel.c: (gst_level_transform_ip):
10047           peak below decay is not necessarily an error, so don't ERROR log
10048
10049 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
10052         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
10053         (gst_ebml_write_seek):
10054         * gst/matroska/ebml-write.h:
10055           Make sure we send a newsegment event in BYTES format
10056           before sending buffers (#328531).
10057
10058 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10059
10060         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
10061         (gst_dvdemux_sink_query):
10062         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
10063         * ext/speex/gstspeexdec.c: (speex_get_query_types),
10064         (speex_dec_src_query):
10065         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
10066         (gst_speexenc_sink_query):
10067         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10068         * gst/matroska/matroska-demux.c:
10069         (gst_matroska_demux_get_src_query_types),
10070         (gst_matroska_demux_handle_src_query):
10071         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
10072         (gst_wavparse_pad_query):
10073           Pass unhandled queries upstream instead of just dropping
10074           them (#326446). Update query type arrays here and there.
10075
10076 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * tests/check/elements/matroskamux.c: (setup_src_pad):
10079           Collectpads in core got changed and now also holds a
10080           reference to any pad that is part of it. Fix refcount
10081           checks in test case accordingly.
10082
10083 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst/apetag/gstapedemux.h:
10086           Fix include, for now GstTagDemux is in the apetag dir.
10087
10088 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * docs/plugins/Makefile.am:
10091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10093         * docs/plugins/inspect/plugin-cdio.xml:
10094           Add cdio plugin to docs.
10095
10096         * ext/cdio/gstcdiocddasrc.c:
10097           Add gtk-doc blurb.
10098
10099         * ext/cdio/gstcdio.c:
10100           The plugin is called 'cdio' not 'cddio'.
10101
10102 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * configure.ac:
10105         * docs/plugins/Makefile.am:
10106         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10107         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10108         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10109         * docs/plugins/inspect/plugin-apetag.xml:
10110         * gst/apetag/Makefile.am:
10111         * gst/apetag/gstapedemux.c:
10112         * gst/apetag/gstapedemux.h:
10113         * gst/apetag/gsttagdemux.c:
10114         * gst/apetag/gsttagdemux.h:
10115           Add APE tag demuxer (#325649).
10116
10117 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10118
10119         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
10120         (gst_gconf_get_default_video_sink),
10121         (gst_gconf_get_default_audio_src),
10122         (gst_gconf_get_default_video_src):
10123         * ext/gconf/gconf.h:
10124         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10125         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
10126         (do_toggle_element):
10127         * ext/gconf/gstgconfaudiosink.h:
10128         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
10129         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
10130         (do_toggle_element):
10131         * ext/gconf/gstgconfaudiosrc.h:
10132         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
10133         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
10134         (do_toggle_element):
10135         * ext/gconf/gstgconfvideosink.h:
10136         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
10137         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
10138         (do_toggle_element):
10139         * ext/gconf/gstgconfvideosrc.h:
10140           Ignore changing the GConf key to "". Ignore GConf key updates
10141           that don't actually change the string.
10142           For now, ignore the GConf key when the state is > READY, as
10143           it breaks streaming. Sometime it will be nice to bring the
10144           new sink online even mid-stream, by sending NEWSEGMENT info
10145           and possibly prerolling.
10146           (Fixes #326736)
10147
10148 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10149
10150         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
10151         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
10152         (zoomFilterSetResolution), (zoomFilterDestroy),
10153         (zoomFilterFastRGB), (pointFilter):
10154         * gst/goom/filters.h:
10155         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
10156         (goom_update), (goom_close):
10157         * gst/goom/goom_core.h:
10158         * gst/goom/goom_tools.h:
10159         * gst/goom/graphic.c:
10160         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10161         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
10162         * gst/goom/gstgoom.h:
10163         * gst/goom/lines.c: (goom_lines):
10164         * gst/goom/lines.h:
10165           Make goom reentrant by moving all important static variables
10166           into instance structures.
10167           (Fixes #329181)
10168
10169 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10170
10171         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10172         (gst_avi_demux_all_source_pads_unlinked),
10173         (gst_avi_demux_process_next_entry):
10174         * gst/avi/gstavidemux.h:
10175           Third attempt, use gst_pad_is_linked() this time.
10176
10177 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10178
10179         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10180         (parse_split_strings):
10181         Adjust for data length indicators when parsing (Fixes #329810)
10182         Fix stupid bug parsing UTF-8 tag text.
10183         Output tag strings with multiple fields as multiple tags, so the
10184         app gets all the data.
10185
10186 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10187
10188         * ext/flac/gstflacenc.c:
10189         Fixed a bug add in last commit, where no event is send. Thanks Tim to
10190         show me.
10191         
10192 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10193
10194         * ext/flac/gstflacenc.c:
10195         * gst/matroska/ebml-read.c:
10196         Just make it compile with --disable-gst-debug.
10197
10198 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
10199
10200         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
10201         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
10202         (id3v2_genre_fields_to_taglist):
10203           Never output a tag with a null contents string.
10204
10205 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
10208           Only pause if all pads are unlinked AND we've tried to send data
10209           on all of them at least once.
10210
10211 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
10214         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
10215           Make loop function/task pause itself when all source pads are
10216           unlinked.
10217
10218 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * configure.ac:
10221         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
10222           Use new functions from core to render a bin from a
10223           string. Fixes build. Up requirements to core CVS.
10224
10225 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
10228           Don't push buffers into the adapter that we are going to
10229           push downstream again without framing anyway. Also, the
10230           adaptor takes ownership of buffers put into it (fixes
10231           auparse pushing invalid buffers for .au files with
10232           ADPCM contents). Finally, set caps on all outgoing buffers.
10233
10234 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10235
10236         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10237         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
10238         (gst_id3demux_send_tag_event):
10239         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
10240         Someone should kick my butt. Remove ID3v1 tags from the end of the
10241         file.
10242
10243         Improve error messages. Send the TAG message as soon as we complete
10244         typefinding, instead of waiting until we send the first buffer.
10245         Downstream tag event is still sent before the first buffer.
10246
10247 2006-01-27  Jan Gerber  <j@bootlab.org>
10248
10249         Reviewed by: Andy Wingo <wingo@pobox.com>
10250
10251         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
10252         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
10253         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
10254         to not have warings flooding stderr. this is the suggested way
10255         also used in dvgrab and kino. (#328336)
10256
10257 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10258
10259         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
10260         (gst_oss_sink_init), (gst_oss_sink_finalise):
10261           Free the device name string when finalised.
10262
10263 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
10266           Don't put function calls in g_return_if_fail() statements,
10267           or they'll be replaced with NOOPs if someone compiles with
10268           G_DISABLE_CHECKS defined.
10269           
10270 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
10271
10272         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
10273         Never trust ANY information encoded in a media file, especially
10274         when it's giving you sizes. (Fixes #328452)
10275
10276 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
10277
10278         * gst/rtp/gstrtpg711pay.c:
10279         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
10280         bug #325148.
10281
10282 2006-01-23  Edward Hervey  <edward@fluendo.com>
10283
10284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
10285         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
10286         * gst/matroska/matroska-ids.h:
10287         Added recognition of Real Audio and Video streams in matroska demuxer.
10288
10289 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
10290
10291         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10292           Remove errant break statement, and fix compilation with
10293           older GCC.
10294
10295 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
10296
10297         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * sys/sunaudio/gstsunaudiomixerctrl.c:
10300         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
10301           Export functions that are needed in other parts of the code,
10302           makes the mixer actually work; adjust magic minimum buffer-time
10303           value from 3ms to 5ms to work around stuttering during mp3
10304           playback (#327765).
10305
10306 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
10307
10308         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10311         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
10312           Fix possible deadlock in matroska muxer (#327825).
10313
10314 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
10317         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10318         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
10319         * gst/rtsp/sdpmessage.h:
10320         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
10321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
10322           C89 fixes: declare variables at the beginning of a block and
10323           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
10324           <jensgr at gmx dot net>).
10325
10326 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
10327
10328         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10329         * gst/id3demux/id3tags.h:
10330         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10331         (parse_comment_frame), (parse_text_identification_frame),
10332         (id3v2_tag_to_taglist), (id3v2_are_digits),
10333         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
10334         (parse_split_strings), (free_tag_strings):
10335           Rewrite parsing of text tags to handle multiple NULL terminated
10336           strings. Parse numeric genre strings and ID3v2 type
10337           "(3)(6)Alternative" style genre strings.
10338           Parse dates that are only YYYY or YYYY-mm format.
10339           (Fixes #328241 and #322154)
10340
10341 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
10344           Don't forget to initialize liboil, otherwise our oil functions
10345           will crash (fixes #327871; patch by: Christoph Burghardt
10346           <hawkes at web dot de>).
10347
10348 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         * configure.ac:
10351           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
10352           like in the core and gst-plugins-base. Fixes #324367 and #326683;
10353           patch by: Brian Cameron <brian dot cameron at sun dot com>
10354
10355 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10356
10357         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
10358         * ext/cdio/gstcdio.h:
10359         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
10360           Fix build for libcdio versions >= 76; give slightly lower rank
10361           than cdparanoia.
10362
10363 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10364
10365         * configure.ac:
10366         * ext/Makefile.am:
10367         * ext/cdio/Makefile.am:
10368         * ext/cdio/gstcdio.c:
10369         * ext/cdio/gstcdio.h:
10370         * ext/cdio/gstcdiocddasrc.c:
10371         * ext/cdio/gstcdiocddasrc.h:
10372           Port libcdio cdda source, formerly known as cddasrc, now known as
10373           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
10374           but that's not tested (fixes #317658).
10375
10376 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
10379           Fix conversion from TIME to BYTES format (fixes #326864;
10380           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
10381
10382 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
10385           Fix compilation of id3demux when zlib is not present.
10386           (Fixes #326602; patch by: Sergey Scobich)
10387
10388 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         * ext/esd/Makefile.am:
10391           Add $(ESD_CFLAGS), otherwise build will fail for folks
10392           with libesd in a non-standard prefix (#327009).
10393
10394 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10395
10396         * configure.ac:
10397           back to HEAD
10398
10399 === release 0.10.1 ===
10400
10401 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
10402
10403         * configure.ac:
10404           releasing 0.10.1, "Li"
10405
10406 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10407
10408           patch by: Wim Taymans
10409
10410         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
10411           fix memleak.  Fixes #326618
10412
10413 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10414
10415           patch by: Mike Smith
10416
10417         * gst/level/gstlevel.c: (gst_level_message_new),
10418         (gst_level_message_append_channel):
10419           Fix memleak.  Fixes #326612
10420
10421 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * configure.ac:
10424           prereleasing
10425         * po/af.po:
10426         * po/az.po:
10427         * po/cs.po:
10428         * po/en_GB.po:
10429         * po/hu.po:
10430         * po/it.po:
10431         * po/nb.po:
10432         * po/nl.po:
10433         * po/or.po:
10434         * po/sq.po:
10435         * po/sr.po:
10436         * po/sv.po:
10437         * po/uk.po:
10438         * po/vi.po:
10439           update translations
10440
10441 2006-01-10  Michael Smith  <msmith@fluendo.com>
10442
10443         * gst/level/gstlevel.c: (gst_level_class_init),
10444         (gst_level_dispose):
10445           Don't leak filter arrays.
10446
10447 2006-01-09 Brian Cameron <brian.cameron@sun.com>
10448
10449         reviewed by: Christian Schaller <uraeus@gnome.org>
10450         
10451         * configure.ac:
10452         * gst-plugins-good.spec.in:
10453         * sys/Makefile.am:
10454         * sys/sunaudio/Makefile.am:
10455         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10456         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
10457         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
10458         (gst_sunaudiomixer_change_state):
10459         * sys/sunaudio/gstsunaudiomixer.h:
10460         * sys/sunaudio/gstsunaudiomixerctrl.c:
10461         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10462         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
10463         (gst_sunaudiomixer_ctrl_list_tracks),
10464         (gst_sunaudiomixer_ctrl_get_volume),
10465         (gst_sunaudiomixer_ctrl_set_volume),
10466         (gst_sunaudiomixer_ctrl_set_mute),
10467         (gst_sunaudiomixer_ctrl_set_record):
10468         * sys/sunaudio/gstsunaudiomixerctrl.h:
10469         * sys/sunaudio/gstsunaudiomixertrack.c:
10470         (gst_sunaudiomixer_track_class_init),
10471         (gst_sunaudiomixer_track_init), (fill_labels),
10472         (gst_sunaudiomixer_track_new):
10473         * sys/sunaudio/gstsunaudiomixertrack.h:
10474         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
10475         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
10476         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
10477         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
10478         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
10479         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
10480         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
10481         * sys/sunaudio/gstsunaudiosink.h:
10482
10483         Add SunAudio plugin - tested to make sure it doesn't break
10484         the build under GNU/Linux.      
10485
10486 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
10487
10488         * gst-plugins-good/gst/udp/gstdynudpsink.c:
10489         * gst-plugins-good/gst/udp/gstudpsrc.c:
10490         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
10491         overrides the port or multicast parameters. Fixes bugs #323021.
10492         API addition: adds GstUDPSrc::sockfd property   
10493
10494 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * ext/gconf/Makefile.am:
10497         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10498         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
10499         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
10500         (do_toggle_element), (cb_toggle_element),
10501         (gst_gconf_audio_src_change_state):
10502         * ext/gconf/gstgconfaudiosrc.h:
10503         * ext/gconf/gstgconfelements.c: (plugin_init):
10504         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10505         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
10506         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
10507         (do_toggle_element), (cb_toggle_element),
10508         (gst_gconf_video_src_change_state):
10509         * ext/gconf/gstgconfvideosrc.h:
10510           Add new gconfaudiosrc and gconfvideosrc elements
10511           (needed for gnome-sound-recorder).
10512
10513 2006-01-06  Edward Hervey  <edward@fluendo.com>
10514
10515         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10516         Add gst_element_no_more_pads() for proper decodebin behaviour.
10517         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
10518         (parse_text_identification_frame), (parse_split_strings):
10519         Failure to decode some tags is not a GST_ERROR() but a
10520         GST_WARNING()
10521         When iterating over a chunk of text, check that we haven't gone too
10522         far.
10523
10524 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
10525
10526         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10527         (plugin_init):
10528           call oil_init() when using liboil
10529
10530 2006-01-04  Wim Taymans  <wim@fluendo.com>
10531
10532         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10533         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
10534         Fix leaks.
10535
10536 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
10537
10538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
10541         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
10542         (gst_flac_dec_change_state):
10543           Don't g_assert() where we should just return FALSE; remove
10544           unnecessary g_assert(); initialize some fields properly in
10545           state change function (fixes #325504). Also, use
10546           GST_DEBUG_OBJECT in two more places.
10547
10548 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
10549
10550         * configure.ac:
10551           also remove smoothwave's Makefile.am
10552         * docs/plugins/Makefile.am:
10553           fix plugin docs
10554
10555 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
10556
10557         * tests/examples/Makefile.am:
10558           added missing Makefile.am
10559
10560 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
10561
10562         * configure.ac:
10563         * gst/level/Makefile.am:
10564         * gst/level/level-example.c:
10565         * tests/Makefile.am:
10566         * tests/examples/level/Makefile.am:
10567         * tests/examples/level/level-example.c: (message_handler), (main):
10568           moved level-example to tests/examples/level-example
10569         * tests/old/examples/level/demo.c: (main):
10570         * tests/old/examples/level/plot.c: (main):
10571           some initial fixes
10572
10573 2005-12-29  Michael Smith  <msmith@fluendo.com>
10574
10575         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
10576         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
10577         * gst/udp/gstmultiudpsink.h:
10578           Track packets sent per client in addition to bytes sent; provide
10579           this info through get-stats signal
10580
10581 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
10584           Can't use gst_object_unref() on a GstAdapter (#325191).
10585
10586 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
10587
10588         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10589         If a broken tag has 0 bytes payload, at least still skip
10590         the 10 byte header
10591
10592 2005-12-22  Philippe Khalaf  <burger@speedy.org>
10593
10594         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
10595         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
10596         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
10597         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
10598           Making these depayloaders (H263+ and mpeg4 video) inherit from
10599           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
10600
10601 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10602
10603         * docs/plugins/gst-plugins-good-plugins.args:
10604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10605         Regenerate the plugin hiearchy.
10606
10607 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10608
10609         * docs/plugins/Makefile.am:
10610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10612         * docs/plugins/gst-plugins-good-plugins.args:
10613         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
10614         (gst_id3demux_base_init), (gst_id3demux_class_init),
10615         (gst_id3demux_chain):
10616         * gst/id3demux/gstid3demux.h:
10617           Add documentation for id3demux.
10618           Don't fail if the first buffer is not at offset 0, just
10619           attempt to typefind and do pass through
10620           Rename the gst_type function from gst_gst_id3demux..
10621
10622 2005-12-20  Michael Smith  <msmith@fluendo.com>
10623
10624         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
10625         (gst_multiudpsink_add), (gst_multiudpsink_remove),
10626         (gst_multiudpsink_get_stats):
10627         * gst/udp/gstmultiudpsink.h:
10628           Collect statistics; return them from get_stats.
10629
10630 2005-12-19  Edward Hervey  <edward@fluendo.com>
10631
10632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
10633         Stupid signedness issue...
10634
10635 2005-12-19  Edward Hervey  <edward@fluendo.com>
10636
10637         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10638         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
10639         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
10640         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
10641         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
10642         Construct index for indexless files.
10643         Make sure pad/buffers are correctly reset to NULL once we don't need
10644         them anymore, else we get lovely segfaults/assertions.
10645         * gst/wavparse/gstwavparse.c:
10646         Yes, you can have 96KHz audio and wma in wav :(
10647
10648 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10649
10650         * configure.ac:
10651           Check for optional dependency on zlib for id3demux
10652
10653         * gst/id3demux/Makefile.am:
10654         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
10655         (gst_id3demux_base_init), (gst_id3demux_class_init),
10656         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
10657         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
10658         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
10659         (gst_id3demux_set_property), (gst_id3demux_get_property),
10660         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
10661         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
10662         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
10663         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
10664         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
10665         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
10666         (simple_find_peek), (simple_find_suggest),
10667         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
10668         (plugin_init):
10669         * gst/id3demux/gstid3demux.h:
10670         * gst/id3demux/id3tags.c: (read_synch_uint),
10671         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
10672         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
10673         (id3demux_id3v2_frames_to_tag_list):
10674         * gst/id3demux/id3tags.h:
10675         * gst/id3demux/id3v2.4.0-frames.txt:
10676         * gst/id3demux/id3v2.4.0-structure.txt:
10677         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10678         (parse_comment_frame), (parse_text_identification_frame),
10679         (id3v2_tag_to_taglist), (parse_split_strings):
10680           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
10681           otherwise it discards them. Works on my test files. 
10682
10683         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
10684           Don't send EOS to a non-existing srcpad
10685           The debug category can be static
10686
10687 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
10688
10689         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
10690         * ext/esd/esdsink.c: (gst_esdsink_prepare):
10691         * gst/multipart/multipartdemux.c:
10692           change some char* into char[]
10693
10694 2005-12-16  Wim Taymans  <wim@fluendo.com>
10695
10696         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10697         (gst_wavparse_other), (gst_wavparse_perform_seek),
10698         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10699         (gst_wavparse_loop), (gst_wavparse_pad_convert),
10700         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
10701         * gst/wavparse/gstwavparse.h:
10702         Use GstSegment to implement more seeking features.
10703
10704 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10705
10706         * gst/rtsp/rtspconnection.c:
10707           Add <netinet/in.h> include and move <arpa/inet.h> include
10708           to make things work on OpenBSD as well (fixes #323717;
10709           patch by: Benjamin Pineau)
10710
10711 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
10712
10713         * gst/rtp/gstrtpspeexdepay.c:
10714         * gst/rtp/gstrtpspeexpay.c:
10715         Set clock rate to be fixed in 8000. It fixes bug #324012.
10716
10717 2005-12-14  Philippe Khalaf  <burger@speedy.org>
10718
10719         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
10720         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
10721         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
10722         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
10723         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
10724         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
10725         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
10726         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
10727         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
10728         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
10729         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
10730         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
10731         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
10732         * gst-plugins-good/gst/rtp/README:
10733         Fixed payload range in payloder caps. Removed payload range completely
10734         from depayloaders as they don't require payload type in their caps.
10735         In effect, there isn't any specific payload type for any given codec,
10736         only suggestions.
10737         Fixes bug #324011.
10738
10739 2005-12-13  Julien MOUTTE  <julien@moutte.net>
10740
10741         * gst/videomixer/videomixer.c: (gst_videomixer_init),
10742         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
10743         (gst_videomixer_collected): Code cleanup and re-enabling 
10744         queued time validity check for correct EOS handling.
10745
10746 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
10749         (gst_oss_mixer_element_get_property),
10750         (gst_oss_mixer_element_change_state):
10751         Add 'device-name' property and fix state change function.
10752
10753 2005-12-13  Edward Hervey  <edward@fluendo.com>
10754
10755         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
10756         If the speed of the file is null in the header, set the frame_time to
10757         the default setting of GST_SECOND / 70. Which is the default
10758         frame_delay for .fli files as stated in this document :
10759         http://www.compuphase.com/flic.htm
10760         Would be nice to have the time conversion done properly too (duration =
10761         flxh->frames * flxdec->frame_time)
10762
10763 2005-12-12  Julien MOUTTE  <julien@moutte.net>
10764
10765         * docs/plugins/Makefile.am:
10766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10768         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10769         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
10770         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
10771         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
10772         documentation for videomixer on my way with a funny sample
10773         pipeline.
10774
10775 2005-12-12  Julien MOUTTE  <julien@moutte.net>
10776
10777         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
10778         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
10779         (gst_videomixer_update_queues), (gst_videomixer_collected):
10780         Fix caps negotiation. (#323896)
10781
10782 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
10783
10784         * gst/matroska/matroska-demux.c:
10785         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10786           Set correct timestamps on audio laces, fixes playback of mp3 from
10787                 matroska.
10788
10789 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10792         (gst_au_parse_class_init), (gst_au_parse_init),
10793         (gst_au_parse_dispose), (gst_au_parse_chain),
10794         (gst_au_parse_change_state), (plugin_init):
10795         * gst/auparse/gstauparse.h:
10796           Use gst_object_unref() for GstObjects instead of
10797           g_object_unref() and fix a mem leak in a debug
10798           statement; while we're at it, also borgify, use
10799           boilerplate macros and clean up a little bit.
10800
10801 2005-12-11  Edward Hervey  <edward@fluendo.com>
10802
10803         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10804         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
10805         Added pull mode.
10806
10807 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/goom/gstgoom.c:
10810         * gst/level/level-example.c: (main):
10811         * gst/smoothwave/demo-osssrc.c: (main):
10812           Use audiotestsrc instead of sinesrc (#323798).
10813
10814 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
10815
10816         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10817           more debug-func-ptr usage
10818
10819 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
10820
10821         * gst/flx/flx_color.c: (flx_colorspace_convert):
10822         * gst/flx/flx_color.h:
10823         * gst/flx/flx_fmt.h:
10824         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
10825         * gst/flx/gstflxdec.h:
10826           Now flxdec works on big-endian machines as well.
10827
10828 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10831         (gst_fenced_buffer_copy):
10832           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
10833           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
10834           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
10835           and use GST_DEBUG_FUNCPTR for pad functions.
10836
10837 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
10840         (gst_flac_dec_class_init), (gst_flac_dec_init),
10841         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
10842         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
10843         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
10844         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
10845         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
10846         (gst_flac_dec_change_state):
10847         * ext/flac/gstflacdec.h:
10848           Rewrite flacdec a bit, so that even seeking might work now. Most
10849           importantly, don't act upon any flow return values we get, just tell
10850           the decoder everything's dandy and act on the flow return values
10851           later on in the loop function. We don't want to mess up the internal
10852           decoder state for non-fatal things like flushing pads etc. Other
10853           than that, use GstSegment (segment seeks don't work yet though, but
10854           should be easy to add), use boilerplate macros, drop the superfluous
10855           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
10856           lots of other things.
10857
10858 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * configure.ac:
10861           Update comment in OSS includes check.
10862
10863         * sys/oss/gstossdmabuffer.c:
10864         * sys/oss/gstosshelper.c:
10865         * sys/oss/gstossmixer.c:
10866         * sys/oss/gstossmixertrack.c:
10867         * sys/oss/gstosssink.c:
10868         * sys/oss/gstosssrc.c:
10869         * sys/oss/oss_probe.c:
10870           Don't assume the OSS soundcard.h include is always in
10871           the sys/ directory. Instead, use the existing defines
10872           from config.h to include the right file. Fixes
10873           compilation on OpenBSD 3.8 (#323718).
10874
10875 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10876
10877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10878         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10879         * docs/plugins/inspect/plugin-1394.xml:
10880         * docs/plugins/inspect/plugin-aasink.xml:
10881         * docs/plugins/inspect/plugin-alaw.xml:
10882         * docs/plugins/inspect/plugin-alpha.xml:
10883         * docs/plugins/inspect/plugin-alphacolor.xml:
10884         * docs/plugins/inspect/plugin-auparse.xml:
10885         * docs/plugins/inspect/plugin-autodetect.xml:
10886         * docs/plugins/inspect/plugin-avi.xml:
10887         * docs/plugins/inspect/plugin-cacasink.xml:
10888         * docs/plugins/inspect/plugin-cairo.xml:
10889         * docs/plugins/inspect/plugin-cutter.xml:
10890         * docs/plugins/inspect/plugin-debug.xml:
10891         * docs/plugins/inspect/plugin-dv.xml:
10892         * docs/plugins/inspect/plugin-efence.xml:
10893         * docs/plugins/inspect/plugin-effectv.xml:
10894         * docs/plugins/inspect/plugin-esdsink.xml:
10895         * docs/plugins/inspect/plugin-flac.xml:
10896         * docs/plugins/inspect/plugin-flxdec.xml:
10897         * docs/plugins/inspect/plugin-gconfelements.xml:
10898         * docs/plugins/inspect/plugin-goom.xml:
10899         * docs/plugins/inspect/plugin-jpeg.xml:
10900         * docs/plugins/inspect/plugin-level.xml:
10901         * docs/plugins/inspect/plugin-matroska.xml:
10902         * docs/plugins/inspect/plugin-mulaw.xml:
10903         * docs/plugins/inspect/plugin-multipart.xml:
10904         * docs/plugins/inspect/plugin-navigationtest.xml:
10905         * docs/plugins/inspect/plugin-ossaudio.xml:
10906         * docs/plugins/inspect/plugin-png.xml:
10907         * docs/plugins/inspect/plugin-rtp.xml:
10908         * docs/plugins/inspect/plugin-rtsp.xml:
10909         * docs/plugins/inspect/plugin-shout2send.xml:
10910         * docs/plugins/inspect/plugin-smpte.xml:
10911         * docs/plugins/inspect/plugin-speex.xml:
10912         * docs/plugins/inspect/plugin-udp.xml:
10913         * docs/plugins/inspect/plugin-videobox.xml:
10914         * docs/plugins/inspect/plugin-videoflip.xml:
10915         * docs/plugins/inspect/plugin-videomixer.xml:
10916         * docs/plugins/inspect/plugin-wavenc.xml:
10917         * docs/plugins/inspect/plugin-wavparse.xml:
10918         * ext/flac/gstflac.c: (plugin_init):
10919         * ext/flac/gstflacdec.c: (flacdec_get_type),
10920         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
10921         (gst_flac_dec_init), (gst_flac_dec_finalize),
10922         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
10923         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
10924         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
10925         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
10926         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
10927         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10928         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
10929         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10930         * ext/flac/gstflacdec.h:
10931         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
10932         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
10933         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
10934         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
10935         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
10936         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
10937         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
10938         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
10939         (gst_flac_enc_change_state):
10940         * ext/flac/gstflacenc.h:
10941           borgify and fix up documentation
10942
10943 2005-12-09  Michael Smith  <msmith@fluendo.com>
10944
10945         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
10946           Accept a wider range of flac files, more closely matching flac spec.
10947
10948 2005-12-08  Julien MOUTTE  <julien@moutte.net>
10949
10950         * docs/plugins/Makefile.am: Add multipart elements.
10951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10952         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
10953         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10954         * gst/multipart/multipartdemux.c:
10955         * gst/multipart/multipartmux.c: Add docs.
10956
10957 2005-12-07  Edward Hervey  <edward@fluendo.com>
10958
10959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
10960         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
10961         (gst_avi_demux_invert):
10962         Memleak and crasher fixes.
10963         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10964         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
10965         Memleak fixes
10966
10967 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10968
10969         * ext/aalib/gstaasink.h:
10970         * ext/cairo/gsttextoverlay.h:
10971         * ext/dv/gstdvdec.h:
10972         * ext/dv/gstdvdemux.c:
10973         * ext/dv/gstdvdemux.h:
10974         * ext/esd/esdsink.h:
10975         * ext/flac/flac_compat.h:
10976         * ext/flac/gstflacdec.h:
10977         * ext/flac/gstflacenc.h:
10978         * ext/gconf/gconf.h:
10979         * ext/gconf/gstgconfaudiosink.h:
10980         * ext/gconf/gstgconfvideosink.h:
10981         * ext/gdk_pixbuf/gstgdkanimation.h:
10982         * ext/jpeg/gstjpegdec.h:
10983         * ext/jpeg/smokecodec.h:
10984         * ext/jpeg/smokeformat.h:
10985         * ext/ladspa/gstsignalprocessor.h:
10986         * ext/ladspa/search.c: (LADSPAPluginSearch):
10987         * ext/ladspa/utils.h:
10988         * ext/libmng/gstmng.c:
10989         * ext/libmng/gstmngdec.h:
10990         * ext/libmng/gstmngenc.c:
10991         * ext/libmng/gstmngenc.h:
10992         * ext/libpng/gstpng.c:
10993         * ext/libpng/gstpngenc.c:
10994         * ext/libpng/gstpngenc.h:
10995         * ext/shout2/gstshout2.h:
10996         * ext/speex/gstspeexdec.h:
10997         * ext/speex/gstspeexenc.c:
10998         * ext/speex/gstspeexenc.h:
10999         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11000         * gst/autodetect/gstautoaudiosink.h:
11001         * gst/autodetect/gstautovideosink.h:
11002         * gst/avi/gstavidemux.h:
11003         * gst/cutter/gstcutter.c: (gst_cutter_chain),
11004         (gst_cutter_set_property), (gst_cutter_get_caps):
11005         * gst/cutter/gstcutter.h:
11006         * gst/debug/tests.c: (md5_process_block):
11007         * gst/debug/tests.h:
11008         * gst/effectv/gstwarp.c:
11009         * gst/flx/flx_fmt.h:
11010         * gst/flx/gstflxdec.h:
11011         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
11012         (zoomFilterFastRGB):
11013         * gst/goom/filters.h:
11014         * gst/goom/goom_tools.h:
11015         * gst/law/alaw-encode.c:
11016         * gst/level/gstlevel.c:
11017         * gst/level/gstlevel.h:
11018         * gst/matroska/ebml-write.h:
11019         * gst/matroska/matroska-demux.h:
11020         * gst/matroska/matroska-ids.h:
11021         * gst/matroska/matroska-mux.h:
11022         * gst/monoscope/convolve.c: (convolve_match):
11023         * gst/monoscope/convolve.h:
11024         * gst/multipart/multipartmux.c:
11025         * gst/oldcore/gstaggregator.c:
11026         * gst/oldcore/gstaggregator.h:
11027         * gst/oldcore/gstmd5sink.c: (md5_process_block):
11028         * gst/oldcore/gstmd5sink.h:
11029         * gst/oldcore/gstmultifilesrc.c:
11030         * gst/oldcore/gstmultifilesrc.h:
11031         * gst/oldcore/gstpipefilter.h:
11032         * gst/oldcore/gstshaper.h:
11033         * gst/rtp/gstrtpL16depay.h:
11034         * gst/rtp/gstrtpL16pay.h:
11035         * gst/rtp/gstrtpdepay.h:
11036         * gst/rtp/gstrtpmp4vpay.c:
11037         * gst/rtp/gstrtpmp4vpay.h:
11038         * gst/rtsp/gstrtspsrc.c:
11039         * gst/rtsp/gstrtspsrc.h:
11040         * gst/rtsp/rtspconnection.h:
11041         * gst/rtsp/rtspdefs.h:
11042         * gst/rtsp/rtspmessage.h:
11043         * gst/rtsp/rtsptransport.h:
11044         * gst/rtsp/rtspurl.c:
11045         * gst/rtsp/rtspurl.h:
11046         * gst/rtsp/sdpmessage.c:
11047         * gst/rtsp/sdpmessage.h:
11048         * gst/smpte/barboxwipes.c:
11049         * gst/smpte/gstmask.h:
11050         * gst/smpte/gstsmpte.h:
11051         * gst/smpte/paint.c:
11052         * gst/smpte/paint.h:
11053         * gst/udp/gstdynudpsink.h:
11054         * gst/udp/gstmultiudpsink.h:
11055         * gst/udp/gstudpsink.c:
11056         * gst/udp/gstudpsink.h:
11057         * gst/udp/gstudpsrc.c:
11058         * gst/videomixer/videomixer.c:
11059         * gst/wavenc/riff.h:
11060         * gst/wavparse/gstwavparse.h:
11061         * sys/oss/gstossdmabuffer.h:
11062         * sys/oss/gstossmixer.h:
11063         * sys/oss/gstossmixerelement.h:
11064         * sys/oss/gstossmixertrack.h:
11065         * sys/oss/gstosssink.c:
11066         * sys/oss/gstosssink.h:
11067         * sys/oss/gstosssrc.c:
11068         * sys/oss/gstosssrc.h:
11069         * sys/osxaudio/gstosxaudioelement.h:
11070         * sys/osxaudio/gstosxaudiosink.h:
11071         * sys/osxaudio/gstosxaudiosrc.h:
11072           expand tabs
11073
11074 === release 0.10.0 ===
11075
11076 2005-12-05   <thomas (at) apestaart (dot) org>
11077
11078         * configure.ac:
11079           releasing 0.10.0, "Abondance"
11080
11081 2005-12-05  Andy Wingo  <wingo@pobox.com>
11082
11083         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
11084         * ext/flac/gstflacdec.c: (gst_flacdec_write):
11085         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
11086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
11087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
11088         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11089         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11090         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
11091         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
11092         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11093         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
11094         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11095         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
11096         * gst/goom/gstgoom.c: (gst_goom_chain):
11097         * gst/matroska/matroska-demux.c:
11098         (gst_matroska_demux_push_vorbis_codec_priv_data),
11099         (gst_matroska_demux_add_wvpk_header):
11100         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
11101         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11102         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
11103         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
11104         alloc_buffer changes.
11105
11106 2005-12-05  Michael Smith  <msmith@fluendo.com>
11107
11108         * docs/plugins/gst-plugins-good-plugins.args:
11109           Remove args for plugins that aren't in -good.
11110
11111 === release 0.9.7 ===
11112
11113 2005-12-01   <thomas (at) apestaart (dot) org>
11114
11115         * configure.ac:
11116           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
11117
11118 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11119
11120         * docs/plugins/.cvsignore:
11121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11122         * docs/plugins/inspect/plugin-multipart.xml:
11123         * docs/plugins/inspect/plugin-rtp.xml:
11124           add multipart plugin to docs
11125
11126 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11127
11128         * configure.ac:
11129         * ext/Makefile.am:
11130         * ext/pango/Makefile.am:
11131         * ext/pango/gstclockoverlay.c:
11132         * ext/pango/gstclockoverlay.h:
11133         * ext/pango/gsttextoverlay.c:
11134         * ext/pango/gsttextoverlay.h:
11135         * ext/pango/gsttextrender.c:
11136         * ext/pango/gsttextrender.h:
11137         * ext/pango/gsttimeoverlay.c:
11138         * ext/pango/gsttimeoverlay.h:
11139           move pango to base
11140
11141 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11142
11143         * gst/rtp/Makefile.am:
11144         * gst/rtp/gstrtpL16depay.c:
11145         * gst/rtp/gstrtpL16depay.h:
11146         * gst/rtp/gstrtpL16parse.c:
11147         * gst/rtp/gstrtpL16parse.h:
11148         * gst/rtp/gstrtpgsmdepay.c:
11149         * gst/rtp/gstrtpgsmdepay.h:
11150         * gst/rtp/gstrtpgsmparse.c:
11151         * gst/rtp/gstrtpgsmparse.h:
11152           parsers are depayers
11153
11154 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11155
11156         * gst/rtp/Makefile.am:
11157         * gst/rtp/gstasteriskh263.c:
11158         * gst/rtp/gstrtp.c:
11159         * gst/rtp/gstrtpL16enc.c:
11160         * gst/rtp/gstrtpL16enc.h:
11161         * gst/rtp/gstrtpL16parse.c:
11162         * gst/rtp/gstrtpL16parse.h:
11163         * gst/rtp/gstrtpL16pay.c:
11164         * gst/rtp/gstrtpL16pay.h:
11165         * gst/rtp/gstrtpamrdec.c:
11166         * gst/rtp/gstrtpamrdec.h:
11167         * gst/rtp/gstrtpamrdepay.c:
11168         * gst/rtp/gstrtpamrdepay.h:
11169         * gst/rtp/gstrtpamrenc.c:
11170         * gst/rtp/gstrtpamrenc.h:
11171         * gst/rtp/gstrtpamrpay.c:
11172         * gst/rtp/gstrtpamrpay.h:
11173         * gst/rtp/gstrtpdec.c:
11174         * gst/rtp/gstrtpdec.h:
11175         * gst/rtp/gstrtpdepay.c:
11176         * gst/rtp/gstrtpdepay.h:
11177         * gst/rtp/gstrtpg711dec.c:
11178         * gst/rtp/gstrtpg711dec.h:
11179         * gst/rtp/gstrtpg711depay.c:
11180         * gst/rtp/gstrtpg711depay.h:
11181         * gst/rtp/gstrtpg711enc.c:
11182         * gst/rtp/gstrtpg711enc.h:
11183         * gst/rtp/gstrtpg711pay.c:
11184         * gst/rtp/gstrtpg711pay.h:
11185         * gst/rtp/gstrtpgsmenc.c:
11186         * gst/rtp/gstrtpgsmenc.h:
11187         * gst/rtp/gstrtpgsmparse.c:
11188         * gst/rtp/gstrtpgsmparse.h:
11189         * gst/rtp/gstrtpgsmpay.c:
11190         * gst/rtp/gstrtpgsmpay.h:
11191         * gst/rtp/gstrtph263enc.c:
11192         * gst/rtp/gstrtph263enc.h:
11193         * gst/rtp/gstrtph263pay.c:
11194         * gst/rtp/gstrtph263pay.h:
11195         * gst/rtp/gstrtph263pdec.c:
11196         * gst/rtp/gstrtph263pdec.h:
11197         * gst/rtp/gstrtph263pdepay.c:
11198         * gst/rtp/gstrtph263pdepay.h:
11199         * gst/rtp/gstrtph263penc.c:
11200         * gst/rtp/gstrtph263penc.h:
11201         * gst/rtp/gstrtph263ppay.c:
11202         * gst/rtp/gstrtph263ppay.h:
11203         * gst/rtp/gstrtpmp4vdec.c:
11204         * gst/rtp/gstrtpmp4vdec.h:
11205         * gst/rtp/gstrtpmp4vdepay.c:
11206         * gst/rtp/gstrtpmp4vdepay.h:
11207         * gst/rtp/gstrtpmp4venc.c:
11208         * gst/rtp/gstrtpmp4venc.h:
11209         * gst/rtp/gstrtpmp4vpay.c:
11210         * gst/rtp/gstrtpmp4vpay.h:
11211         * gst/rtp/gstrtpmpadec.c:
11212         * gst/rtp/gstrtpmpadec.h:
11213         * gst/rtp/gstrtpmpadepay.c:
11214         * gst/rtp/gstrtpmpadepay.h:
11215         * gst/rtp/gstrtpmpaenc.c:
11216         * gst/rtp/gstrtpmpaenc.h:
11217         * gst/rtp/gstrtpmpapay.c:
11218         * gst/rtp/gstrtpmpapay.h:
11219         * gst/rtp/gstrtpspeexdec.c:
11220         * gst/rtp/gstrtpspeexdec.h:
11221         * gst/rtp/gstrtpspeexdepay.c:
11222         * gst/rtp/gstrtpspeexdepay.h:
11223         * gst/rtp/gstrtpspeexenc.c:
11224         * gst/rtp/gstrtpspeexenc.h:
11225         * gst/rtp/gstrtpspeexpay.c:
11226         * gst/rtp/gstrtpspeexpay.h:
11227           Do burger's rename for rtp payloaders and depayloaders
11228
11229 2005-11-30  Wim Taymans  <wim@fluendo.com>
11230
11231         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
11232         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
11233         * ext/dv/gstdvdemux.h:
11234         Fix seeking in dvdemux again, add some more debug info.
11235
11236 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11237
11238         * configure.ac:
11239           fix tests
11240
11241 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11242
11243         * PORTED_09:
11244         * docs/random/PORTED_09:
11245           move
11246         * tests/Makefile.am:
11247           add
11248         * win32/gst.sln:
11249           remove
11250
11251 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11252
11253         * Makefile.am:
11254         * check/.cvsignore:
11255         * check/Makefile.am:
11256         * check/elements/.cvsignore:
11257         * check/elements/level.c:
11258         * check/elements/matroskamux.c:
11259         * configure.ac:
11260         * examples/Makefile.am:
11261         * examples/capsfilter/Makefile.am:
11262         * examples/capsfilter/capsfilter1.c:
11263         * examples/gob/Makefile.am:
11264         * examples/gob/gst-identity2.gob:
11265         * examples/gstplay/.cvsignore:
11266         * examples/gstplay/Makefile.am:
11267         * examples/gstplay/player.c:
11268         * examples/indexing/.cvsignore:
11269         * examples/indexing/Makefile.am:
11270         * examples/indexing/indexmpeg.c:
11271         * examples/level/Makefile.am:
11272         * examples/level/README:
11273         * examples/level/demo.c:
11274         * examples/level/plot.c:
11275         * examples/stats/Makefile.am:
11276         * examples/stats/mp2ogg.c:
11277         * examples/switch/.cvsignore:
11278         * examples/switch/Makefile.am:
11279         * examples/switch/switcher.c:
11280           move under tests/
11281
11282 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
11285         (gst_text_render_class_init), (resize_bitmap),
11286         (gst_text_render_render_text), (gst_text_render_setcaps),
11287         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
11288         (gst_text_render_chain), (gst_text_render_finalize),
11289         (gst_text_render_init), (gst_text_render_set_property):
11290         * ext/pango/gsttextrender.h:
11291           Add missing files.
11292
11293 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
11294
11295         * configure.ac:
11296         * ext/Makefile.am:
11297         * ext/pango/Makefile.am:
11298         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
11299         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
11300         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
11301         * ext/pango/gstclockoverlay.h:
11302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11303         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
11304         (gst_text_overlay_finalize), (gst_text_overlay_init),
11305         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
11306         (gst_text_overlay_text_pad_linked),
11307         (gst_text_overlay_text_pad_unlinked),
11308         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
11309         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
11310         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
11311         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
11312         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11313         (gst_text_overlay_change_state), (plugin_init):
11314         * ext/pango/gsttextoverlay.h:
11315         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
11316         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
11317         (gst_time_overlay_class_init), (gst_time_overlay_init):
11318         * ext/pango/gsttimeoverlay.h:
11319           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
11320           and add background shading and text wrapping modes. Make 
11321           timoverlay derive from textoverlay. Also add new clockoverlay
11322           element.
11323
11324 2005-11-30  Julien MOUTTE  <julien@moutte.net>
11325
11326         * gst/udp/Makefile.am: Moved to netbuffer.
11327
11328 2005-11-30  Julien MOUTTE  <julien@moutte.net>
11329
11330         * configure.ac:
11331         * PORTED_O9:
11332         * gst/multipart/Makefile.am:
11333         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11334         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11335         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
11336         (gst_multipart_demux_change_state),
11337         (gst_multipart_demux_plugin_init):
11338         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11339         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
11340         (gst_multipart_mux_sinkconnect),
11341         (gst_multipart_mux_request_new_pad),
11342         (gst_multipart_mux_handle_src_event),
11343         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11344         (gst_multipart_mux_change_state): Ported multipart mux/demux to
11345         0.9.
11346
11347 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11348
11349         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
11350         * gst/debug/gstnavigationtest.h:
11351         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
11352         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
11353         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
11354         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
11355         * gst/effectv/gstrev.c: (gst_revtv_get_type):
11356         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
11357         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
11358         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
11359         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
11360         (gst_video_flip_get_type):
11361         * gst/videofilter/gstvideoflip.h:
11362           update for symbols change
11363
11364 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11365
11366         * gst/udp/gstdynudpsink.c:
11367         * gst/udp/gstudpsrc.c:
11368           the old gstnet lib was renamed gstnetbuffer (#322257)
11369
11370 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
11373         (gst_text_overlay_collected):
11374           Actually render the text from the text pad.
11375
11376 2005-11-29  Edward Hervey  <edward@fluendo.com>
11377
11378         * gst/debug/gstnavseek.c: (gst_navseek_event):
11379         * gst/debug/progressreport.c: (gst_progress_report_event):
11380         Update for GstBaseTransform event virtual method
11381
11382 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11383
11384         * ext/cairo/Makefile.am:
11385           no need to link to videofilter
11386
11387 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11388
11389         * gst/debug/Makefile.am:
11390         * gst/debug/gstnavigationtest.h:
11391         * gst/effectv/Makefile.am:
11392         * gst/effectv/gstaging.c:
11393         * gst/effectv/gstdice.c:
11394         * gst/effectv/gstedge.c:
11395         * gst/effectv/gstquark.c:
11396         * gst/effectv/gstrev.c:
11397         * gst/effectv/gstshagadelic.c:
11398         * gst/effectv/gstvertigo.c:
11399         * gst/effectv/gstwarp.c:
11400         * gst/videofilter/Makefile.am:
11401         * gst/videofilter/gstvideofilter.c:
11402         * gst/videofilter/gstvideofilter.h:
11403         * gst/videofilter/gstvideoflip.h:
11404           remove the videofilter library and link to the one in base
11405
11406 2005-11-28  Edward Hervey  <edward@fluendo.com>
11407
11408         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11409         Useless check now we're setting the current entry correctly.
11410
11411 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
11414         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
11415         (gst_jpegenc_change_state):
11416           Don't leak input buffer in chain function (fixes #322667); make 
11417           state change function thread-safe; don't repeat the current function
11418           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
11419           gst_pad_alloc_buffer(); misc. minor cleanups.
11420
11421 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
11422
11423         * gst/matroska/matroska-mux.c:
11424         (gst_matroska_mux_video_pad_setcaps):
11425         Look for pixel-aspect-ratio in caps, not pixel_width and
11426         pixel_height (Fixes: #322645)
11427
11428 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
11429
11430         * gst/matroska/matroska-mux.c:
11431         (gst_matroska_mux_video_pad_setcaps):
11432         From Michal Benes:
11433         frame duration should be GST_SECOND / framerate, not
11434         GST_SECOND * framerate. (Fixes: #322643)
11435
11436 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11437
11438         * configure.ac:
11439           fix up GST_PLUGIN_LDFLAGS
11440         * gst/rtsp/rtspconnection.c:
11441           fix includes (see #317043)
11442         * gst/videofilter/Makefile.am:
11443           stop installing this library
11444
11445 2005-11-26  Edward Hervey  <edward@fluendo.com>
11446
11447         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
11448         Handle the case where the incoming Video dv stream doesn't have
11449         a pixel aspect ratio set.
11450
11451 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * docs/plugins/Makefile.am:
11454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11456         * ext/flac/gstflacdec.c:
11457           document flacdec
11458
11459 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11460
11461         * docs/plugins/Makefile.am:
11462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11464         * docs/plugins/inspect/plugin-autodetect.xml:
11465         * ext/cairo/gstcairo.c: (plugin_init):
11466         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
11467         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
11468         (gst_text_overlay_init), (gst_text_overlay_font_init),
11469         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
11470         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
11471         (gst_text_overlay_text_pad_linked),
11472         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
11473         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11474         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
11475         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11476         (gst_text_overlay_change_state):
11477         * ext/cairo/gsttextoverlay.h:
11478         * ext/cairo/gsttimeoverlay.c:
11479         (gst_cairo_time_overlay_update_font_height),
11480         (gst_cairo_time_overlay_set_caps),
11481         (gst_cairo_time_overlay_get_unit_size),
11482         (gst_cairo_time_overlay_print_smpte_time),
11483         (gst_cairo_time_overlay_transform),
11484         (gst_cairo_time_overlay_base_init),
11485         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
11486         (gst_cairo_time_overlay_get_type):
11487         * ext/cairo/gsttimeoverlay.h:
11488           do some name borgifying
11489           document
11490
11491 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11492
11493         * docs/plugins/Makefile.am:
11494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11496         * gst/autodetect/gstautoaudiosink.c:
11497         (gst_auto_audio_sink_base_init):
11498         * gst/autodetect/gstautovideosink.c:
11499         (gst_auto_video_sink_base_init),
11500         (gst_auto_video_sink_factory_filter):
11501           documenting auto*sink
11502           using strstr for the video sink lookup, class field is not ordered
11503         * docs/plugins/inspect/plugin-1394.xml:
11504         * docs/plugins/inspect/plugin-aasink.xml:
11505         * docs/plugins/inspect/plugin-alaw.xml:
11506         * docs/plugins/inspect/plugin-alpha.xml:
11507         * docs/plugins/inspect/plugin-alphacolor.xml:
11508         * docs/plugins/inspect/plugin-auparse.xml:
11509         * docs/plugins/inspect/plugin-autodetect.xml:
11510         * docs/plugins/inspect/plugin-avi.xml:
11511         * docs/plugins/inspect/plugin-cacasink.xml:
11512         * docs/plugins/inspect/plugin-cairo.xml:
11513         * docs/plugins/inspect/plugin-cutter.xml:
11514         * docs/plugins/inspect/plugin-debug.xml:
11515         * docs/plugins/inspect/plugin-dv.xml:
11516         * docs/plugins/inspect/plugin-efence.xml:
11517         * docs/plugins/inspect/plugin-effectv.xml:
11518         * docs/plugins/inspect/plugin-esdsink.xml:
11519         * docs/plugins/inspect/plugin-flac.xml:
11520         * docs/plugins/inspect/plugin-flxdec.xml:
11521         * docs/plugins/inspect/plugin-gconfelements.xml:
11522         * docs/plugins/inspect/plugin-goom.xml:
11523         * docs/plugins/inspect/plugin-jpeg.xml:
11524         * docs/plugins/inspect/plugin-level.xml:
11525         * docs/plugins/inspect/plugin-matroska.xml:
11526         * docs/plugins/inspect/plugin-mulaw.xml:
11527         * docs/plugins/inspect/plugin-navigationtest.xml:
11528         * docs/plugins/inspect/plugin-ossaudio.xml:
11529         * docs/plugins/inspect/plugin-png.xml:
11530         * docs/plugins/inspect/plugin-rtp.xml:
11531         * docs/plugins/inspect/plugin-rtsp.xml:
11532         * docs/plugins/inspect/plugin-shout2send.xml:
11533         * docs/plugins/inspect/plugin-smpte.xml:
11534         * docs/plugins/inspect/plugin-speex.xml:
11535         * docs/plugins/inspect/plugin-udp.xml:
11536         * docs/plugins/inspect/plugin-videobox.xml:
11537         * docs/plugins/inspect/plugin-videoflip.xml:
11538         * docs/plugins/inspect/plugin-videomixer.xml:
11539         * docs/plugins/inspect/plugin-wavenc.xml:
11540         * docs/plugins/inspect/plugin-wavparse.xml:
11541           update for HEAD version
11542
11543 2005-11-25  Michael Smith  <msmith@fluendo.com>
11544
11545         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
11546           Patch from Sebastien Cote to close control sockets in udpsrc.
11547
11548 2005-11-24  Julien MOUTTE  <julien@moutte.net>
11549
11550         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
11551         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
11552         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
11553         (gst_quarktv_base_init), (gst_quarktv_class_init),
11554         (gst_quarktv_init): Flush the planes list on reverse caps
11555         negotiation. This was crashing because of differently sized
11556         buffers.
11557
11558 2005-11-24  Julien MOUTTE  <julien@moutte.net>
11559
11560         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
11561         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
11562         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
11563         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
11564         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
11565         (gst_videoflip_set_property), (gst_videoflip_base_init),
11566         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
11567         correctly, fix identity flipping, convert navigation event 
11568         correctly again.
11569
11570 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11571
11572         * configure.ac: back to HEAD
11573
11574 === release 0.9.6 ===
11575
11576 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
11577
11578         * configure.ac:
11579           releasing 0.9.6, "Everything's Not Lost"
11580
11581 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
11582
11583         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
11584         Oops, initialise the framerate GValue
11585
11586 2005-11-23  Julien MOUTTE  <julien@moutte.net>
11587
11588         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
11589         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
11590         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
11591         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
11592         (gst_timeoverlay_get_type):
11593         * ext/cairo/gsttimeoverlay.h:
11594         * gst/debug/Makefile.am:
11595         * gst/debug/gstnavigationtest.c:
11596         (gst_navigationtest_handle_src_event),
11597         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
11598         (gst_navigationtest_transform), (gst_navigationtest_change_state),
11599         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
11600         (gst_navigationtest_init), (gst_navigationtest_get_type),
11601         (plugin_init):
11602         * gst/debug/gstnavigationtest.h:
11603         * gst/effectv/Makefile.am:
11604         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
11605         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
11606         (gst_agingtv_base_init), (gst_agingtv_class_init),
11607         (gst_agingtv_init), (gst_agingtv_get_type):
11608         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
11609         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
11610         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
11611         (gst_dicetv_get_type):
11612         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
11613         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
11614         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
11615         (gst_edgetv_get_type):
11616         * gst/effectv/gsteffectv.c:
11617         * gst/effectv/gsteffectv.h:
11618         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
11619         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
11620         (gst_quarktv_change_state), (gst_quarktv_base_init),
11621         (gst_quarktv_class_init), (gst_quarktv_init),
11622         (gst_quarktv_get_type):
11623         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
11624         (gst_revtv_get_unit_size), (gst_revtv_transform),
11625         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
11626         (gst_revtv_get_type):
11627         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
11628         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
11629         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
11630         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
11631         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
11632         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
11633         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
11634         (gst_vertigotv_init), (gst_vertigotv_get_type):
11635         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
11636         (gst_warptv_get_unit_size), (gst_warptv_transform),
11637         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
11638         (gst_warptv_get_type):
11639         * gst/videofilter/Makefile.am:
11640         * gst/videofilter/gstvideobalance.c:
11641         * gst/videofilter/gstvideobalance.h:
11642         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
11643         (gst_videofilter_class_init), (gst_videofilter_init):
11644         * gst/videofilter/gstvideofilter.h:
11645         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
11646         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
11647         (gst_videoflip_flip), (gst_videoflip_transform),
11648         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
11649         (gst_videoflip_base_init), (gst_videoflip_class_init),
11650         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
11651         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
11652         BaseTransform, it's just a place holder for now and every video
11653         effect plugin has been ported to use BaseTransform features 
11654         directly. QuarkTV was fixed too (was broken), navigationtest works
11655         and best for the end, videoflip converts navigation events depending
11656         on flip method ! Fixes #320953
11657
11658 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
11659
11660         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11661         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
11662         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
11663         (gst_goom_src_negotiate), (gst_goom_chain):
11664         * gst/matroska/matroska-mux.c:
11665         (gst_matroska_mux_video_pad_setcaps):
11666         * sys/osxvideo/osxvideosink.m:
11667           Fixes for API changes
11668
11669 2005-11-23  Michael Smith <msmith@fluendo.com>
11670
11671         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
11672         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11673         * ext/jpeg/gstjpegdec.h:
11674         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
11675         * ext/jpeg/gstjpegenc.h:
11676         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
11677         (gst_smokeenc_resync):
11678         * ext/jpeg/gstsmokeenc.h:
11679           JPEG fractiony goodness.
11680
11681 2005-11-22  Michael Smith <msmith@fluendo.com>
11682
11683         * gst/goom/filters.c:
11684         * gst/goom/graphic.h:
11685           Fix compilation by making some functions static inline instead of
11686           extern inline, matching the way they're used.
11687
11688 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
11689
11690         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
11691         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
11692         * ext/cairo/gsttextoverlay.h:
11693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
11694         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11695         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11696         (gst_pngdec_caps_create_and_set):
11697         * ext/libpng/gstpngdec.h:
11698         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11699         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
11700         * gst/avi/gstavimux.c: (gst_avimux_init),
11701         (gst_avimux_vidsinkconnect):
11702         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
11703         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
11704         (gst_goom_src_negotiate), (gst_goom_chain):
11705         * gst/goom/gstgoom.h:
11706         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11707         * gst/matroska/matroska-mux.c:
11708         (gst_matroska_mux_video_pad_setcaps):
11709         * sys/osxvideo/osxvideosink.h:
11710         * sys/osxvideo/osxvideosink.m:
11711           More fractional framerate conversions 
11712
11713 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
11714
11715         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11716         * gst/debug/gstnavigationtest.c:
11717         (gst_navigationtest_handle_src_event):
11718         * gst/videofilter/gstvideofilter.c:
11719         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
11720         (gst_videofilter_init):
11721         * gst/videofilter/gstvideofilter.h:
11722           Convert to fractional framerates.
11723
11724 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11725
11726         * ext/aalib/gstaasink.c:
11727         * ext/dv/gstdvdec.c:
11728         * ext/esd/esdmon.c:
11729         * ext/flac/gstflacenc.c:
11730         * ext/gdk_pixbuf/pixbufscale.c:
11731         * ext/libcaca/gstcacasink.c:
11732         * ext/shout2/gstshout2.c:
11733         * gst/alpha/gstalpha.c:
11734         * gst/oldcore/gstaggregator.c:
11735         * gst/oldcore/gstshaper.c:
11736         * gst/smpte/barboxwipes.c:
11737         * gst/smpte/gstsmpte.c:
11738         * gst/videobox/gstvideobox.c:
11739         * gst/videofilter/gstvideoflip.c:
11740         * gst/videomixer/videomixer.c:
11741           fix up more enums
11742
11743 2005-11-22  Michael Smith <msmith@fluendo.com>
11744
11745         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
11746         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
11747         (gst_videomixer_update_queues):
11748           Fractional framerates, videomixer.
11749
11750 2005-11-22  Michael Smith <msmith@fluendo.com>
11751
11752         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
11753         * ext/dv/gstdvdec.h:
11754         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
11755         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11756         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11757         (gst_dvdemux_flush):
11758         * ext/dv/gstdvdemux.h:
11759           Fractional framerates for DV. 
11760
11761 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/autodetect/gstautoaudiosink.c:
11764         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11765         * gst/autodetect/gstautovideosink.c:
11766         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
11767           Use gst_plugin_feature_list_free() to free feature list and
11768           in the case of autovideosink free the list at all. Also
11769           miscellaneous cosmetic fixes.
11770
11771 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11772
11773         * gst/cutter/gstcutter.c: (gst_cutter_chain),
11774         (gst_cutter_set_property), (gst_cutter_get_caps):
11775           copy calculation code from level; remove use of some audio
11776           functions
11777
11778 2005-11-22  Andy Wingo  <wingo@pobox.com>
11779
11780         * Update for gst_tag_setter API changes.
11781
11782 2005-11-22  Andy Wingo  <wingo@pobox.com>
11783
11784         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
11785         (gst_dvdemux_demux_frame)
11786         * ext/flac/gstflacdec.c (gst_flacdec_write)
11787         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
11788         (gst_flacenc_sink_event)
11789         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
11790         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
11791         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
11792         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
11793         * gst/auparse/gstauparse.c (gst_auparse_chain)
11794         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
11795         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
11796         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
11797         (gst_avi_demux_handle_seek)
11798         * gst/goom/gstgoom.c (gst_goom_event)
11799         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
11800         * gst/matroska/matroska-demux.c
11801         (gst_matroska_demux_handle_seek_event)
11802         (gst_matroska_demux_loop_stream_parse_id)
11803         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
11804         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
11805         (gst_wavparse_stream_headers): Run update-funcnames.
11806
11807 2005-11-22  Edward Hervey  <edward@fluendo.com>
11808
11809         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
11810         (gst_dv1394src_init), (gst_dv1394src_dispose),
11811         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
11812         (gst_dv1394src_uri_set_uri):
11813         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11814         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
11815         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
11816         URIHandler interface and element properties are now properly
11817         synchronized for DV1394src and UDPSrc
11818
11819 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * ext/flac/Makefile.am:
11822         * ext/speex/Makefile.am:
11823           libgsttagedit has been renamed to libgsttag.
11824
11825 2005-11-21  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst/rtsp/rtspconnection.c: (read_body):
11828         Apply patch from Sebastien Cote to fix #319184.
11829
11830 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11831
11832         * configure.ac:
11833         * gst/cutter/Makefile.am:
11834         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
11835         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
11836         (gst_cutter_set_property), (gst_cutter_get_property),
11837         (plugin_init), (gst_cutter_get_caps):
11838           port cutter
11839         * gst/level/gstlevel.c:
11840           fix up plugin details
11841
11842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
11845         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
11846         (gst_flacdec_src_event):
11847         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
11848         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11849         (gst_signal_processor_getrange), (gst_signal_processor_chain):
11850         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
11851         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
11852         (gst_flxdec_sink_event_handler):
11853         * gst/matroska/matroska-demux.c:
11854         (gst_matroska_demux_handle_seek_event):
11855         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
11856           Update for stream lock API changes: don't take stream log
11857           in sink event handlers any longer and change GST_STREAM_LOCK
11858           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
11859           functions.
11860
11861 2005-11-21  Michael Smith <msmith@fluendo.com>
11862
11863         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
11864           gst_object_unref, not g_object_unref
11865
11866 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11869         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
11870           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
11871
11872 2005-11-21  Michael Smith <msmith@fluendo.com>
11873
11874         * gst/auparse/Makefile.am:
11875         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
11876         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
11877         (gst_auparse_change_state):
11878         * gst/auparse/gstauparse.h:
11879           Partially fix #161712. playbin still doesn't work on these files,
11880           (on the bug report, Andy says we aren't typefinding it for some
11881           reason?) but at least auparse isn't totally busted like it was before.
11882
11883 2005-11-21  Andy Wingo  <wingo@pobox.com>
11884
11885         * *.h:
11886         * *.c: Ran scripts/update-macros. Oh yes.
11887
11888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11891           Filler events are gone for now, comment out section generating
11892           them.
11893
11894 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11895
11896         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11897         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
11898         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
11899         * sys/osxvideo/osxvideosink.m:
11900           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11901           (#322027)
11902
11903 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
11906         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
11907         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
11908         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
11909         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
11910         (gst_avi_demux_stream_data):
11911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11912         * gst/wavenc/gstwavenc.c: (write_metadata):
11913         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
11914         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
11915         Fixes for GST_FOURCC_FORMAT API change.
11916
11917 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
11920         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
11921         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
11922         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11923         (gst_text_overlay_change_state):
11924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11925         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
11926         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
11927         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
11928         * gst/videomixer/videomixer.c: (gst_videomixer_init),
11929         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
11930         (gst_videomixer_change_state):
11931           Fix for collect pads API change. Also fix textoverlay state
11932           change function.
11933
11934 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11935
11936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
11937         GST_PAD_IS_USABLE by something approaching it.
11938
11939 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11940
11941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
11942         API changes.
11943         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
11944         but also fix the code that was not checking return values from
11945         pad_push neither using pad_alloc_buffer.
11946
11947 2005-11-18  Edward Hervey  <edward@fluendo.com>
11948
11949         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11950         (gst_pngenc_chain):
11951         Added debug category
11952         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
11953         goes to EOS.
11954
11955 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
11956
11957         * gst/rtp/Makefile.am
11958         * gst/rtp/gstrtp.c
11959         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
11960         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
11961         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
11962         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
11963         * gst/rtp/gstrtpg711enc.h:
11964         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
11965         * gst/rtp/gstrtpspeexenc.c:
11966         * gst/rtp/gstrtpspeexenc.h:
11967         * gst/rtp/gstrtpspeexdec.c:
11968         * gst/rtp/gstrtpspeexdec.h:
11969         Created Speex payloader and depayloader; Optimize G711 payloader to
11970         use adapter and send packets until MTU size.
11971
11972 2005-11-16  Wim Taymans  <wim@fluendo.com>
11973
11974         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
11975         Fix leak in check.
11976
11977 2005-11-16  Wim Taymans  <wim@fluendo.com>
11978
11979         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
11980         Fix state change.
11981
11982 2005-11-16  Andy Wingo  <wingo@pobox.com>
11983
11984         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
11985         (gst_udpsrc_create): Move comment.
11986
11987 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
11988
11989         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11992           When seeking, seek to closest index entry at or before the requested
11993           seek position, not just the closest one (#321001).
11994
11995 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
11998         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
11999           Invert DIB images again (see #132341).
12000
12001 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12002
12003         * configure.ac:
12004           rework configure.ac file
12005         * ext/aalib/gstaasink.c:
12006         * ext/cairo/gstcairo.c:
12007         * ext/dv/gstdv.c:
12008         * ext/esd/gstesd.c:
12009         * ext/flac/gstflac.c:
12010         * ext/gconf/gstgconfelements.c:
12011         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12012         * ext/jpeg/gstjpeg.c:
12013         * ext/ladspa/gstladspa.c:
12014         * ext/libcaca/gstcacasink.c:
12015         * ext/libmng/gstmng.c:
12016         * ext/libpng/gstpng.c:
12017         * ext/mikmod/gstmikmod.c:
12018         * ext/pango/gsttextoverlay.c:
12019         * ext/pango/gsttimeoverlay.c:
12020         * ext/raw1394/gst1394.c:
12021         * ext/speex/gstspeex.c:
12022         * gst/alpha/Makefile.am:
12023         * gst/alpha/gstalpha.c:
12024         * gst/alpha/gstalphacolor.c:
12025         * gst/auparse/gstauparse.c:
12026         * gst/autodetect/gstautoaudiosink.c:
12027         (gst_auto_audio_sink_factory_filter),
12028         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
12029         * gst/autodetect/gstautodetect.c:
12030         * gst/avi/gstavi.c:
12031         * gst/cutter/gstcutter.c:
12032         * gst/debug/efence.c:
12033         * gst/debug/gstdebug.c:
12034         * gst/debug/gstnavigationtest.c:
12035         * gst/effectv/gsteffectv.c:
12036         * gst/flx/gstflxdec.c:
12037         * gst/goom/gstgoom.c:
12038         * gst/interleave/plugin.c:
12039         * gst/law/alaw.c:
12040         * gst/law/mulaw.c:
12041         * gst/level/gstlevel.c:
12042         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
12043         * gst/matroska/matroska.c:
12044         * gst/median/gstmedian.c:
12045         * gst/monoscope/gstmonoscope.c:
12046         * gst/multipart/multipart.c:
12047         * gst/oldcore/gstelements.c:
12048         * gst/rtp/gstrtp.c:
12049         * gst/rtsp/gstrtsp.c:
12050         * gst/smoothwave/gstsmoothwave.c:
12051         * gst/smpte/gstsmpte.c:
12052         * gst/udp/gstudp.c:
12053         * gst/videobox/gstvideobox.c:
12054         * gst/videofilter/gstgamma.c:
12055         * gst/videofilter/gstvideobalance.c:
12056         * gst/videofilter/gstvideoflip.c:
12057         * gst/videofilter/gstvideotemplate.c:
12058         * gst/videomixer/videomixer.c:
12059         * gst/wavenc/gstwavenc.c:
12060         * gst/wavparse/gstwavparse.c:
12061         * sys/oss/gstossaudio.c:
12062         * sys/osxaudio/gstosxaudio.c:
12063           update GST_PLUGIN_DEFINE
12064         * gst/rtp/Makefile.am:
12065         * gst/rtp/gstasteriskh263.c:
12066           check for htons/htonl headers and possibly link to winsock2 lib
12067
12068 2005-11-12  Edward Hervey  <edward@fluendo.com>
12069
12070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
12071         Only GST_DEBUG() information on the valid components.
12072
12073 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         * configure.ac: back to HEAD
12076
12077 === release 0.9.5 ===
12078
12079 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
12080
12081         * configure.ac:
12082           releasing 0.9.5, "Phone Alarm"
12083
12084 2005-11-11  Edward Hervey  <edward@fluendo.com>
12085
12086         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12087         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
12088         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
12089         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12090         (gst_avi_demux_loop):
12091         * gst/avi/gstavidemux.h:
12092         Yeah, implement proper seeking. Exact seeking and segment seeking.
12093         Still need to do some checks for segment_stop.
12094
12095 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
12096
12097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12098
12099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
12100           Don't try to ready buffer duration from buffer that we don't
12101           own any  longer and that might already have been unreffed.
12102           (#321136)
12103
12104 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
12105
12106         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
12107         (flx_decode_delta_flc), (gst_flxdec_chain):
12108         Attempting to optimize the code for embedded systems.
12109
12110 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
12111
12112         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * sys/oss/gstosssink.c: (gst_oss_sink_close):
12115           Don't re-use already closed file descriptor. (#320920)
12116
12117 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
12120         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
12121         (gst_oss_sink_prepare):
12122         * sys/oss/gstosssink.h:
12123           Cache probed caps; fix debug output for SET_PARAM macros.
12124
12125 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * ext/cairo/Makefile.am:
12128         * ext/cairo/gstcairo.c: (plugin_init):
12129         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
12130         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
12131         (gst_text_overlay_init), (gst_text_overlay_font_init),
12132         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
12133         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
12134         (gst_text_overlay_text_pad_linked),
12135         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
12136         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12137         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12138         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12139         (gst_text_overlay_change_state):
12140         * ext/cairo/gsttextoverlay.h:
12141           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
12142           property and redo positioning. Doesn't handle upstream renegotiation
12143           yet though.
12144
12145 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12148         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12149         (gst_avi_demux_loop):
12150           No need to take the STREAM_LOCK in the loop function. Improve
12151           some debug messages. Don't leak pad names in debug messages.
12152
12153 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * gst/matroska/matroska-demux.c:
12156         (gst_matroska_demux_push_vorbis_codec_priv_data),
12157         (gst_matroska_demux_add_wvpk_header):
12158           Don't error out when the source pad isn't linked.
12159
12160 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
12163         (gst_gconf_audio_sink_change_state):
12164         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
12165         (gst_gconf_video_sink_change_state):
12166           Fix state change functions here as well and set kid
12167           to NULL state before removing it.
12168
12169 2005-11-01  Edward Hervey  <edward@fluendo.com>
12170
12171         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
12172         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
12173         Added proper event handlind, 
12174         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
12175         ignored),
12176         and don't set a duration of 0 for buffers otherwise they are discarded
12177         by GstBaseSink.
12178
12179         GstWavEnc needs some serious loving, after going through the code I'm
12180         really wondering how this can stay in -good ...
12181
12182 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12183
12184         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
12185         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
12186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
12187         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
12188         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
12189         (gst_matroska_mux_collected):
12190           Fix leaks and invalid memory access as reported by valgrind
12191
12192 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12193
12194         Patch by: Michal Benes <michal.benes@xeris.cz>
12195
12196         * check/Makefile.am:
12197         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
12198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
12199         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
12200           add a unit test for matroskamux
12201           fix the bugs that the unit test exposed
12202
12203 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * gst/autodetect/gstautoaudiosink.c:
12206         (gst_auto_audio_sink_class_init),
12207         (gst_auto_audio_sink_change_state):
12208         * gst/autodetect/gstautovideosink.c:
12209         (gst_auto_video_sink_class_init),
12210         (gst_auto_video_sink_change_state):
12211           Fix state change function and use GST_DEBUG_FUNCPTR in
12212           class_init.
12213
12214 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
12215
12216         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
12219         (gst_ebml_write_reset), (gst_ebml_write_element_new):
12220         * gst/matroska/ebml-write.h:
12221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
12222           Set timestamps on outgoing ebml headers as well, so that the
12223           element after matroskamux can get the timestamp already when
12224           reading the first ebml element and doesn't have to wait for
12225           the actual data buffer for that (#320308).
12226           
12227 2005-10-31  Andy Wingo  <wingo@pobox.com>
12228
12229         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
12230         (gst_videomixer_pad_link): Kill some memleaks.
12231         (gst_videomixer_pad_get_property): Style fix.
12232         (gst_videomixer_pad_set_property): Style fix.
12233         (gst_videomixer_pad_init): Style fix.
12234         (gst_videomixer_update_queues): Kill memleak.
12235         (gst_videomixer_loop): Kill memleak.
12236         (gst_videomixer_collected): Kill memleak.
12237
12238 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
12239
12240         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
12241         gst_auparse_change_state:
12242         Just some cleanup.
12243
12244 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
12245
12246         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
12247         Add checks to GST_FLOW_NOT_LINKED for values returned
12248         from gst_pad_push.
12249         
12250 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
12251
12252         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
12253         (gst_rtpg711dec_process):
12254         * gst/rtp/gstrtpgsmenc.c:
12255         Payloader now sets some default caps on the srcpad if caps on the sinkpad
12256         are never set. This is important for the g711 to work with burger's rtpbin
12257         element.
12258
12259 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
12260
12261         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
12262         (gst_speexenc_push_buffer):
12263         Add checks for return values from gst_pad_push and
12264         gst_pad_alloc_buffer.
12265
12266 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
12267
12268         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12269
12270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
12271         (gst_matroska_demux_parse_info),
12272         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12273         (gst_matroska_demux_parse_cluster):
12274         * gst/matroska/matroska-ids.h:
12275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12276         (gst_matroska_mux_init), (gst_matroska_mux_start),
12277         (gst_matroska_mux_create_buffer_header),
12278         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
12279         (gst_matroska_mux_get_property):
12280         * gst/matroska/matroska-mux.h:
12281           Add SimpleBlock support to matroska demuxer and muxer (part of
12282           Matroska v2). (#319731)
12283
12284 2005-10-28  Wim Taymans  <wim@fluendo.com>
12285
12286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
12287         (gst_jpeg_dec_change_state):
12288         * ext/jpeg/gstjpegdec.h:
12289         Cleanups. Don't create caps for every chain.
12290
12291 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
12292
12293         * gst/law/alaw-encode.c: (gst_alawenc_init),
12294         (alawenc_setcaps), (gst_alawenc_chain)
12295         * gst/law/alaw-encode.h:
12296         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
12297         (mulawenc_setcaps), (gst_mulawenc_chain)
12298         * gst/law/mulaw-encode.h:
12299         Set timestamp on buffer and it allows RTP G711 elements
12300         work properly.
12301
12302 2005-10-27  Wim Taymans  <wim@fluendo.com>
12303
12304         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
12305         Set correct format on oss instead of a silly value. 
12306
12307 2005-10-27  Julien MOUTTE  <julien@moutte.net>
12308
12309         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12310         (gst_video_box_transform_caps), (gst_video_box_set_caps),
12311         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
12312         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
12313         I420 rendering as well, doesn't bring much for my platform.
12314         Might help on some other platforms.
12315
12316 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
12317
12318         * gst/rtp/gstrtpgsmenc.c:
12319         * gst/rtp/gstrtpgsmparse.c:
12320         Declaring the padtemplate correctly.
12321
12322 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
12323
12324         * gst/rtp/gstrtpg711dec.c:
12325         * gst/rtp/gstrtpg711enc.c:
12326         * gst/rtp/gstrtpgsmenc.c:
12327         * gst/rtp/gstrtpgsmparse.c:
12328         Setting the proper copyright notice.
12329
12330 2005-10-26  Julien MOUTTE  <julien@moutte.net>
12331
12332         * gst/videobox/Makefile.am: Use liboil.
12333         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12334         (gst_video_box_set_property), (gst_video_box_transform_caps),
12335         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
12336         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
12337         using liboil. Will dot the same to I420 border generation
12338         tomorrow.
12339
12340 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
12341
12342         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
12343         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
12344         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
12345         * gst/rtp/gstrtpg711dec.h:
12346         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
12347         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
12348         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
12349         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
12350         (gst_rtpgsmenc_handle_buffer):
12351         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
12352         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
12353         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
12354         * gst/rtp/gstrtpgsmparse.h:
12355         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
12356         inherits from the basertpdepayloader.
12357
12358 2005-10-26  Julien MOUTTE  <julien@moutte.net>
12359
12360         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12361         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
12362         (gst_video_box_ayuv): Removing this forgotten debug.
12363
12364 2005-10-26  Julien MOUTTE  <julien@moutte.net>
12365
12366         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12367         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
12368         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
12369
12370 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * sys/oss/gstossaudio.c:
12373         * sys/oss/gstossdmabuffer.c:
12374         * sys/oss/gstosshelper.c:
12375         * sys/oss/gstossmixer.c:
12376         * sys/oss/gstossmixerelement.c:
12377         * sys/oss/gstossmixertrack.c:
12378         * sys/oss/gstosssink.c:
12379         * sys/oss/gstosssrc.c:
12380           Actually use the 'oss' debug category we register.
12381
12382 2005-10-26  Julien MOUTTE  <julien@moutte.net>
12383
12384         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12385         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
12386         Use gst_pad_get_parent and drop the ref that was added through
12387         that call.
12388
12389 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12390
12391         * gst/rtp/gstrtpgsmenc.c:
12392           Fix compilation
12393
12394 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
12395
12396         * gst/rtp/gstrtpg711dec.c
12397         Just removed a couple of lines of weird code used during
12398         development/test time.
12399
12400 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
12401
12402         * gst/rtp/Makefile.am
12403         * gst/rtp/gstrtp.c
12404         * gst/rtp/gstrtpg711enc.c
12405         * gst/rtp/gstrtpg711enc.h
12406         * gst/rtp/gstrtpg711dec.c
12407         * gst/rtp/gstrtpg711dec.h
12408         Created G711 payloader and depayloader (it supports mulaw and alaw
12409         (dec)encoders)
12410
12411 2005-10-25  Julien MOUTTE  <julien@moutte.net>
12412
12413         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12414         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
12415         Doh ! I introduced wingo's bug again ! Sorry...
12416
12417 2005-10-25  Christian Schaller <christian@fluendo.com> 
12418
12419         * gst/rtp/Makefile.am: add missing header files for disting
12420
12421 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
12422
12423         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
12424         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
12425         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
12426         (gst_rtpgsmenc_handle_buffer):
12427         * gst/rtp/gstrtpgsmenc.h:
12428         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
12429         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
12430         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
12431         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
12432         * gst/rtp/gstrtpgsmparse.h:
12433         Getting the GSM (de)payloader working and compatible with our plans for RTP.
12434
12435 2005-10-25  Julien MOUTTE  <julien@moutte.net>
12436
12437         * ext/libpng/gstpngdec.c: (user_info_callback),
12438         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
12439         a newsegment event, move some redundant code in a single place.
12440
12441 2005-10-25  Julien MOUTTE  <julien@moutte.net>
12442
12443         * ext/libpng/gstpngdec.c: (user_info_callback),
12444         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
12445         hack to get correct colors order when we have a png image with
12446         alpha channel.
12447
12448 2005-10-24  Edward Hervey  <edward@fluendo.com>
12449
12450         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
12451         Call gst_element_no_more_pads when there will be no more pads.
12452
12453 2005-10-24  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/rtp/Makefile.am:
12456         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
12457         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
12458         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
12459         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
12460         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
12461         (gst_asteriskh263_plugin_init):
12462         * gst/rtp/gstasteriskh263.h:
12463         * gst/rtp/gstrtp.c: (plugin_init):
12464         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
12465         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
12466         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
12467         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
12468         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
12469         (gst_rtph263enc_plugin_init):
12470         * gst/rtp/gstrtph263enc.h:
12471         Added two new payloaders, an RFC 2190 payloader for h263 and
12472         a payload convertor for an asterisk server.
12473
12474 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
12477           Set bytes_per_sample correctly (is not always 4, but 
12478           depends on width and number of channels).
12479
12480 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
12483         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
12484         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12485         (gst_flacenc_sink_event), (gst_flacenc_chain),
12486         (gst_flacenc_set_property), (gst_flacenc_get_property),
12487         (gst_flacenc_change_state):
12488         * ext/flac/gstflacenc.h:
12489           Fix seeking, so that flacenc can rewrite the header with the
12490           correct duration and amount of samples and all that at EOS;
12491           also set timestamps and granulepos on outgoing buffers; add
12492           debug category; fix state change function.
12493           
12494 2005-10-24  Julien MOUTTE  <julien@moutte.net>
12495
12496         * gst/videomixer/videomixer.c: Don't restrict video geometry
12497         from 16 to 4096.
12498
12499 2005-10-24  Julien MOUTTE  <julien@moutte.net>
12500
12501         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12502         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
12503         Fix caps negotiation correctly, add debugging category.
12504
12505 2005-10-24  Christian Schaller  <christian@fluendo.com>
12506
12507         * configure.ac: Port over Thomas's change from base listing all plugins
12508
12509 2005-10-24  Julien MOUTTE  <julien@moutte.net>
12510
12511         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
12512         a sink pad.
12513
12514 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12515
12516         * configure.ac:
12517         * docs/upload.mak:
12518           back to HEAD
12519
12520 === release 0.9.4 ===
12521
12522 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12523
12524         * configure.ac:
12525           Releasing 0.9.4, "Dromiceiomimus"
12526
12527 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
12530         (gst_speexenc_src_query):
12531           Add position and duration query, fix query type function.
12532           
12533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12534         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12535           Let's not set non-fixed caps on source pads.
12536
12537 2005-10-21  Wim Taymans  <wim@fluendo.com>
12538
12539         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12540         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
12541         (gst_avi_demux_handle_seek):
12542         Set correct stream_time in newsegment event.
12543         avi can also handle a duration query now.
12544
12545 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         * gst/matroska/matroska-demux.c:
12548         (gst_matroska_demux_handle_src_query),
12549         (gst_matroska_demux_handle_seek_event),
12550         (gst_matroska_demux_loop_stream_parse_id):
12551           Fix duration query; fix basetime in newsegment event after
12552           seek; fix duration in initial newsegment event.
12553
12554         * gst/matroska/matroska-mux.c:
12555         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
12556           Extract number of channels and samplerate from vorbis headers;
12557           add some debug messages when querying the durations of the
12558           input streams.
12559
12560 2005-10-20  Wim Taymans  <wim@fluendo.com>
12561
12562         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12563         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12564         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
12565         Set stream time correctly in newsegment.
12566
12567 2005-10-20  Wim Taymans  <wim@fluendo.com>
12568
12569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
12570         Correctly fill in the stream time.
12571
12572 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         * check/elements/level.c: (GST_START_TEST):
12575         * gst/level/gstlevel.c: (gst_level_message_new):
12576         * gst/level/level-example.c: (message_handler):
12577           use ELEMENT messages instead
12578
12579 2005-10-19  Wim Taymans  <wim@fluendo.com>
12580
12581         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
12582         (gst_dvdemux_src_query):
12583         * ext/flac/gstflacdec.c: (gst_flacdec_length),
12584         (gst_flacdec_src_query):
12585         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
12586         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
12587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12588         * gst/debug/gstnavseek.c: (gst_navseek_seek):
12589         * gst/debug/progressreport.c: (gst_progress_report_report):
12590         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
12591         * gst/matroska/matroska-demux.c:
12592         (gst_matroska_demux_handle_src_query):
12593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12594         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12595         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12596         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12597         (gst_wavparse_srcpad_event):
12598         API change fix.
12599
12600 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         * gst/goom/filters.c:
12603         * gst/goom/graphic.h:
12604         * gst/goom/lines.c:
12605           Make inline functions either 'static inline' or 'extern inline',
12606           otherwise the Forte compiler apparently won't inline them (#317300).
12607
12608 2005-10-19  Julien MOUTTE  <julien@moutte.net>
12609
12610         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12611         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
12612         (user_info_callback), (user_endrow_callback), (user_end_callback),
12613         (user_read_data), (gst_pngdec_caps_create_and_set),
12614         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
12615         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
12616         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
12617         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
12618         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
12619         very nice and handle push/pull based model. if you have filesrc
12620         connected to it, it will do random access to load the png file.
12621         If you have a network source that can't do _getrange, it does 
12622         progressive loading through the chain function.
12623         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
12624         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
12625         thanks to Master Wim Taymans ;-)
12626
12627 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12628
12629         * gst/matroska/Makefile.am:
12630         * gst/matroska/ebml-read.c:
12631         * gst/matroska/ebml-read.h:
12632         * gst/matroska/matroska-demux.c:
12633         * gst/matroska/matroska-demux.h:
12634         * gst/matroska/matroska.c: (plugin_init):
12635           Ported matroska demuxer to 0.9.
12636
12637 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
12638
12639         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12640
12641         * gst/matroska/matroska-mux.c:
12642         (gst_matroska_mux_video_pad_setcaps),
12643         (gst_matroska_mux_audio_pad_setcaps):
12644           Fix mpeg4 input handling (#318847); also, while we're at it,
12645           fix media type for Motion-JPEG: should be image/jpeg.
12646
12647 2005-10-18  Wim Taymans  <wim@fluendo.com>
12648
12649         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12650         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12651         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
12652         Fix for segment-start/stop API change.
12653
12654 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12655
12656         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
12657         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
12658         way.
12659
12660 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12661
12662         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
12663         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
12664         output declared in transform_caps.
12665
12666 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12667
12668         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
12669
12670 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12671
12672         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
12673         (gst_video_box_get_unit_size): Fix wrong size calculations and
12674         implement get_unit_size correctly.
12675
12676 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * configure.ac:
12679           Enable flx plugin.
12680
12681         * gst/flx/gstflxdec.c: (flx_decode_chunks):
12682           Fix gcc4 signedness issue.
12683
12684 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12685
12686         * configure.ac: Adding videomixer.
12687         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12688         (user_read_data), (gst_pngdec_chain): More debugging.
12689         * gst/alpha/Makefile.am: Adding alphacolor
12690         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
12691         (gst_alpha_color_class_init), (gst_alpha_color_init),
12692         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
12693         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
12694         (plugin_init): Ported to 0.9 using in place base tranform.
12695         * gst/videomixer/Makefile.am:
12696         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12697         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
12698         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
12699         (gst_videomixer_pad_init), (gst_videomixer_class_init),
12700         (gst_videomixer_init), (gst_videomixer_getcaps),
12701         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
12702         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12703         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
12704         to 0.9 using collectpads.
12705
12706 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
12707
12708         * configure.ac:
12709         * gst/flx/Makefile.am:
12710         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12711         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
12712         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
12713         * gst/flx/gstflxdec.h:
12714         flx plugin ported to 0.9
12715
12716 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12717
12718         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
12719           use new gst_version_string()
12720
12721 2005-10-16  Andy Wingo  <wingo@pobox.com>
12722
12723         * configure.ac: GLIB_CHECK.
12724
12725 2005-10-15  Julien MOUTTE  <julien@moutte.net>
12726
12727         * ext/libpng/Makefile.am:
12728         * ext/libpng/gstpng.c: (plugin_init):
12729         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12730         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
12731         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
12732
12733 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
12734
12735         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         * configure.ac:
12738         * gst/matroska/Makefile.am:
12739         * gst/matroska/ebml-ids.h:
12740         * gst/matroska/ebml-write.c:
12741         * gst/matroska/ebml-write.h:
12742         * gst/matroska/matroska-ids.h:
12743         * gst/matroska/matroska-mux.c:
12744         * gst/matroska/matroska-mux.h:
12745         * gst/matroska/matroska.c: (plugin_init):
12746           Port matroska muxer to 0.9 (#318847).
12747
12748 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
12751         (comment_init), (comment_add):
12752           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
12753           use GST_READ_UINT32_LE() and friends rather than the private
12754           implementation of those same macros.
12755
12756 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12757
12758         * examples/stats/mp2ogg.c:
12759           more typo fixes
12760
12761 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12762
12763         * examples/indexing/indexmpeg.c: (main):
12764         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
12765         (gst_esdmon_close_audio), (gst_esdmon_change_state):
12766         * ext/esd/esdmon.h:
12767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12768         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
12769         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
12770         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
12771         * gst/avi/gstavimux.c: (gst_avimux_init):
12772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
12773         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
12774         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12775         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
12776         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
12777         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
12778         * gst/oldcore/gstmultifilesrc.h:
12779         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
12780         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
12781         (gst_pipefilter_change_state):
12782         * gst/oldcore/gstpipefilter.h:
12783         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
12784         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12785         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
12786         * sys/osxaudio/gstosxaudiosink.h:
12787         * sys/osxaudio/gstosxaudiosrc.h:
12788           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12789           moved bitshift from macro to enum definition
12790
12791 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * ext/Makefile.am:
12794         * ext/cairo/Makefile.am:
12795         * ext/cairo/gstcairo.c: (plugin_init):
12796         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
12797         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
12798         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
12799         * ext/cairo/gsttimeoverlay.h:
12800           update of cairo-based timeoverlay to 1.0 Cairo API
12801           doesn't work yet for resizing of output sink
12802
12803 2005-10-11  Wim Taymans  <wim@fluendo.com>
12804
12805         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
12806         newsegment API fix.
12807
12808 2005-10-11  Wim Taymans  <wim@fluendo.com>
12809
12810         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12811         (gst_dvdemux_demux_frame):
12812         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12813         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12814         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
12815         (gst_avi_demux_handle_seek):
12816         * gst/goom/gstgoom.c: (gst_goom_event):
12817         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12818         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12819         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12820         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12821         (gst_wavparse_srcpad_event):
12822         newsegment API update.
12823
12824 2005-10-11  Andy Wingo  <wingo@pobox.com>
12825
12826         * ext/speex/gstspeexenc.c: Signedness cleanups.
12827
12828 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
12829
12830         * PORTED_09:
12831         * ext/speex/Makefile.am:
12832         * ext/speex/gstspeex.c:
12833         * ext/speex/gstspeexenc.c:
12834         Speexenc ported to 0.9
12835
12836 2005-10-10  Wim Taymans  <wim@fluendo.com>
12837
12838         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12839         (gst_oss_sink_init), (gst_oss_sink_set_property),
12840         (gst_oss_sink_get_property), (gst_oss_sink_open),
12841         (gst_oss_sink_prepare), (gst_oss_sink_reset):
12842         * sys/oss/gstosssink.h:
12843         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
12844         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
12845         (gst_oss_src_prepare):
12846         Cleanups, make device configurable in the sink, handle and report
12847         errors.
12848
12849 2005-10-10  Wim Taymans  <wim@fluendo.com>
12850
12851         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
12852         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
12853         Make sure element is NULL before removing from the bin.
12854
12855 2005-10-07  Andy Wingo  <wingo@pobox.com>
12856
12857         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
12858         block forever in a read().
12859         (gst_dv1394src_bus_reset): Post a message when the cable is
12860         unplugged.
12861         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
12862         (gst_dv1394src_bus_reset): Don't unref the message.
12863
12864         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
12865         hacking. The only change should be that the state change stuff was
12866         put into basesrc's start() and stop() routines, which coalesces
12867         some steps.
12868
12869 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         * configure.ac:
12872           Add check for mmap
12873           
12874         * gst/debug/Makefile.am:
12875           Only compile efence plugin on systems that have mmap.
12876
12877 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * gst/debug/Makefile.am:
12880         * gst/debug/breakmydata.c:
12881         * gst/debug/gstdebug.c:
12882         * gst/debug/gstnavigationtest.c:
12883         * gst/debug/gstnavseek.c: 
12884         * gst/debug/gstnavseek.h:
12885         * gst/debug/progressreport.c: 
12886         * gst/debug/testplugin.c:
12887           Port progressreport, navseek, navigationtest, testsink and
12888           breakmydata.
12889
12890 2005-10-05  Edward Hervey  <edward@fluendo.com>
12891
12892         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
12893         (gst_dvdemux_src_query):
12894         Fixes for better conversion
12895
12896 2005-10-04  Michael Smith <msmith@fluendo.com>
12897
12898         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
12899         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
12900         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
12901         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
12902           Set state of elements to NULL before removing from bins.
12903           Set state of test element to NULL if we failed to move it to READY
12904
12905 2005-10-04  Edward Hervey  <edward@fluendo.com>
12906
12907         * ext/dv/Makefile.am:
12908         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
12909         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
12910         Corrected the query function for position so it doesn't forget what
12911         format was asked, and calls the conversion functions on the correct pad.
12912
12913 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12914
12915         * configure.ac:
12916           back to development
12917
12918 === release 0.9.3 ===
12919
12920 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         * configure.ac:
12923           Releasing 0.9.3, "Aramis"
12924
12925 2005-10-03  Andy Wingo  <wingo@pobox.com>
12926
12927         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
12928         error returns.
12929
12930 2005-10-02  Andy Wingo  <wingo@pobox.com>
12931
12932         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
12933
12934         * ext/flac/gstflacenc.c: Ported to 0.9.
12935
12936         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
12937
12938         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
12939         and link to gsttagedit. Enable flacenc.
12940
12941         * ext/flac/gstflacdec.c: Re-enable tag reading.
12942
12943 2005-09-30  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
12946         * gst/rtp/gstrtpgsmparse.c:
12947         * gst/rtp/gstrtph263penc.c:
12948         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12949         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12950         (gst_rtpmp4venc_set_property):
12951         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
12952         Various class and caps fixes from Andre Magalhaes (andrunko)
12953
12954 2005-09-29  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst/level/level-example.c: (main):
12957         Update for new bus API.
12958
12959 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * configure.ac:
12962           Fix unexpanded autoconf macro GST_DOC, which has been renamed
12963           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
12964
12965 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12968           Fix playback of mono streams (bytes_per_sample should be set
12969           from the sample width and the number of channels negotiated,
12970           and not just be set to 4) (#317338)
12971
12972 2005-09-26  Wim Taymans  <wim@fluendo.com>
12973
12974         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
12975         (gst_rtpmpaenc_handle_buffer):
12976         Set buffer duration correctly.
12977
12978 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
12979
12980         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
12981         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
12982         (gst_avi_demux_change_state):
12983           Don't crash when encountering a stream with an unknown fourcc or
12984           codec id. Instead, create a pad of type video/x-avi-unknown or
12985           audio/x-avi-unknown, which as a side-effect also results in less
12986           confusing error messages in players ('no decoder' vs. 'no streams');
12987           minor fixes to state change function and class_init function.
12988
12989 2005-09-24  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
12992         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
12993         These are sinks.
12994
12995 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12996
12997         * check/elements/level.c: (GST_START_TEST):
12998           fix test for new GstClockTime use
12999         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
13000         (gst_level_transform_ip):
13001         * gst/level/gstlevel.h:
13002           fix up the decay peak, ensuring the decay peak is never lower
13003           than the peak for that interval
13004
13005 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13006
13007         * docs/plugins/gst-plugins-good-plugins.args:
13008         * docs/plugins/inspect/plugin-alpha.xml:
13009         * docs/plugins/inspect/plugin-rtp.xml:
13010         * gst/level/gstlevel.c: (gst_level_set_caps),
13011         (gst_level_transform_ip):
13012           updating docs
13013
13014 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13015
13016         * Makefile.am:
13017         * check/elements/level.c: (GST_START_TEST):
13018         * gst/level/Makefile.am:
13019         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
13020         (gst_level_set_property), (gst_level_get_property),
13021         (gst_level_set_caps), (gst_level_message_new),
13022         (gst_level_transform_ip):
13023         * gst/level/gstlevel.h:
13024         * gst/level/level-example.c: (message_handler), (main):
13025           convert to using GstClockTime for all time values, finally.
13026
13027 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13028
13029         * gst/auparse/Makefile.am:
13030         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13031           fix up build
13032         * configure.ac:
13033         * ext/cairo/Makefile.am:
13034         * ext/dv/Makefile.am:
13035         * ext/esd/Makefile.am:
13036         * ext/flac/Makefile.am:
13037         * ext/gconf/Makefile.am:
13038         * ext/gdk_pixbuf/Makefile.am:
13039         * ext/jpeg/Makefile.am:
13040         * ext/ladspa/Makefile.am:
13041         * ext/libcaca/Makefile.am:
13042         * ext/libmng/Makefile.am:
13043         * ext/libpng/Makefile.am:
13044         * ext/mikmod/Makefile.am:
13045         * ext/pango/Makefile.am:
13046         * ext/raw1394/Makefile.am:
13047         * ext/shout2/Makefile.am:
13048         * ext/speex/Makefile.am:
13049         * gst/alpha/Makefile.am:
13050         * gst/autodetect/Makefile.am:
13051         * gst/avi/Makefile.am:
13052         * gst/cutter/Makefile.am:
13053         * gst/debug/Makefile.am:
13054         * gst/effectv/Makefile.am:
13055         * gst/flx/Makefile.am:
13056         * gst/goom/Makefile.am:
13057         * gst/interleave/Makefile.am:
13058         * gst/law/Makefile.am:
13059         * gst/matroska/Makefile.am:
13060         * gst/median/Makefile.am:
13061         * gst/monoscope/Makefile.am:
13062         * gst/multipart/Makefile.am:
13063         * gst/oldcore/Makefile.am:
13064         * gst/rtp/Makefile.am:
13065         * gst/rtsp/Makefile.am:
13066         * gst/smoothwave/Makefile.am:
13067         * gst/smpte/Makefile.am:
13068         * gst/videobox/Makefile.am:
13069         * gst/videofilter/Makefile.am:
13070         * gst/videomixer/Makefile.am:
13071         * gst/wavenc/Makefile.am:
13072         * gst/wavparse/Makefile.am:
13073         * sys/oss/Makefile.am:
13074         * sys/osxaudio/Makefile.am:
13075         * sys/osxvideo/Makefile.am:
13076           fix up GST_LIBS use
13077
13078 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13079
13080         * gst/auparse/Makefile.am:
13081         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13082           fix build of auparse
13083
13084 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
13085
13086         * configure.ac:
13087         * PORTED_09:
13088         * gst/auparse/gstauparse.c:
13089         * gst/auparse/gstauparse.h:
13090         Auparse ported to 0.9.
13091
13092 2005-09-22  Wim Taymans  <wim@fluendo.com>
13093
13094         * gst/rtp/TODO:
13095         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
13096         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
13097         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
13098         (gst_rtpmp4venc_set_property):
13099         * gst/rtp/gstrtpmp4venc.h:
13100         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
13101         * gst/rtp/gstrtpmpaenc.h:
13102         Use is_filled to both check MTU and max-ptime of base class.
13103
13104 2005-09-22  Wim Taymans  <wim@fluendo.com>
13105
13106         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
13107         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
13108         (gst_rtpmp4venc_set_property):
13109         Don't fragment packets with multiple frames.
13110
13111 2005-09-22  Wim Taymans  <wim@fluendo.com>
13112
13113         * gst/rtp/TODO:
13114         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
13115         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
13116         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
13117         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
13118         (gst_rtpmp4venc_get_property):
13119         * gst/rtp/gstrtpmp4venc.h:
13120         Remove g_print.
13121         Update TODO
13122         Make payload encoder a bit smarter and more correct with
13123         timestamps.
13124         Added option in payloader to include config string in-band.
13125
13126 2005-09-21  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
13129         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13130         (gst_rtspsrc_send):
13131         Strip spaces for key/value pairs.
13132
13133 2005-09-21  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
13136         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13137         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13138         (gst_rtspsrc_change_state):
13139         More SDP parsing and caps setting.
13140         Do NO_PREROLL differently.
13141         add pads only after negotiated.
13142
13143         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13144         (gst_udpsrc_getcaps):
13145         Implement the getcaps function.
13146
13147 2005-09-21  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
13150         (gst_rtpamrdec_chain):
13151         Handle multiple AMr packets per payload. Handle CRC and
13152         parse ILL/ILP.
13153
13154         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
13155         Make caps params strings for easy SDP mapping.
13156         
13157         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13158         Handle capsnego better.
13159
13160         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
13161         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
13162         Generate and parse config string in the caps.
13163
13164 2005-09-21  Wim Taymans  <wim@fluendo.com>
13165
13166         * gst/rtp/README:
13167         Update README
13168
13169         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
13170         Make extra params as strings.
13171
13172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13173         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
13174         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
13175         Make state change return NO_PREROLL as this is a live
13176         source.
13177
13178         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13179         Don't unref old caps when NULL.
13180
13181 2005-09-20  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
13184         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
13185         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
13186         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
13187         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
13188         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
13189         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
13190         * gst/rtsp/sdpmessage.h:
13191         Add URI handler.
13192         Parse SDP and create caps.
13193
13194 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
13195
13196         * gst/alpha/gstalpha.c:
13197           fix element description
13198
13199 2005-09-19  Wim Taymans  <wim@fluendo.com>
13200
13201         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
13202         Don't check payload for now.
13203
13204 2005-09-19  Wim Taymans  <wim@fluendo.com>
13205
13206         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13207         (gst_wavparse_init), (gst_wavparse_parse_file_header),
13208         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
13209         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13210         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13211         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
13212         (gst_wavparse_change_state):
13213         * gst/wavparse/gstwavparse.h:
13214         Fix wavparse some more.
13215
13216 2005-09-19  Wim Taymans  <wim@fluendo.com>
13217
13218         * check/elements/level.c: (GST_START_TEST):
13219         Fix for bus API change.
13220
13221 2005-09-19  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/level/level-example.c: (main):
13224         Fix for new bus API.
13225
13226         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13227         Set caps on pads.
13228
13229 2005-09-15  Wim Taymans  <wim@fluendo.com>
13230
13231         * gst/rtp/Makefile.am:
13232         * gst/rtp/README:
13233         * gst/rtp/gstrtp.c: (plugin_init):
13234         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
13235         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
13236         (gst_rtpamrdec_change_state):
13237         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
13238         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
13239         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
13240         * gst/rtp/gstrtpamrenc.h:
13241         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
13242         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
13243         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
13244         * gst/rtp/gstrtpgsmenc.h:
13245         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
13246         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
13247         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
13248         (gst_rtpgsmparse_change_state):
13249         * gst/rtp/gstrtpgsmparse.h:
13250         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
13251         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
13252         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
13253         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
13254         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
13255         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
13256         * gst/rtp/gstrtph263penc.h:
13257         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
13258         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
13259         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
13260         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
13261         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
13262         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
13263         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
13264         * gst/rtp/gstrtpmp4venc.h:
13265         * gst/rtp/gstrtpmpadec.c:
13266         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
13267         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
13268         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
13269         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
13270         * gst/rtp/gstrtpmpaenc.h:
13271         Updates to payloader/depayloaders, make payloaders use
13272         the base classes.
13273         Updated README with suggested RTP caps and how to convert
13274         to/from SDP.
13275         Added config descriptor in mp4v payloader.
13276
13277 2005-09-15  Andy Wingo  <wingo@pobox.com>
13278
13279         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
13280         * gst/autodetect/gstautovideosink.c
13281         (gst_auto_video_sink_find_best): Update for new registry API.
13282
13283 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * common/c-to-xml.py:
13286         * common/gtk-doc-plugins.mak:
13287           a simple py script to generate valid xml from a C example
13288           probably also need to strip an MIT license when we decide
13289         * docs/plugins/Makefile.am:
13290         * gst/level/Makefile.am:
13291         * gst/level/gstlevel.c: (gst_level_init):
13292         * gst/level/level-example.c: (message_handler), (main):
13293           add an example to level that will show up in the docs
13294         * gst/rtp/TODO:
13295           add a note for the future
13296
13297 2005-09-14  Michael Smith <msmith@fluendo.com>
13298
13299         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
13300           Actually define the debug object being used in wavenc. Fixes #316205
13301
13302 2005-09-14  Michael Smith <msmith@fluendo.com>
13303
13304         * gst/smpte/Makefile.am:
13305           Link against GST_BASE_LIBS, to get it linked against libgstbase;
13306           needed to build on windows (bug 316204)
13307
13308 2005-09-12  Andy Wingo  <wingo@pobox.com>
13309
13310         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
13311
13312 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
13313
13314         * configure.ac:
13315         * gst/fdsrc/Makefile.am:
13316         * gst/fdsrc/gstfdsrc.c:
13317         * gst/fdsrc/gstfdsrc.h:
13318           Move fdsrc back into gstreamer core elements.
13319
13320         * gst/level/gstlevel.c: (gst_level_class_init),
13321         (gst_level_transform_ip):
13322         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
13323           Basetransform changes.
13324
13325 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13326
13327         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13328         * ext/jpeg/smokecodec.c: (find_best_size):
13329           fix compiler warnings
13330
13331 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13332
13333         * gst-plugins-good.spec.in:
13334           spec file fixes
13335         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13336         (gst_multiudpsink_render), (gst_multiudpsink_add),
13337         (gst_multiudpsink_clear):
13338           it actually helps to actually stream if we hook up the
13339           "add" signal to an actual implementation
13340         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13341           some debugging
13342
13343 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
13344
13345         * ext/jpeg/Makefile.am:
13346         * ext/jpeg/gstjpeg.c
13347         * ext/jpeg/gstjpegenc.c:
13348         * ext/jpeg/gstsmokeenc.c:
13349
13350 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13351
13352         * ext/flac/gstflacdec.c:
13353         * ext/flac/gstflacenc.c:
13354         * ext/flac/gstflactag.c:
13355         * ext/speex/gstspeexenc.c:
13356           gsttaginterface.h -> gsttagsetter.h
13357
13358 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
13359
13360         * configure.ac:
13361         * gst/debug/Makefile.am:
13362         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
13363         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
13364         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
13365         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
13366         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
13367           Port to 0.9 and re-enable efence plugin.
13368
13369 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
13370
13371         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
13372         (gst_flacdec_write), (gst_flacdec_convert_src):
13373         * ext/flac/gstflacdec.h:
13374           Add support for flac files with 24/32 bits per sample; and misc.
13375           minor clean-ups. Seeking is still partly broken (for me at least).
13376
13377 2005-09-06  Wim Taymans  <wim@fluendo.com>
13378
13379         * gst/rtp/Makefile.am:
13380         * gst/rtp/gstrtp.c: (plugin_init):
13381         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
13382         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
13383         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
13384         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
13385         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
13386         (gst_rtpmp4vdec_plugin_init):
13387         * gst/rtp/gstrtpmp4vdec.h:
13388         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
13389         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
13390         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
13391         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
13392         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
13393         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
13394         * gst/rtp/gstrtpmp4venc.h:
13395         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
13396         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
13397         Added mpeg4 video payload encoder/decoder.
13398         Added some docs in mpa payloader.
13399
13400 === release 0.9.1 ===
13401
13402 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13403
13404         * NEWS:
13405         * README:
13406         * RELEASE:
13407         * autogen.sh:
13408         * configure.ac:
13409           releasing 0.9.1, "Blondie"
13410
13411 2005-09-05  Andy Wingo  <wingo@pobox.com>
13412
13413         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
13414         here from the state change handler, so we fire signals without
13415         holding the state lock.
13416
13417 2005-09-02  Andy Wingo  <wingo@pobox.com>
13418
13419         * All plugins updated for element state changes.
13420
13421 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13422
13423         * Makefile.am:
13424         * check/.cvsignore:
13425         * check/Makefile.am:
13426         * check/elements/.cvsignore:
13427         * check/elements/level.c: (setup_level), (cleanup_level),
13428         (GST_START_TEST), (level_suite), (main):
13429           add a test for level
13430         * common/release.mak:
13431           move the enum checking to release.mak
13432         * configure.ac:
13433           add valgrind and check checking
13434         * gst/level/gstlevel.c: (gst_level_transform):
13435         * gst/level/gstlevel.h:
13436           fix Andy's cast bug
13437           convert a field to int
13438           fix the arithmetic to int when checking for emit so that a
13439           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
13440
13441 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13442
13443         * Makefile.am:
13444         * configure.ac:
13445           add docs to build
13446         * common/plugins.xsl:
13447           wrap Description into a refsect2
13448         * docs/Makefile.am:
13449         * docs/plugins/Makefile.am:
13450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13452         * gst/goom/Makefile.am:
13453         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
13454         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
13455         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
13456         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
13457         (gst_goom_change_state):
13458         * gst/goom/gstgoom.h:
13459           GstGOOM -> GstGoom
13460           add an example launch line
13461         * gst/level/gstlevel.h:
13462         * gst/monoscope/gstmonoscope.c:
13463           cleanups
13464
13465 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13466
13467         * configure.ac:
13468         * docs/plugins/Makefile.am:
13469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13471         * docs/plugins/gst-plugins-good-plugins.types:
13472           document elements and plugins.  Shazam !
13473
13474 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
13477           be found under doc/random/ChangeLog-0.8