4f8c8e93ff848ef89167d4eeffbe2d53bca264df
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2007-04-10  Wim Taymans  <wim@fluendo.com>
2
3         Patch by: Peter Kjellerstedt  <pkj at axis com>
4
5         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6         * gst/rtp/gstrtpL16depay.c:
7         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9         (gst_rtp_speex_depay_setcaps):
10         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
12         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
13         Fix some compiler warnings. Fixes #428182.
14
15 2007-04-06  Wim Taymans  <wim@fluendo.com>
16
17         * gst/rtsp/Makefile.am:
18         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
19         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
20         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
21         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
22         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
23         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
24         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
25         (create_rtcp), (gst_rtp_dec_request_new_pad),
26         (gst_rtp_dec_release_pad):
27         * gst/rtsp/gstrtpdec.h:
28         * gst/rtsp/gstrtsp.c: (plugin_init):
29         Morph RTPDec into something compatible with RTPBin as a fallback.
30         Various other style fixes.
31
32         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
33         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
34         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
35         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
36         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
37         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
38         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
39         * gst/rtsp/gstrtspsrc.h:
40         Implement RTPBin session manager handling.
41         Don't try to add empty properties to caps.
42         Implement fallback session manager, handling.
43         Don't combine errors from RTCP streams, just ignore them.
44
45         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
46         * gst/rtsp/rtsptransport.h:
47         Implement fallback session manager.
48         Make RTPBin the default one when available.
49
50 2007-04-05  Wim Taymans  <wim@fluendo.com>
51
52         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
53         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
54         This element is ready to be autoplugged.
55
56 2007-04-05  Julien MOUTTE  <julien@moutte.net>
57
58         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
59         Don't leave the offsets defined by upstream element on the
60         compressed data buffer we are pushing downstream. Make them
61         GST_BUFFER_OFFSET_NONE.
62
63 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
64
65         * gst/avi/README:
66         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
67         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
68         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
69         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
70         (gst_avi_demux_calculate_durations_from_index),
71         (gst_avi_demux_stream_header_push),
72         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
73         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
74           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
75
76 2007-04-03  Wim Taymans  <wim@fluendo.com>
77
78         * gst/smpte/barboxwipes.c:
79         Fix error as spotted by Snaik <snaik32 at gmail dot com>
80
81 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
82
83         * gst/wavparse/gstwavparse.c:
84         Support audio/x-raw-float in wav files. This only works with
85         plugins-base CVS, using an older version doesn't have any
86         disadvantages though.
87
88 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
89
90         * configure.ac:
91         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
92         (gst_au_parse_parse_header), (gst_au_parse_chain):
93         * gst/auparse/gstauparse.h:
94         Revert last change as we don't want plugins-good to depend on
95         plugins-base CVS now.
96
97 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * configure.ac:
100         Require gst-plugins-base CVS for audioconvert with non-native
101         float support and width/depth fix in libgstriff.
102
103         Patch by: René Stadler <mail at renestadler dot de>
104
105         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
106         (gst_au_parse_parse_header), (gst_au_parse_chain):
107         * gst/auparse/gstauparse.h:
108         Don't swap the floats ourself if they're not in native endianness.
109         Instead let audioconvert handle this. Fixes #339838.
110
111 2007-03-29  Wim Taymans  <wim@fluendo.com>
112
113         * gst/rtp/gstasteriskh263.h:
114         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
115         (gst_rtp_h263p_depay_change_state):
116         * gst/rtp/gstrtph263pdepay.h:
117         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
118         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
119         (gst_rtp_h264_depay_change_state):
120         * gst/rtp/gstrtph264depay.h:
121         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
122         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
123         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
124         Flush adapter on disconts.
125
126 2007-03-29  Wim Taymans  <wim@fluendo.com>
127
128         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
129         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
130         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
131         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
132         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
133         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
134         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
135         (gst_rtp_mp4v_depay_process):
136         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
137         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
138         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
139         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
140         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
141         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
142         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
143         Use more efficient adapter and rtpbuffer methods when possible.
144
145 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
146
147         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
148         (gst_wavenc_sink_setcaps):
149         Correctly handle width!=depth input.
150         * gst/wavparse/gstwavparse.c:
151         Already export in the caps that width==8 uses unsigned samples and
152         everything else uses signed samples.
153
154 2007-03-29  Wim Taymans  <wim@fluendo.com>
155
156         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
157
158         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
159         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
160         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
161         (gst_dynudpsink_close):
162         * gst/udp/gstdynudpsink.h:
163         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
164         (gst_udpsrc_create), (gst_udpsrc_set_property),
165         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
166         * gst/udp/gstudpsrc.h:
167         Rework the socket allocation a bit based on the sockfd argument so that
168         it becomes usable.
169         Add a closefd property to instruct the udp elements to close the custom
170         file descriptors when going to READY. Fixes #423304.
171         API:GstUDPSrc::closefd property
172         API:GstDynUDPSink::closefd property
173
174 2007-03-29  Wim Taymans  <wim@fluendo.com>
175
176         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
177
178         * gst/rtp/Makefile.am:
179         * gst/rtp/gstrtp.c: (plugin_init):
180         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
181         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
182         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
183         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
184         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
185         (gst_rtp_h264_pay_plugin_init):
186         * gst/rtp/gstrtph264pay.h:
187         Added H264 payloader. Fixes #423782.
188
189         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
190         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
191         Small fixes.
192
193 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
194
195         * gst/wavparse/gstwavparse.c:
196         Actually support depths from 1 to 32, not only 8 to 32.
197
198 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
199
200         * gst/wavparse/gstwavparse.c:
201         Add support for wav files containing audio/x-raw-int with random
202         depths between 1 and 32 bits.
203
204 2007-03-28  Wim Taymans  <wim@fluendo.com>
205
206         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
207
208         * gst/rtp/Makefile.am:
209         * gst/rtp/gstrtp.c: (plugin_init):
210         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
211         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
212         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
213         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
214         (gst_rtp_mp4a_depay_get_property),
215         (gst_rtp_mp4a_depay_change_state),
216         (gst_rtp_mp4a_depay_plugin_init):
217         * gst/rtp/gstrtpmp4adepay.h:
218         Added MP4A-LATM depayloader. Fixes #417792.
219
220         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
221         (gst_rtp_mp4v_depay_process):
222         Fixup depayloader, setting codec_data, using more efficient adaptor and
223         rtpbuffer handling.
224
225         * gst/rtsp/URLS:
226         Add url to test above.
227
228 2007-03-25  Wim Taymans  <wim@fluendo.com>
229
230         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
231         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
232         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
233         (gst_rtspsrc_media_to_caps),
234         (gst_rtspsrc_stream_configure_transport),
235         (gst_rtspsrc_stream_configure_caps),
236         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
237         * gst/rtsp/gstrtspsrc.h:
238         Handle default clock-rates for static payload types, rearrange stuff so
239         that the rtpmap field in the sdp can override the defaults.
240         Parse RTP-Info field to get the seqnum and timebase fields that should
241         go in the caps.
242         Delay configuring caps after we got the RTP-Info from the PLAY reply from
243         the server. 
244
245 2007-03-22  Wim Taymans  <wim@fluendo.com>
246
247         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
248
249         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
250         Accept complex pipeline descriptions as an audio profile instead of just
251         a single element. Fixes #420658.
252
253 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
254
255         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
256           Rename registered type in preparation of GstTagDemux moving to
257           -base at some point in the future.
258
259 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
262           Streaming mode fixes: don't unref buffer we don't own any longer;
263           remove bogus adapter flush. Fixes #419338.
264
265 2007-03-17  David Schleef  <ds@schleef.org>
266
267         * REQUIREMENTS: Change the format to key/value, add a bunch of
268           information, remove a bunch of requirements that are for
269           other GStreamer packages.
270
271 2007-03-17  David Schleef  <ds@schleef.org>
272
273         * REQUIREMENTS: Fix a few things.  This file really needs a
274         good once-over.
275
276 2007-03-15  Edward Hervey  <edward@fluendo.com>
277
278         * sys/Makefile.am:
279         Don't forget to distribute the sys/osxaudio/ directory.
280
281 2007-03-15  Edward Hervey  <edward@fluendo.com>
282
283         * configure.ac:
284         * sys/Makefile.am:
285         * sys/osxaudio/Makefile.am:
286         * sys/osxaudio/gstosxaudio.c:
287         * sys/osxaudio/gstosxaudiosink.c:
288         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
289         (gst_osx_audio_sink_getcaps),
290         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
291         * sys/osxaudio/gstosxaudiosrc.c:
292         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
293         (gst_osx_audio_src_create_ringbuffer):
294         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
295         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
296         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
297         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
298         * sys/osxaudio/gstosxringbuffer.h:
299         Activate osxaudio in gst-plugins-good with proper build setup.
300         Add inlined documentation.
301         Fix debug statements
302         Fix ringbuffer when pausing.
303         Fixes #323471
304
305 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
306         * gst/rtp/gstrtppcmapay.c:
307         * gst/rtp/gstrtppcmapay.h:
308         * gst/rtp/gstrtppcmupay.c:
309         * gst/rtp/gstrtppcmupay.h:
310         Ported mulaw and alaw payloaders to use new base class
311
312 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
313
314         * po/af.po:
315         * po/az.po:
316         * po/cs.po:
317         * po/en_GB.po:
318         * po/it.po:
319         * po/nl.po:
320         * po/or.po:
321         * po/sq.po:
322         * po/sr.po:
323         * po/sv.po:
324         * po/uk.po:
325         * po/vi.po:
326           Update translations.
327
328 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * configure.ac:
331           Fix string replace error (AG_AG_GST_* => AG_GST_*).
332
333 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
336           Fix handling of -1 values for start and stop values when seeking,
337           and SEEK_CUR+SEEK_END here as well.
338
339 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
340
341         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
342           Fix handling of -1 values for start and stop values when seeking, 
343           and SEEK_CUR+SEEK_END.
344
345 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
346
347         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
348           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
349           the image format a variable-length NUL-terminated string; in
350           versions before that the image format is a fixed-length string of
351           3 characters (see #348644 for a sample tag).
352           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
353
354 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
355
356         * win32/MANIFEST:
357         Add new project files to MANIFEST.
358         * win32/vs6/libgstaudiofx.dsp:
359         * win32/vs6/libgstrtp.dsp:
360         * win32/vs6/libgstrtsp.dsp:
361         Update project files.
362         
363 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
366         (gst_avi_demux_parse_index):
367         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
368         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
369           Printf format fixes; also add some missing quotes in translated
370           strings. Fixes #416728 and #416727.
371
372 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
373
374         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
375           Tim and I can't think of any reason the child audio sink needs to 
376           be set back to NULL after successfully determining that it can 
377           reach READY - it gets immediately set back to READY by the caller
378           anyway, causing an unnecessary close/open of any audio devices
379           involved.
380
381 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * po/LINGUAS:
384         * po/ja.po:
385           Add ja.po file from #377306.
386
387 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
388
389         * sys/sunaudio/gstsunaudio.c: (plugin_init):
390         * sys/sunaudio/gstsunaudiomixertrack.c:
391         (gst_sunaudiomixer_track_new):
392           Actually translate sunaudio mixer track labels instead of just
393           marking the strings as translatable (#377306); clean up weird
394           label string mapping code that serves no apparent purpose. Also
395           set the 'untranslated-label' property when creating mixer tracks
396           if the GstMixerTrack base class supports this.
397
398         * tests/check/Makefile.am:
399         * tests/check/elements/.cvsignore:
400         * tests/check/elements/sunaudio.c: (GST_START_TEST),
401         (sunaudio_suite):
402           Very minimalistic unit test for sunaudiomixer element (compiles, but not
403           actually tested on a system where sunaudiomixer is available).
404
405 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
406
407         * tests/check/Makefile.am:
408         Re-enable the states test and see if it works on the buildbots.
409
410 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
411
412         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
413         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
414         (gst_dvdec_change_state):
415         * ext/dv/gstdvdec.h:
416         Infer pixel-aspect-ratio from the video frame format if it isn't
417         provided by the container, as happens when playing DV from AVI
418         or Quicktime containers.
419
420         Patch by: Wim Taymans <wim@fluendo.com>
421         Fixes #380944
422
423 2007-03-09  Wim Taymans  <wim@fluendo.com>
424
425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
426         When activated, remove the udpsrc timeout, we have dataflow and timeouts
427         will later be handled by the jitterbuffer.
428
429 2007-03-09  Wim Taymans  <wim@fluendo.com>
430
431         * ext/taglib/gstid3v2mux.cc:
432         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
433         Fixes #414496.
434         
435         Patch by: Alex Lancaster <alexl at users sourceforge net>
436
437 2007-03-09  Wim Taymans  <wim@fluendo.com>
438
439         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
440         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
441         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
442         (gst_avi_demux_chain):
443         Fix stream position reporting after a seek. Fixes #416445.
444
445 2007-03-08  Wim Taymans  <wim@fluendo.com>
446
447         Patch by: René Stadler <mail at renestadler dot de>
448
449         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
450         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
451         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
452         Make avidemux accept optional header chunks in any order.
453         Fixes #415446.
454
455 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
456
457         * tests/check/Makefile.am:
458         Disable the states check until the remaining Valgrind errors
459         are fixed or suppressed.
460
461 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
462
463         * tests/check/elements/.cvsignore:
464           Add audiodynamic check to .cvsignore
465
466 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
467
468         reviewed by: Stefan Kost  <ensonic@users.sf.net>
469
470         * gst/audiofx/Makefile.am:
471         * gst/audiofx/audiodynamic.c:
472         (gst_audio_dynamic_characteristics_get_type),
473         (gst_audio_dynamic_mode_get_type),
474         (gst_audio_dynamic_set_process_function),
475         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
476         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
477         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
478         (gst_audio_dynamic_transform_hard_knee_compressor_int),
479         (gst_audio_dynamic_transform_hard_knee_compressor_float),
480         (gst_audio_dynamic_transform_soft_knee_compressor_int),
481         (gst_audio_dynamic_transform_soft_knee_compressor_float),
482         (gst_audio_dynamic_transform_hard_knee_expander_int),
483         (gst_audio_dynamic_transform_hard_knee_expander_float),
484         (gst_audio_dynamic_transform_soft_knee_expander_int),
485         (gst_audio_dynamic_transform_soft_knee_expander_float),
486         (gst_audio_dynamic_transform_ip):
487         * gst/audiofx/audiodynamic.h:
488         * gst/audiofx/audiofx.c: (plugin_init):
489         Add new audiodynamic element which can act as a compressor or
490         expander. Supported are hard-knee and soft-knee operation modes with
491         user-specified ratio and threshold.
492         Attack and release parameters are not yet implemented but will follow.
493         * docs/plugins/Makefile.am:
494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
496         * docs/plugins/gst-plugins-good-plugins.args:
497         * docs/plugins/inspect/plugin-audiofx.xml:
498         Integrate audiodynamic into the docs.
499         * tests/check/Makefile.am:
500         * tests/check/elements/audiodynamic.c: (setup_dynamic),
501         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
502         Add unit test for audiodynamic.
503
504 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
505
506         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
507         Free handles that we allocated when exiting via the error paths.
508
509 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
510
511         * gst/level/gstlevel.c: (gst_level_class_init),
512         (gst_level_set_caps), (gst_level_start), (gst_level_event),
513         (gst_level_transform_ip):
514         * gst/level/gstlevel.h:
515           Resolve message timestamps against the playback segment.
516
517 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
518
519         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
520         (gst_id3demux_sink_activate):
521           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
522           caps passed to it (previously one code path assumed it took ownership
523           while another one assumed it didn't, while in fact it sometimes did and
524           sometimes didn't ...).
525
526         * configure.ac:
527         * tests/files/Makefile.am:
528         * tests/files/id3-407349-1.tag:
529         * tests/files/id3-407349-2.tag:
530           Add directory where data for unit tests can be stored.
531
532         * tests/Makefile.am:
533         * tests/check/Makefile.am:
534         * tests/check/elements/.cvsignore:
535         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
536         (read_tags_from_file), (run_check_for_file),
537         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
538           Add unit test for id3demux, and in particular for bug #407349. Only
539           testing pull-mode for now; push mode doesn't work yet because the test
540           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
541
542 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * tests/check/Makefile.am:
545           Add missing backslash at end of line.
546
547 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
548
549         Trigger rebuild.
550
551 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
554         * gst/id3demux/id3tags.h:
555         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
556         (parse_obsolete_tdat_frame):
557           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
558           the four-digit number will be interpreted as a year, whereas it is
559           month and day in DDMM format. Instead, parse TDAT frames and fix up
560           the date in the GST_TAG_DATE tag later if we also extracted a year.
561           Fixes #407349.
562
563 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
564
565         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
566         (gst_switch_commit_new_kid):
567         Fix up the dispose logic so it doesn't leak, and fix setting of 
568         the child state so that we don't set a child to our current state 
569         just as we are changing it to something else.
570
571 2007-03-06  Wim Taymans  <wim@fluendo.com>
572
573         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
574         (gst_goom_chain):
575         * gst/goom/gstgoom.h:
576         Document, fix and improve goom adapter behaviour.
577         Fixes #407006.
578
579 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
580
581         * ext/esd/esdsink.c: (gst_esdsink_open):
582         Unref static pad template after using it.
583
584 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
585
586         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
587         (gst_switch_commit_new_kid):
588         Fix up the reference counting of the child elements.
589
590 2007-03-05  Wim Taymans  <wim@fluendo.com>
591
592         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
593         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
594         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
595         Fix encoding-name case.
596
597 2007-03-05  Wim Taymans  <wim@fluendo.com>
598
599         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
600         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
601         (gst_rtp_speex_depay_process):
602         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
603         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
604         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
605         (gst_rtp_speex_pay_change_state):
606         * gst/rtp/gstrtpspeexpay.h:
607         Fix speex (de)payloader. Fixes #358040.
608
609 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
610
611         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
612         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
613         Install fakesink in NULL by fixing some broken logic. This obviates
614         the need to manually set _IS_SINK.
615         Add some comments and remove a little cruft while I'm at it.
616
617 2007-03-05  Wim Taymans  <wim@fluendo.com>
618
619         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
620         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
621
622 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
623
624         * po/POTFILES.in:
625           Update.
626
627 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
628
629         * tests/check/Makefile.am:
630         Gah! Also disable gconfvideosink from the tests, otherwise
631         it will instantiate autovideosink, and dfbvideosink and
632         leak on the buildbots.
633
634 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
635
636         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
637         (gst_cdio_cdda_src_finalize):
638         Make sure we always destroy our libcdio handle.
639
640 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
641
642         * tests/check/Makefile.am:
643         Disable autovideosink so the buildbots don't barf over memory
644         leaked in the directfb sink.
645
646 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
647
648         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
649         Chain up in dispose
650
651 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
652
653         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
654         (gst_multipart_find_pad_by_mime):
655         Use gst_pad_new_from_static_template instead of
656         static_pad_template_get+pad_new.
657
658 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
659
660         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
661         Catch the case where no clock has been set.
662
663 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
664
665         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
666         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
667         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
668         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
669         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
670         (gst_gconf_audio_src_finalize), (do_toggle_element):
671         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
672         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
673         (do_toggle_element):
674         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
675         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
676         (gst_gconf_video_src_finalize), (do_toggle_element):
677         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
678         (gst_switch_sink_reset), (gst_switch_sink_set_child):
679         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
680         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
681         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
682         (gst_shout2send_init), (gst_shout2send_finalize):
683         * gst/debug/testplugin.c: (gst_test_class_init),
684         (gst_test_finalize):
685         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
686         (gst_flxdec_dispose):
687         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
688         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
690         (gst_rtspsrc_finalize):
691         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
692         * gst/rtsp/rtspextwms.h:
693         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
694         (gst_smpte_finalize):
695         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
696         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
697         (gst_udpsink_finalize):
698         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
699         (gst_wavparse_sink_activate):
700         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
701         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
702         (gst_oss_src_finalize):
703         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
704         * sys/v4l2/gstv4l2object.h:
705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
706         (gst_v4l2src_finalize):
707         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
708
709         Fix a bunch of leaks shown by the newly-added states test.
710
711 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
712
713         * ext/dv/gstdvdec.c: (gst_dvdec_init):
714         Use gst_pad_new_from_static_template instead of 
715         static_pad_template_get+pad_new.
716
717 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
718
719         Patch by: Loïc Minier <lool+gnome at via ecp fr>
720
721         * ext/libcaca/Makefile.am:
722         * gst/debug/Makefile.am:
723           Don't mix tabs and spaces (#414168).
724
725 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
726
727         * tests/check/generic/.cvsignore:
728           Ignore files to please buildbot.
729
730 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
731
732         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
733         (gst_wavparse_stream_data):
734           Unbreak my previous commit (swapped nominator & denominator). Tim,
735           thanks for spotting.
736
737 2007-03-02  Wim Taymans  <wim@fluendo.com>
738
739         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
740         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
741         (gst_cdio_cdda_src_finalize):
742         Small code cleanups.
743         Don't use pad_alloc as the base class cannot deal with the error codes.
744
745 2007-03-02  Wim Taymans  <wim@fluendo.com>
746
747         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
748         (gst_udpsrc_create):
749         Fix doc.
750
751 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
752
753         Patch by: René Stadler <mail@renestadler.de>
754
755         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
756         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
757         (gst_wavparse_stream_data):
758           Handle rounding better to not drop last sample frame. Fixes #356692
759
760 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
761
762         * tests/check/Makefile.am:
763         Disable cacasink from the states check too - it also calls exit(1)
764         on us when it can't find a terminal to talk to.
765
766 2007-03-02  Wim Taymans  <wim@fluendo.com>
767
768         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
769
770         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
771         (gst_udpsrc_create), (gst_udpsrc_set_property),
772         (gst_udpsrc_get_property):
773         * gst/udp/gstudpsrc.h:
774         Add support to strip proprietary headers. Fixes #350296.
775
776 2007-03-02  Wim Taymans  <wim@fluendo.com>
777
778         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
779         Fix compilation.
780
781 2007-03-02  Wim Taymans  <wim@fluendo.com>
782
783         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
784
785         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
786         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
787         (gst_rtp_mp2t_depay_set_property),
788         (gst_rtp_mp2t_depay_get_property):
789         * gst/rtp/gstrtpmp2tdepay.h:
790         Add support to strip off proprietary headers. Fixes #350278.
791
792 2007-03-02  Wim Taymans  <wim@fluendo.com>
793
794         * ext/hal/hal.c:
795         Fix compilation.
796
797 2007-03-02  Wim Taymans  <wim@fluendo.com>
798
799         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
800         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
801         (gst_sunaudiosrc_open):
802         * sys/sunaudio/gstsunaudiosrc.h:
803         Remove device-name from GstSunAudioSrc. Fixes #412597.
804
805 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
806
807         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
808         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
809         Having NULL as UDI previously selected the default sink/src. Change
810         this back but mention it in the debug output.
811         * ext/hal/hal.c: (gst_hal_get_alsa_element),
812         (gst_hal_get_oss_element), (gst_hal_get_string),
813         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
814         (gst_hal_get_audio_src):
815         * ext/hal/hal.h:
816         Refactor a bit, check all error conditions, greatly improve debugging
817         and fix some possible memory leaks. Also implement OSS support
818         and allow specifying an UDI that points to a real device. For this the
819         child device which supports ALSA (preferred) or OSS is used.
820         As a side effect this makes it impossible now to get a alsasink in
821         halaudiosrc and a alsasrc in halaudiosink.
822
823 2007-03-01  Wim Taymans  <wim@fluendo.com>
824
825         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
826         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
827         Errors from the udp sources are not fatal unless all of them are in
828         error.
829
830 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
831
832         * tests/check/Makefile.am:
833         Disable aasink in the states test. I suspect this is the element that
834         is calling exit(1) when it can't proceed.
835
836 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
837
838         * tests/check/Makefile.am:
839         Draw plugins in from the build tree sys/ dir, rather than picking
840         up the already installed versions.
841
842 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
843
844         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
845         Error out correctly when getting xcontext fails.
846
847 2007-03-01  Wim Taymans  <wim@fluendo.com>
848
849         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
850         Make state change to PAUSED NO_PREROLL because that's what it will be in
851         the future and rtspsrc relies on it.
852
853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
854         (gst_rtspsrc_change_state):
855         Don't error out when we don't get an error from the state change
856         function.
857
858 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
859
860         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
861         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
862           Check if the device UDI is set before trying to query HAL
863           about it and give a useful error message if it wasn't set.
864         * ext/hal/hal.c: (gst_hal_get_string):
865           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
866           gives an assertion failure in D-Bus when running with
867           DBUS_FATAL_WARNINGS=1.
868
869 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
870
871         * configure.ac:
872           Convert to new AG_GST style.
873
874 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
875
876         * tests/check/Makefile.am:
877         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
878           add test for states
879
880 2007-02-28  Wim Taymans  <wim@fluendo.com>
881
882         * tests/check/elements/.cvsignore:
883         Add new videofilter check to .cvsignore.
884
885 2007-02-28  Wim Taymans  <wim@fluendo.com>
886
887         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
888         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
889         (gst_avi_demux_loop), (gst_avi_demux_chain):
890         Fix combined flow return. Fixes #412608.
891
892 2007-02-28  Wim Taymans  <wim@fluendo.com>
893
894         * gst/videofilter/Makefile.am:
895         Dist header..
896
897 2007-02-28  Wim Taymans  <wim@fluendo.com>
898
899         * gst/videofilter/gstgamma.h:
900         Add header too.
901
902 2007-02-28  Wim Taymans  <wim@fluendo.com>
903
904         Patch by: Mark Nauwelaerts <manauw at skynet be>
905
906         * gst/videofilter/Makefile.am:
907         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
908         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
909         (gst_gamma_get_property), (gst_gamma_calculate_tables),
910         (oil_tablelookup_u8), (gst_gamma_set_caps),
911         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
912         Port gamma filter to 0.10. Fixes #412704.
913
914         * tests/check/Makefile.am:
915         * tests/check/elements/videofilter.c: (setup_filter),
916         (cleanup_filter), (check_filter), (GST_START_TEST),
917         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
918         Add unit tests for videofilters.
919
920 2007-02-28  Wim Taymans  <wim@fluendo.com>
921
922         * gst/rtsp/URLS:
923         Add another interesting test url.
924
925         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
926         Don't allow getting header fields from data packets.
927
928 2007-02-28  Michael Smith  <msmith@fluendo.com>
929
930         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
931         (gst_shout2send_init), (gst_shout2send_start),
932         (gst_shout2send_set_property), (gst_shout2send_get_property):
933         * ext/shout2/gstshout2.h:
934           Add a property for username.
935
936 2007-02-27  Christian Schallerr <christian@fluendo.com>
937
938         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
939
940 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
941
942         * gst/rtsp/Makefile.am:
943         Fix make check too.
944
945 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
946
947         * gst/rtsp/base64.c: (util_base64_encode):
948         * gst/rtsp/base64.h:
949         Commit missing files for base64 encoding.
950
951 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
952
953         Patch by: Loïc Minier <lool+gnome at via ecp fr>
954
955         * configure.ac:
956         * ext/annodex/Makefile.am:
957         * ext/jpeg/Makefile.am:
958         * ext/speex/Makefile.am:
959         * gst/alpha/Makefile.am:
960         * gst/cutter/Makefile.am:
961         * gst/debug/Makefile.am:
962         * gst/effectv/Makefile.am:
963         * gst/goom/Makefile.am:
964         * gst/level/Makefile.am:
965         * gst/smpte/Makefile.am:
966         * gst/videofilter/Makefile.am:
967           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
968
969 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
970
971         * gst/rtsp/Makefile.am:
972         * gst/rtsp/rtspconnection.c: (append_auth_header),
973         (rtsp_connection_send), (rtsp_connection_set_auth):
974         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
975         from icecast to replace it. Relicensed from GPL courtesy of Mike
976         Smith.
977
978 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
979
980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
981         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
982         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
983         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
984         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
985         (gst_rtspsrc_uri_set_uri):
986         * gst/rtsp/gstrtspsrc.h:
987         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
988         (append_auth_header), (rtsp_connection_send),
989         (rtsp_connection_free), (rtsp_connection_set_auth):
990         * gst/rtsp/rtspconnection.h:
991         * gst/rtsp/rtspdefs.h:
992         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
993         * gst/rtsp/rtspurl.h:
994
995         Implement simple Basic Authentication support so that urls like
996         rtsp://user:pass@hostname/rtspstream work on hosts that require
997         authentication.
998
999 >>>>>>> 1.2755
1000 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
1001
1002         * sys/v4l2/gstv4l2object.c:
1003         * sys/v4l2/gstv4l2tuner.c:
1004         * sys/v4l2/v4l2_calls.c:
1005         Fix segfault when oppening a radio device.
1006         
1007 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
1008
1009         * gst/level/gstlevel.c: (gst_level_set_caps),
1010         (gst_level_transform_ip):
1011         * sys/v4l2/README:
1012         * tests/check/elements/level.c: (GST_START_TEST):
1013           Fix level for multi-channel case.
1014
1015 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
1018         (gst_level_transform_ip):
1019         * gst/level/gstlevel.h:
1020           Use function pointer for process function and add process functions
1021           for float audio.
1022
1023 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
1024
1025         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1026         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
1027         (gst_v4l2src_capture_init):
1028           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
1029           fixes #407369
1030
1031 2007-02-18  Wim Taymans  <wim@fluendo.com>
1032
1033         * gst/rtp/Makefile.am:
1034         * gst/rtp/gstrtp.c: (plugin_init):
1035         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
1036         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
1037         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
1038         (gst_rtp_mp2t_pay_plugin_init):
1039         * gst/rtp/gstrtpmp2tpay.h:
1040         Added simple mpeg transport stream payloader.
1041
1042 2007-02-16  Wim Taymans  <wim@fluendo.com>
1043
1044         * gst/rtsp/URLS:
1045         Add example H264 rtsp url.
1046
1047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
1048         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1049         Don't convert values to lowercase or we might mess up base64 encoded
1050         properties.
1051
1052 2007-02-16  Wim Taymans  <wim@fluendo.com>
1053
1054         * gst/rtp/README:
1055         Fix case of string params.
1056
1057         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
1058         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
1059         Fix depayloader, support more packet types.
1060         Add sync codes to make sure the packetizer can do its job.
1061
1062         * gst/rtp/gstrtpmp4gdepay.c:
1063         * gst/rtp/gstrtpmp4gpay.c:
1064         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
1065         Fix caps case again.
1066
1067 2007-02-15  Wim Taymans  <wim@fluendo.com>
1068
1069         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
1070         Set right caps on output buffers.
1071
1072 2007-02-14  Wim Taymans  <wim@fluendo.com>
1073
1074         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
1075         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
1076         Clear stack allocated SDPMedia struct before calling _init() on it.
1077         Clarify this in the docs as well.
1078
1079 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
1080
1081         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
1082         (do_change_child):
1083         Don't reset the profile when going switching states, as it makes
1084         the element non-reusable.
1085
1086 2007-02-14  Wim Taymans  <wim@fluendo.com>
1087
1088         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
1089         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
1090         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
1091         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
1092         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
1093         (sdp_parse_line):
1094         * gst/rtsp/sdpmessage.h:
1095         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
1096         Fix memory management of SDP messages. Fixes #407793.
1097
1098 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
1099
1100         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
1101
1102         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
1103         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
1104
1105 2007-02-14  Wim Taymans  <wim@fluendo.com>
1106
1107         Patch by: jp.liu <jp_liu at astrocom dot cn>
1108
1109         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
1110         Fix parsing of password field in url. Fixes #407797.
1111
1112 2007-02-14  Wim Taymans  <wim@fluendo.com>
1113
1114         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1115         (gst_wavparse_reset), (gst_wavparse_init),
1116         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
1117         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
1118         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
1119         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
1120         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
1121         (gst_wavparse_loop), (gst_wavparse_chain),
1122         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1123         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
1124         (plugin_init):
1125         * gst/wavparse/gstwavparse.h:
1126         Update docs.
1127         Use boilerplate.
1128         Various code cleanups.
1129         When the bitrate is not known (bps == 0 or compressed formats) let
1130         downstream element guestimate the duration and position and don't
1131         generate timestamps or durations. Fixes #405213.
1132         Fix EOS and ERROR conditions in chain mode, we just need to forward the
1133         error flowreturn upstream.
1134
1135 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
1136
1137         * ext/gconf/Makefile.am:
1138         * ext/gconf/gconf.c: (gst_gconf_get_string),
1139         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
1140         (gst_gconf_render_bin_with_default):
1141         * ext/gconf/gconf.h:
1142         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
1143         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
1144         (gst_gconf_audio_sink_dispose), (do_change_child),
1145         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
1146         (cb_change_child), (gst_gconf_audio_sink_change_state):
1147         * ext/gconf/gstgconfaudiosink.h:
1148         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
1149         (gst_switch_sink_class_init), (gst_switch_sink_reset),
1150         (gst_switch_sink_init), (gst_switch_sink_dispose),
1151         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
1152         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
1153         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
1154         * ext/gconf/gstswitchsink.h:
1155         * gst/autodetect/gstautoaudiosink.c:
1156         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1157         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
1158         (gst_auto_audio_sink_detect):
1159         * gst/autodetect/gstautovideosink.c:
1160         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1161         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
1162         (gst_auto_video_sink_detect):
1163         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
1164         and a child that implements the GConf key monitoring. The end goal of
1165         this is an audio sink that can be changed on the fly, but at the 
1166         moment it still only changes on the next READY transition.
1167
1168 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1169
1170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1171         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
1172         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
1173         (gst_avi_demux_calculate_durations_from_index),
1174         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
1175         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
1176         (gst_avi_demux_loop):
1177           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
1178
1179 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * configure.ac:
1182         * docs/plugins/Makefile.am:
1183           Add crossreferences to glib/gobject/gstream docs.
1184
1185 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * gst/monoscope/Makefile.am:
1188         * gst/monoscope/gstmonoscope.c:
1189           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
1190           (but no LIBS, since we only use defines from the headers).
1191
1192 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1193
1194         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
1195
1196         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
1197         (gst_wavparse_stream_data):
1198           Fix massive memory leak when operating in streaming mode due to
1199           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
1200           Fixes #407057.
1201
1202 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1203
1204         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1205         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
1206         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
1207         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
1208         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
1209         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
1210         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
1211         (gst_avi_demux_calculate_durations_from_index),
1212         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
1213         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
1214         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1215         * gst/avi/gstavidemux.h:
1216           Save some memory (8%) by repacking the index entry structure (more to
1217           come). Add more FIXMEs to questionable parts.
1218
1219 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1220
1221         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
1222         (gst_v4l2src_get_caps):
1223         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1224         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
1225         (gst_v4l2src_capture_init):
1226           More FIXME comments and messaging changes.
1227
1228 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1229
1230         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
1231         (gst_goom_change_state):
1232         * gst/goom/gstgoom.h:
1233           Improved docs and use GST_DEBUG_FUNCPTR.
1234
1235         * gst/level/gstlevel.c: (gst_level_class_init):
1236           Use GST_DEBUG_FUNCPTR.
1237
1238         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
1239         (gst_monoscope_chain), (gst_monoscope_change_state):
1240           Improved docs source cleanups.
1241
1242 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1243
1244         * gst/debug/Makefile.am:
1245         * gst/debug/gstdebug.c: (plugin_init):
1246         * gst/debug/gstpushfilesrc.c:
1247         * gst/debug/gstpushfilesrc.h:
1248           Add code for a pushfilesrc element that implements a pushfile:// URI
1249           handler, to make debugging push-mode operation of demuxer/decoders
1250           that support both easier in connection with seek/playbin/etc.
1251           The element isn't registered at the moment.
1252
1253 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
1254
1255         * gst/avi/gstavimux.c:
1256           Comment a #if 0 in caps template definition as VS6 seems to 
1257         do not support it.
1258         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
1259           Use gst_guint64_to_gdouble for conversion.
1260         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
1261           Move variables declaration before the first instruction.
1262         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
1263           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
1264           And don't include netdb.h for G_OS_WIN32
1265         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
1266           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
1267           by VS6 then use an other way to initialize SDPMedia structure.
1268         * gst/udp/gstdynudpsink.h:
1269         * gst/udp/gstdynudpnetutils.h:
1270           Do not include <sys/time.h> for G_OS_WIN32
1271         * gst/udp/gstudpsrc.c:
1272           Define socklen_t as int for G_OS_WIN32
1273         * win/common/config.h.in:
1274           Undef HAVE_NETINET_IN_H
1275         * win32/vs6/gst_plugins_good.dsw:
1276         * win32/vs6/libgstrtp.dsp:
1277         * win32/vs6/libgstrtsp.dsp:
1278         * win32/vs6/libgstautogen.dsp:
1279         * win32/vs6/libgstaudiofx.dsp:
1280         * win32/vs6/libgstudp.dsp:
1281           Add and update project files.
1282         * win32/common/gstudp-enumtypes.c:
1283         * win32/common/gstudp-enumtypes.h:
1284           Add a copy of udp enumtypes to win32/common as in core 
1285           and base.
1286         
1287 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * configure.ac:
1290           Activate monoscope when building with --enable-experimental. Fix
1291           --enable-external configure switch description.
1292
1293         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
1294         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
1295           Help gst-indent.
1296
1297 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1298
1299         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1300           Explicitly cast result of pointer arithmetic to integer in order to
1301           avoid compiler warnings on some 64-bit systems. Should fix #406018.
1302
1303 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst/debug/progressreport.c:
1306           Some more docs.
1307
1308 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * docs/plugins/inspect/plugin-rtp.xml:
1311           Update for new elements.
1312
1313         * gst/debug/progressreport.h:
1314           Commit newly-created header file as well.
1315
1316 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * docs/plugins/Makefile.am:
1319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1320         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1321         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1322         * gst/debug/Makefile.am:
1323         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
1324         (gst_progress_report_do_query), (gst_progress_report_report):
1325           Make progressreport element post messages with the current progress
1326           on the bus. Also add some basic docs for it.
1327
1328 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * ext/hal/hal.c: (gst_hal_get_string):
1331         * ext/hal/hal.h:
1332           Some small cleanups; deal with errors when parsing the HAL ALSA
1333           capabilities a bit better.
1334
1335 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
1338           Let's try this again and use the right cast this time.
1339
1340 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1341
1342         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
1343           Add cast to avoid compiler warnings with older GLib versions
1344           where the nick/name members in GEnumValue are not declared as
1345           constant strings.
1346
1347 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
1350         (gst_gconf_render_bin_from_key),
1351         (gst_gconf_get_default_audio_sink):
1352         * ext/gconf/gconf.h:
1353         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
1354         (do_toggle_element), (gst_gconf_audio_sink_set_property),
1355         (gst_gconf_audio_sink_get_property):
1356           In gconfaudiosink, get the right key as the old key in do_toggle
1357           (ie. one dependent on the profile selected). Log some more stuff so
1358           we can see what's actually going on.
1359
1360 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
1361
1362         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
1363         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
1364         (gst_audio_amplify_set_process_function),
1365         (gst_audio_amplify_setup):
1366         * gst/audiofx/audioamplify.h:
1367         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
1368         (gst_audio_invert_class_init), (gst_audio_invert_setup):
1369         * gst/audiofx/audioinvert.h:
1370         Some small cleanups and port both elements to the new GstAudioFilter
1371         base class to save a few lines of common code.
1372         * gst/audiofx/Makefile.am:
1373         Link against libgstaudio for the above changes
1374
1375 2007-01-29  Wim Taymans  <wim@fluendo.com>
1376
1377         * tests/check/elements/.cvsignore:
1378         Some more ignores.
1379
1380 2007-01-26  Wim Taymans  <wim@fluendo.com>
1381
1382         Patch by: charles <charlesg3 at gmail dot com>
1383
1384         * ext/shout2/gstshout2.c: (gst_shout2send_init),
1385         (set_shout_metadata), (gst_shout2send_event):
1386         * ext/shout2/gstshout2.h:
1387         Properly handle tags in shout2send. Fixes #399825.
1388
1389 2007-01-25  Wim Taymans  <wim@fluendo.com>
1390
1391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
1392         (gst_rtspsrc_activate_streams):
1393         Convert SDP fields to upper/lowercase following the rules in the SDP to
1394         caps document. 
1395
1396 2007-01-25  Wim Taymans  <wim@fluendo.com>
1397
1398         * gst/rtp/README:
1399         * gst/rtp/gstrtpilbcdepay.c:
1400         * gst/rtp/gstrtpilbcpay.c:
1401         * gst/rtp/gstrtpmp4gdepay.c:
1402         * gst/rtp/gstrtpmp4gpay.c:
1403         * gst/rtp/gstrtpspeexdepay.c:
1404         * gst/rtp/gstrtpspeexpay.c:
1405         * gst/rtp/gstrtpsv3vdepay.c:
1406         * gst/rtp/gstrtptheoradepay.c:
1407         * gst/rtp/gstrtptheorapay.c:
1408         * gst/rtp/gstrtpvorbisdepay.c:
1409         * gst/rtp/gstrtpvorbispay.c:
1410         Fix case of encoding-name and key/value pairs to match the document.
1411         This is to make interoperation with SDP case-insensitive as required by
1412         the relevant RFCs.
1413
1414 2007-01-25  Wim Taymans  <wim@fluendo.com>
1415
1416         * configure.ac:
1417         Bump required -core/-base to CVS
1418
1419 2007-01-25  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1422         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
1423         * gst/rtp/gstrtpL16pay.h:
1424         Fill up to MTU using adapter.
1425         Timestamp rtp packets.
1426
1427 2007-01-25  Edward Hervey  <edward@fluendo.com>
1428
1429         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
1430         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
1431         Use G_GSIZE_FORMAT in print statements for portability.
1432         Fixes build on macosx.
1433
1434 2007-01-24  Wim Taymans  <wim@fluendo.com>
1435
1436         * gst/rtp/Makefile.am:
1437         * gst/rtp/gstrtp.c: (plugin_init):
1438         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
1439         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
1440         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
1441         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
1442         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
1443         (gst_rtp_L16_depay_plugin_init):
1444         * gst/rtp/gstrtpL16depay.h:
1445         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
1446         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
1447         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
1448         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
1449         (gst_rtp_L16_pay_plugin_init):
1450         * gst/rtp/gstrtpL16pay.h:
1451         Port and enable raw audio payloader/depayloader. Needs a bit more work
1452         on the payloader side.
1453
1454 2007-01-24  Wim Taymans  <wim@fluendo.com>
1455
1456         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
1457         (gst_rtspsrc_stream_configure_transport),
1458         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
1459         * gst/rtsp/gstrtspsrc.h:
1460         Only unblock the udp pads when we linked and activated them all.
1461         Fixes #395688.
1462
1463 2007-01-24  Wim Taymans  <wim@fluendo.com>
1464
1465         * gst/rtp/Makefile.am:
1466         * gst/rtp/gstrtp.c: (plugin_init):
1467         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
1468         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
1469         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
1470         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
1471         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
1472         * gst/rtp/gstrtpac3depay.h:
1473         Added simple AC3 depayloader (RFC 4184).
1474
1475         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
1476         Fix a leak.
1477
1478 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
1479
1480         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1481
1482         * gst/audiofx/Makefile.am:
1483         * gst/audiofx/audioamplify.c:
1484         (gst_audio_amplify_clipping_method_get_type),
1485         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
1486         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
1487         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
1488         (gst_audio_amplify_set_caps),
1489         (gst_audio_amplify_transform_int_clip),
1490         (gst_audio_amplify_transform_int_wrap_negative),
1491         (gst_audio_amplify_transform_int_wrap_positive),
1492         (gst_audio_amplify_transform_float_clip),
1493         (gst_audio_amplify_transform_float_wrap_negative),
1494         (gst_audio_amplify_transform_float_wrap_positive),
1495         (gst_audio_amplify_transform_ip):
1496         * gst/audiofx/audioamplify.h:
1497         * gst/audiofx/audiofx.c: (plugin_init):
1498         Add new element "audioamplify". This allows scaling of raw audio
1499         samples, similar to the "volume" element, but provides different modes
1500         for clipping and allows unlimited amplification. It's mainly targeted
1501         for creative sound design and not as a replacement of the "volume"
1502         element. Fixes #397162
1503         * docs/plugins/Makefile.am:
1504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1506         * docs/plugins/gst-plugins-good-plugins.args:
1507         * docs/plugins/inspect/plugin-audiofx.xml:
1508         Add docs for audioamplify and integrate them into the build system
1509         * tests/check/Makefile.am:
1510         * tests/check/elements/audioamplify.c: (setup_amplify),
1511         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
1512         Add fairly extensive unit test suite for audioamplify
1513
1514 2007-01-24  Wim Taymans  <wim@fluendo.com>
1515
1516         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
1517         Unblock pads after adding the pads to the element so that autopluggers
1518         get a change to link something. Possibly fixes #395688.
1519
1520 2007-01-24  Wim Taymans  <wim@fluendo.com>
1521
1522         * gst/rtp/gstrtpamrdepay.c:
1523         * gst/rtp/gstrtpgsmdepay.c:
1524         * gst/rtp/gstrtph263pdepay.c:
1525         * gst/rtp/gstrtph263ppay.c:
1526         * gst/rtp/gstrtph264depay.c:
1527         * gst/rtp/gstrtpilbcdepay.c:
1528         * gst/rtp/gstrtpmp2tdepay.c:
1529         * gst/rtp/gstrtpmp4gdepay.c:
1530         * gst/rtp/gstrtpmp4gpay.c:
1531         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
1532         * gst/rtp/gstrtpmp4vpay.c:
1533         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
1534         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
1535         (gst_rtp_mpa_depay_process):
1536         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
1537         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
1538         * gst/rtp/gstrtppcmadepay.c:
1539         * gst/rtp/gstrtppcmudepay.c:
1540         * gst/rtp/gstrtpspeexdepay.c:
1541         * gst/rtp/gstrtpspeexpay.c:
1542         * gst/rtp/gstrtpsv3vdepay.c:
1543         * gst/rtp/gstrtptheoradepay.c:
1544         * gst/rtp/gstrtptheorapay.c:
1545         * gst/rtp/gstrtpvorbisdepay.c:
1546         * gst/rtp/gstrtpvorbispay.c:
1547         Fix caps with payload numbers.
1548         Add some fixed payload numbers to caps when possible.
1549
1550 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
1551
1552         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1553
1554         * gst/audiofx/Makefile.am:
1555         * gst/audiofx/audiofx.c: (plugin_init):
1556         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
1557         (gst_audio_invert_class_init), (gst_audio_invert_init),
1558         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
1559         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
1560         (gst_audio_invert_transform_float),
1561         (gst_audio_invert_transform_ip):
1562         * gst/audiofx/audioinvert.h:
1563         Add new audiofx element "audioinvert". This element swaps the upper
1564         and lower half of samples and can be used for example for a
1565         wide-stereo effect. Fixes #396057
1566         * docs/plugins/Makefile.am:
1567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1569         * docs/plugins/gst-plugins-good-plugins.args:
1570         * docs/plugins/inspect/plugin-audiofx.xml:
1571         Add docs for the audioinvert element and add them to the build system.
1572         * tests/check/Makefile.am:
1573         * tests/check/elements/audioinvert.c: (setup_invert),
1574         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
1575         Add unit test suite for the audioinvert element.
1576
1577 2007-01-23  Wim Taymans  <wim@fluendo.com>
1578
1579         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
1580         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
1581         Parse config params as string and int.
1582         Parse and use AU header length
1583
1584 2007-01-23  Wim Taymans  <wim@fluendo.com>
1585
1586         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
1587         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
1588         * gst/smpte/gstmask.c: (_gst_mask_register):
1589         * gst/smpte/gstmask.h:
1590         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
1591         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
1592         (gst_smpte_paint_triangle_clock):
1593         constify some static structs.
1594         Don't update the mask if nothing changed to the params.
1595         Make sure we never draw outside of the picture. Fixes #398325.
1596
1597 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
1600           Error out properly when pull_range fails while we're reading the
1601           headers, instead of just pausing the task silently. Fixes #399338.
1602
1603 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1604
1605         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
1606           Some more sanity checks to make sure the input formats match and the
1607           input pads are actually negotiated, in case someone tries to feed
1608           buffers from fakesrc or filesrc. Fixes #398299.
1609           Also const-ify an array, just because we can.
1610
1611 2007-01-19  Edward Hervey  <edward@fluendo.com>
1612
1613         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
1614         Ignore previous commit, that was only valid for widths and heights
1615         that are multiples of 4.
1616         Copy over size/stride macros from jpegdec. This allows the element
1617         to work with any width,height...
1618         ... but puts in evidence that the actual transformations only work
1619         with width/height that are multiples of 4.
1620
1621 2007-01-19  Edward Hervey  <edward@fluendo.com>
1622
1623         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
1624         Allocate buffers of the right size.
1625         The proper size of a I420 buffer in bytes is:
1626         
1627             width * height * 3
1628             ------------------
1629                     2
1630
1631 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         * gst/smpte/gstsmpte.c: (gst_smpte_init):
1634           Proxy getcaps on sink pads too, so that we either end up with the
1635           same dimensions on all pads or error out if that's not possible
1636           (seems to work even!). Fixes #398086, I think.
1637
1638 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1639
1640         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1641         * docs/plugins/gst-plugins-good-plugins.args:
1642         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1643           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
1644           fix integer properties with -1 as minimum value.
1645
1646         * docs/plugins/inspect/plugin-1394.xml:
1647         * docs/plugins/inspect/plugin-aasink.xml:
1648         * docs/plugins/inspect/plugin-alaw.xml:
1649         * docs/plugins/inspect/plugin-alpha.xml:
1650         * docs/plugins/inspect/plugin-alphacolor.xml:
1651         * docs/plugins/inspect/plugin-annodex.xml:
1652         * docs/plugins/inspect/plugin-apetag.xml:
1653         * docs/plugins/inspect/plugin-audiofx.xml:
1654         * docs/plugins/inspect/plugin-auparse.xml:
1655         * docs/plugins/inspect/plugin-autodetect.xml:
1656         * docs/plugins/inspect/plugin-avi.xml:
1657         * docs/plugins/inspect/plugin-cacasink.xml:
1658         * docs/plugins/inspect/plugin-cairo.xml:
1659         * docs/plugins/inspect/plugin-cdio.xml:
1660         * docs/plugins/inspect/plugin-cutter.xml:
1661         * docs/plugins/inspect/plugin-debug.xml:
1662         * docs/plugins/inspect/plugin-dv.xml:
1663         * docs/plugins/inspect/plugin-efence.xml:
1664         * docs/plugins/inspect/plugin-effectv.xml:
1665         * docs/plugins/inspect/plugin-esdsink.xml:
1666         * docs/plugins/inspect/plugin-flac.xml:
1667         * docs/plugins/inspect/plugin-flxdec.xml:
1668         * docs/plugins/inspect/plugin-gconfelements.xml:
1669         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1670         * docs/plugins/inspect/plugin-goom.xml:
1671         * docs/plugins/inspect/plugin-halelements.xml:
1672         * docs/plugins/inspect/plugin-icydemux.xml:
1673         * docs/plugins/inspect/plugin-id3demux.xml:
1674         * docs/plugins/inspect/plugin-jpeg.xml:
1675         * docs/plugins/inspect/plugin-level.xml:
1676         * docs/plugins/inspect/plugin-matroska.xml:
1677         * docs/plugins/inspect/plugin-mulaw.xml:
1678         * docs/plugins/inspect/plugin-multipart.xml:
1679         * docs/plugins/inspect/plugin-navigationtest.xml:
1680         * docs/plugins/inspect/plugin-ossaudio.xml:
1681         * docs/plugins/inspect/plugin-png.xml:
1682         * docs/plugins/inspect/plugin-rtp.xml:
1683         * docs/plugins/inspect/plugin-rtsp.xml:
1684         * docs/plugins/inspect/plugin-shout2send.xml:
1685         * docs/plugins/inspect/plugin-smpte.xml:
1686         * docs/plugins/inspect/plugin-speex.xml:
1687         * docs/plugins/inspect/plugin-taglib.xml:
1688         * docs/plugins/inspect/plugin-udp.xml:
1689         * docs/plugins/inspect/plugin-videobalance.xml:
1690         * docs/plugins/inspect/plugin-videobox.xml:
1691         * docs/plugins/inspect/plugin-videoflip.xml:
1692         * docs/plugins/inspect/plugin-videomixer.xml:
1693         * docs/plugins/inspect/plugin-wavenc.xml:
1694         * docs/plugins/inspect/plugin-wavparse.xml:
1695         * docs/plugins/inspect/plugin-ximagesrc.xml:
1696           Update to CVS.
1697
1698 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
1699
1700         Patch by: Sebastian Dröge <slomo circular-chaos org>
1701
1702         * gst/audiofx/audiopanorama.c:
1703           Fix doc section name (Fixes #397946)
1704
1705 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * sys/v4l2/gstv4l2object.c:
1708         (gst_v4l2_object_install_properties_helper),
1709         (gst_v4l2_object_set_property_helper),
1710         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
1711         * sys/v4l2/gstv4l2object.h:
1712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1713         (gst_v4l2src_init), (gst_v4l2src_set_property),
1714         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
1715         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1716         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
1717         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1718         (gst_v4l2src_capture_deinit):
1719           Fix EIO handing when capturing. Add new property to specify the number of
1720           buffers to enque (and remove the borked num-buffers usage).
1721
1722 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1723
1724         Patch by: Sebastian Dröge <slomo circular-chaos org>
1725
1726         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
1727         (gst_audio_panorama_set_process_function):
1728           Use a function array for process methods, add more docs and define the
1729           startindex of enums.
1730
1731 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         Patch by: Mark Nauwelaerts <manauw at skynet be>
1734
1735         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
1736         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
1737         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
1738         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
1739         (gst_avi_mux_riff_get_avi_header),
1740         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
1741         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
1742         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
1743         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
1744         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
1745         (gst_avi_mux_change_state):
1746         * gst/avi/gstavimux.h:
1747         * tests/check/elements/avimux.c: (teardown_src_pad):
1748           Add support for more than one audio stream; write better AVIX
1749           header; refactor code a bit; don't announce vorbis caps on our audio
1750           sink pads since we don't support it anyway. Closes #379298.
1751
1752 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         Patch by: Sebastian Dröge <slomo circular-chaos org>
1755
1756         * gst/audiofx/audiopanorama.c:
1757         (gst_audio_panorama_method_get_type),
1758         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
1759         (gst_audio_panorama_set_process_function),
1760         (gst_audio_panorama_set_property),
1761         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
1762         (gst_audio_panorama_transform_m2s_int_simple),
1763         (gst_audio_panorama_transform_s2s_int_simple),
1764         (gst_audio_panorama_transform_m2s_float_simple),
1765         (gst_audio_panorama_transform_s2s_float_simple):
1766         * gst/audiofx/audiopanorama.h:
1767           Add 'method' property and provide a simple (non-psychoacustic)
1768           processing method (#394859).
1769
1770         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
1771         (panorama_suite):
1772           Tests for new method.
1773
1774 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
1777         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
1778           Set correct caps on outgoing pulled buffers, or things blow up
1779           after recent core changes.
1780
1781 2007-01-11  Wim Taymans  <wim@fluendo.com>
1782
1783         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
1784
1785         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
1786         (gst_multipart_mux_request_new_pad),
1787         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
1788         (gst_multipart_mux_change_state):
1789         Return FLOW errors ASAP. Fixes #394977.
1790         Misc cleanups.
1791
1792 2007-01-11  Wim Taymans  <wim@fluendo.com>
1793
1794         Patch by: Lutz Mueller <lutz at topfrose dot de>
1795
1796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
1797         Check for stream pad before activating. 
1798
1799 2007-01-10  Wim Taymans  <wim@fluendo.com>
1800
1801         Patch by: Peter Kjellerstedt  <pkj at axis com>
1802
1803         * gst/rtsp/COPYING.MIT:
1804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1805         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
1806         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
1807         (gst_rtspsrc_stream_configure_transport),
1808         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1809         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
1810         (gst_rtspsrc_parse_methods),
1811         (gst_rtspsrc_create_transports_string),
1812         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1813         (gst_rtspsrc_open), (gst_rtspsrc_close):
1814         * gst/rtsp/gstrtspsrc.h:
1815         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1816         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
1817         (parse_request_line), (parse_line), (rtsp_connection_read),
1818         (rtsp_connection_close):
1819         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
1820         (rtsp_method_as_text), (rtsp_header_as_text),
1821         (rtsp_status_as_text), (rtsp_find_header_field),
1822         (rtsp_find_method):
1823         * gst/rtsp/rtspdefs.h:
1824         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
1825         (rtsp_ext_wms_configure_stream):
1826         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
1827         (rtsp_message_new_request), (rtsp_message_init_request),
1828         (rtsp_message_new_response), (rtsp_message_init_response),
1829         (rtsp_message_init_data), (rtsp_message_unset),
1830         (rtsp_message_free), (rtsp_message_add_header),
1831         (rtsp_message_get_header), (rtsp_message_set_body),
1832         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
1833         * gst/rtsp/rtspmessage.h:
1834         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
1835         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
1836         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
1837         (sdp_message_dump):
1838         Allow url to be NULL to be able to use it for server connections.
1839         Can now send responses as well as requests.
1840         No longer hangs in an endless loop if EOF is received.
1841         Can now convert a status code to a text string.
1842         Return RTSP_HDR_INVALID for unknown headers.
1843         Return RTSP_INVALID for unknown methods.
1844         Copy CSeq and Session headers from the request.
1845         Only free memory corresponding to the currently set message type.
1846         Added const to function arguments as appropriate.
1847         Avoid a compiler warning when initializing nmedia.
1848         Use guint rather than gint to avoid compiler warnings.
1849         Fix crasher in wms extension.
1850         Factor out stream setup from open_connection.
1851         Delay activation of streams when actual data is received from the
1852         server, this prepares us to do proper protocol switching.
1853         Added new license.
1854         Fixes #380895.
1855
1856
1857 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         Patch by: Sebastian Dröge <slomo ubuntu com>
1860
1861         * docs/plugins/Makefile.am:
1862         * gst/audiofx/audiopanorama.c:
1863           Some small docs fixes (#394851).
1864
1865 2007-01-09  Wim Taymans  <wim@fluendo.com>
1866
1867         * gst/avi/gstavidemux.c:
1868         Fix docs.
1869
1870 2007-01-09  Wim Taymans  <wim@fluendo.com>
1871
1872         * gst/rtp/Makefile.am:
1873         * gst/rtp/gstrtp.c: (plugin_init):
1874         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
1875         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
1876         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
1877         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
1878         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
1879         * gst/rtp/gstrtpmpvdepay.h:
1880           Added RFC 2250 MPEG Video Depayloader.
1881
1882         * gst/rtp/gstrtpL16depay.h:
1883         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1884         (gst_rtp_h263p_depay_process):
1885         Fix Header file. Small cleanups.
1886
1887         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
1888         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
1889         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
1890         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
1891         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
1892         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
1893         (gst_rtp_mp4v_depay_change_state):
1894         Remove usused code. Remove Adapter from state Change. Added debug.
1895
1896         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
1897         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
1898         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
1899         * gst/rtp/gstrtpmpadepay.h:
1900         Subclass base depayloader.
1901         Added debug.
1902         Support static payload type assignment as well.
1903
1904         * gst/rtp/gstrtpmpapay.c:
1905         Fix caps.
1906
1907 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         Patch by: Vincent Torri  <vtorri at univ-evry fr>
1910
1911         * ext/jpeg/gstjpegdec.c:
1912         * ext/jpeg/gstjpegenc.c:
1913         * ext/jpeg/smokecodec.c:
1914           These libjpeg callbacks should return a 'boolean' (unsigned char
1915           apparently) and not a 'gboolean' (which maps to gint). Fixes
1916           warnings when compiling with MingW (#393427).
1917
1918         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
1919           Use ioctlsocket on win32.
1920
1921         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1922           Some printf format fixes for win32.
1923
1924 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1925
1926         * gst/cutter/gstcutter.c: (gst_cutter_chain):
1927           Use gst_guint64_to_gdouble for conversion.
1928         * win32/vs6/libgstmatroska.dsp:
1929           Add zlib to the link.
1930         * win32/vs6/libgstvideobox.dsp:
1931           Update liboil library name (project is linked to 
1932           liboil-0.3-0.lib now).
1933           
1934 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1935
1936         * gst/matroska/Makefile.am:
1937           If zlib is available and used, we must link it explicitly for
1938           things to work on MingW (fixes #392855).
1939
1940 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
1941
1942         * ext/esd/esdsink.c: (gst_esdsink_delay):
1943           Don't return bogus values when esd_get_delay() fails for some
1944           reason (#392189).
1945
1946 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
1947
1948         * sys/ximage/gstximagesrc.c: (composite_pixel):
1949           Fix presumably copy'n'pasto for 16bpp depth.
1950
1951 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst/matroska/matroska-mux.c:
1954         (gst_matroska_mux_audio_pad_setcaps):
1955           The "signed" field in audio caps is of boolean type, trying to use
1956           gst_structure_get_int() to extract it will fail. Fixing this makes
1957           matroskamux accept raw audio input (#387121) (use at your own risk
1958           though, due to the matroska spec being not entirely useful in this
1959           respect).
1960           Also fix up raw audio structures in template caps so that they
1961           represent what our setcaps function will actually accept, so that
1962           converters know what to convert to.
1963           Finally, don't fail if there isn't an "endianness" field in 8-bit
1964           PCM caps.
1965
1966 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1967
1968         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
1969         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
1970         * tests/check/elements/cmmldec.c: (setup_cmmldec),
1971         (teardown_cmmldec):
1972         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
1973         (teardown_cmmlenc):
1974         * tests/check/elements/level.c: (setup_level), (cleanup_level):
1975           reapply consistent pad (de)activation
1976
1977 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
1978
1979         * configure.ac:
1980         Back to CVS
1981
1982         * gst-plugins-good.doap:
1983         Add 0.10.5 doap entry
1984
1985 === release 0.10.5 ===
1986
1987 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
1988
1989         * configure.ac:
1990           releasing 0.10.5, "The Path of Thorns"
1991
1992 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1993
1994         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
1995         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
1996         * tests/check/elements/cmmldec.c: (setup_cmmldec),
1997         (teardown_cmmldec):
1998         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
1999         (teardown_cmmlenc):
2000         * tests/check/elements/level.c: (setup_level), (cleanup_level):
2001           revert my freeze breakage
2002
2003 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2004
2005         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
2006         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
2007         * tests/check/elements/cmmldec.c: (setup_cmmldec),
2008         (teardown_cmmldec):
2009         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
2010         (teardown_cmmlenc):
2011         * tests/check/elements/level.c: (setup_level), (cleanup_level):
2012           consistent pad (de)activation
2013
2014 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2015
2016         * configure.ac:
2017         * ext/Makefile.am:
2018         Disable LADPSA, as it has moved to the -bad module for the duration.
2019
2020 2006-12-18  Wim Taymans  <wim@fluendo.com>
2021
2022         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
2023         (gst_signal_processor_event):
2024         Reset flow_state back to _OK after a flush stop so that we exit our
2025         error state after the flush. Fixes #374213
2026
2027 2006-12-16  David Schleef  <ds@schleef.org>
2028
2029         * sys/osxvideo/osxvideosink.h:
2030         * sys/osxvideo/osxvideosink.m:
2031           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
2032
2033 2006-12-16  David Schleef  <ds@schleef.org>
2034
2035         Patch by: Vijay Santhanam <vijay santhanam gmail com>
2036
2037         * sys/osxvideo/Makefile.am:
2038         * sys/osxvideo/osxvideosink.h:
2039         * sys/osxvideo/osxvideosink.m:
2040           Preliminary patch for porting osxvideosink
2041
2042 2006-12-16  Wim Taymans  <wim@fluendo.com>
2043
2044         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2045
2046         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
2047         (gst_videomixer_set_master_geometry),
2048         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
2049         (gst_videomixer_reset), (gst_videomixer_init),
2050         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
2051         (gst_videomixer_release_pad), (gst_videomixer_collected),
2052         (gst_videomixer_change_state):
2053         Introduce some locking around the videomixer state so that it does not
2054         crash when adding/removing pads. Fixes #383043.
2055
2056 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2057
2058         * configure.ac:
2059           Make sure libcaca can actually be used instead of just checking for
2060           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
2061           cross-compiling (fixes #384587).
2062
2063 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         * Makefile.am:
2066         * gst-plugins-good.doap:
2067         * gst-plugins-good.spec.in:
2068           adding doap file
2069
2070 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2071
2072         * configure.ac:
2073           libflac-1.1.3 changed API again, but we can't build against it yet,
2074           so make sure our check doesn't use libflac-1.1.3 and add a comment
2075           to this effect.
2076
2077 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2078
2079         * gst/effectv/gstquark.c: (gst_quarktv_transform),
2080         (gst_quarktv_planetable_clear):
2081           Add some NULL pointer checks (possibly related to #385623).
2082
2083 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2084
2085         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
2086         (gst_tag_demux_chain):
2087         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2088           In streaming mode, if the first buffer we get doesn't have an
2089           offset, fix it up to be 0, otherwise trimming won't work later on
2090           and we'll be typefinding application/x-id3, which may result in
2091           decodebin plugging an endless number of id3demux elements as a
2092           consequence. Fixes #385031.
2093           
2094 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
2095
2096         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
2097           Ignore the buffer_time the sound device reports. Turns out it is 
2098           sometimes completely bogus and we're better off without it.
2099
2100 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
2101
2102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2103         (gst_matroska_demux_video_caps):
2104         * gst/matroska/matroska-ids.c:
2105         (gst_matroska_track_init_video_context):
2106         * gst/matroska/matroska-ids.h:
2107           Try harder to extract the framerate for video tracks correctly and
2108           save it directly instead of converting it back and forth a few
2109           times. Mostly makes a difference for very small framerates (<1).
2110           Fixes #380199.
2111
2112 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
2115         (gst_gconf_audio_src_dispose), (do_toggle_element):
2116         * ext/gconf/gstgconfaudiosrc.h:
2117           Remove gconf notify hook when the gconfaudiosrc element is
2118           destroyed, otherwise the callback may be called on an
2119           already-destroyed instance and bad things happen. Should fix
2120           #378184.
2121           Also ignore gconf key changes when the source is already running.
2122
2123 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         Patch by: Sebastian Dröge  <mail at slomosnail de>
2126
2127         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
2128           We need to be able to read and parse any possible floating point string
2129           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
2130           will parse the former only in certain locales though, so we really need
2131           to canonicalise the separator to '.' and then use g_ascii_strtod() to
2132           make sure we can parse either version at all times.
2133           Fixes #382982 for real.
2134
2135 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
2136
2137         * sys/sunaudio/gstsunaudiomixerctrl.c:
2138         * sys/sunaudio/gstsunaudiosrc.c:
2139
2140         Use the sunaudio debug category.
2141
2142         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
2143         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
2144         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
2145         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
2146         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
2147         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
2148         (gst_sunaudiosink_reset):
2149         * sys/sunaudio/gstsunaudiosink.h:
2150
2151         Uses the sunaudio debug category for all debug output
2152         Implements the _delay() callback to synchronise video playback better
2153         Change the segtotal and segsize values back to the parent class 
2154           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
2155           respectively)
2156         Measure the samples written to the device vs. played.
2157         Keep track of segments in the device by writing empty eof frames, and
2158         sleep using a GCond when we get too far ahead and risk overrunning the
2159         sink's ringbuffer.
2160
2161         Fixes: #360673
2162
2163 2006-12-08  Wim Taymans  <wim@fluendo.com>
2164
2165         Patch by: Sebastian Dröge  <mail at slomosnail de >
2166
2167         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
2168         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
2169         * gst/audiofx/audiopanorama.h:
2170         Fix audiopanorame with float samples. Fixes #383726.
2171
2172 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
2173
2174         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
2175         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
2176         (gst_sunaudiosrc_reset):
2177
2178         Implement reset functions to unblock the src/sink more quickly on 
2179         state change requests.
2180         Patch by: Brian Cameron <brian dot cameron at sun com>
2181
2182 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
2183
2184         * sys/sunaudio/gstsunaudiomixer.c:
2185         (gst_sunaudiomixer_change_state):
2186         Construct the correct mixer device name when the AUDIODEV env var
2187         is set.
2188
2189         Patch by: Jerry Tan <jerry.tan at sun dot com>
2190         Fixes: #383596
2191
2192 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
2193
2194         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
2195         Apply patch to open the mixer control and set the MULTIPLE_OPEN
2196         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
2197         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
2198         Patch by: Jerry Tan <jerry.tan at sun dot com>
2199         Fixes: #349015
2200
2201 2006-12-07  Wim Taymans  <wim@fluendo.com>
2202
2203         * gst/smpte/gstmask.h:
2204         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
2205         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
2206         (gst_smpte_collected), (gst_smpte_set_property),
2207         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
2208         * gst/smpte/gstsmpte.h:
2209         Port to 0.10 some more. 
2210         Added duration property to specify the duration of the transition.
2211         Make framerate a fraction.
2212         Deprecate fps property, we only use negotiated fps.
2213         Added docs.
2214         Fix collectpad usage.
2215         Reset state in READY.
2216         Send NEWSEGMENT event.
2217         Fix racy updates of object properties.
2218         Added debug category.
2219         Fixes #383323.
2220
2221 2006-12-06  Wim Taymans  <wim@fluendo.com>
2222
2223         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2224
2225         * gst/videomixer/videomixer.c:
2226         (gst_videomixer_set_master_geometry),
2227         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
2228         Don't reset xpos and ypos in the setcaps function because causes
2229         unexpected behaviour.
2230         Fixes #382179.
2231
2232 2006-12-06  Wim Taymans  <wim@fluendo.com>
2233
2234         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
2235         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
2236         Keep track of the buffer timestamp in the collectdata member instead
2237         of modifying the buffer without making the metadata writable first.
2238         Fixes #382277.
2239
2240 2006-12-06  Wim Taymans  <wim@fluendo.com>
2241
2242         Patch by: Rob Taylor <robtaylor at floopily dot org>
2243
2244         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2245         If using multicast in udpsrc, bind to the multicast address rather than
2246         IN_ADDR_ANY.
2247         This allows the simultanous use of multiple udpsrcs listening on
2248         different multicat addresses. Without this all udpsrcs will receive all
2249         packets from all subscribed multicast addresses.
2250         Fixes #383001.
2251
2252 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
2253
2254         * ext/taglib/gstid3v2mux.cc:
2255         Don't attempt to write a NULL frame into the ID3 tag set when the 
2256         createFrame method returned NULL.
2257         Fixes: #381857
2258         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
2259
2260 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
2261
2262         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
2263         Use g_strtod() instead of sscanf to parse doubles, so that it will
2264         try parsing in the C locale if the current locale fails.
2265         Fixes: #382982
2266         Patch by: Sebastian Dröge  <mail at slomosnail de >
2267
2268 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2269
2270         * win32/MANIFEST:
2271         Fix compilation on win32 under VS8
2272         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2273         Partially fixes #381175
2274
2275 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
2276
2277         * gst/avi/gstavimux.c:
2278           accept all mpegversions,fixes #380825
2279           spotted by: Jerome Alet  
2280
2281 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
2282
2283         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2284         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
2285         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
2286         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
2287           cleanup the error message a bit more
2288
2289 2006-11-28  Wim Taymans  <wim@fluendo.com>
2290
2291         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
2292         Fix width and height properties.
2293
2294         * ext/libcaca/gstcacasink.h:
2295         Fix compilation on newer libcaca that require us to include a new
2296         header. Fixes #379918.
2297
2298 2006-11-28  Wim Taymans  <wim@fluendo.com>
2299
2300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2301         * gst/rtsp/gstrtspsrc.h:
2302         * gst/rtsp/rtspext.h:
2303         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
2304         (rtsp_ext_wms_get_context):
2305         Add method so that extensions can choose to disable the setup of
2306         a stream.
2307         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
2308
2309 2006-11-27  Wim Taymans  <wim@fluendo.com>
2310
2311         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
2312
2313         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
2314         Push header in a separate buffer instead of memcpy:ing all data.
2315         Change LF => CRLF in headers.
2316         Move trailing LF to header. Fixes #379792.
2317
2318 2006-11-27  Wim Taymans  <wim@fluendo.com>
2319
2320         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
2321         Small buffer overflow fix and improve debugging.
2322
2323 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2324
2325         * ext/esd/esdmon.h:
2326         * ext/esd/esdsink.h:
2327           remove obsolete _factory_init protos
2328
2329 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2330
2331         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
2332         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2333         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
2334         (gst_avi_demux_read_subindexes_push),
2335         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
2336         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
2337         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
2338         (gst_avi_demux_massage_index),
2339         (gst_avi_demux_calculate_durations_from_index),
2340         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
2341         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
2342         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2343           remove dead code, tweak debugs statements, add comments, use
2344           _uint64_scale instead _uint64_scale_int when using guint64 values,
2345           small optimizations, reflow some error handling
2346
2347 2006-11-22  Edward Hervey  <edward@fluendo.com>
2348
2349         * po/.cvsignore:
2350         We never put .pot files in cvs. Let's ignore them all.
2351
2352 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2353
2354         * po/POTFILES.in:
2355           ... but better exclude files that aren't disted.
2356
2357 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * po/POTFILES.in:
2360           Add v4l2 source files to list of files with translations, so the
2361           strings are actually extracted (however bad they still may be).
2362
2363 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2364
2365         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
2366           Minor clean-ups: const-ify static array, remove trailing comma from
2367           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
2368
2369 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
2370
2371         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
2372         Make sure that g_free always gets called on the same pointer that was 
2373         returned by g_malloc.  Fixes #376594.
2374         Do not leak memory if decompressed size is wrong.
2375         Remove unneeded check of return value of g_malloc.
2376         Patch by: René Stadler <mail@renestadler.de>
2377
2378 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
2379
2380         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
2381           Add missing curly brackets.
2382
2383 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
2384
2385         * sys/v4l2/v4l2src_calls.c:
2386         Fix capture_deinit.
2387
2388 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2389
2390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2391         (gst_matroska_mux_request_new_pad):
2392           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
2393
2394         * tests/check/elements/matroskamux.c: (setup_src_pad),
2395         (setup_sink_pad), (GST_START_TEST):
2396         Activate pads before using them.
2397
2398 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2399
2400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
2401           Initialise variable to get rid of bogus compiler warning.
2402
2403 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
2404
2405         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
2406
2407         * gst/rtp/gstrtph263pay.c:
2408         * gst/rtp/gstrtph263pdepay.c:
2409         * gst/rtp/gstrtph263ppay.c:
2410           Specify H.263 variant and version in the caps (fixes #361637)
2411
2412 2006-11-15  Wim Taymans  <wim@fluendo.com>
2413
2414         * gst/rtsp/rtspconnection.c: (read_body):
2415         Don't set a data pointer to NULL and a size > 0 when we deal
2416         with empty packets.
2417
2418         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
2419         (rtsp_message_init_response), (rtsp_message_init_data),
2420         (rtsp_message_unset), (rtsp_message_free),
2421         (rtsp_message_take_body):
2422         Check that we can't create invalid empty packets. 
2423
2424 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         Patch by: Mark Nauwelaerts  <manauw at skynet be>
2427
2428         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
2429         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
2430         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2431         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2432         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2433         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
2434         * gst/matroska/matroska-mux.h:
2435           Add basic tag writing support; implement releasing pads (#374658).
2436
2437 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2438
2439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2440         (gst_matroska_demux_audio_caps):
2441           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
2442
2443 2006-11-14  David Schleef  <ds@schleef.org>
2444
2445         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
2446
2447 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2450
2451         * win32/vs8/gst-plugins-good.sln:
2452         * win32/vs8/libgst1394.vcproj:
2453         * win32/vs8/libgstaasink.vcproj:
2454         * win32/vs8/libgstalaw.vcproj:
2455         * win32/vs8/libgstalpha.vcproj:
2456         * win32/vs8/libgstalphacolor.vcproj:
2457         * win32/vs8/libgstannodex.vcproj:
2458         * win32/vs8/libgstapetag.vcproj:
2459         * win32/vs8/libgstaudiofx.vcproj:
2460         * win32/vs8/libgstauparse.vcproj:
2461         * win32/vs8/libgstautodetect.vcproj:
2462         * win32/vs8/libgstavi.vcproj:
2463         * win32/vs8/libgstcacasink.vcproj:
2464         * win32/vs8/libgstcdio.vcproj:
2465         * win32/vs8/libgstcutter.vcproj:
2466         * win32/vs8/libgstdv.vcproj:
2467         * win32/vs8/libgsteffectv.vcproj:
2468         * win32/vs8/libgstflac.vcproj:
2469         * win32/vs8/libgstflxdec.vcproj:
2470         * win32/vs8/libgstgoom.vcproj:
2471         * win32/vs8/libgsticydemux.vcproj:
2472         * win32/vs8/libgstid3demux.vcproj:
2473         * win32/vs8/libgstjpeg.vcproj:
2474         * win32/vs8/libgstladspa.vcproj:
2475         * win32/vs8/libgstlevel.vcproj:
2476         * win32/vs8/libgstmatroska.vcproj:
2477         * win32/vs8/libgstmikmod.vcproj:
2478         * win32/vs8/libgstmng.vcproj:
2479         * win32/vs8/libgstmonoscope.vcproj:
2480         * win32/vs8/libgstmulaw.vcproj:
2481         * win32/vs8/libgstmultipart.vcproj:
2482         * win32/vs8/libgstpng.vcproj:
2483         * win32/vs8/libgstrtp.vcproj:
2484         * win32/vs8/libgstrtsp.vcproj:
2485         * win32/vs8/libgstshout2.vcproj:
2486         * win32/vs8/libgstsmpte.vcproj:
2487         * win32/vs8/libgstspeex.vcproj:
2488         * win32/vs8/libgsttaglib.vcproj:
2489         * win32/vs8/libgstudp.vcproj:
2490         * win32/vs8/libgstvideobalance.vcproj:
2491         * win32/vs8/libgstvideobox.vcproj:
2492         * win32/vs8/libgstvideoflip.vcproj:
2493         * win32/vs8/libgstvideomixer.vcproj:
2494         * win32/vs8/libgstwavenc.vcproj:
2495         * win32/vs8/libgstwavparse.vcproj:
2496           Make end-of-line returns unixy, so that when the files are checked
2497           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
2498           Hopefully fixes #366492.
2499
2500 2006-11-14  Wim Taymans  <wim@fluendo.com>
2501
2502         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2503         Disable init_frames delay timestamp adjustment, it does not
2504         seem to be needed at all. Fixes #369621.
2505
2506 2006-11-13  Wim Taymans  <wim@fluendo.com>
2507
2508         Patch by: Mark Nauwelaerts  <manauw at skynet be>
2509
2510         * gst/videomixer/videomixer.c:
2511         (gst_videomixer_set_master_geometry),
2512         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
2513         (gst_videomixer_collect_free), (gst_videomixer_reset),
2514         (gst_videomixer_init), (gst_videomixer_finalize),
2515         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
2516         (gst_videomixer_collected), (gst_videomixer_change_state):
2517         Fix memleak by unref'ing collectpads instance (when finalizing)
2518         Implement releasing a request pad. Fixes #374479.
2519
2520 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2521
2522         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2523
2524         * win32/vs8/gst-plugins-good.sln:
2525         * win32/vs8/libgst1394.vcproj:
2526         * win32/vs8/libgstaasink.vcproj:
2527         * win32/vs8/libgstalaw.vcproj:
2528         * win32/vs8/libgstalpha.vcproj:
2529         * win32/vs8/libgstalphacolor.vcproj:
2530         * win32/vs8/libgstannodex.vcproj:
2531         * win32/vs8/libgstapetag.vcproj:
2532         * win32/vs8/libgstaudiofx.vcproj:
2533         * win32/vs8/libgstauparse.vcproj:
2534         * win32/vs8/libgstautodetect.vcproj:
2535         * win32/vs8/libgstavi.vcproj:
2536         * win32/vs8/libgstcacasink.vcproj:
2537         * win32/vs8/libgstcdio.vcproj:
2538         * win32/vs8/libgstcutter.vcproj:
2539         * win32/vs8/libgstdv.vcproj:
2540         * win32/vs8/libgsteffectv.vcproj:
2541         * win32/vs8/libgstflac.vcproj:
2542         * win32/vs8/libgstflxdec.vcproj:
2543         * win32/vs8/libgstgoom.vcproj:
2544         * win32/vs8/libgsticydemux.vcproj:
2545         * win32/vs8/libgstid3demux.vcproj:
2546         * win32/vs8/libgstjpeg.vcproj:
2547         * win32/vs8/libgstladspa.vcproj:
2548         * win32/vs8/libgstlevel.vcproj:
2549         * win32/vs8/libgstmatroska.vcproj:
2550         * win32/vs8/libgstmikmod.vcproj:
2551         * win32/vs8/libgstmng.vcproj:
2552         * win32/vs8/libgstmonoscope.vcproj:
2553         * win32/vs8/libgstmulaw.vcproj:
2554         * win32/vs8/libgstmultipart.vcproj:
2555         * win32/vs8/libgstpng.vcproj:
2556         * win32/vs8/libgstrtp.vcproj:
2557         * win32/vs8/libgstrtsp.vcproj:
2558         * win32/vs8/libgstshout2.vcproj:
2559         * win32/vs8/libgstsmpte.vcproj:
2560         * win32/vs8/libgstspeex.vcproj:
2561         * win32/vs8/libgsttaglib.vcproj:
2562         * win32/vs8/libgstudp.vcproj:
2563         * win32/vs8/libgstvideobalance.vcproj:
2564         * win32/vs8/libgstvideobox.vcproj:
2565         * win32/vs8/libgstvideoflip.vcproj:
2566         * win32/vs8/libgstvideomixer.vcproj:
2567         * win32/vs8/libgstwavenc.vcproj:
2568         * win32/vs8/libgstwavparse.vcproj:
2569           Add VS8 project files (note that many of the plugins in ext are
2570           disabled by default). Fixes #366492.
2571
2572 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
2573
2574         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2575           we do not translate debug messages
2576
2577 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
2578
2579         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
2580           fix categorisation, make short desc more explicit, remove unused code
2581           Fixes #372021
2582
2583 2006-11-08  Wim Taymans  <wim@fluendo.com>
2584
2585         * gst/rtp/gstrtpL16depay.c:
2586         * gst/rtp/gstrtpamrdepay.c:
2587         * gst/rtp/gstrtpamrpay.c:
2588         * gst/rtp/gstrtpgsmdepay.c:
2589         * gst/rtp/gstrtph263pay.c:
2590         * gst/rtp/gstrtph263pdepay.c:
2591         * gst/rtp/gstrtph263ppay.c:
2592         * gst/rtp/gstrtph264depay.c:
2593         * gst/rtp/gstrtpmp2tdepay.c:
2594         * gst/rtp/gstrtpmp4gdepay.c:
2595         * gst/rtp/gstrtpmp4gpay.c:
2596         * gst/rtp/gstrtpmp4vdepay.c:
2597         * gst/rtp/gstrtpmp4vpay.c:
2598         * gst/rtp/gstrtpmpadepay.c:
2599         * gst/rtp/gstrtpmpapay.c:
2600         * gst/rtp/gstrtppcmadepay.c:
2601         * gst/rtp/gstrtppcmapay.c:
2602         * gst/rtp/gstrtppcmudepay.c:
2603         * gst/rtp/gstrtppcmupay.c:
2604         * gst/rtp/gstrtpspeexdepay.c:
2605         * gst/rtp/gstrtpspeexpay.c:
2606         * gst/rtp/gstrtpsv3vdepay.c:
2607         Fix element descriptions.
2608
2609 2006-11-08  Wim Taymans  <wim@fluendo.com>
2610
2611         * gst/rtp/gstrtpvorbisdepay.c:
2612         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
2613         Fix description.
2614         Small cleanup in the payloader.
2615
2616 2006-11-08  Wim Taymans  <wim@fluendo.com>
2617
2618         * gst/rtp/Makefile.am:
2619         * gst/rtp/gstrtp.c: (plugin_init):
2620         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
2621         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
2622         (gst_rtp_theora_depay_finalize),
2623         (gst_rtp_theora_depay_parse_configuration),
2624         (gst_rtp_theora_depay_setcaps),
2625         (gst_rtp_theora_depay_switch_codebook),
2626         (gst_rtp_theora_depay_process),
2627         (gst_rtp_theora_depay_set_property),
2628         (gst_rtp_theora_depay_get_property),
2629         (gst_rtp_theora_depay_change_state),
2630         (gst_rtp_theora_depay_plugin_init):
2631         * gst/rtp/gstrtptheoradepay.h:
2632         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
2633         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
2634         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
2635         (gst_rtp_theora_pay_init_packet),
2636         (gst_rtp_theora_pay_flush_packet),
2637         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
2638         (gst_rtp_theora_pay_handle_buffer),
2639         (gst_rtp_theora_pay_plugin_init):
2640         * gst/rtp/gstrtptheorapay.h:
2641         Add theora pay/depayloaders.
2642
2643 2006-11-06  Wim Taymans  <wim@fluendo.com>
2644
2645         * gst/rtp/Makefile.am:
2646         We depend on gsttag to generate the vorbis comments.
2647
2648         * gst/rtp/gstrtpvorbisdepay.c:
2649         (gst_rtp_vorbis_depay_parse_configuration),
2650         (gst_rtp_vorbis_depay_setcaps),
2651         (gst_rtp_vorbis_depay_switch_codebook),
2652         (gst_rtp_vorbis_depay_process):
2653         * gst/rtp/gstrtpvorbisdepay.h:
2654         Parse configuration string in the depayloader.
2655         Implement selecting and switching to a new codebook.
2656         Receiving vorbis over RTP now works.
2657
2658         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
2659         (gst_rtp_vorbis_pay_init_packet),
2660         (gst_rtp_vorbis_pay_finish_headers),
2661         (gst_rtp_vorbis_pay_handle_buffer):
2662         * gst/rtp/gstrtpvorbispay.h:
2663         Set timestamps on outgoing buffers and RTP packets.
2664         Fix configuration string, prepend number of Packet headers.
2665         Fix encoding of ident string.
2666         Add delivery-method to caps.
2667         Streaming vorbis over RTP now works.
2668
2669 2006-11-06  Wim Taymans  <wim@fluendo.com>
2670
2671         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
2672         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
2673         (gst_rtp_vorbis_pay_handle_buffer):
2674         * gst/rtp/gstrtpvorbispay.h:
2675         Generate a valid configuration string in the caps based on the
2676         vorbis headers.
2677
2678 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
2681         * ext/cdio/gstcdio.h:
2682         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2683           Move CD-TEXT utility function into common file so it can also be
2684           used by a future cdioparanoiasrc.
2685
2686 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
2687         
2688         * sys/v4l2/Makefile.am:
2689         * sys/v4l2/gstv4l2object.c:
2690         * sys/v4l2/gstv4l2src.c:
2691         * sys/v4l2/gstv4l2xoverlay.c:
2692         * sys/v4l2/v4l2_calls.c:
2693         * sys/v4l2/v4l2src_calls.c:
2694         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
2695         xoverlay code that is still not implemented.
2696
2697 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2698
2699         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2700           We require a -base more recent than 0.10.9, so it's safe to use
2701           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
2702
2703         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
2704         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
2705           Use _newsegment_full() now that we depend on a recent enough core.
2706
2707         * gst/wavparse/gstwavparse.c:
2708           Remove cruft that we don't need any longer now that we depend on
2709           a recent enough -base.
2710
2711 2006-10-31  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst/rtp/Makefile.am:
2714         * gst/rtp/gstrtp.c: (plugin_init):
2715         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
2716         (gst_rtpilbcpay_setcaps):
2717         Fix and activate ILBC pay and depayloaders. Fixes #368162.
2718
2719 2006-10-31  Wim Taymans  <wim@fluendo.com>
2720
2721         * ext/speex/gstspeexdec.c: (speex_dec_convert),
2722         (speex_dec_sink_event), (speex_dec_chain_parse_header):
2723         Some small cleanups, use _scale.
2724
2725 2006-10-31  Wim Taymans  <wim@fluendo.com>
2726
2727         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
2728         Use higher precision scale function.
2729
2730 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
2731
2732         Patch by: Michal Benes  <michal dot benes at itonis tv>
2733
2734         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
2735         (gst_matroska_demux_read_track_encodings),
2736         (gst_matroska_decode_buffer):
2737           Fix several issues with encoded/compressed/encrypted/signed tracks;
2738           also, remove superfluous newline characters from some debug
2739           statements. (#366155)
2740
2741 2006-10-30  Wim Taymans  <wim@fluendo.com>
2742
2743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
2744         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
2745         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
2746         (gst_smokedec_change_state):
2747         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
2748         (gst_smokeenc_init), (gst_smokeenc_finalize),
2749         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
2750         (gst_smokeenc_resync), (gst_smokeenc_chain),
2751         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
2752         (gst_smokeenc_change_state):
2753         Various cleanups, capsnego and leak fixes.
2754
2755 2006-10-30  Wim Taymans  <wim@fluendo.com>
2756
2757         Patch by: Mark Nauwelaerts  <manauw at skynet be>
2758
2759         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
2760         Fix videomixer so that it can handle any combination of framerates.
2761         Fixes #367221.
2762
2763 2006-10-28  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2766         (gst_avi_demux_parse_file_header),
2767         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
2768         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
2769         (gst_avi_demux_chain):
2770         Fix position query for audio. also fixes timestamps in streaming
2771         mode and bug #364958.
2772         Small cleanups.
2773
2774 2006-10-27  Wim Taymans  <wim@fluendo.com>
2775
2776         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
2777         * ext/libpng/gstpngenc.h:
2778         Fix strides. Fixes #364856.
2779         Cleanup capsnego.
2780         Set caps on outgoing buffers.
2781
2782 2006-10-18  Wim Taymans  <wim@fluendo.com>
2783
2784         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2785
2786         * gst/rtp/gstrtpgsmpay.c:
2787         * gst/rtp/gstrtph263pay.c:
2788         * gst/rtp/gstrtpmpapay.c:
2789         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
2790         (gst_rtp_pcma_pay_handle_buffer):
2791         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
2792         Add static payload numbers in addition to the dynamic ones.
2793         Fixes #361639.
2794
2795 2006-10-18  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2798         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
2799         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
2800         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
2801         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
2802         * gst/rtsp/rtspdefs.h:
2803         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
2804         * gst/rtsp/rtspurl.h:
2805         Reuse already existing enum for lower transport.
2806         Add rtspt and rtspu protocols.
2807         Send redirect to rtspt when udp times out.
2808
2809 2006-10-18  Wim Taymans  <wim@fluendo.com>
2810
2811         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
2812         (gst_wavparse_stream_data):
2813         Fix seeking some more, mostly for speed changes.
2814
2815 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2816
2817         Patch by: Fredrik Persson  <frepe at bredband net>
2818
2819         * sys/v4l2/gstv4l2tuner.c:
2820         * sys/v4l2/gstv4l2tuner.h:
2821           Fix _set_channel(): remove useless g_object_notify() for "channel"
2822           property that doesn't exist any longer and therefore now also
2823           useless redirect (#338818).
2824
2825 2006-10-17  Wim Taymans  <wim@fluendo.com>
2826
2827         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
2828         Some drivers do not support unsetting the non-blocking flag once the
2829         device is opened. In those cases, close/open the device in
2830         non-blocking mode. Fixes #362673.
2831
2832 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
2833
2834         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2835         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
2836         (gst_v4l2src_get_fps):
2837           dear stefan, framespersecond is not frameperiod, reverting but adding
2838           comment
2839
2840 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
2841
2842         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
2844         (gst_v4l2src_get_fps):
2845           Numerator is numerator and denominator is denominator. Say that aloud
2846           5 times and retry after next beer.
2847
2848 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         Patch by: Josep Torra Valles  <josep at fluendo com>
2851
2852         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2853         * ext/esd/esdsink.c: (gst_esdsink_write):
2854         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
2855         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
2856         (gst_flac_dec_send_newsegment):
2857         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
2858         (gst_flac_enc_tell_callback):
2859         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
2860         (smokecodec_parse_header), (smokecodec_decode):
2861         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
2862         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
2863         * gst/goom/Makefile.am:
2864         * gst/goom/gstgoom.c:
2865         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
2866         * gst/rtsp/gstrtspsrc.c:
2867         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
2868         * gst/udp/gstudpsink.c:
2869         * gst/udp/gstudpsrc.c:
2870         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
2871         * sys/sunaudio/gstsunaudiomixertrack.h:
2872           Fix a bunch of problems discovered by the Forte compiler, mostly type
2873           mixups and pointer arithmetics with void pointers. Fixes #362603.
2874
2875 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2876
2877         * ext/speex/gstspeex.c: (plugin_init):
2878         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
2879         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
2880         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
2881         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
2882         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
2883         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
2884         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
2885         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
2886         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
2887         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
2888         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2889         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
2890         * ext/speex/gstspeexenc.h:
2891           Miscellaneous clean-ups, among other things: speexenc => enc to
2892           enhance code readability; change speexenc => speex_enc; in chain
2893           function unref input buffer in case of error; take reference in
2894           event function; use boilerplate macro; use gst_pad_query_peer_*
2895           convenience functions.
2896
2897 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2898
2899         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
2900         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
2901         (gst_speexenc_set_header_on_caps):
2902           Fix some mem leaks.
2903
2904 2006-10-11  Wim Taymans  <wim@fluendo.com>
2905
2906         * gst/rtsp/URLS:
2907         Added some other URL.
2908
2909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
2910         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
2911         (gst_rtspsrc_open), (gst_rtspsrc_play),
2912         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2913         * gst/rtsp/gstrtspsrc.h:
2914         Work on fallback to TCP connection when the UDP socket times out.
2915         Handler server requests, just reply with OK for now.
2916
2917         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
2918         * gst/rtsp/rtspdefs.h:
2919         Added some more Real extension headers.
2920
2921         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
2922         Fix parsing of urls with a ':' that is not part of the hostname:port
2923         part of the url.
2924
2925 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
2928         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
2929         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
2930           Activate pad before adding it to the already-running element.
2931
2932         * tests/check/elements/icydemux.c: (icydemux_found_pad):
2933           Activate newly-created pad too.
2934
2935 2006-10-11  Wim Taymans  <wim@fluendo.com>
2936
2937         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
2938
2939         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2940         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
2941         (gst_udpsrc_start):
2942         Fix some leaks in caps and uris. Fixes #361252.
2943
2944 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2945
2946         * gst/wavparse/Makefile.am:
2947           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
2948
2949 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
2950
2951         * sys/v4l2/gstv4l2xoverlay.c:
2952         * sys/v4l2/gstv4l2xoverlay.h:
2953         Fix build as per the patch in #338818 comment 36.
2954
2955 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
2956
2957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
2958           Activate pads before adding them to the source.
2959
2960 2006-10-06  Wim Taymans  <wim@fluendo.com>
2961
2962         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
2963         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
2964         Activate pads before adding.
2965
2966 2006-10-06  Wim Taymans  <wim@fluendo.com>
2967
2968         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2969         (gst_multipart_find_pad_by_mime):
2970         Activate pads before adding.
2971
2972         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
2973         BOILERPLATE sets parent_class for us.
2974
2975 2006-10-06  Wim Taymans  <wim@fluendo.com>
2976
2977         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
2978         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2979         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
2980         (gst_rtspsrc_alloc_udp_ports),
2981         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
2982         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
2983         (gst_rtspsrc_create_transports_string),
2984         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
2985         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2986         * gst/rtsp/gstrtspsrc.h:
2987         Rework how the transport string is constructed, try to share channels
2988         and udp ports.
2989         Make most of the stuff less dependant on RTP as we are also going to use
2990         it for RDT.
2991         Add support for transport specific session managers.
2992
2993         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
2994         Implement _flush().
2995
2996         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
2997         * gst/rtsp/rtspdefs.h:
2998         Add generic error return code.
2999
3000         * gst/rtsp/rtspext.h:
3001         Add support for pluggable tranport strings.
3002
3003         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
3004         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
3005         (rtsp_ext_wms_get_context):
3006         Detect WMServer and activate the extension.
3007
3008         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
3009         (rtsp_transport_get_manager), (rtsp_transport_parse):
3010         * gst/rtsp/rtsptransport.h:
3011         Added methods to get mime/manager for certain transports.
3012
3013 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
3014
3015         * ext/cairo/gsttimeoverlay.c:
3016         (gst_cairo_time_overlay_update_font_height):
3017         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
3018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
3019         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3020         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
3021         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
3022         * ext/libpng/gstpngdec.c: (user_endrow_callback):
3023         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3024         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
3025         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
3026         (gst_avi_demux_stream_data):
3027         * gst/cutter/gstcutter.c: (gst_cutter_chain):
3028         * gst/debug/efence.c: (gst_efence_buffer_alloc),
3029         (gst_fenced_buffer_copy):
3030         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
3031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
3033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3034         (gst_rtspsrc_handle_message):
3035         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3036         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
3037           Printf format fixes.
3038
3039 2006-10-04  Wim Taymans  <wim@fluendo.com>
3040
3041         * gst/rtsp/Makefile.am:
3042         Dist new .h file too.
3043
3044 2006-10-04  Wim Taymans  <wim@fluendo.com>
3045
3046         * gst/rtsp/Makefile.am:
3047         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
3048         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
3049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3050         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3051         (gst_rtspsrc_parse_rtpmap),
3052         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
3053         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3054         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
3055         * gst/rtsp/gstrtspsrc.h:
3056         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
3057         * gst/rtsp/rtspdefs.h:
3058         * gst/rtsp/rtspext.h:
3059         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3060         (rtsp_ext_wms_get_context):
3061         * gst/rtsp/rtspextwms.h:
3062         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3063         (rtsp_transport_parse):
3064         * gst/rtsp/rtsptransport.h:
3065         Factor out extension in separate module.
3066         Fix getcaps to filter against the padtemplate.
3067         Use Content-Base if the server gives one.
3068         Rework the transport parsing a bit for future extensions.
3069         Added some Real Header field definitions.
3070
3071 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3072
3073         * docs/plugins/Makefile.am:
3074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3076           added v4l2 stubs
3077         * gst-plugins-good.spec.in:
3078           add v4l2
3079
3080 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
3083           Extract disc/album/medium number and count and try harder
3084           to extract track number/count.
3085
3086 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3087
3088         * configure.ac:
3089         * sys/Makefile.am:
3090           add build stuff for v4l2, needs --enable-experimental until
3091           the last bits are resolved
3092
3093 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3094
3095         * tests/check/Makefile.am:
3096           Disable autodetect test temporarily, so that the build bots
3097           update -bad and the ranks of unreliable video sinks in there.
3098
3099         * tests/check/elements/autodetect.c: (GST_START_TEST):
3100           Skip test if no usable videosink is found.
3101
3102 2006-09-29  Wim Taymans  <wim@fluendo.com>
3103
3104         * gst/rtsp/URLS:
3105         Add some more URLs.
3106
3107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3108         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
3109         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3110         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
3111         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3112         (gst_rtspsrc_loop), (gst_rtspsrc_send),
3113         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3114         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3115         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3116         * gst/rtsp/gstrtspsrc.h:
3117         Add timeout property to control UDP timeouts.
3118         Fix error messages.
3119         Also start a loop function when operating in UDP mode so that we can
3120         do some more stuff async.
3121         Handle element messages from udpsrc to detect timeouts. If a timeout
3122         happens we currently generate an error.
3123         API: rtspsrc::timeout property.
3124
3125         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3126         (gst_udpsrc_create):
3127         Really implement the timeout in microseconds and not milliseconds.
3128
3129 2006-09-29  Wim Taymans  <wim@fluendo.com>
3130
3131         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3132         (gst_udpsrc_create), (gst_udpsrc_set_property),
3133         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
3134         * gst/udp/gstudpsrc.h:
3135         Added property to post a message on timeout.
3136         Updated docs.
3137         When restarting the select, initialize the fdsets again.
3138         Init control sockets so we don't accidentally close a random socket.
3139         API: GstUDPSrc::timeout property
3140
3141 2006-09-29  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
3144         Fix flag registration.
3145
3146         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
3147         Reading 0 also means 'no more commands'
3148
3149 2006-09-29  Wim Taymans  <wim@fluendo.com>
3150
3151         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3152
3153         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3154         Fix possible infinite loop when shutting down, a read can also return
3155         0 to indicate no more messages are available. Fixes #358156.
3156
3157 2006-09-25  Wim Taymans  <wim@fluendo.com>
3158
3159         * gst/autodetect/gstautoaudiosink.c:
3160         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
3161         (gst_auto_audio_sink_find_best):
3162         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
3163         Small cleanups.
3164         don't try to set "sync" property when it is not available.
3165
3166 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         Patch by: Peter Kjellerstedt  <pkj at axis com>
3169
3170         * gst/alpha/gstalpha.c:
3171         * gst/rtp/gstrtpamrdepay.c:
3172         * gst/rtsp/gstrtspsrc.c:
3173         * gst/udp/gstudpsrc.c:
3174         * gst/videomixer/videomixer.c:
3175           Include stdlib.h in some more places, makes things compile
3176           with uClibc and -Werror (#357592).
3177
3178 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3179
3180         * ext/jpeg/gstjpegdec.c:
3181           Set minimum height to 8 (from 16), our code should handle
3182           that fine. Some of the buttons on the apple trailer site
3183           are apparently only 15 pixels high (see #357470).
3184
3185 2006-09-23  Wim Taymans  <wim@fluendo.com>
3186
3187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
3188         (gst_rtspsrc_open):
3189         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3190         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
3191         (rtsp_connection_receive):
3192         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
3193         * gst/rtsp/rtspdefs.h:
3194         Improve error reporting.
3195
3196 2006-09-23  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
3199         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
3200         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
3201         * gst/rtp/gstrtpdepay.c:
3202         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
3203         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
3204         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
3205         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
3206         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
3207         (gst_rtp_mp2t_depay_plugin_init):
3208         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
3209         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
3210         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
3211         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
3212         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
3213         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
3214         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
3215         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
3216         Fix klass typos.
3217         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
3218
3219 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3220
3221         * configure.ac:
3222           Need  -base CVS for gst_base_rtp_depayload_push_ts().
3223
3224 2006-09-22  Wim Taymans  <wim@fluendo.com>
3225
3226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
3227         Don't check for a tag that is never there and check if we read the
3228         correct tag. Fixes seeking again.
3229         We must post an error when all pads are unlinked.
3230
3231 2006-09-22  Wim Taymans  <wim@fluendo.com>
3232
3233         * gst/rtp/Makefile.am:
3234         * gst/rtp/gstrtp.c: (plugin_init):
3235         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3236         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
3237         (gst_rtp_vorbis_pay_reset_packet),
3238         (gst_rtp_vorbis_pay_init_packet),
3239         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
3240         (gst_rtp_vorbis_pay_handle_buffer):
3241         More fixage, set endoder-params correctly in the payloader.
3242
3243 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3244
3245         * gst/autodetect/gstautoaudiosink.c:
3246         (gst_auto_audio_sink_base_init):
3247         * gst/autodetect/gstautovideosink.c:
3248         (gst_auto_video_sink_base_init):
3249           Make static pad templates static to appease valgrind's leak
3250           detector.
3251
3252         * tests/check/Makefile.am:
3253         * tests/check/elements/.cvsignore:
3254         * tests/check/elements/autodetect.c: (GST_START_TEST),
3255         (autodetect_suite):
3256           Add simple test for the ghostpad lockup on shutdown fixed in core
3257           CVS (audio bit disabled because it would need dozens of alsa
3258           suppressions and I'm too lazy to add those now).
3259
3260 2006-09-22  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
3263         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
3264         Small cleanups.
3265
3266         * gst/rtp/Makefile.am:
3267         * gst/rtp/gstrtp.c: (plugin_init):
3268         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
3269         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
3270         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
3271         (gst_rtp_vorbis_depay_process),
3272         (gst_rtp_vorbis_depay_set_property),
3273         (gst_rtp_vorbis_depay_get_property),
3274         (gst_rtp_vorbis_depay_change_state),
3275         (gst_rtp_vorbis_depay_plugin_init):
3276         * gst/rtp/gstrtpvorbisdepay.h:
3277         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
3278         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
3279         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
3280         (gst_rtp_vorbis_pay_flush_packet),
3281         (gst_rtp_vorbis_pay_append_buffer),
3282         (gst_rtp_vorbis_pay_handle_buffer),
3283         (gst_rtp_vorbis_pay_plugin_init):
3284         * gst/rtp/gstrtpvorbispay.h:
3285         Add experimental vorbis pay and depayloaders.
3286
3287 2006-09-21  Wim Taymans  <wim@fluendo.com>
3288
3289         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
3290         Fix profile-level-id parsing and setup.
3291
3292 2006-09-21  Wim Taymans  <wim@fluendo.com>
3293
3294         * gst/udp/README:
3295         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
3296         Update README, simple cleanup.
3297
3298 2006-09-21  Wim Taymans  <wim@fluendo.com>
3299
3300         * gst/rtp/README:
3301         Update README with some examples.
3302
3303         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
3304         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
3305         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
3306         (gst_rtp_mp4g_pay_setcaps):
3307         * gst/rtp/gstrtpmp4gpay.h:
3308         Make optional RTP parameters of type STRING, as required by the
3309         application/x-rtp caps specification.
3310
3311 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
3312
3313         * gst/rtp/gstrtph263pdepay.c:
3314         * gst/rtp/gstrtph263ppay.c:
3315         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
3316         RTP header.
3317
3318 2006-09-20  Wim Taymans  <wim@fluendo.com>
3319
3320         * gst/rtp/Makefile.am:
3321         And makefile too.
3322
3323 2006-09-20  Wim Taymans  <wim@fluendo.com>
3324
3325         * gst/rtp/gstrtp.c: (plugin_init):
3326         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
3327         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
3328         (decode_base64), (gst_rtp_asf_depay_setcaps),
3329         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
3330         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
3331         (gst_rtp_asf_depay_plugin_init):
3332         * gst/rtp/gstrtpasfdepay.h:
3333         Added preliminary ASF depayloader.
3334
3335         * gst/rtp/gstrtph264depay.c: (decode_base64):
3336         Fix base64 decoding.
3337
3338 2006-09-20  Wim Taymans  <wim@fluendo.com>
3339
3340         * gst/rtsp/URLS:
3341         Added some test URLS.
3342
3343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3344         (gst_rtspsrc_loop), (gst_rtspsrc_open):
3345         * gst/rtsp/gstrtspsrc.h:
3346         When creating streams, give access to the complete SDP.
3347         Fix some leaks.
3348         Collect and merge global stream properties in stream caps.
3349         Preliminary support for WMServer.
3350
3351         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3352         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
3353         (rtsp_connection_receive):
3354         * gst/rtsp/rtspconnection.h:
3355         Make connection interruptable.
3356         Refactor to make it reconnectable.
3357         Don't fail on short reads when reading data packets.
3358
3359         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
3360         (rtsp_url_get_port):
3361         * gst/rtsp/rtspurl.h:
3362         Add methods for getting/setting the port.
3363
3364         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
3365         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
3366         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
3367         (sdp_media_get_format), (sdp_parse_line),
3368         (sdp_message_parse_buffer):
3369         Fix headers. 
3370         Add methods for getting multiple attributes with the same name.
3371         Increase buffer size when parsing.
3372         Fix parsing of a=foo fields.
3373
3374         * gst/rtsp/test.c: (main):
3375         Update to new connection API.
3376
3377         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
3378         (rtsp_message_init_response), (rtsp_message_init_data),
3379         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
3380         * gst/rtsp/rtspmessage.h:
3381         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
3382         * gst/rtsp/rtsptransport.h:
3383         * gst/rtsp/sdp.h:
3384         * gst/rtsp/sdpmessage.h:
3385         * gst/rtsp/gstrtsp.c:
3386         * gst/rtsp/gstrtsp.h:
3387         * gst/rtsp/gstrtpdec.c:
3388         * gst/rtsp/gstrtpdec.h:
3389         * gst/rtsp/rtsp.h:
3390         * gst/rtsp/rtspdefs.c:
3391         * gst/rtsp/rtspdefs.h:
3392         Dual licensed under MIT and LGPL now.
3393
3394 2006-09-19  Wim Taymans  <wim@fluendo.com>
3395
3396         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
3397         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
3398         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
3399         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
3400         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
3401         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3402         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3403         * gst/rtsp/gstrtspsrc.h:
3404         Reorganize stream parsing and creation.
3405         Detect container formats in interleaved mode.
3406         Keep more state about the streams.
3407         Assume a server also supports PLAY if it does not say.
3408         Add unicast and interleaved properties to TCP transport requests to make
3409         some servers happy (WMServer).
3410
3411         * gst/rtsp/sdpmessage.h:
3412         Add some defines for the standard Bandwidth types.
3413
3414 2006-09-19  Wim Taymans  <wim@fluendo.com>
3415
3416         * gst/rtsp/test.c: (main):
3417         Fix build.
3418
3419 2006-09-19  Wim Taymans  <wim@fluendo.com>
3420
3421         * gst/wavparse/gstwavparse.c:
3422         Add ms-gsm to the src template.
3423
3424 2006-09-18  Wim Taymans  <wim@fluendo.com>
3425
3426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3427         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
3428         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
3429         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
3430         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
3431         * gst/rtsp/gstrtspsrc.h:
3432         Small cleanups, added documentation.
3433         Try to clean up the requests and responses.
3434         Refactor parsing the supported methods.
3435
3436         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
3437         (rtsp_connection_create), (rtsp_connection_send),
3438         (parse_response_status), (parse_request_line),
3439         (rtsp_connection_receive), (rtsp_connection_close),
3440         (rtsp_connection_free):
3441         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
3442         (rtsp_transport_init), (rtsp_transport_parse),
3443         (rtsp_transport_free):
3444         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
3445         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
3446         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
3447         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
3448         Use g_return_val some more.
3449
3450         * gst/rtsp/rtspdefs.h:
3451         Add more enum values to track initial states.
3452
3453         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
3454         (rtsp_message_init_request), (rtsp_message_new_response),
3455         (rtsp_message_init_response), (rtsp_message_init_data),
3456         (rtsp_message_unset), (rtsp_message_free),
3457         (rtsp_message_add_header), (rtsp_message_remove_header),
3458         (rtsp_message_get_header), (rtsp_message_set_body),
3459         (rtsp_message_take_body), (rtsp_message_get_body),
3460         (rtsp_message_steal_body), (rtsp_message_dump):
3461         * gst/rtsp/rtspmessage.h:
3462         Reorder arguments, object goes as the first one.
3463         Use g_return_val some more.
3464
3465 2006-09-18  Wim Taymans  <wim@fluendo.com>
3466
3467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
3468         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3469         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
3470         * gst/rtsp/gstrtspsrc.h:
3471         Export sometimes source pad with correct caps on the template, create
3472         the ghostpad from the template.
3473         Remove RTCP template as we never expose RTCP.
3474         Protect against invalid body size.
3475         Avoid memcpy when creating the output buffer.
3476         Properly post an error and send EOS when the loop function is shut down.
3477
3478 2006-09-18  Wim Taymans  <wim@fluendo.com>
3479
3480         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
3481
3482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3483         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
3484         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
3485         * gst/rtsp/gstrtspsrc.h:
3486         Make sure we can never set an invalid location.
3487
3488         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
3489         * gst/rtsp/rtspmessage.h:
3490         Added _steal_body method for future use.
3491
3492         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
3493         Make freeing of NULL url return immediatly.
3494
3495 2006-09-18  Wim Taymans  <wim@fluendo.com>
3496
3497         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
3498
3499         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
3500         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
3501         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
3502         (gst_rtspsrc_change_state):
3503         * gst/rtsp/gstrtspsrc.h:
3504         Use boilerplate.
3505         Make rtspsrc subclass GstBin to make state changes easier.
3506         Add Range header field on the PLAY request.
3507
3508 2006-09-18  Wim Taymans  <wim@fluendo.com>
3509
3510         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
3511
3512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
3513         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
3514         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
3515         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
3516         * gst/rtsp/rtspconnection.c: (inet_aton):
3517         Small cleanups.
3518         when multicast is selected as the transport, create UDP sources and
3519         connect to the multicast group.
3520         Move parsing and setting of caps to a common place.
3521         Fixes #349894.
3522
3523 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3524
3525         * ext/flac/gstflactag.c:
3526         * gst/alpha/gstalpha.c:
3527         * gst/debug/breakmydata.c:
3528         * gst/debug/negotiation.c:
3529         * gst/debug/testplugin.c:
3530         * gst/effectv/gstaging.c:
3531         * gst/effectv/gstdice.c:
3532         * gst/effectv/gstedge.c:
3533         * gst/effectv/gstquark.c:
3534         * gst/effectv/gstrev.c:
3535         * gst/effectv/gstshagadelic.c:
3536         * gst/effectv/gstvertigo.c:
3537         * gst/effectv/gstwarp.c:
3538         * gst/multipart/multipartdemux.c:
3539         * gst/multipart/multipartmux.c:
3540         * gst/videobox/gstvideobox.c:
3541         * gst/videofilter/gstgamma.c:
3542         * gst/videofilter/gstvideotemplate.c:
3543         * gst/videomixer/videomixer.c:
3544         * sys/sunaudio/gstsunaudiosrc.h:
3545         More G_OBJECT macro fixing.
3546
3547 2006-09-16  Wim Taymans  <wim@fluendo.com>
3548
3549         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
3550
3551         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
3552         Correctly set the dwLength in strh.
3553         With this patch, the file duration is now displayed correctly in window
3554         media player and the AVI plays completely. Fixes #356147
3555
3556 2006-09-15  Wim Taymans  <wim@fluendo.com>
3557
3558         Patch by: Darren Kenny <darren dot kenny at sun dot com>
3559
3560         * sys/sunaudio/gstsunaudiomixerctrl.c:
3561         (gst_sunaudiomixer_ctrl_build_list):
3562         Set the output track as the MASTER so that the gnome-settings-daemon
3563         keybindings for changing the volume using the keyboard works.
3564         Fixes #356142.
3565
3566 2006-09-15  Wim Taymans  <wim@fluendo.com>
3567
3568         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
3569         Fix documentation, it is not possible to control the framerate of jpegdec
3570         using filtered caps yet. Fixes #355210.
3571         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
3572         stop when there is an error.
3573
3574 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
3577         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3578           Don't interpret a first buffer with an offset of NONE as
3579           'from the middle of the stream', but only a first buffer
3580           that has a valid buffer offset that's non-zero (see #345449).
3581
3582 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
3583
3584         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
3585         (gst_icydemux_typefind_or_forward):
3586         * gst/icydemux/gsticydemux.h:
3587           When we merge/collect multiple incoming buffers for typefinding
3588           purposes, keep an initial 0 offset on the first outgoing buffer
3589           as well (otherwise id3demux won't work right). Fixes #345449.
3590           Also Make buffer metadata writable before setting buffer caps.
3591
3592         * tests/check/elements/icydemux.c: (typefind_succeed),
3593         (cleanup_icydemux), (push_data), (GST_START_TEST),
3594         (icydemux_suite):
3595           Small test case for the above.
3596
3597 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
3598
3599         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
3600         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3601         (gst_avi_demux_stream_header_push),
3602         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3603         (gst_avi_demux_loop):
3604           More code reuse and better logging in _peek_chunk(). Reintroduce check
3605           for chunk sizes before reading them (avoid oom). Better handling for 
3606           invalid chunksizes when streaming.
3607
3608 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
3609
3610         * gst/level/gstlevel.c: (gst_level_set_property):
3611         * gst/level/gstlevel.h:
3612           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
3613           René Stadler
3614
3615 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
3616
3617         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
3618         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
3619         (gst_avi_demux_stream_data):
3620           Revert one change to fix streaming avi (adapter size != data size).
3621
3622 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3623
3624         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
3625
3626         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3627         (gst_matroska_demux_reset),
3628         (gst_matroska_demux_read_track_encodings),
3629         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
3630         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3631         (gst_matroska_demux_subtitle_caps):
3632         * gst/matroska/matroska-ids.h:
3633           Add support for VOBSUB subtitle tracks and zlib-compressed
3634           tracks. Make sure we start on a keyframe after a seek. (#343348)
3635
3636 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
3639         (gst_matroska_demux_push_flac_codec_priv_data),
3640         (gst_matroska_demux_push_xiph_codec_priv_data),
3641         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3642         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
3643         * gst/matroska/matroska-ids.h:
3644           Add basic FLAC support (#311586), not perfect yet though, needs some
3645           tweaking in flacdec; also, seeking could be better.
3646           Do better bounds checking when deserialising vorbis stream headers
3647           to make sure we don't read beyond the end of the buffer on bad input.
3648
3649 2006-09-04  Wim Taymans  <wim@fluendo.com>
3650
3651         Patch by: Alessandro Decina <alessandro at nnva dot org>
3652
3653         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
3654         Seeking back in a file containing a CMML stream errors out if the seek
3655         goes back up to the CMML headers. This is because after the seek the xml
3656         processing instruction <?xml ...?> is submitted to the xml parser again, 
3657         which results in an error. The attached patch fixes the problem. 
3658         Fixes #353908.
3659
3660         * ext/annodex/gstcmmlenc.h:
3661         Fix authors name.
3662
3663
3664 2006-08-28  Andy Wingo  <wingo@pobox.com>
3665
3666         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
3667         New helper function to lessen the ifdefs.
3668         (GST_INFO_OBJECT): 
3669         (gst_dv1394src_iso_receive): Use it.
3670         (gst_dv1394src_create): Also use the control sockets in iec61883
3671         mode.
3672         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
3673         handle for AVC operations; fixes #348233.
3674
3675 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
3676
3677         * configure.ac:
3678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3679         * docs/plugins/inspect/plugin-audiofx.xml:
3680         * docs/plugins/inspect/plugin-audiofxgood.xml:
3681         * gst/audiofx/Makefile.am:
3682         * gst/audiofx/audiofx.c:
3683         * gst/audiofxgood/.cvsignore:
3684         * gst/audiofxgood/Makefile.am:
3685         * gst/audiofxgood/audiofx.c:
3686         * gst/audiofxgood/audiopanorama.c:
3687         * gst/audiofxgood/audiopanorama.h:
3688           Rename again (audiofxgood -> audiofx).
3689
3690 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
3691
3692         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
3693         (gst_avi_demux_stream_scan):
3694           Initialze variables.
3695
3696 2006-08-25  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
3699         (gst_avi_demux_init), (gst_avi_demux_finalize),
3700         (gst_avi_demux_reset), (gst_avi_demux_index_last),
3701         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
3702         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
3703         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
3704         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
3705         (gst_avi_demux_massage_index),
3706         (gst_avi_demux_calculate_durations_from_index),
3707         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
3708         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
3709         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
3710         (gst_avi_demux_change_state):
3711         * gst/avi/gstavidemux.h:
3712         More attempts to turn this into readable code.
3713         Don't leak adapters.
3714         Calculate duration according to index more efficiently.
3715         Don't try to act like we drive the pipeline in chain mode.
3716
3717 2006-08-25  Wim Taymans  <wim@fluendo.com>
3718
3719         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
3720         Fix build.
3721
3722 2006-08-25  Wim Taymans  <wim@fluendo.com>
3723
3724         Patch by: Alessandro Decina <alessandro at nnva dot org>
3725
3726         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
3727         Do some extra sanity checks.
3728         Fixes #350340.
3729
3730         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
3731         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
3732         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
3733         Check if clip->start_time is valid before adding the clip to the
3734         track list.
3735         Reset enc->preamble going from PAUSED to READY.
3736         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
3737         only used for EOS.
3738         Only post an error message if we were the one that created the fatal
3739         GstFlowReturn value.
3740
3741         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
3742         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
3743         Parse the seconds field of the npt-sec time format using %llu rather than
3744         %d and check that the value scaled by GST_SECOND doesn't overflow.
3745         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
3746         Lookup a clip's track with clip->track rather than clip->id which
3747         makes no sense.
3748         Identify a clip by its track and start time and not its xml id.
3749         do some more input checking and make sure we don't do undefined shifts.
3750
3751         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3752         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
3753         (cmml_tag_message_pop), (check_headers), (push_clip_full),
3754         (push_clip), (push_empty_clip), (check_output_clip),
3755         (GST_START_TEST), (cmmldec_suite):
3756         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3757         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
3758         (check_headers), (push_clip), (check_clip_times), (check_clip),
3759         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
3760         Added some more checks.
3761
3762 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
3763
3764         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
3765         (gst_audio_panorama_set_property),
3766         (gst_audio_panorama_get_property),
3767         (gst_audio_panorama_transform_m2s_int),
3768         (gst_audio_panorama_transform_s2s_int),
3769         (gst_audio_panorama_transform_m2s_float),
3770         (gst_audio_panorama_transform_s2s_float):
3771         * gst/audiofxgood/audiopanorama.h:
3772         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3773           Make also the pan-property float (saves scaling and yields better
3774           resolution)
3775
3776 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
3777
3778         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
3779         (gst_audio_panorama_transform_m2s_float),
3780         (gst_audio_panorama_transform_s2s_float):
3781           ChangeLog surgery to add cymax's real name
3782
3783
3784 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
3785
3786         Patch by: René Stadler <mail@renestadler.de>
3787
3788         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
3789         (gst_audio_panorama_transform_m2s_int),
3790         (gst_audio_panorama_transform_s2s_int),
3791         (gst_audio_panorama_transform_m2s_float),
3792         (gst_audio_panorama_transform_s2s_float),
3793         (gst_audio_panorama_transform):
3794         * gst/audiofxgood/audiopanorama.h:
3795           Added float support
3796
3797 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
3798
3799         * gst/audiofxgood/audiopanorama.c:
3800         (gst_audio_panorama_transform_m2s):
3801           Fix docs & debug category. Add Fixme for volume pan levels.
3802
3803 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
3804
3805         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
3806         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
3807         (gst_avi_demux_stream_header_pull),
3808         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3809         (gst_avi_demux_chain):
3810           unbreak AVI index handling, some more debug, remove an obsolete
3811           adapter_flush that caused streaming to wander off in the wild
3812
3813 2006-08-24  Wim Taymans  <wim@fluendo.com>
3814
3815         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3816         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
3817         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
3818         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3819         (gst_avi_demux_calculate_durations_from_index),
3820         (gst_avi_demux_stream_header_push),
3821         (gst_avi_demux_stream_header_pull):
3822         * gst/avi/gstavidemux.h:
3823         Some more cleanups. 
3824         Fix totalFrames parsing in ODML.
3825         Disable use of index for length calculation in case of ODML as this is
3826         broken now.
3827
3828 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
3831           Use libgsttag helper function here too.
3832
3833 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3834
3835         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
3836         (gst_avi_demux_init), (gst_avi_demux_dispose),
3837         (gst_avi_demux_reset), (gst_avi_demux_index_next),
3838         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
3839         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
3840         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
3841         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
3842         (gst_avi_demux_parse_subindex),
3843         (gst_avi_demux_read_subindexes_push),
3844         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
3845         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3846         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
3847         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
3848         (gst_avi_demux_stream_header_pull),
3849         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3850         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
3851         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
3852         (gst_avi_demux_change_state):
3853         * gst/avi/gstavidemux.h:
3854           Initial streaming support for avidemux (fixes #336465)
3855
3856 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3859           There is no taglibmux element ...
3860
3861         * gst/rtsp/gstrtspsrc.c:
3862           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
3863           was complaining about unknown entity here.
3864
3865 2006-08-22  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3868         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3869         (gst_avi_demux_process_next_entry):
3870         * gst/avi/gstavidemux.h:
3871         Mark DISCONT.
3872         Remove old unused fields and reorder the struct a bit.
3873
3874 2006-08-22  Wim Taymans  <wim@fluendo.com>
3875
3876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3877         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
3878         (gst_rtspsrc_pause):
3879         * gst/rtsp/gstrtspsrc.h:
3880         * sys/oss/gstosssink.c: (gst_oss_sink_open),
3881         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
3882         Small documentation updates.
3883
3884 2006-08-22  Wim Taymans  <wim@fluendo.com>
3885
3886         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
3887         (gst_avi_demux_index_entry_for_time),
3888         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
3889         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
3890         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
3891         (gst_avi_demux_next_data_buffer),
3892         (gst_avi_demux_calculate_durations_from_index),
3893         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
3894         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
3895         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
3896         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
3897         * gst/avi/gstavidemux.h:
3898         Precalc most of the duration query for each stream.
3899         Make seeking more correct.
3900         Use GstSegment to track position and duration.
3901         Code cleanups and leak fixes.
3902         Calculate correct total duration based on index length.
3903
3904 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
3905
3906         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
3907         (parse_insert_string_field):
3908           If strings in text fields are marked ISO8859-1, but contain
3909           valid UTF-8 already, then handle them as UTF-8 and ignore
3910           the encoding. (#351794)
3911
3912 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
3915         (gst_flac_dec_write), (gst_flac_dec_loop),
3916         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
3917         (gst_flac_dec_src_query):
3918         * ext/flac/gstflacdec.h:
3919           Make flac-in-ogg work (#352100).
3920
3921 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3922
3923         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3924           Don't unref buffers of which we've already given away
3925           ownership to the adapter.
3926
3927 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3928
3929         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
3930           Make metadata extraction actually work.
3931
3932         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
3933         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
3934         (gst_speexenc_chain):
3935           Fix metadata writing: replace old code which wrote completely
3936           broken tags with libgsttag-based code. Plus miscellaneous
3937           code cleanups (use static pad templates etc.) and a bunch
3938           of leak fixes.
3939
3940 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3941
3942         * gst/audiopanorama/.cvsignore:
3943         * gst/audiopanorama/Makefile.am:
3944         * gst/audiopanorama/audiofx.c:
3945         * gst/audiopanorama/audiopanorama.c:
3946         * gst/audiopanorama/audiopanorama.h:
3947           die! die! die! you should never have been there
3948
3949 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3950
3951         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3952         Fix invalid memory access in audiopanorama test suite.
3953
3954 2006-08-21  Edward Hervey  <edward@fluendo.com>
3955
3956         * tests/check/elements/.cvsignore:
3957         ignore built file
3958
3959 2006-08-21  Wim Taymans  <wim@fluendo.com>
3960
3961         * gst/rtp/Makefile.am:
3962         Fix the build again.
3963
3964 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3965
3966         * gst/audiofxgood/.cvsignore:
3967         * gst/audiofxgood/Makefile.am:
3968         * gst/audiofxgood/audiofx.c: (plugin_init):
3969         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
3970         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
3971         (gst_audio_panorama_set_property),
3972         (gst_audio_panorama_get_property),
3973         (gst_audio_panorama_get_unit_size),
3974         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
3975         (gst_audio_panorama_transform_m2s),
3976         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
3977         * gst/audiofxgood/audiopanorama.h:
3978           resubmit with the desired name *again*
3979
3980 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3981
3982         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
3983         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
3984           use g_assert in _get_unit_size
3985
3986 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3987
3988         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3989         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3990         * docs/plugins/inspect/plugin-audiofxgood.xml:
3991           cleanup -unused.txt to make it useful, add previously missing docs
3992
3993         * ext/Makefile.am:
3994           Quietly (accidentally) enable LADSPA for building by default, 
3995           despite the fact that it doesn't meet the plugin checklist.
3996             -- Added by Jan Schmidt 18 Dec 2006
3997
3998         * ext/esd/esdmon.c:
3999         * ext/esd/esdsink.c:
4000         * ext/esd/gstesd.c: (plugin_init):
4001           reflow to get rid of two external symbols
4002
4003         * gst/audiofxgood/audiofx.c: (plugin_init):
4004           re-add
4005
4006 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4007
4008         * configure.ac:
4009         * gst/audiofxgood/.cvsignore:
4010         * gst/audiofxgood/Makefile.am:
4011         * gst/audiofxgood/audiofx.c
4012         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
4013         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
4014         (gst_audio_panorama_set_property),
4015         (gst_audio_panorama_get_property),
4016         (gst_audio_panorama_get_unit_size),
4017         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
4018         (gst_audio_panorama_transform_m2s),
4019         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
4020         * gst/audiofxgood/audiopanorama.h:
4021         * tests/check/Makefile.am:
4022         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
4023         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
4024         (panorama_suite), (main):
4025         Add audiofxgood plugin with audiopanorama element
4026
4027 2006-08-18  Wim Taymans  <wim@fluendo.com>
4028
4029         * docs/plugins/Makefile.am:
4030         More Oss docs fixage. 
4031
4032 2006-08-18  Wim Taymans  <wim@fluendo.com>
4033
4034         * gst/rtp/Makefile.am:
4035         * gst/rtp/gstrtp.c: (plugin_init):
4036         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
4037         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
4038         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
4039         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
4040         (gst_rtp_sv3v_depay_get_property),
4041         (gst_rtp_sv3v_depay_change_state),
4042         (gst_rtp_sv3v_depay_plugin_init):
4043         * gst/rtp/gstrtpsv3vdepay.h:
4044         Added experimental SVQ3 depayloader.
4045
4046 2006-08-18  Edward Hervey  <edward@fluendo.com>
4047
4048         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
4049         (gst_dvdemux_loop), (gst_dvdemux_change_state):
4050         * ext/dv/gstdvdemux.h:
4051         When handling seek requests, don't send the newsegment event from the
4052         calling thread. Instead save it so it can be sent from the streaming
4053         thread.
4054
4055 2006-08-17  Wim Taymans  <wim@fluendo.com>
4056
4057         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4058
4059         * gst/multipart/multipartdemux.c: (multipart_parse_header):
4060         Accept leading whitespace before the boundary
4061         This patch makes the demuxer allow some whitespace before the actual
4062         boundary. This makes the demuxer work with the ``old'' gstreamer
4063         multipartmuxer again (which placed an extra \n before the start
4064         of the stream) Fixes #349068.
4065
4066 2006-08-17  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4069         Error out on non-implemented stuff.
4070
4071 2006-08-16  Wim Taymans  <wim@fluendo.com>
4072
4073         Patch by: Andy Wingo <wingo at pobox dot com>
4074
4075         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
4076         (gst_signal_processor_start), (gst_signal_processor_stop),
4077         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
4078         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
4079         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
4080         (gst_signal_processor_change_state):
4081         Make ladspa elements reusable. Fixes #350006.
4082
4083 2006-08-16  Wim Taymans  <wim@fluendo.com>
4084
4085         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
4086         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
4087         names as possible. Fixes #349901.
4088
4089 2006-08-16  Wim Taymans  <wim@fluendo.com>
4090
4091         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
4092         (gst_signal_processor_do_pushes):
4093         A push() gives away our refcount so we should not use the buffer on the
4094         pen anymore.
4095
4096 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4097
4098         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
4099         (gst_oss_mixer_element_finalize):
4100           Don't leak device string.
4101
4102 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * configure.ac:
4105           Require CVS of GStreamer core and -base (for
4106           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
4107
4108         * ext/taglib/gstid3v2mux.cc:
4109           Write extended comment tags properly (#348762).
4110
4111         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4112         (parse_comment_frame):
4113           Extract COMM frames into extended comments, which makes it
4114           easier to properly retain the description bit of the tag
4115           and maintain this information when re-tagging (#348762).
4116
4117 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4118
4119         * tests/check/Makefile.am:
4120           Don't try to run annodex unit tests if the annodex
4121           plugin has not been built (Fixes #351116).
4122
4123 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst/autodetect/gstautoaudiosink.c:
4126         (gst_auto_audio_sink_find_best):
4127           When we can't find a usable audiosink, don't error out,
4128           but use a fake sink instead and post a warning message
4129           on the bus (#341278).
4130
4131 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4132
4133         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
4134         * sys/oss/gstosssink.c:
4135         * sys/oss/gstosssrc.c:
4136           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
4137           ossmixer's new device property.
4138
4139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4141           Add docs for OSS elements.
4142
4143         * docs/plugins/inspect/plugin-aasink.xml:
4144         * docs/plugins/inspect/plugin-alaw.xml:
4145         * docs/plugins/inspect/plugin-alpha.xml:
4146         * docs/plugins/inspect/plugin-alphacolor.xml:
4147         * docs/plugins/inspect/plugin-annodex.xml:
4148         * docs/plugins/inspect/plugin-apetag.xml:
4149         * docs/plugins/inspect/plugin-auparse.xml:
4150         * docs/plugins/inspect/plugin-autodetect.xml:
4151         * docs/plugins/inspect/plugin-avi.xml:
4152         * docs/plugins/inspect/plugin-cacasink.xml:
4153         * docs/plugins/inspect/plugin-cairo.xml:
4154         * docs/plugins/inspect/plugin-cdio.xml:
4155         * docs/plugins/inspect/plugin-cutter.xml:
4156         * docs/plugins/inspect/plugin-debug.xml:
4157         * docs/plugins/inspect/plugin-dv.xml:
4158         * docs/plugins/inspect/plugin-efence.xml:
4159         * docs/plugins/inspect/plugin-effectv.xml:
4160         * docs/plugins/inspect/plugin-esdsink.xml:
4161         * docs/plugins/inspect/plugin-flac.xml:
4162         * docs/plugins/inspect/plugin-flxdec.xml:
4163         * docs/plugins/inspect/plugin-gconfelements.xml:
4164         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4165         * docs/plugins/inspect/plugin-goom.xml:
4166         * docs/plugins/inspect/plugin-halelements.xml:
4167         * docs/plugins/inspect/plugin-icydemux.xml:
4168         * docs/plugins/inspect/plugin-id3demux.xml:
4169         * docs/plugins/inspect/plugin-jpeg.xml:
4170         * docs/plugins/inspect/plugin-level.xml:
4171         * docs/plugins/inspect/plugin-matroska.xml:
4172         * docs/plugins/inspect/plugin-mulaw.xml:
4173         * docs/plugins/inspect/plugin-multipart.xml:
4174         * docs/plugins/inspect/plugin-navigationtest.xml:
4175         * docs/plugins/inspect/plugin-ossaudio.xml:
4176         * docs/plugins/inspect/plugin-png.xml:
4177         * docs/plugins/inspect/plugin-rtp.xml:
4178         * docs/plugins/inspect/plugin-rtsp.xml:
4179         * docs/plugins/inspect/plugin-shout2send.xml:
4180         * docs/plugins/inspect/plugin-smpte.xml:
4181         * docs/plugins/inspect/plugin-speex.xml:
4182         * docs/plugins/inspect/plugin-taglib.xml:
4183         * docs/plugins/inspect/plugin-udp.xml:
4184         * docs/plugins/inspect/plugin-videobalance.xml:
4185         * docs/plugins/inspect/plugin-videobox.xml:
4186         * docs/plugins/inspect/plugin-videoflip.xml:
4187         * docs/plugins/inspect/plugin-videomixer.xml:
4188         * docs/plugins/inspect/plugin-wavenc.xml:
4189         * docs/plugins/inspect/plugin-wavparse.xml:
4190         * docs/plugins/inspect/plugin-ximagesrc.xml:
4191           Update to CVS version.
4192           
4193 2006-08-16  Wim Taymans  <wim@fluendo.com>
4194
4195         * gst/rtp/gstrtpamrdepay.c:
4196         * gst/rtp/gstrtpmp4gdepay.c:
4197         Caps extra properties must be defined as strings for
4198         depayloaders because they are generated from an SDP.
4199
4200         * gst/rtp/Makefile.am:
4201         * gst/rtp/gstrtp.c: (plugin_init):
4202         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
4203         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
4204         (gst_rtp_h264_depay_finalize), (decode_base64),
4205         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4206         (gst_rtp_h264_depay_set_property),
4207         (gst_rtp_h264_depay_get_property),
4208         (gst_rtp_h264_depay_change_state),
4209         (gst_rtp_h264_depay_plugin_init):
4210         * gst/rtp/gstrtph264depay.h:
4211         Added basic, not completely functional RFC 3984 H264 depayloader.
4212
4213 2006-08-16  Wim Taymans  <wim@fluendo.com>
4214
4215         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
4216         Add pads after setting them up.
4217
4218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4219         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
4220         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
4221         (gst_rtspsrc_stream_setup_rtp),
4222         (gst_rtspsrc_stream_configure_transport),
4223         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
4224         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
4225         (gst_rtspsrc_pause):
4226         * gst/rtsp/gstrtspsrc.h:
4227         Fix interleaved mode.
4228          - Protect streaming with lock.
4229          - Combine flows
4230          - set caps on outgoing buffers.
4231          - strip trailing \0 from data packets.
4232          - Configure RTP/RTCP in stream.
4233         Use DEBUG_OBJECT more.
4234
4235 2006-08-16  Wim Taymans  <wim@fluendo.com>
4236
4237         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4238         Turn a g_print into a DEBUG line.
4239
4240 2006-08-13  Wim Taymans  <wim@fluendo.com>
4241
4242         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
4243         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
4244         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
4245         (gst_oss_mixer_element_get_property),
4246         (gst_oss_mixer_element_change_state):
4247         * sys/oss/gstossmixerelement.h:
4248         Small cleanups. Better error reporting.
4249         Add device property for the mixer instead of the hardcoded
4250         /dev/mixer. Fixes #350785.
4251         API: GstOssMixerElement::device property
4252
4253 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         Patch by: Jens Granseuer <jensgr at gmx net>
4256
4257         * gconf/Makefile.am:
4258           Make --disable-schemas work right (they still need
4259           to be copied to the installation directory, just not
4260           applied). Fixes #351347 (also #344100).
4261           
4262 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4263
4264         * configure.ac: back to HEAD
4265
4266 === release 0.10.4 ===
4267
4268 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
4269
4270         * configure.ac:
4271           releasing 0.10.4, "Dear Leader"
4272
4273 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4274
4275         Patch by: Edward Hervey <edward@fluendo.com>
4276
4277         * configure.ac:
4278         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4279         (gst_wavparse_stream_data):
4280         Send the newsegment event in the streaming thread.
4281         Fixes #347529
4282
4283 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
4286         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
4287         (gst_smokeenc_resync), (gst_smokeenc_chain):
4288           Refuse sink caps in the encoder if width or height is not a
4289           multiple of 16, the encoder does not support that yet (#349939);
4290           along the same lines, check the return value of the encoder
4291           setup function; also remove some debug log clutter.
4292
4293 2006-08-04  Andy Wingo  <wingo@pobox.com>
4294
4295         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
4296         whether a processor can work in place or not, and for keeping
4297         track of its state. Change the FlowReturn instance variable from
4298         "state" to "flow_state", all callers changed.
4299
4300         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
4301         (gst_signal_processor_start, gst_signal_processor_stop)
4302         (gst_signal_processor_cleanup): New functions to manage the
4303         processor's state.
4304         (gst_signal_processor_setcaps): start() as well as setup() here.
4305         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
4306         (gst_signal_processor_change_state): Stop and cleanup the
4307         processor as we go to NULL.
4308
4309         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
4310         INPLACE_BROKEN is not set.
4311
4312         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
4313         Do the alloc_buffer in bytes, not frames.
4314         
4315 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4316
4317         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
4318         Fix rgb masks when recording in < 24bpp.
4319
4320 2006-08-04  Andy Wingo  <wingo@pobox.com>
4321
4322         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
4323         (gst_signal_processor_prepare)
4324         (gst_signal_processor_update_inputs)
4325         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
4326         (gst_signal_processor_flush)
4327         (gst_signal_processor_sink_activate_push)
4328         (gst_signal_processor_src_activate_pull)
4329         (gst_signal_processor_change_state): Remove the last of the code
4330         that assumes that we process whole buffers at a time. Fix some
4331         debugging. Seems to work now in some cases.
4332         (gst_signal_processor_src_activate_pull): BPB
4333
4334 2006-08-01  Andy Wingo  <wingo@pobox.com>
4335
4336         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
4337         Fix nframes-choosing.
4338         (gst_signal_processor_init): Init pending_in and pending_out.
4339
4340         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
4341         more default sample rate, although we never check that the sample
4342         rate actually gets set. Something for the future.
4343         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
4344         (gst_signal_processor_event): Refcount fixen.
4345         (gst_signal_processor_process): Pull the number of frames to
4346         process from the sizes of the buffers in the input pens.
4347         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
4348         (gst_signal_processor_do_pulls): Add an nframes argument, and use
4349         it instead of buffer_frames.
4350         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
4351         to do_pulls.
4352         (gst_signal_processor_chain)
4353         (gst_signal_processor_sink_activate_push)
4354         (gst_signal_processor_src_activate_pull):  Refcount fixen.
4355
4356         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
4357
4358 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
4359
4360         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
4361         (gst_signal_processor_process):
4362           don't query buffer-frames from caps, add lots of debug-log,
4363           try fix for assert (#349189)
4364
4365 2006-07-31  Wim Taymans  <wim@fluendo.com>
4366
4367         * gst/udp/gstudpsrc.c:
4368         Fix docs.
4369
4370 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
4371
4372         * ext/ladspa/gstsignalprocessor.c:
4373         (gst_signal_processor_add_pad_from_template),
4374         (gst_signal_processor_init), (gst_signal_processor_setcaps),
4375         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
4376         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
4377         (gst_signal_processor_sink_activate_push),
4378         (gst_signal_processor_src_activate_pull),
4379         (gst_signal_processor_change_state):
4380          Add debugs logs here and there, add more error handling, add some
4381          FIXME comments, filed #349189
4382
4383 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4384
4385         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
4386         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
4387         Set caps on buffer correctly.  Fixes bug #349155.
4388
4389 2006-07-28  Wim Taymans  <wim@fluendo.com>
4390
4391         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4392
4393         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4394         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
4395         (gst_multipart_demux_finalize), (get_line_end),
4396         (multipart_parse_header), (multipart_find_boundary),
4397         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
4398         (gst_multipart_set_property), (gst_multipart_get_property):
4399         Uses GstAdapter instead of own buffering.
4400         Actually parses the mime-type correctly (In tests the mime-type was
4401         always "" with the old version).
4402         Uses the Content-length header if available to speed up things.
4403         Reliably autoscans the boundary name by default.
4404         Fixes #349068.
4405
4406         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4407         Don't start the stream with a \n.
4408
4409 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4410
4411         Patch by: Brian Cameron <brian dot cameron at sun com>
4412
4413         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4414           Open source with O_NONBLOCK (#349015).
4415
4416 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
4417
4418         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4419         (gst_avi_demux_massage_index):
4420         * gst/avi/gstavidemux.h:
4421           Whitespace fixes and more debug
4422
4423 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
4424
4425         * gst/autodetect/gstautoaudiosink.c:
4426         (gst_auto_audio_sink_create_element_with_pretty_name),
4427         (gst_auto_audio_sink_find_best),
4428         (gst_auto_audio_sink_change_state):
4429           Get rid of old and unused magic sound-server properties stuff.
4430           Add suffix to child sink's name that makes it easy to see from
4431           the name alone which type it actually is (alsa, oss, esd, etc.).
4432
4433 2006-07-27  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4436         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
4437         (gst_udpsrc_start):
4438         * gst/udp/gstudpsrc.h:
4439         Rename "buffer" to "buffer-size" to make clear it is a size we set and
4440         not some sort of feature we enable.
4441
4442 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4445           Use CLOSE_SOCKET() here instead of close() to maintain
4446           win32 workiness.
4447
4448 2006-07-27  Wim Taymans  <wim@fluendo.com>
4449
4450         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
4451
4452         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4453         (gst_udpsrc_create), (gst_udpsrc_set_property),
4454         (gst_udpsrc_get_property), (gst_udpsrc_start):
4455         * gst/udp/gstudpsrc.h:
4456         Added "buffer-size" property to control the kernel receive buffer size.
4457         Update documentation.
4458         Small cleanups. Fixes #348752.
4459         API: buffer-size property
4460
4461 2006-07-26  Wim Taymans  <wim@fluendo.com>
4462
4463         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
4464
4465         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
4466         (gst_rtp_pcma_pay_handle_buffer):
4467         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
4468         (gst_rtp_pcmu_pay_handle_buffer):
4469         Fix timestamp calculation on outgoing RTP packets.
4470         Fixes #348675.
4471
4472 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4473
4474         * ext/taglib/gstid3v2mux.cc:
4475           Fix writing of comment frames (should be COMM not TCOM),
4476           is still sub-optimal though, since we don't retain or
4477           extract the comment descriptions properly (#334375,
4478           also see #334375).
4479
4480 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4481
4482         * gst/wavparse/gstwavparse.c:
4483           #define 'fact' RIFF chunk if we are not compiling against
4484           -base CVS (we don't want to depend on -base CVS for this
4485           one define only, and also not for release order reasons).
4486
4487 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * ext/taglib/gstid3v2mux.cc:
4490           Handle multiple tags of the same type properly. Re-inject
4491           unparsed ID3v2 frames that we get as binary blobs from
4492           id3demux into the tag again so we don't lose information
4493           when retagging (#334375).
4494
4495 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
4498           Document newly-added properties properly, so that there is a
4499           'Since: 0.10.4' in the plugin docs. Convert some property
4500           names into canonical GObject style (GObject will do that
4501           internally anyway).
4502
4503 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * gst/id3demux/id3tags.c:
4506         (id3demux_add_id3v2_frame_blob_to_taglist):
4507           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
4508           well, and add the version to the blob's buffer caps, since that
4509           information will be needed for deserialisation later on (#348644).
4510
4511 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
4512
4513         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
4514         (gst_avi_demux_parse_stream):
4515          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
4516          indentation and spacing.
4517
4518 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * docs/plugins/Makefile.am:
4521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4523         * docs/plugins/gst-plugins-good-plugins.args:
4524         * docs/plugins/inspect/plugin-1394.xml:
4525         * docs/plugins/inspect/plugin-aasink.xml:
4526         * docs/plugins/inspect/plugin-alaw.xml:
4527         * docs/plugins/inspect/plugin-alpha.xml:
4528         * docs/plugins/inspect/plugin-alphacolor.xml:
4529         * docs/plugins/inspect/plugin-annodex.xml:
4530         * docs/plugins/inspect/plugin-apetag.xml:
4531         * docs/plugins/inspect/plugin-auparse.xml:
4532         * docs/plugins/inspect/plugin-autodetect.xml:
4533         * docs/plugins/inspect/plugin-avi.xml:
4534         * docs/plugins/inspect/plugin-cacasink.xml:
4535         * docs/plugins/inspect/plugin-cairo.xml:
4536         * docs/plugins/inspect/plugin-cdio.xml:
4537         * docs/plugins/inspect/plugin-cutter.xml:
4538         * docs/plugins/inspect/plugin-debug.xml:
4539         * docs/plugins/inspect/plugin-dv.xml:
4540         * docs/plugins/inspect/plugin-efence.xml:
4541         * docs/plugins/inspect/plugin-effectv.xml:
4542         * docs/plugins/inspect/plugin-esdsink.xml:
4543         * docs/plugins/inspect/plugin-flac.xml:
4544         * docs/plugins/inspect/plugin-flxdec.xml:
4545         * docs/plugins/inspect/plugin-gconfelements.xml:
4546         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4547         * docs/plugins/inspect/plugin-goom.xml:
4548         * docs/plugins/inspect/plugin-halelements.xml:
4549         * docs/plugins/inspect/plugin-icydemux.xml:
4550         * docs/plugins/inspect/plugin-id3demux.xml:
4551         * docs/plugins/inspect/plugin-jpeg.xml:
4552         * docs/plugins/inspect/plugin-level.xml:
4553         * docs/plugins/inspect/plugin-matroska.xml:
4554         * docs/plugins/inspect/plugin-mulaw.xml:
4555         * docs/plugins/inspect/plugin-multipart.xml:
4556         * docs/plugins/inspect/plugin-navigationtest.xml:
4557         * docs/plugins/inspect/plugin-ossaudio.xml:
4558         * docs/plugins/inspect/plugin-png.xml:
4559         * docs/plugins/inspect/plugin-rtp.xml:
4560         * docs/plugins/inspect/plugin-rtsp.xml:
4561         * docs/plugins/inspect/plugin-shout2send.xml:
4562         * docs/plugins/inspect/plugin-smpte.xml:
4563         * docs/plugins/inspect/plugin-speex.xml:
4564         * docs/plugins/inspect/plugin-udp.xml:
4565         * docs/plugins/inspect/plugin-videobalance.xml:
4566         * docs/plugins/inspect/plugin-videobox.xml:
4567         * docs/plugins/inspect/plugin-videoflip.xml:
4568         * docs/plugins/inspect/plugin-videomixer.xml:
4569         * docs/plugins/inspect/plugin-wavenc.xml:
4570         * docs/plugins/inspect/plugin-wavparse.xml:
4571         * docs/plugins/inspect/plugin-ximagesrc.xml:
4572           Update files to CVS/Prerelease version, add esdsink docs.
4573
4574         * ext/esd/esdsink.c:
4575           Add gtk-doc blurb.
4576
4577         * gst/rtp/gstrtpmp4vpay.c:
4578           Fix typo in element description.
4579
4580 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
4581
4582         * ext/esd/esdsink.c: (gst_esdsink_open),
4583         (gst_esdsink_factory_init):
4584           Prevent libesd from auto-spawning a sound daemon if it
4585           is not already running. Now that we don't do evil stuff
4586           like that any longer we can give esdsink a rank so that
4587           autoaudiosink will try it as well if all other audio
4588           sinks fail (#343051).
4589
4590 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * ext/esd/Makefile.am:
4593           Oops, need to remove README from EXTRA_DIST as well.
4594
4595 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         * ext/esd/README:
4598           Remove, it contains nothing useful anyway.
4599
4600         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
4601         (gst_esdsink_delay):
4602           Some small clean-ups; use GST_BOILERPLATE etc.
4603
4604 2006-07-24  Wim Taymans  <wim@fluendo.com>
4605
4606         * gst/law/alaw-decode.c: (alawdec_getcaps):
4607         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
4608         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
4609         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
4610         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
4611
4612 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
4613
4614         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
4615         (gst_wavparse_other), (gst_wavparse_perform_seek),
4616         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
4617         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4618         (gst_wavparse_pad_query):
4619         * gst/wavparse/gstwavparse.h:
4620           Use information from 'fact' chunk for length calculation of compressed
4621           samples. Calculate bps if bogus value is found in wav header (embeded
4622           mp2/mp3).
4623           
4624
4625 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
4626
4627         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
4628
4629         * configure.ac:
4630         * gst/udp/Makefile.am:
4631         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
4632         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
4633         * gst/udp/gstdynudpsink.h:
4634         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
4635         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
4636         * gst/udp/gstmultiudpsink.h:
4637         * gst/udp/gstudp.c: (plugin_init):
4638         * gst/udp/gstudpsink.h:
4639         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4640         (gst_udpsrc_start), (gst_udpsrc_stop):
4641         * gst/udp/gstudpsrc.h:
4642         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
4643         (gst_udp_net_utils_win32_wsa_startup):
4644         * gst/udp/gstudpnetutils.h:
4645           Port udp plugin to win32 (#345288).
4646
4647 2006-07-24  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
4650         Remove unwanted DEBUG line.
4651
4652 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * gst/id3demux/gstid3demux.c: (plugin_init):
4655         * gst/id3demux/id3tags.c:
4656         (id3demux_add_id3v2_frame_blob_to_taglist):
4657         * gst/id3demux/id3tags.h:
4658           On second thought, it might be wiser and more efficient
4659           not to do tag registration from a streaming thread.
4660
4661 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
4662
4663         * gst/id3demux/id3tags.c:
4664         (id3demux_add_id3v2_frame_blob_to_taglist),
4665         (id3demux_id3v2_frames_to_tag_list):
4666           Put ID3v2 frames we can't parse as binary blobs into private
4667           tags, so that they are not lost when retagging, at least once
4668           id3v2mux has been taught to re-inject those frames again.
4669           See bug #334375.
4670
4671 2006-07-21  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4674         (gst_avi_demux_process_next_entry):
4675         Fix some leaks.
4676
4677         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4678         Don't use \n in debug lines.
4679
4680 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4681
4682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4684           Add annodex and icydemux, cleanup the sections a bit
4685
4686 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4687
4688         Patch by: Alex Lancaster <alexl at users sourceforge net>
4689
4690         * ext/taglib/gstid3v2mux.cc:
4691           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
4692           ID3v2 TSSE frames (#347898).
4693
4694 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4695
4696         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4697           Respect mpegversion for "video/mpeg" and give message in case of
4698           unhandled versions.
4699
4700 2006-07-17  Wim Taymans  <wim@fluendo.com>
4701
4702         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
4703         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
4704         (gst_pngdec_chain), (gst_pngdec_sink_event),
4705         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
4706         (gst_pngdec_sink_activate_push):
4707         * ext/libpng/gstpngdec.h:
4708         Use statically allocated segment instead of leaking.
4709         Various cleanups.
4710         Fix flush and seek handling.
4711
4712 2006-07-16  Wim Taymans  <wim@fluendo.com>
4713
4714         * gst/rtp/Makefile.am:
4715         * gst/rtp/gstrtp.c: (plugin_init):
4716         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
4717         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
4718         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
4719         (gst_rtp_mp4g_depay_set_property),
4720         (gst_rtp_mp4g_depay_get_property),
4721         (gst_rtp_mp4g_depay_change_state),
4722         (gst_rtp_mp4g_depay_plugin_init):
4723         * gst/rtp/gstrtpmp4gdepay.h:
4724         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
4725         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
4726         (gst_rtp_mp4g_pay_flush):
4727         Added simple generic mpeg4 depayloader.
4728         Fix generic mpeg4 payloader.
4729
4730 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
4733           Don't try doing state changes on a NULL pointer.
4734
4735 2006-07-14  Wim Taymans  <wim@fluendo.com>
4736
4737         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
4738
4739         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
4740         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
4741         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4742         * gst/rtp/gstrtpamrdepay.h:
4743         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
4744         Fixes #321191
4745
4746 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4747
4748         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
4749         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
4750         Fix segfault when moving mouse pointer to the bottom right corner.
4751
4752 2006-07-12  Wim Taymans  <wim@fluendo.com>
4753
4754         * gst/rtp/Makefile.am:
4755         * gst/rtp/gstrtp.c: (plugin_init):
4756         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
4757         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
4758         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
4759         (gst_rtp_mp2t_depay_set_property),
4760         (gst_rtp_mp2t_depay_get_property),
4761         (gst_rtp_mp2t_depay_change_state),
4762         (gst_rtp_mp2t_depay_plugin_init):
4763         * gst/rtp/gstrtpmp2tdepay.h:
4764         Added mpeg2 TS depayloader. Closing #347234.
4765
4766 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4767
4768         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
4769           Remove g_assert that shouldn't be there and was triggered
4770           after trying to open a device that doesn't exist or can't
4771           be opened for some other reason (#347972).
4772
4773 2006-07-10  Edward Hervey  <edward@fluendo.com>
4774
4775         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4776         (gst_avi_demux_stream_header), (push_tag_lists):
4777         * gst/avi/gstavidemux.h:
4778         Don't push tag events found by gst_riff_parse_info() before outputting
4779         GST_EVENT_NEWSEGMENT.
4780
4781 2006-07-10  Wim Taymans  <wim@fluendo.com>
4782
4783         * gst/rtsp/Makefile.am:
4784         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
4785         (rtsp_connection_close):
4786         * gst/rtsp/rtspdefs.h:
4787         replaced closesocket and close in code with one CLOSE_SOCKET. 
4788         Some more cleanups. Fixes #345301.
4789
4790 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * gst/autodetect/gstautoaudiosink.c:
4793           Fix example pipeline in docs.
4794
4795 2006-07-10  Wim Taymans  <wim@fluendo.com>
4796
4797         Patch by: Rob Taylor <robtaylor at floopily dot org>
4798
4799         * gst/udp/gstmultiudpsink.c: (join_multicast),
4800         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
4801         If a destination is added before the stream is set to PAUSED, the
4802         multicast group is not joined as the socket is not created yet. 
4803         Also TTL and LOOP should also be set. Fixes #346921.
4804
4805 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4806
4807         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
4808         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
4809         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
4810         (gst_ximage_src_init):
4811         * sys/ximage/gstximagesrc.h:
4812         Fix use-damage property to actually work :)
4813         Add startx, starty, endx, endy properties so screencasts other than full
4814         screen ones can work.
4815
4816 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4817
4818         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
4819         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
4820         (gst_ximage_src_class_init), (gst_ximage_src_init):
4821         * sys/ximage/gstximagesrc.h:
4822         Add use_damage property to offer ability to choose whether to use
4823         XDamage or not.
4824
4825 2006-07-07  Wim Taymans  <wim@fluendo.com>
4826
4827         * gst/goom/filters.c: (zoomFilterSetResolution):
4828         Avoid goom coredumping by clearing memory. 
4829         Fixes 345679.
4830
4831 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4832
4833         * win32/vs6/libgstid3demux.dsp:
4834         Add a link to libgsttag-0.10.lib.
4835
4836 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
4839         (gst_tag_demux_read_range):
4840         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
4841         (gst_id3demux_read_range):
4842           Don't return FLOW_UNEXPECTED when a buffer is before
4843           the start of the stream (which might happen with
4844           large ID3v2 tags if the tag reading was done pullrange
4845           based and we then switched to push mode later on).
4846           Fixes regression introduced by commit from June 29th.
4847
4848 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         * ext/taglib/gstid3v2mux.cc:
4851           Make UTF-8 the default encoding when writing string
4852           tags (before, our UTF-8 strings would automatically
4853           be converted to ISO-8859-1 by taglib and written as
4854           ISO-8859-1 fields if that was possible).
4855
4856         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
4857         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
4858         (test_taglib_id3mux_with_tags):
4859           Add test case that makes sure our UTF-8 strings have
4860           actually been written into the tag as UTF-8.
4861
4862 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         * configure.ac:
4865           Let's try that again.
4866
4867 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4868
4869         * configure.ac:
4870           Disable monoscope plugin for now until it fulfills
4871           all the requirements.
4872
4873 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         * configure.ac:
4876         * gst/monoscope/Makefile.am:
4877         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
4878         (gst_monoscope_class_init), (gst_monoscope_init),
4879         (gst_monoscope_finalize), (gst_monoscope_reset),
4880         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
4881         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
4882         (gst_monoscope_sink_event), (gst_monoscope_src_event),
4883         (gst_monoscope_change_state), (plugin_init):
4884         * gst/monoscope/gstmonoscope.h:
4885           Port monoscope visualisation to 0.10.
4886
4887 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
4890         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
4891           Return FLOW_UNEXPECTED when at the end of the file, not
4892           FLOW_ERROR. Fixes 'internal stream error' errors that
4893           would sometimes occur in totem when scrubbing to the
4894           end of an ID3v1 tagged mp3 file.
4895
4896 2006-07-03  Edward Hervey  <edward@fluendo.com>
4897
4898         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
4899         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
4900         (gst_pngdec_sink_event), (gst_pngdec_change_state):
4901         * ext/libpng/gstpngdec.h:
4902         Implement buffer clipping/dropping using GstSegment.
4903         This provides accurate seeking.
4904
4905 2006-07-03  Edward Hervey  <edward@fluendo.com>
4906
4907         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4908         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
4909         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
4910         (gst_avi_demux_process_next_entry), (push_tag_lists),
4911         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4912         * gst/avi/gstavidemux.h:
4913         Proper aggregation of each stream's GstFlowReturn in order to figure out
4914         whether the task should stop or not.
4915         Don't send inline events before pushing out a NEW_SEGMENT, more
4916         specifically for GST_TAG_EVENT.
4917         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
4918         sub-indexes.
4919
4920 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
4923
4924         * sys/sunaudio/gstsunaudiomixerctrl.c:
4925         (gst_sunaudiomixer_ctrl_build_list):
4926           Move "Monitor" slider to input tab so it works more like
4927           sdtaudiocontrol, which is what people on Solaris are used
4928           to using for their mixer program (#346259).
4929
4930 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4931
4932         * tests/check/elements/level.c: (GST_START_TEST):
4933           fix a leak, clean up at the end
4934
4935 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
4938         (gst_matroska_demux_send_event),
4939         (gst_matroska_demux_loop_stream_parse_id):
4940         * gst/matroska/matroska-ids.h:
4941           Send tag event after newsegment event.
4942
4943 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
4946         (gst_id3demux_read_range):
4947           Make sure we don't return GST_FLOW_OK with a NULL buffer in
4948           certain cases where a read beyond the end of the file is
4949           requested. Fixes #345930.
4950
4951         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
4952         (gst_tag_demux_read_range):
4953           Fix same issue here as well.
4954
4955 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4956
4957         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4958         
4959         Fix hypothetical crash.
4960
4961 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
4964
4965         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
4966           Do not modify the ports value. If the user has turned off the
4967           built-in speakers, then we should not reset it in the prepare
4968           function, since this causes the built-in speakers to turn
4969           back on anytime the user changes a track in totem, rhythmbox,
4970           etc. (#346066).
4971
4972 2006-06-23  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
4975         Fix double caps unref when negotiation fails.
4976
4977 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4978
4979         * ext/annodex/gstcmmldec.c:
4980         * ext/annodex/gstcmmlenc.c:
4981         * ext/annodex/gstcmmlparser.c:
4982         * ext/dv/gstdvdec.c:
4983         * ext/dv/gstdvdemux.c:
4984         * ext/gdk_pixbuf/pixbufscale.c:
4985         * ext/jpeg/gstjpegenc.c:
4986         * ext/jpeg/gstsmokedec.c:
4987         * ext/jpeg/gstsmokeenc.c:
4988         * ext/libpng/gstpngdec.c:
4989         * ext/libpng/gstpngenc.c:
4990         * ext/speex/gstspeexenc.c:
4991         * gst/alpha/gstalphacolor.c:
4992         * gst/cutter/gstcutter.c:
4993         * gst/debug/gstnavigationtest.c:
4994         * gst/icydemux/gsticydemux.c:
4995         * gst/level/gstlevel.c:
4996         * gst/multipart/multipart.c:
4997         * gst/rtp/gstrtpamrpay.c:
4998         * gst/rtp/gstrtpdepay.c:
4999         * gst/rtp/gstrtpilbcpay.c:
5000         * gst/rtp/gstrtpmp4gpay.c:
5001         * gst/rtp/gstrtpmp4vpay.c:
5002         * gst/rtsp/gstrtpdec.c:
5003         * gst/rtsp/gstrtspsrc.c:
5004         * gst/udp/gstdynudpsink.c:
5005         * gst/udp/gstmultiudpsink.c:
5006         * gst/udp/gstudpsrc.c:
5007         * gst/videobox/gstvideobox.c:
5008         * gst/videofilter/gstvideoflip.c:
5009           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
5010           plus two minor macro fixes.
5011
5012 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * gst/matroska/matroska-demux.c:
5015         (gst_matroska_demux_check_subtitle_buffer),
5016         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5017         (gst_matroska_demux_subtitle_caps):
5018         * gst/matroska/matroska-ids.c:
5019         (gst_matroska_track_init_subtitle_context):
5020         * gst/matroska/matroska-ids.h:
5021           Try to fix up broken matroska files containing subtitle
5022           streams with non-UTF8 character encodings (courtesy of
5023           mkvmerge) using either the encoding specified in the
5024           GST_SUBTITLE_ENCODING environment variable or the
5025           current locale's character set if it is non-UTF8.
5026           Fixes #337076.
5027
5028 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5031           Set image type from APIC frame as "image-type" field
5032           of GST_TAG_IMAGE buffer caps (#344605).
5033
5034 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         * ext/flac/Makefile.am:
5037         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
5038         (gst_flac_dec_reset_decoders),
5039         (gst_flac_dec_setup_seekable_decoder),
5040         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
5041         (gst_flac_dec_metadata_callback),
5042         (gst_flac_dec_metadata_callback_seekable),
5043         (gst_flac_dec_metadata_callback_stream),
5044         (gst_flac_dec_error_callback),
5045         (gst_flac_dec_error_callback_seekable),
5046         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
5047         (gst_flac_dec_read_stream), (gst_flac_dec_write),
5048         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
5049         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
5050         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
5051         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
5052         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
5053         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
5054         (gst_flac_dec_sink_activate_push),
5055         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
5056         * ext/flac/gstflacdec.h:
5057           Support chain-based operation, should make flac-over-DAAP
5058           work (#340492).
5059
5060 2006-06-20  Wim Taymans  <wim@fluendo.com>
5061
5062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5063         Doc updates, merge some unused symbols.
5064
5065 2006-06-20  Wim Taymans  <wim@fluendo.com>
5066
5067         * docs/plugins/Makefile.am:
5068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5070         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
5071         * gst/rtsp/gstrtspsrc.c:
5072         * gst/rtsp/gstrtspsrc.h:
5073         Added documentation for the rtsp plugin. Fixes #345393.
5074
5075 2006-06-20  Wim Taymans  <wim@fluendo.com>
5076
5077         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
5078         (rtsp_connection_close), (rtsp_connection_free):
5079         Use better G_OS_* macros. Fixes #345301 some more.
5080
5081 2006-06-20  Wim Taymans  <wim@fluendo.com>
5082
5083         Patch by: Brian Cameron <brian dot cameron at sun dot com>
5084
5085         * sys/sunaudio/Makefile.am:
5086         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5087         * sys/sunaudio/gstsunaudiomixerctrl.c:
5088         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
5089         (gst_sunaudiomixer_ctrl_list_tracks),
5090         (gst_sunaudiomixer_ctrl_get_volume),
5091         (gst_sunaudiomixer_ctrl_set_volume),
5092         (gst_sunaudiomixer_ctrl_set_mute),
5093         (gst_sunaudiomixer_ctrl_set_record):
5094         * sys/sunaudio/gstsunaudiomixerctrl.h:
5095         * sys/sunaudio/gstsunaudiomixertrack.c:
5096         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
5097         * sys/sunaudio/gstsunaudiomixertrack.h:
5098         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
5099         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
5100         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
5101         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
5102         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
5103         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
5104         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
5105         (gst_sunaudiosrc_reset):
5106         * sys/sunaudio/gstsunaudiosrc.h:
5107         Add a SunAudio source plugin.
5108         Support stereo and right/left channel gain in the mixer plugin.
5109         Support the RECORD flag so that you can switch between line-input and
5110         microphone in gnome-volume-control.
5111         Code cleanups like using an enumerator for track number instead of an 
5112         integer. Fixes #344923.
5113
5114 2006-06-20  Wim Taymans  <wim@fluendo.com>
5115
5116         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
5117
5118         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
5119         (rtsp_connection_close):
5120         Make RTSP plugin compile on windows. Fixes #345301.
5121         Some changes to original patch to catch errors better.
5122         use ifdef WIN32 instead of ifndef.
5123
5124 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5125
5126         * configure.ac:
5127         If we have libraw1394 >= 1.2.1, then we need libiec61883.
5128
5129 2006-06-18  Edward Hervey  <edward@fluendo.com>
5130
5131         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
5132         After a failed buffer alloc, we need to abort the jpeg decoding (it
5133         started when parsing headers to figure out how many bytes we need
5134         to request downstream).
5135
5136 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5139
5140         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
5141           Make sure we don't read beyond the end of the file (#345232).
5142
5143 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         * configure.ac:
5146           Fix --disable-external (can't set conditionals conditionally,
5147           #343602).
5148
5149 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * autogen.sh:
5152         * configure.ac:
5153         * docs/Makefile.am:
5154           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
5155
5156         * docs/plugins/Makefile.am:
5157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5158         * docs/plugins/inspect/plugin-taglib.xml:
5159           Add/fix apev2mux docs.
5160
5161 2006-06-14  Wim Taymans  <wim@fluendo.com>
5162
5163         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
5164         (gst_dvdec_finalize), (gst_dvdec_sink_event),
5165         (gst_dvdec_change_state):
5166         Reset segment info on flush.
5167         Alloc segment in _init, free in _finalize.
5168
5169         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
5170         Don't send segments twice.
5171
5172 2006-06-14  Wim Taymans  <wim@fluendo.com>
5173
5174         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
5175         Respect segment.stop. Fixes #342592.
5176
5177 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5178
5179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5180           No language specified means the implied language is English
5181           according to the matroska spec (partially fixes #344708);
5182           add some more debug output.
5183
5184 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
5187         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
5188         (gst_wavparse_chain):
5189           When operating chain-based, don't make any assumptions about the
5190           chunking of the incoming data and make streaming work on days other
5191           than the second Thursday after a full moon. Also fix up debug
5192           messages here and there and make use of the most excellent new
5193           gst_pad_query_peer_duration() utility function.
5194           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
5195
5196         * gst/wavparse/gstwavparse.h:
5197           Remove trailing comma after last enum value, some compilers don't
5198           like that.
5199
5200 2006-06-13  Wim Taymans  <wim@fluendo.com>
5201
5202         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
5203         Handle premature EOS gracefully.
5204
5205 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
5208           Prevent out of bounds array access when scrubbing towards
5209           the end of the file between the last index entry and the
5210           end. Fixes occasional 'start <= stop' newsegment event
5211           assertions when scrubbing in MJPEG files.
5212
5213 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * tests/check/elements/.cvsignore:
5216           And another one.
5217
5218 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5221         (scan_encoded_string), (parse_picture_frame):
5222           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
5223
5224         * configure.ac:
5225           Require core >= 0.10.8 (for GST_TAG_IMAGE and
5226           GST_TAG_PPEVIEW_IMAGE used in the patch above).
5227
5228 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5229
5230         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
5231           gratuitous comment changes
5232         * tests/check/elements/level.c: (GST_START_TEST):
5233           fix level test leaks
5234
5235 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
5238         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
5239           Use gst_pad_query_peer_duration() utility function here.
5240
5241 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5242
5243         * autogen.sh:
5244           require am17
5245         * configure.ac:
5246         * ext/annodex/Makefile.am:
5247         * ext/cdio/Makefile.am:
5248         * ext/dv/Makefile.am:
5249         * ext/esd/Makefile.am:
5250         * ext/flac/Makefile.am:
5251         * ext/gdk_pixbuf/Makefile.am:
5252         * ext/ladspa/Makefile.am:
5253         * ext/libcaca/Makefile.am:
5254         * ext/speex/Makefile.am:
5255         * ext/taglib/Makefile.am:
5256         * sys/oss/Makefile.am:
5257         * sys/sunaudio/Makefile.am:
5258         * sys/ximage/Makefile.am:
5259           clean up build further
5260
5261 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * gconf/Makefile.am:
5264           Honour --disable-schemas-install configure option. Fixes #344100.
5265
5266 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * tests/examples/level/Makefile.am:
5269           Add -lm to LIBS for pow() function, don't assume one of our
5270           dependencies (such as libxml-2.0) drags it in automatically
5271           (#343603).
5272
5273 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
5276
5277         * configure.ac:
5278           We should use $SED and not $(SED) in configure.ac (#343678).
5279
5280 2006-06-09  Wim Taymans  <wim@fluendo.com>
5281
5282         Patch by: Brian Cameron <brian dot cameron at sun dot com>
5283
5284         * sys/sunaudio/gstsunaudiomixerctrl.c:
5285         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
5286         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
5287         (gst_sunaudiomixer_ctrl_set_mute):
5288         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
5289         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
5290         (gst_sunaudiosink_write):
5291         Attached find a patch that fixes a number of bugs with the SunAudio
5292         mixer plugin and fixes #344101:
5293         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
5294            tracks onto the tracklist causing gnome-volume-control's preferences
5295            dialog to be messed up and would core dump if you checked/unchecked
5296            any item.
5297         2. We weren't previously setting the MUTE flag properly.  Fixing this
5298            makes gnome-volume-control work better.
5299         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
5300            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
5301            gnome-volume-control look better.
5302         Also some minor cleanup in gstsunaudiosink.c.
5303
5304 2006-06-09  Wim Taymans  <wim@fluendo.com>
5305
5306         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
5307         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
5308         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
5309         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
5310         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
5311         * ext/jpeg/gstjpegdec.h:
5312         API: Added IDCT method property
5313         Small cleanups.
5314         Avoid dynamic allocation of trivial fixed structure.
5315         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
5316
5317 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5318
5319         * configure.ac:
5320         We now require libraw1394 >= 1.1.0 and that version onwards all
5321         have .pc files.
5322
5323 2006-06-02  Edward Hervey  <edward@fluendo.com>
5324
5325         * gst/law/alaw-decode.c: (alawdec_getcaps): 
5326         Trying to get items from an ANY or EMPTY caps is ... stupid.
5327
5328 2006-06-02  Edward Hervey  <edward@fluendo.com>
5329
5330         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
5331         (gst_dvdec_chain), (gst_dvdec_change_state):
5332         * ext/dv/gstdvdec.h:
5333         Added GstSegment handling, now implements dropping/clipping.
5334
5335 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5336
5337         * ext/aalib/gstaasink.h:
5338         * ext/annodex/gstcmmldec.h:
5339         * ext/cairo/gsttimeoverlay.h:
5340         * ext/dv/gstdvdec.h:
5341         * ext/dv/gstdvdemux.h:
5342         * ext/esd/esdmon.h:
5343         * ext/esd/esdsink.h:
5344         * ext/flac/gstflacenc.h:
5345         * ext/gconf/gstgconfaudiosink.h:
5346         * ext/gconf/gstgconfaudiosrc.h:
5347         * ext/gconf/gstgconfvideosink.h:
5348         * ext/gconf/gstgconfvideosrc.h:
5349         * ext/gdk_pixbuf/gstgdkanimation.h:
5350         * ext/gdk_pixbuf/pixbufscale.h:
5351         * ext/hal/gsthalaudiosink.h:
5352         * ext/hal/gsthalaudiosrc.h:
5353         * ext/jpeg/gstjpegenc.h:
5354         * ext/jpeg/gstsmokedec.h:
5355         * ext/jpeg/gstsmokeenc.h:
5356         * ext/libcaca/gstcacasink.h:
5357         * ext/libmng/gstmngdec.h:
5358         * ext/libmng/gstmngenc.h:
5359         * ext/libpng/gstpngdec.h:
5360         * ext/libpng/gstpngenc.h:
5361         * ext/raw1394/gstdv1394src.h:
5362         * ext/speex/gstspeexenc.h:
5363         * gst/autodetect/gstautoaudiosink.h:
5364         * gst/autodetect/gstautovideosink.h:
5365         * gst/avi/gstavidemux.h:
5366         * gst/cutter/gstcutter.h:
5367         * gst/debug/efence.h:
5368         * gst/debug/gstnavigationtest.h:
5369         * gst/debug/gstnavseek.h:
5370         * gst/flx/gstflxdec.h:
5371         * gst/goom/gstgoom.h:
5372         * gst/icydemux/gsticydemux.h:
5373         * gst/id3demux/gstid3demux.h:
5374         * gst/law/alaw-decode.h:
5375         * gst/law/alaw-encode.h:
5376         * gst/law/mulaw-decode.h:
5377         * gst/law/mulaw-encode.h:
5378         * gst/matroska/matroska-mux.h:
5379         * gst/median/gstmedian.h:
5380         * gst/oldcore/gstaggregator.h:
5381         * gst/oldcore/gstfdsink.h:
5382         * gst/oldcore/gstmd5sink.h:
5383         * gst/oldcore/gstmultifilesrc.h:
5384         * gst/oldcore/gstpipefilter.h:
5385         * gst/oldcore/gstshaper.h:
5386         * gst/oldcore/gststatistics.h:
5387         * gst/rtp/gstasteriskh263.h:
5388         * gst/rtp/gstrtpL16depay.h:
5389         * gst/rtp/gstrtpL16pay.h:
5390         * gst/rtp/gstrtpamrdepay.h:
5391         * gst/rtp/gstrtpamrpay.h:
5392         * gst/rtp/gstrtpdepay.h:
5393         * gst/rtp/gstrtpgsmdepay.h:
5394         * gst/rtp/gstrtpgsmpay.h:
5395         * gst/rtp/gstrtph263pay.h:
5396         * gst/rtp/gstrtph263pdepay.h:
5397         * gst/rtp/gstrtph263ppay.h:
5398         * gst/rtp/gstrtpmp4gpay.h:
5399         * gst/rtp/gstrtpmp4vdepay.h:
5400         * gst/rtp/gstrtpmp4vpay.h:
5401         * gst/rtp/gstrtpmpadepay.h:
5402         * gst/rtp/gstrtpmpapay.h:
5403         * gst/rtp/gstrtppcmadepay.h:
5404         * gst/rtp/gstrtppcmapay.h:
5405         * gst/rtp/gstrtppcmudepay.h:
5406         * gst/rtp/gstrtppcmupay.h:
5407         * gst/rtp/gstrtpspeexdepay.h:
5408         * gst/rtp/gstrtpspeexpay.h:
5409         * gst/rtsp/gstrtpdec.h:
5410         * gst/rtsp/gstrtspsrc.h:
5411         * gst/smpte/gstsmpte.h:
5412         * gst/udp/gstdynudpsink.h:
5413         * gst/udp/gstmultiudpsink.h:
5414         * gst/udp/gstudpsink.h:
5415         * gst/udp/gstudpsrc.h:
5416         * gst/videofilter/gstvideobalance.h:
5417         * gst/videofilter/gstvideoflip.h:
5418         * sys/oss/gstossdmabuffer.h:
5419         * sys/oss/gstossmixerelement.h:
5420         * sys/oss/gstosssink.h:
5421         * sys/oss/gstosssrc.h:
5422         * sys/osxvideo/osxvideosink.h:
5423         * sys/sunaudio/gstsunaudiomixer.h:
5424         * sys/sunaudio/gstsunaudiosink.h:
5425         * sys/ximage/gstximagesrc.h:
5426         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5427
5428 2006-05-31  Wim Taymans  <wim@fluendo.com>
5429
5430         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5431         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
5432         (gst_goom_src_setcaps), (gst_goom_src_event),
5433         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
5434         (gst_goom_change_state):
5435         * gst/goom/gstgoom.h:
5436         Handle QoS.
5437         Handle flushing, discont and events.
5438         Fix timestamps and various other cleanups.
5439
5440 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5441
5442         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
5443         Fix bus reset when using libiec61883
5444
5445 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5446
5447         * configure.ac:
5448         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
5449         * ext/raw1394/Makefile.am:
5450         Add CFLAGS.
5451         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
5452         New method, to receive using libiec61883.
5453         (gst_dv1394src_iso_receive),
5454         #ifdef'd out if libiec61883 is present.
5455         (gst_dv1394src_bus_reset),
5456         Get userdata correctly if using libiec61883. 
5457         (gst_dv1394src_create),
5458         When using libiec61883, only poll one fd and no need to read.
5459         (gst_dv1394src_discover_avc_node),
5460         Replace g_warnings.
5461         (gst_dv1394src_start),
5462         Create new handle when we know which dv port.  More reliable
5463         than setting port on an existing handle.  Initialise libiec61883.
5464         (gst_dv1394src_stop):
5465         If using libiec61883, then cleanup its handle properly.
5466         * ext/raw1394/gstdv1394src.h:
5467         Add libiec61883 handle.
5468
5469 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5470
5471         * gst/avi/gstavidemux.c:
5472           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
5473         * win32/MANIFEST:
5474           sort file listing
5475         * win32/vs6/libgstavi.dsp:
5476           add gstavimux.c to the project
5477         * win32/vs6/libgstid3demux.dsp:
5478           add link to zlib library
5479         * win32/vs6/libgstmatroska.dsp:
5480           add matroska-ids.c to the project
5481
5482 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         Patch by: Sebastian Dröge  <mail at slomosnail de >
5485
5486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5488         * ext/taglib/Makefile.am:
5489         * ext/taglib/gstapev2mux.cc:
5490         * ext/taglib/gstapev2mux.h:
5491         * ext/taglib/gstid3v2mux.cc:
5492         * ext/taglib/gsttaglibmux.c: (plugin_init):
5493         * ext/taglib/gsttaglibmux.h:
5494           Add apev2mux element (#343122).
5495         
5496         * tests/check/Makefile.am:
5497         * tests/check/elements/apev2mux.c:
5498         (test_taglib_apev2mux_create_tags),
5499         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
5500         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
5501         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
5502         (apev2mux_suite), (main):
5503           Add unit test for apev2mux element.
5504
5505 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
5508         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
5509         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
5510           GST_PTR_FORMAT should be used to print caps in debug statements.
5511
5512 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
5513
5514         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
5515
5516         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
5517         (ape_demux_parse_tags):
5518           Some clean-ups and additions: map APE 'file' tag to
5519           GST_TAG_LOCATION (#343123); add support for extracting
5520           the track count and clean up parsing a bit (#343127).
5521
5522 2006-05-28  Edward Hervey  <edward@fluendo.com>
5523
5524         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
5525         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
5526
5527 2006-05-28  Edward Hervey  <edward@fluendo.com>
5528
5529         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
5530         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
5531         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
5532         * ext/jpeg/gstjpegdec.h:
5533         Clip outgoing buffers according to currently configured segment.
5534
5535 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
5536
5537         * ext/taglib/gstid3v2mux.cc:
5538           Handle  writing of track-count or album-volume-count without
5539           track-number or albume-volume-number (in this case the number
5540           will just be set to 0).
5541
5542         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
5543           It would be nice if we actually checked the values received for
5544           track/album-volume number/count in  _check_tags(), rather than
5545           setting them again ...
5546
5547 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5550           A track/volume number or count of 0 does not make sense,
5551           just ignore it along with negative numbers (a tag might
5552           only contain a track count without a track number).
5553
5554 2006-05-27  Edward Hervey  <edward@fluendo.com>
5555
5556         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
5557         (gst_jpeg_dec_sink_event):
5558         Abort decompression when receiving FLUSH_STOP. This should avoid
5559         issues when interrupting decoding with flushes.
5560
5561 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * ext/flac/gstflac.c:
5564           Don't #include file we don't dist any longer.
5565
5566 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * README:
5569           Replace current README (containing the release notes from
5570           some 0.9.x version) with a proper README taken from the core.
5571
5572 2006-05-24  Wim Taymans  <wim@fluendo.com>
5573
5574         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
5575         Implement EOS correctly by either posting
5576         SEGMENT_DONE or pushing an EOS message depending
5577         on the seek type. Fixes #342592
5578
5579 2006-05-24  Wim Taymans  <wim@fluendo.com>
5580
5581         * gst/law/alaw-decode.c: (gst_alawdec_chain):
5582         * gst/law/alaw-decode.h:
5583         * gst/law/alaw-encode.c: (gst_alawenc_chain):
5584         * gst/law/alaw-encode.h:
5585         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5586         * gst/law/mulaw-decode.h:
5587         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5588         * gst/law/mulaw-encode.h:
5589         Some cleanups in the chain functions.
5590         Remove some GStreamer 0.0.2 bits.
5591
5592 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5593
5594         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5595
5596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
5597           gst_collect_pads_stop() needs to be called before chaining up
5598           to the parent class (#342734).
5599
5600 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * ext/flac/Makefile.am:
5603         * ext/flac/flac_compat.h:
5604         * ext/flac/gstflac.c:
5605         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
5606         * ext/flac/gstflacenc.c:
5607           Remove backwards compatibility cruft for dealing with FLAC API
5608           changes in the 1.0.x series - we require 1.1.1 or newer these days.
5609
5610 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5613         (gst_matroska_demux_push_xiph_codec_priv_data),
5614         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5615         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
5616         * gst/matroska/matroska-ids.h:
5617         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
5618         (gst_matroska_mux_video_pad_setcaps),
5619         (xiph3_streamheader_to_codecdata),
5620         (vorbis_streamheader_to_codecdata),
5621         (theora_streamheader_to_codecdata),
5622         (gst_matroska_mux_audio_pad_setcaps),
5623         (gst_matroska_mux_write_data):
5624           Add support for muxing/demuxing theora video (#342448; too bad
5625           none of the usual linux players can actually play this). Playback
5626           in GStreamer will require additional changes to theoradec in -base.
5627           Refactor streamheaders <=> CodecPrivateData code a bit; some small
5628           cleanups.
5629
5630 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
5633         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
5634           Fix crashes when the horizontal subsampling is 1.
5635           Fixes #342097.
5636
5637 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5640
5641         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
5642         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5643         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
5644         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
5645         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
5646         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
5647         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
5648         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
5649         (gst_avi_mux_change_state):
5650         * gst/avi/gstavimux.h:
5651           Some enhancements for avimux (#342526):
5652            - add odml (large file) index support
5653            - store codec init data (e.g. huffyuv)
5654            - miscellaneous other fixes/cleanups
5655
5656 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5657
5658         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5659         Don't output any tag when we encounter a negative track number - the
5660         tag type is uint, so we end up outputting huge positive numbers
5661         instead. (Fixes: #342029)
5662
5663 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5664
5665         * configure.ac:
5666           update for new GSTPB_PLUGINS_DIR
5667
5668 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
5669
5670         * rtp/gst/gstrtph263pay.c:
5671         Properly set static caps for H263 at 34.
5672
5673 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         Patch by: James "Doc" Livingston  <doclivingston gmail com>
5676
5677         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
5678           Merge event tags and tag setter tags correctly (#339918). Also,
5679           don't leak taglist in case of an error.
5680           
5681 2006-05-17  Edward Hervey  <edward@fluendo.com>
5682
5683         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
5684         We can only do caps intersection if the othercaps are non-empty and not
5685         ANY. Else we return the pad template (base_caps).
5686
5687 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5688
5689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5690           Fix crash when outputting debugging information for certain
5691           pictures (always good to use the right struct member for
5692           the number of records in an array).
5693
5694 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
5697
5698         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5699         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5700         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
5701         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5702         (gst_ebml_read_float), (gst_ebml_read_ascii),
5703         (gst_ebml_read_binary):
5704           Don't create unnecessary sub-buffers all the time. Dramatically
5705           improves performance with multiple concurrently running
5706           matroskademux instances (#341818) (and avoids doing
5707           unnecessarily inefficient things in the general case).
5708
5709 2006-05-16  Edward Hervey  <edward@fluendo.com>
5710
5711         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
5712         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
5713         return value of gst_pad_push_event().
5714
5715 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
5716
5717         * gst/autodetect/gstautoaudiosink.c:
5718         (gst_auto_audio_sink_find_best):
5719         * gst/autodetect/gstautovideosink.c:
5720         (gst_auto_video_sink_find_best):
5721         Make the name of the child element be based on the name of the
5722         parent, so that debug output is more useful.
5723         
5724         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
5725         (parse_insert_string_field), (parse_split_strings):
5726         Rework string parsing to always walk over BOM markers in UTF16
5727         strings, using the endianness indicated by the innermost one,
5728         then trying the opposite endianness if that fails to convert
5729         to valid UTF-8. Fixes #341774
5730
5731 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5732
5733         Patch from: Matthieu <matthieu at fluendo dot com>
5734
5735         * ext/libpng/Makefile.am:
5736         Add LIBPNG_CFLAGS.
5737
5738 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5739
5740         * ext/taglib/gstid3v2mux.cc:
5741           Add support for writing images (APIC frames) into ID3v2
5742           tags (picture type always set to 'other' for now though).
5743
5744 2006-05-14  Michael Smith  <msmith@fluendo.com>
5745
5746         * gst/wavparse/gstwavparse.c:
5747           Update docs; wavparse implements push and pull modes.
5748
5749 2006-05-12  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
5752         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
5753         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
5754         Ooops, bitten by the copy-and-paste design paradigm, fixes
5755         seek again.
5756
5757 2006-05-12  Wim Taymans  <wim@fluendo.com>
5758
5759         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5760         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
5761         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
5762         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5763         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
5764         (gst_avi_demux_massage_index),
5765         (gst_avi_demux_calculate_durations_from_index),
5766         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
5767         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5768         (gst_avi_demux_loop):
5769         * gst/avi/gstavidemux.h:
5770         Some cleanups, prepare to use GstSegment.
5771         Fix error in entry walking code.
5772         Fix VBR detection.
5773         Smarter timestamp calculation code.
5774         Uniform error/eos handling.
5775
5776 2006-05-12  Michael Smith  <msmith@fluendo.com>
5777
5778         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
5779         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
5780           Fix use of uninitialised values if we're NOT seeking in ready.
5781           Fix typos.
5782
5783 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * gst/wavparse/Makefile.am:
5786           Add CFLAGS and LIBS for libgstbase, fixes build on
5787           Cygwin (#341489).
5788
5789 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
5792           Some more debug info. No need to check whether the string
5793           returned by g_convert() is really UTF-8 - either it is or
5794           we get NULL returned.
5795
5796 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
5797
5798         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
5799           Fix parsing of numeric genre strings some more, by ensuring that
5800           we only try and parse strings that a) Start with '(' and b) Consist
5801           only of digits.
5802           Also, when finding an escaping '((' sequence, bust it back to '(' by
5803           swallowing the first parenthesis
5804
5805 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
5808         (gst_esdsink_open), (gst_esdsink_close):
5809         * ext/esd/esdsink.h:
5810           Move the esd_get_server_info() into gst_esdsink_open() and fail
5811           with a decent error message on errors.
5812
5813 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
5816         (gst_esdmon_channels_get_type):
5817         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
5818         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
5819         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
5820         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
5821         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
5822         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
5823         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
5824         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
5825         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
5826         * gst/videomixer/videomixer.c:
5827         (gst_video_mixer_background_get_type):
5828           Const-ify GEnumValue arrays.
5829
5830 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
5833
5834         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
5835         (gst_avi_mux_do_video_buffer):
5836           Work around gst_buffer_make_metadata_writable() bug that
5837           results in avimux marking all frames in the index as
5838           keyframes (#340859).
5839           
5840 2006-05-08  Wim Taymans  <wim@fluendo.com>
5841
5842         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5843         Make parsing of urls suck slightly less.
5844
5845 2006-05-08  Edward Hervey  <edward@fluendo.com>
5846
5847         * autogen.sh: (CONFIGURE_DEF_OPT): 
5848         libtoolize on Darwin/MacOSX is called glibtoolize.
5849
5850 2006-05-08  Wim Taymans  <wim@fluendo.com>
5851
5852         Patch by: Jens Granseuer <jensgr at gmx dot net>
5853
5854         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
5855         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
5856         C89 compliance fixes. Fixes #340980
5857
5858 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
5861         * ext/flac/gstflacdec.h:
5862           Handle segment seeks that include the end of the file as stop point
5863           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
5864           message instead of an EOS event in case we're in segment seek
5865           mode (fixes #340699).
5866           
5867 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
5868
5869         * ext/cairo/gsttextoverlay.c:
5870         * ext/flac/gstflacdec.c:
5871         * ext/gdk_pixbuf/pixbufscale.c:
5872         * gst/apetag/gstapedemux.c:
5873         * gst/debug/breakmydata.c:
5874         * gst/debug/testplugin.c:
5875         * gst/matroska/ebml-write.c:
5876         * gst/multipart/multipartdemux.c:
5877         * sys/osxaudio/gstosxaudiosink.c:
5878         * sys/osxaudio/gstosxaudiosrc.c:
5879         Add semicolons after GST_BOILERPLATE[_FULL] so that
5880         indent doesn't mess up following lines.
5881
5882 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
5885
5886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
5887           Don't leak caps when freeing the stream context (#340623).
5888
5889 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
5890
5891         * configure.ac:
5892           Back to CVS
5893
5894 === release 0.10.3 ===
5895
5896 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
5897
5898         * configure.ac:
5899           releasing 0.10.3, "Desplazado"
5900
5901 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         * gst/matroska/matroska-mux.c:
5904         (gst_matroska_mux_stream_is_vorbis_header),
5905         (gst_matroska_mux_write_data):
5906           Don't strcmp() NULL strings.
5907           Only start new clusters on video keyframes, not on any
5908           random audio buffer that doesn't have the DELTA_UNIT
5909           flag set (fixes 'make check' again).
5910
5911 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5914
5915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
5916         (gst_matroska_mux_stream_is_vorbis_header),
5917         (gst_matroska_mux_write_data):
5918           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
5919           value and then dead-lock when muxing vorbis audio streams
5920           (the three vorbis header buffers carry no timestamp, and it
5921           would try to mux these after all video buffers). Fixes #340346.
5922
5923           Improve clustering: start a new cluster also whenever we get
5924           a keyframe.     
5925
5926 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5927
5928         * win32/common/config.h:
5929         * win32/MANIFEST
5930           add the generated file as well
5931
5932 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5933
5934         * Makefile.am:
5935         * configure.ac:
5936         * win32/common/config.h.in:
5937           add win32 stuff
5938
5939 2006-05-03  Michael Smith  <msmith@fluendo.com>
5940
5941         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
5942           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
5943           SUCKS.
5944
5945 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
5948         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
5949         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
5950           don't leak caps-string
5951
5952 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
5955         (gst_id3demux_sink_activate):
5956           Let core insert default error message for TYPE_NOT_FOUND
5957           errors, it's just as good as our own and has the added
5958           bonus of being translated.
5959
5960 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
5963         (gst_tag_demux_sink_event):
5964         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
5965         (gst_id3demux_sink_event):
5966           Post an error message when we get an EOS event and were not
5967           able to find out the type of stream.
5968
5969         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
5970         (test_taglib_id3mux_with_tags):
5971           Decrease num-buffers to 16 per iteration again, otherwise the
5972           many memcpy()s and reallocations in the test will hammer slow
5973           CPUs completely and make the test timeout.
5974
5975 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5976
5977         * configure.ac:
5978           figure out where plugins-base plugins are
5979         * tests/check/Makefile.am:
5980           use plugins-base plugins, so we have typefind functions
5981         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
5982           increase num-buffers, this makes sure the test errors out instead
5983           of timing out when no typefind functions are present
5984
5985 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5986
5987         * docs/plugins/Makefile.am:
5988           also check .cc files for gtk-doc markup
5989         * configure.ac:
5990         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5991         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5992         * tests/check/Makefile.am:
5993         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
5994         * ext/Makefile.am:
5995         * ext/taglib/Makefile.am:
5996         * ext/taglib/gstid3v2mux.h:
5997         * ext/taglib/gsttaglibmux.c:
5998         * ext/taglib/gsttaglibmux.h:
5999           move taglib-based id3v2muxer to -good.  Fixes #336110.
6000
6001 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6002
6003         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6004           ... and fix multichannel/WAVFORMATEX support again.
6005
6006 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
6007
6008         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6009         (gst_wavparse_class_init), (gst_wavparse_dispose),
6010         (gst_wavparse_reset), (gst_wavparse_init),
6011         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
6012         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
6013         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
6014         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
6015         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6016         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
6017         (gst_wavparse_stream_data), (gst_wavparse_loop),
6018         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
6019         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
6020         (gst_wavparse_change_state), (plugin_init):
6021         * gst/wavparse/gstwavparse.h:
6022           Add push (streaming) mode to wavparse (fixes #337625)
6023
6024 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6025
6026         * configure.ac:
6027         * tests/Makefile.am:
6028           add ximagesrc icles test
6029
6030 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6031
6032         * configure.ac:
6033         * docs/plugins/Makefile.am:
6034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6036         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
6037         (gst_cmml_enc_push_clip):
6038         * sys/Makefile.am:
6039         * sys/ximage/Makefile.am:
6040         * sys/ximage/gstximagesrc.c:
6041           Move ximagesrc plug-in to good after review.  Fixes #336756.
6042
6043 2006-04-28  Michael Smith  <msmith@fluendo.com>
6044
6045         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
6046         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
6047         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
6048         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
6049         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
6050         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
6051         * gst/icydemux/gsticydemux.h:
6052           Fix event handling: cache events when typefinding and forward later.
6053
6054 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6055
6056         * sys/osxaudio/gstosxaudiosink.c:
6057         (plugin_init):
6058          Register osxaudiosrc to the plugin.
6059         * sys/osxaudio/gstosxaudiosrc.c:
6060         (gst_osx_audio_src_osxelement_do_init),
6061         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
6062         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
6063         (gst_osx_audio_src_get_property),
6064         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
6065         (gst_osx_audio_src_osxelement_init):
6066         * sys/osxaudio/gstosxaudiosrc.h:
6067           Port of osxaudiosrc to 0.10.
6068         * sys/osxaudio/Makefile.am:
6069           Add osxaudiosrc
6070
6071 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6072
6073         * sys/osxaudio/gstosxringbuffer.c:
6074         * sys/osxaudio/gstosxringbuffer.h:
6075           Forgot to commit earlier, part of the OSX audio plugin port
6076
6077 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
6080         (parse_split_strings):
6081           Recognise and skip any byte order marker (BOM) in
6082           UTF-16 strings.
6083
6084 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
6085
6086         * docs/plugins/Makefile.am:
6087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6089         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6090         * docs/plugins/inspect/plugin-avi.xml:
6091         * gst/avi/gstavidemux.c:
6092         * gst/avi/gstavimux.c:
6093           Add docs for both avidemux and avimux.
6094
6095 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
6098
6099         * gst/avi/Makefile.am:
6100         * gst/avi/gstavi.c: (plugin_init):
6101         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
6102         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
6103         (gst_avi_mux_class_init), (gst_avi_mux_init),
6104         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6105         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
6106         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6107         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
6108         (gst_avi_mux_riff_get_avix_header),
6109         (gst_avi_mux_riff_get_video_header),
6110         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
6111         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
6112         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
6113         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
6114         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
6115         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
6116         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
6117         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
6118         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
6119         (gst_avi_mux_change_state):
6120         * gst/avi/gstavimux.h:
6121           Port AVI muxer to GStreamer-0.10 (#332031).
6122
6123         * tests/check/Makefile.am:
6124         * tests/check/elements/avimux.c:
6125         * tests/check/elements/.cvsignore:
6126           Add unit test for AVI muxer.
6127
6128 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
6129
6130         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6131         (gst_wavparse_class_init), (gst_wavparse_reset),
6132         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
6133         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6134         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6135         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
6136         (gst_wavparse_stream_data), (gst_wavparse_loop),
6137         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
6138         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
6139         (plugin_init):
6140         * gst/wavparse/gstwavparse.h:
6141           reverted patch #337625 for the price of 1 hour sleep
6142
6143 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
6144
6145         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6146         (gst_wavparse_class_init), (gst_wavparse_reset),
6147         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
6148         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
6149         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6150         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6151         (gst_wavparse_stream_data), (gst_wavparse_loop),
6152         (gst_wavparse_chain), (plugin_init):
6153         * gst/wavparse/gstwavparse.h:
6154           correct partial implementation of push mode
6155           (from my last commit)
6156
6157 2006-04-26  Wim Taymans  <wim@fluendo.com>
6158
6159         * ext/esd/esdsink.c:
6160         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
6161         it is not in esd.h
6162
6163 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
6164
6165         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
6166         (gst_au_parse_class_init), (gst_au_parse_init),
6167         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
6168         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
6169         (gst_au_parse_chain), (gst_au_parse_src_convert),
6170         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
6171         (gst_au_parse_sink_event), (gst_au_parse_src_event),
6172         (gst_au_parse_change_state):
6173         * gst/auparse/gstauparse.h:
6174           Rewrite auparse to suck a little bit less: make source pad
6175           dynamic, so decodebin/playbin work with non-raw formats
6176           like alaw/mulaw; add query function for duration/position
6177           queries; check whether we have enough data before attempting
6178           to parse the header (instead of crashing when that is not the
6179           case); work around audioconvert sucking by swapping endianness
6180           to the native endianness ourselves for float formats; send
6181           initial newsegment event. Fixes #161712.
6182
6183 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6184
6185         * sys/osxaudio/Makefile.am:
6186         * sys/osxaudio/gstosxaudioelement.c:
6187         (gst_osx_audio_element_get_type),
6188         (gst_osx_audio_element_class_init):
6189         * sys/osxaudio/gstosxaudioelement.h:
6190         * sys/osxaudio/gstosxaudiosink.c:
6191         (gst_osx_audio_sink_osxelement_do_init),
6192         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
6193         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
6194         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
6195         (gst_osx_audio_sink_create_ringbuffer),
6196         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
6197         (plugin_init):
6198         * sys/osxaudio/gstosxaudiosink.h:
6199         Port of osxaudiosink to 0.10
6200
6201 2006-04-26  Wim Taymans  <wim@fluendo.com>
6202
6203         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
6204         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
6205         the size of the ringbuffer. This should fix hangs with older 
6206         esd sound servers.
6207
6208 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
6209
6210         * ext/aalib/gstaasink.c:
6211         * ext/annodex/gstcmmldec.c:
6212         * ext/annodex/gstcmmlenc.c:
6213         * ext/cairo/gsttextoverlay.c:
6214         * ext/cairo/gsttimeoverlay.c:
6215         * ext/cdio/gstcdiocddasrc.c:
6216         * ext/dv/gstdvdec.c:
6217         * ext/dv/gstdvdemux.c:
6218         * ext/esd/esdmon.c:
6219         * ext/esd/esdsink.c:
6220         * ext/flac/gstflacenc.c:
6221         * ext/flac/gstflactag.c:
6222         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
6223         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
6224         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
6225         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
6226         * ext/gdk_pixbuf/pixbufscale.c:
6227         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
6228         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
6229         * ext/jpeg/gstjpegdec.c:
6230         * ext/jpeg/gstjpegenc.c:
6231         * ext/jpeg/gstsmokedec.c:
6232         * ext/jpeg/gstsmokeenc.c:
6233         * ext/libcaca/gstcacasink.c:
6234         * ext/libmng/gstmngdec.c:
6235         * ext/libmng/gstmngenc.c:
6236         * ext/libpng/gstpngdec.c:
6237         * ext/libpng/gstpngenc.c:
6238         * ext/mikmod/gstmikmod.c:
6239         * ext/raw1394/gstdv1394src.c:
6240         * ext/shout2/gstshout2.c: (gst_shout2send_init):
6241         * ext/shout2/gstshout2.h:
6242         * ext/speex/gstspeexdec.c:
6243         * ext/speex/gstspeexenc.c:
6244         * gst/alpha/gstalpha.c:
6245         * gst/alpha/gstalphacolor.c:
6246         * gst/apetag/gstapedemux.c:
6247         * gst/auparse/gstauparse.c:
6248         * gst/autodetect/gstautoaudiosink.c:
6249         (gst_auto_audio_sink_base_init):
6250         * gst/autodetect/gstautovideosink.c:
6251         (gst_auto_video_sink_base_init):
6252         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
6253         * gst/avi/gstavimux.c: (gst_avimux_base_init):
6254         * gst/cutter/gstcutter.c:
6255         * gst/debug/breakmydata.c:
6256         * gst/debug/efence.c:
6257         * gst/debug/gstnavigationtest.c:
6258         * gst/debug/gstnavseek.c:
6259         * gst/debug/negotiation.c:
6260         * gst/debug/progressreport.c:
6261         * gst/debug/testplugin.c:
6262         * gst/effectv/gstaging.c:
6263         * gst/effectv/gstdice.c:
6264         * gst/effectv/gstedge.c:
6265         * gst/effectv/gstquark.c:
6266         * gst/effectv/gstrev.c:
6267         * gst/effectv/gstshagadelic.c:
6268         * gst/effectv/gstvertigo.c:
6269         * gst/effectv/gstwarp.c:
6270         * gst/flx/gstflxdec.c:
6271         * gst/goom/gstgoom.c:
6272         * gst/icydemux/gsticydemux.c:
6273         * gst/id3demux/gstid3demux.c:
6274         * gst/interleave/deinterleave.c:
6275         * gst/interleave/interleave.c:
6276         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
6277         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
6278         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
6279         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
6280         * gst/level/gstlevel.c:
6281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
6282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
6283         * gst/median/gstmedian.c:
6284         * gst/monoscope/gstmonoscope.c:
6285         * gst/multipart/multipartdemux.c:
6286         * gst/multipart/multipartmux.c:
6287         * gst/oldcore/gstaggregator.c:
6288         * gst/oldcore/gstfdsink.c:
6289         * gst/oldcore/gstmd5sink.c:
6290         * gst/oldcore/gstmultifilesrc.c:
6291         * gst/oldcore/gstpipefilter.c:
6292         * gst/oldcore/gstshaper.c:
6293         * gst/oldcore/gststatistics.c:
6294         * gst/rtp/gstasteriskh263.c:
6295         * gst/rtp/gstrtpL16depay.c:
6296         * gst/rtp/gstrtpL16pay.c:
6297         * gst/rtp/gstrtpamrdepay.c:
6298         * gst/rtp/gstrtpamrpay.c:
6299         * gst/rtp/gstrtpdepay.c:
6300         * gst/rtp/gstrtpgsmpay.c:
6301         * gst/rtp/gstrtph263pay.c:
6302         * gst/rtp/gstrtph263pdepay.c:
6303         * gst/rtp/gstrtph263ppay.c:
6304         * gst/rtp/gstrtpilbcdepay.c:
6305         * gst/rtp/gstrtpmp4gpay.c:
6306         * gst/rtp/gstrtpmp4vdepay.c:
6307         * gst/rtp/gstrtpmp4vpay.c:
6308         * gst/rtp/gstrtpmpadepay.c:
6309         * gst/rtp/gstrtpmpapay.c:
6310         * gst/rtp/gstrtppcmadepay.c:
6311         * gst/rtp/gstrtppcmapay.c:
6312         * gst/rtp/gstrtppcmudepay.c:
6313         * gst/rtp/gstrtppcmupay.c:
6314         * gst/rtp/gstrtpspeexdepay.c:
6315         * gst/rtp/gstrtpspeexpay.c:
6316         * gst/rtsp/gstrtpdec.c:
6317         * gst/rtsp/gstrtspsrc.c:
6318         * gst/smpte/gstsmpte.c:
6319         * gst/udp/gstdynudpsink.c:
6320         * gst/udp/gstmultiudpsink.c:
6321         * gst/udp/gstudpsink.c:
6322         * gst/udp/gstudpsrc.c:
6323         * gst/videobox/gstvideobox.c:
6324         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
6325         * gst/videofilter/gstvideobalance.c:
6326         * gst/videofilter/gstvideoflip.c:
6327         * gst/videofilter/gstvideotemplate.c:
6328         (gst_videotemplate_base_init):
6329         * gst/videomixer/videomixer.c:
6330         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6331         (gst_wavparse_class_init), (gst_wavparse_dispose),
6332         (gst_wavparse_reset), (gst_wavparse_init),
6333         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6334         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
6335         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
6336         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6337         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
6338         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
6339         (gst_wavparse_change_state):
6340         * gst/wavparse/gstwavparse.h:
6341         * sys/oss/gstossmixerelement.c:
6342         * sys/oss/gstosssink.c:
6343         * sys/oss/gstosssrc.c:
6344         * sys/osxaudio/gstosxaudioelement.c:
6345         * sys/osxaudio/gstosxaudiosink.c:
6346         * sys/osxaudio/gstosxaudiosrc.c:
6347         * sys/sunaudio/gstsunaudiomixer.c:
6348         * sys/sunaudio/gstsunaudiosink.c:
6349           Define GstElementDetails as const and also static (when defined as
6350           global)
6351
6352 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6355           Source pad has fixed caps. If we don't set this, bad
6356           things happen when the window is resized.
6357
6358 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6359
6360         * gst/matroska/Makefile.am:
6361         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6362         (gst_matroska_demux_handle_src_event):
6363         * gst/matroska/matroska-ids.c:
6364         (gst_matroska_track_init_video_context),
6365         (gst_matroska_track_init_audio_context),
6366         (gst_matroska_track_init_subtitle_context),
6367         (gst_matroska_track_init_complex_context):
6368         * gst/matroska/matroska-ids.h:
6369           Handle case where the TrackType ebml chunk does not come before the
6370           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
6371           events.
6372
6373 2006-04-25  Wim Taymans  <wim@fluendo.com>
6374
6375         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
6376         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
6377         It's codec_data, not codec_info.
6378
6379 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6380
6381         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
6382
6383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
6384           Handle codec_data for VfW compatibility codec IDs (#339451)
6385
6386         * gst/matroska/matroska-mux.c:
6387         (gst_matroska_mux_video_pad_setcaps):
6388           Same here, handle codec_data and add additional caps we can handle
6389           now to the pad template (huffyuv, dv and h263 video) (#339451)
6390
6391 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
6394
6395         * gst/matroska/matroska-mux.c:
6396         (gst_matroska_mux_create_buffer_header),
6397         (gst_matroska_mux_write_data):
6398           Fix timestamping of B-frames, use signed integers, do
6399           some rounding (#339678).
6400
6401 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
6402
6403         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
6404         just make it compile with --disable-gst-debug.
6405
6406 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
6407
6408         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
6409         Fix a bad conversion using gst_guint64_to_gdouble.
6410         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
6411         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
6412         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
6413     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
6414         mistake.
6415
6416 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
6417
6418         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
6419         Use gst_guint64_to_gdouble for conversions
6420         * win32/vs6/gst_plugins_good.dsw:
6421         * win32/vs6/libgsticydemux.dsp:
6422         Add a project file for icydemux
6423
6424 2006-04-21  Wim Taymans  <wim@fluendo.com>
6425
6426         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6427
6428         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
6429         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
6430         When splitting audio chunks, the block alignment is not taken in
6431         consideration, so the smaller chunks could be of size which is 
6432         not a multiple of the block alignment. Fixes #336904
6433
6434 2006-04-21  Wim Taymans  <wim@fluendo.com>
6435
6436         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
6437         Use scale functions
6438
6439 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         * ext/dv/gstdv.c: (plugin_init):
6442           Fix build.
6443
6444 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst/debug/progressreport.c: (gst_progress_report_finalize),
6447         (gst_progress_report_class_init), (gst_progress_report_init),
6448         (gst_progress_report_do_query), (gst_progress_report_report),
6449         (gst_progress_report_set_property),
6450         (gst_progress_report_get_property):
6451           Add 'format' property to force querying to a particular format.
6452
6453 2006-04-21  Andy Wingo  <wingo@pobox.com>
6454
6455         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
6456         best, on big endian systems. Drop its rank in that case. OTOH on
6457         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
6458
6459 2006-04-21  Michael Smith  <msmith@fluendo.com>
6460
6461         * configure.ac:
6462         * gst/icydemux/Makefile.am:
6463         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
6464         (gst_icydemux_base_init), (gst_icydemux_class_init),
6465         (gst_icydemux_reset), (gst_icydemux_init),
6466         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
6467         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
6468         (unicodify), (gst_icydemux_unicodify),
6469         (gst_icydemux_parse_and_send_tags),
6470         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
6471         (gst_icydemux_chain), (gst_icydemux_change_state),
6472         (gst_icydemux_send_tag_event), (plugin_init):
6473         * gst/icydemux/gsticydemux.h:
6474         * tests/check/Makefile.am:
6475         * tests/check/elements/icydemux.c: (typefind_succeed),
6476         (plugin_init), (icydemux_found_pad), (create_icydemux),
6477         (cleanup_icydemux), (push_data), (GST_START_TEST),
6478         (icydemux_suite), (main):
6479           Add icydemux, and tests.
6480
6481 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
6484           Post SEGMENT_DONE message in TIME format.
6485
6486 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6487
6488         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6489
6490         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
6491         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
6492           Fix index creation when we have to scan the file to create
6493           an index. There may be other types of RIFF 'LIST' chunks than
6494           'movi' and we need to skip them properly as well or we'll end up
6495           reading garbage (#336889). Some other cosmetic changes.
6496           
6497 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
6500         (gst_flac_dec_handle_seek_event):
6501           Add support for segment seeks (fixes #338290). Also demote
6502           some recurring debug message from DEBUG to LOG level.
6503
6504 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6507         (gst_matroskademux_do_index_seek),
6508         (gst_matroska_demux_handle_seek_event),
6509         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
6510         * gst/matroska/matroska-ids.h:
6511           Set DISCONT flag on first buffer after a discontinuity.
6512           Fix newsegment events sent when seeking and honour KEY_UNIT
6513           seek flag. Create pad with bogus caps if we don't recognise
6514           the stream codec id.
6515
6516         * gst/matroska/matroska-demux.h:
6517           Fix GObject macros.
6518
6519 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6520
6521         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
6522
6523         * gst/matroska/matroska-demux.c:
6524         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
6525           Handle end of segment properly when set; don't dead-lock when
6526           posting start of segment message when doing a segment seek.
6527           Fixes #338810.
6528
6529 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6530
6531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
6532         (gst_matroska_demux_plugin_init):
6533           Make mpeg2 aac audio work: create artificial private codec data
6534           chunk which faad2 seems to require, just as we do for mpeg4 aac.
6535           Also call gst_riff_init(). Partially fixes #338767.
6536
6537 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
6540         (gst_wavenc_class_init), (gst_wavenc_init),
6541         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
6542         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
6543         (gst_wavenc_chain), (gst_wavenc_change_state):
6544         * gst/wavenc/gstwavenc.h:
6545           Set caps on first outgoing buffer, so that it doesn't error out
6546           immediately with a non-negotiated error (#338716). Rewrite and
6547           clean up a bit; fix setcaps function to parse things properly;
6548           fix sink caps (8bit audio is unsigned and doesn't have depth);
6549           use boilerplate macros; remove unused properties stuff.
6550
6551 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * ext/gdk_pixbuf/gstgdkpixbuf.c:
6554           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
6555           handle MJPEG streams and might be autoplugged for those if the
6556           user doesn't have jpegdec installed (resulting in a cryptic error
6557           message about huffman tables). Better to disable JPEG decoding here
6558           and let the user figure out that she needs to install jpegdec.
6559
6560 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
6563         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
6564         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
6565         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6566           Make work with packetised/framed input (e.g. png-in-quicktime). Use
6567           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
6568           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
6569           debug messages. Fix boilerplate macros.
6570
6571 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
6574         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
6575           No need to special-case for Gdk-2.0 any longer, we require
6576           Gdk 2.2 or newer; minor clean-ups.
6577
6578 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
6581         (gst_shout2send_class_init), (gst_shout2send_init),
6582         (set_shout_metadata), (gst_shout2send_set_metadata),
6583         (gst_shout2send_event), (gst_shout2send_start),
6584         (gst_shout2send_connect), (gst_shout2send_stop),
6585         (gst_shout2send_render), (gst_shout2send_set_property),
6586         (gst_shout2send_get_property), (gst_shout2send_setcaps),
6587         (plugin_init):
6588         * ext/shout2/gstshout2.h:
6589         * po/POTFILES.in:
6590           Rewrite a bit: use GstBaseSink::start and stop instead of a state
6591           change function; use GST_ELEMENT_ERROR for error reporting, not
6592           g_error() or GST_ERROR(); don't unref caps in setcaps function,
6593           will cause crashes or assertion failures; remove (unused) "sync"
6594           property, basesink already has such a property; misc. other
6595           minor fixes and cleanups.
6596
6597 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
6600         * ext/esd/gstesd.c: (plugin_init):
6601         * po/POTFILES.in:
6602           Add translatable error message for when we cannot
6603           connect to the sound server, as "Cannot open resource
6604           for writing" isn't really an acceptable message to show
6605           to the user in this case.
6606
6607 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * sys/oss/gst-i18n-plugin.h:
6610           Remove bogus file that doesn't belong here.
6611
6612 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         Patch by: Philippe Valembois
6615
6616         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6617         (gst_shout2send_set_metadata), (gst_shout2send_event),
6618         (gst_shout2send_render), (gst_shout2send_change_state):
6619         * ext/shout2/gstshout2.h:
6620           Handle tags being received before the connection to
6621           the server is established properly (see #338636).
6622
6623 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * ext/shout2/gstshout2.c: (gst_shout2send_render):
6626           Don't crash in case the connection to the server fails:
6627           don't set pointer to NULL by assigning FALSE; error out
6628           properly by using GST_ELEMENT_ERROR and returning
6629           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
6630           before resetting the pointer.
6631
6632 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
6633
6634         * gst/id3demux/id3tags.c:
6635         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
6636         (Fixes #338713)
6637
6638 2006-04-12  Wim Taymans  <wim@fluendo.com>
6639
6640         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
6641         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
6642         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
6643         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
6644         (gst_gdk_pixbuf_chain):
6645         Some cleanups.
6646         Added RGBA as a possible output format.
6647         Correctly free the supported mimetypes.
6648         deprecate silent arg, it's not used.
6649         Return result from _alloc_buffer to peer.
6650
6651 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
6654           Don't leak memory allocated by gst_buffer_new_and_alloc() by
6655           overwriting GST_BUFFER_MALLOCDATA.
6656
6657 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
6660         (user_endrow_callback), (user_end_callback),
6661         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
6662         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
6663         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
6664         * ext/libpng/gstpngdec.h:
6665           Handle more than one frame if the content is framed,
6666           like with png-in-quicktime (#331917).
6667
6668 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6669
6670         * sys/oss/Makefile.am:
6671         * sys/oss/common.h:
6672         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
6673         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
6674         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
6675         (gst_oss_src_unprepare):
6676           - the user-visible error strings were in the wrong category
6677           - and the messages were not marked for translation
6678           - which is actually a good thing, because they were exactly
6679             the kind of message you would never want anyone to see
6680           - the macros were using variables that didn't exist in the macro
6681             arguments
6682           - and they were obviously copied from each other and then modified
6683           - so a common header makes sense
6684
6685 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
6686
6687         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
6688           Don't try to modify read-only data.
6689
6690         * gst/matroska/matroska-demux.c:
6691         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
6692           Fix comment (won't crash any longer now).
6693
6694 2006-04-10  Michael Smith  <msmith@fluendo.com>
6695
6696         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
6697           Use copies of header buffers for caps to avoid circular refcounting
6698           problems (as in theoradec, vorbisdec).
6699
6700         * tests/check/elements/cmmldec.c: (GST_START_TEST):
6701           Fix a typo in test that meant it was testing the wrong thing.
6702
6703         * tests/check/elements/cmmlenc.c: (check_headers):
6704           Fix refcount checks now that we use buffer-copies for caps.
6705
6706 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
6709         (gst_matroska_demux_handle_seek_event),
6710         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6711         (gst_matroska_demux_subtitle_caps),
6712         (gst_matroska_demux_plugin_init):
6713           Use static pad templates with ANY caps for audio and video
6714           source pads and get rid of a lot of unnecessary (and partially
6715           broken) code for the template caps. Clean up caps finding
6716           functions. Fixes playback of audio files/streams that do not
6717           contain the sample rate and/or number of channels in the audio
6718           context (happens a lot with vorbis/mp3 .mka files it seems).
6719           Fixes #337183.
6720           Also add myself to copyright holders.
6721
6722 2006-04-10  Michael Smith  <msmith@fluendo.com>
6723
6724         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
6725           Use g_list_delete_link () instead of g_list_remove_link () so that
6726           we free the link as well as the contained data.
6727
6728 2006-04-10  Wim Taymans  <wim@fluendo.com>
6729
6730         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
6731
6732         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6733         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
6734         (gst_avi_demux_stream_header):
6735         Fix some crashers with empty chunks. (Fixes #337749)
6736
6737 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6738
6739         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
6740           use G_GINT64_CONSTANT for INT64 constants
6741         * gst/videofilter/gstvideobalance.c:
6742           define rint for WIN32 #define rint(x) (floor((x)+0.5))
6743         * win32/vs6/libgstavi.dsp:
6744          add missing libraries for the link and remove avimux.c from
6745          the project as it isn't ported to 0.10 yet
6746         
6747 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
6750           Even better would be if we actually did the right thing
6751           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
6752
6753 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
6756           Can't just replace 1LL with 1L here just because MSVC doesn't
6757           support it, as it might lead to incorrect results when doing the
6758           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
6759           force a 64-bit constant in a way that all compilers are happy with.
6760
6761 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6762
6763         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
6764         * ext/esd/esdsink.c: (gst_esdsink_class_init):
6765         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
6766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
6767         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
6768         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
6769         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
6770         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6771         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
6772         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
6773         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
6774         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
6775         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
6776         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
6777         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
6778         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
6779         * gst/avi/gstavimux.c: (gst_avimux_class_init):
6780         * gst/debug/efence.c: (gst_efence_class_init):
6781         * gst/debug/negotiation.c: (gst_negotiation_class_init):
6782         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6783         * gst/goom/gstgoom.c: (gst_goom_class_init):
6784         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
6785         * gst/interleave/deinterleave.c: (deinterleave_class_init):
6786         * gst/interleave/interleave.c: (interleave_class_init):
6787         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
6788         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
6789         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
6790         * gst/median/gstmedian.c: (gst_median_class_init):
6791         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
6792         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
6793         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
6794         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
6795         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
6796         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
6797         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
6798         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
6799         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
6800         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
6801         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
6802         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
6803         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
6804         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
6805         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6806         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
6807         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
6808         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
6809         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
6810         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
6811         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
6812         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
6813         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
6814         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
6815         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
6816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
6817         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
6818         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
6819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
6820         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
6821         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
6822         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
6823         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
6824         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
6825         * sys/osxaudio/gstosxaudioelement.c:
6826         (gst_osxaudioelement_class_init):
6827         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
6828         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
6829         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
6830         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6831
6832 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6833
6834         * ext/mikmod/gstmikmod.h:
6835         * gst/level/gstlevel.h:
6836         Fix more broken GObject macros
6837
6838 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6839
6840         * ext/annodex/gstcmmldec.h:
6841         * ext/annodex/gstcmmlenc.h:
6842         * ext/annodex/gstcmmltag.h:
6843         * ext/cairo/gsttextoverlay.h:
6844         * ext/ladspa/gstsignalprocessor.h:
6845         * gst/matroska/ebml-read.h:
6846         * gst/matroska/ebml-write.h:
6847         * sys/osxaudio/gstosxaudioelement.h:
6848         Fix broken GObject macros
6849
6850 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
6853           Don't try to seek beyond the end of the file (would
6854           occasionally display error dialogs in totem when seeking
6855           to the end) (#335869). Will still throw an error though
6856           if the file is truncated and the total_samples value in
6857           the stream header is wrong.
6858
6859 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
6862         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
6863         (gst_flac_dec_metadata_callback):
6864         * ext/flac/gstflacdec.h:
6865           If the stream header doesn't contain the total number of samples,
6866           search for the last flac frame at the end of the file and calculate
6867           the total duration from that frame's offset (fixes #337609).
6868
6869 2006-04-07  Edward Hervey  <edward@fluendo.com>
6870
6871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
6872         Don't unref the GstPadTemplate returned by
6873         gst_element_class_get_pad_template().
6874
6875 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
6878
6879         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
6880         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
6881         * sys/sunaudio/gstsunaudiosink.h:
6882           Use spec->segsize and spec->segtotal in the prepare function
6883           to initialise the ring buffer instead of using the buffer-time
6884           property (#337421).
6885
6886 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * configure.ac:
6889           Bump core requirements to CVS for gst_pad_query_peer_duration()
6890           which is used by speexdec.
6891
6892 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * ext/speex/gstspeex.c: (plugin_init):
6895         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
6896         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
6897         (speex_get_sink_query_types), (speex_dec_sink_query),
6898         (speex_get_src_query_types), (speex_dec_src_query),
6899         (speex_dec_src_event), (speex_dec_sink_event),
6900         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
6901         (speex_dec_chain_parse_data), (speex_dec_chain),
6902         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
6903         (speex_dec_change_state):
6904         * ext/speex/gstspeexdec.h:
6905           Fix seeking and duration queries (#337033); clean up and
6906           refactor a bit.
6907
6908 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6909
6910         * ext/raw1394/gstdv1394src.c:
6911           distinguish between device not found and could not open for
6912           reading
6913
6914 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6915
6916         * Makefile.am:
6917         * configure.ac:
6918         * pkgconfig/.cvsignore:
6919         * pkgconfig/Makefile.am:
6920         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
6921           add a .pc file so other modules can use good plugins in tests
6922
6923 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6924
6925         * configure.ac:
6926           clean up, use AS_VERSION and AS_NANO
6927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6928           use PACKAGE_VERSION define
6929         * po/af.po:
6930         * po/az.po:
6931         * po/cs.po:
6932         * po/en_GB.po:
6933         * po/hu.po:
6934         * po/it.po:
6935         * po/nb.po:
6936         * po/nl.po:
6937         * po/or.po:
6938         * po/sq.po:
6939         * po/sr.po:
6940         * po/sv.po:
6941         * po/uk.po:
6942         * po/vi.po:
6943           updated
6944
6945 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
6946
6947         * ext\jpeg\smokecodec.c:
6948           use of GST_DEBUG instead of DEBUG(a...) for WIN32
6949         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
6950           move first instruction after all variables declarations
6951         * gst\alpha\gstalpha.c:
6952         * gst\effectv\gstshagadelic.c:
6953         * gst\smpte\paint.c:
6954         * gst\videofilter\gstvideobalance.c:
6955           define M_PI if it's not defined (it's not defined on WIN32)
6956         * gst\cutter\gstcutter.c: (gst_cutter_chain):
6957         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
6958         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
6959         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
6960         (gst_matroska_demux_video_caps):
6961         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
6962         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
6963           use gst_guint64_to_gdouble for conversions
6964         * gst\goom\filters.c: (setPixelRGB_):
6965           fix a debug which was using undefined variable
6966         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
6967         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
6968           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
6969         * win32/vs6:
6970           add vs6 projects files for most of plugins-good
6971         
6972 2006-03-30  j^  <j@bootlab.org>
6973
6974         * ext/aalib/gstaasink.c:
6975         * ext/annodex/gstcmmldec.c:
6976         * ext/annodex/gstcmmlenc.c:
6977         * ext/cairo/gsttextoverlay.c:
6978         * ext/cairo/gsttimeoverlay.c:
6979         * ext/cdio/gstcdiocddasrc.c:
6980         * ext/dv/gstdvdec.c:
6981         * ext/esd/esdmon.c:
6982         * ext/esd/esdsink.c:
6983         * ext/flac/gstflacdec.c:
6984         * ext/flac/gstflacenc.c:
6985         * ext/flac/gstflactag.c:
6986         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
6987         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
6988         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
6989         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
6990         * ext/gdk_pixbuf/gstgdkpixbuf.c:
6991         * ext/gdk_pixbuf/pixbufscale.c:
6992         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
6993         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
6994         * ext/jpeg/gstjpegdec.c:
6995         * ext/jpeg/gstjpegenc.c:
6996         * ext/jpeg/gstsmokedec.c:
6997         * ext/jpeg/gstsmokeenc.c:
6998         * ext/libcaca/gstcacasink.c:
6999         * ext/libmng/gstmngdec.c:
7000         * ext/libmng/gstmngenc.c:
7001         * ext/libpng/gstpngdec.c:
7002         * ext/libpng/gstpngenc.c:
7003         * ext/mikmod/gstmikmod.c:
7004         * ext/raw1394/gstdv1394src.c:
7005         * ext/shout2/gstshout2.c:
7006         * ext/speex/gstspeexdec.c:
7007         * ext/speex/gstspeexenc.c:
7008         * gst/alpha/gstalpha.c:
7009         * gst/alpha/gstalphacolor.c:
7010         * gst/auparse/gstauparse.c:
7011         * gst/autodetect/gstautoaudiosink.c:
7012         (gst_auto_audio_sink_base_init):
7013         * gst/autodetect/gstautovideosink.c:
7014         (gst_auto_video_sink_base_init):
7015         * gst/avi/gstavimux.c: (gst_avimux_base_init):
7016         * gst/cutter/gstcutter.c:
7017         * gst/debug/breakmydata.c:
7018         * gst/debug/efence.c:
7019         * gst/debug/gstnavigationtest.c:
7020         * gst/debug/negotiation.c:
7021         * gst/debug/progressreport.c:
7022         * gst/debug/testplugin.c:
7023         * gst/effectv/gstaging.c:
7024         * gst/effectv/gstdice.c:
7025         * gst/effectv/gstedge.c:
7026         * gst/effectv/gstquark.c:
7027         * gst/effectv/gstrev.c:
7028         * gst/effectv/gstvertigo.c:
7029         * gst/effectv/gstwarp.c:
7030         * gst/flx/gstflxdec.c:
7031         * gst/goom/gstgoom.c:
7032         * gst/interleave/deinterleave.c:
7033         * gst/interleave/interleave.c:
7034         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
7035         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
7036         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
7037         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
7038         * gst/level/gstlevel.c:
7039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
7040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
7041         * gst/median/gstmedian.c:
7042         * gst/monoscope/gstmonoscope.c:
7043         * gst/multipart/multipartdemux.c:
7044         * gst/multipart/multipartmux.c:
7045         * gst/oldcore/gstmd5sink.c:
7046         * gst/oldcore/gstmultifilesrc.c:
7047         * gst/oldcore/gstpipefilter.c:
7048         * gst/oldcore/gstshaper.c:
7049         * gst/oldcore/gststatistics.c:
7050         * gst/rtp/gstasteriskh263.c:
7051         * gst/rtp/gstrtpL16depay.c:
7052         * gst/rtp/gstrtpL16pay.c:
7053         * gst/rtp/gstrtpamrdepay.c:
7054         * gst/rtp/gstrtpamrpay.c:
7055         * gst/rtp/gstrtpdepay.c:
7056         * gst/rtp/gstrtpgsmpay.c:
7057         * gst/rtp/gstrtph263pay.c:
7058         * gst/rtp/gstrtph263pdepay.c:
7059         * gst/rtp/gstrtph263ppay.c:
7060         * gst/rtp/gstrtpmp4gpay.c:
7061         * gst/rtp/gstrtpmp4vdepay.c:
7062         * gst/rtp/gstrtpmp4vpay.c:
7063         * gst/rtp/gstrtpmpadepay.c:
7064         * gst/rtp/gstrtpmpapay.c:
7065         * gst/rtp/gstrtppcmadepay.c:
7066         * gst/rtp/gstrtppcmapay.c:
7067         * gst/rtp/gstrtppcmudepay.c:
7068         * gst/rtp/gstrtppcmupay.c:
7069         * gst/rtp/gstrtpspeexdepay.c:
7070         * gst/rtp/gstrtpspeexpay.c:
7071         * gst/rtsp/gstrtpdec.c:
7072         * gst/smpte/gstsmpte.c:
7073         * gst/videobox/gstvideobox.c:
7074         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
7075         * gst/videofilter/gstvideobalance.c:
7076         * gst/videofilter/gstvideoflip.c:
7077         * gst/videofilter/gstvideotemplate.c:
7078         (gst_videotemplate_base_init):
7079         * gst/videomixer/videomixer.c:
7080         * gst/wavenc/gstwavenc.c:
7081         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
7082          better/unified long descriptions
7083          Fixed #336602
7084          Some cleanups to auparse, don't send multiple newsegments.
7085
7086 2006-03-29  Wim Taymans  <wim@fluendo.com>
7087
7088         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
7089
7090         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
7091         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
7092         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
7093         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
7094         * ext/dv/gstdvdemux.h:
7095         Seek in READY patch. Only works for pull based mode.
7096         Fixes #323880
7097
7098 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
7101         (gst_gdk_pixbuf_event):
7102           Fix two crashers: don't unref the same caps twice, and
7103           set pixbuf loader to NULL after freeing it.
7104
7105 2006-03-27  Wim Taymans  <wim@fluendo.com>
7106
7107         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
7108         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
7109         (gst_speexenc_chain):
7110         * ext/speex/gstspeexenc.h:
7111         Don't leak adapter.
7112         A push *always* takes ownership of the buffer, even on
7113         errors.
7114         Small cleanups.
7115
7116 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7119           Create source pad without leaking.
7120
7121 2006-03-24  Wim Taymans  <wim@fluendo.com>
7122
7123         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
7124         * ext/flac/gstflacdec.h:
7125         * ext/flac/gstflacenc.h:
7126         Spifify a bit.
7127         Fix deadly lock order error in seeking code, STREAM_LOCK
7128         cannot be taken within LOCK and the streaming variables are
7129         protected with the STREAM_LOCK anyway.
7130
7131 2006-03-24  Wim Taymans  <wim@fluendo.com>
7132
7133         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
7134         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
7135         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
7136         this patch combines the global init_frames with the stream
7137         init_frames. Rationale being that the global delay should 
7138         be subtracted from any stream delay.
7139         Fixes #335858.
7140
7141 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7142
7143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
7144         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
7145         * gst/smpte/gstsmpte.c: (gst_smpte_init):
7146         * gst/videomixer/videomixer.c: (gst_videomixer_init):
7147         use DEBUG_FUNCPTR for collectpads
7148
7149 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
7152           Don't crash when encoding images where the number of rows isn't
7153           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
7154
7155 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
7156
7157         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
7158         * gst/interleave/deinterleave.c: (deinterleave_change_state):
7159         * gst/interleave/interleave.c: (interleave_change_state):
7160         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
7161           More state change function fixes.
7162
7163 2006-03-23  Wim Taymans  <wim@fluendo.com>
7164
7165         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7166         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
7167         (gst_esdsink_prepare), (gst_esdsink_unprepare),
7168         (gst_esdsink_delay), (gst_esdsink_reset):
7169         * ext/esd/esdsink.h:
7170         Fix esd choppy playback by configuring audiosink
7171         correctly. Fixes #325191
7172
7173 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
7176           Make state change function thread-safe.
7177
7178 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
7181         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
7182           Don't try to read beyond the end of the file just because
7183           the header claims a bigger size (like with truncated files).
7184
7185 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7188         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
7189         (gst_wavparse_stream_data), (gst_wavparse_loop):
7190         * gst/wavparse/gstwavparse.h:
7191           Delay source pad creation until we have the first chunk of
7192           media data, so the we can examine the data and adjust the
7193           caps accordingly if required. This makes playback of .wav
7194           files with DTS-declared-as-PCM content work (#313266).
7195
7196 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
7197
7198         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
7199         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7200         Don't attempt typefinding on too-short buffers that have been
7201         completely trimmed away. (Fixes #330239)
7202
7203         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
7204         Improve the debug output
7205
7206 2006-03-21  Wim Taymans  <wim@fluendo.com>
7207
7208         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7209         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
7210         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
7211         (gst_esdsink_set_property), (gst_esdsink_get_property):
7212         Some cleanups.
7213         Reset fd to -1 when we close them.
7214
7215 2006-03-21  Wim Taymans  <wim@fluendo.com>
7216
7217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7218         the OPTIONS request result is optional so don't
7219         fail on it.
7220
7221 2006-03-21  Edward Hervey  <edward@fluendo.com>
7222
7223         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
7224         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
7225         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
7226         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
7227         (gst_wavparse_change_state):
7228         gcc 4.1 unreferenced pointer fixes.
7229
7230 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7233
7234         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
7235           Fix block alignment calculation. Alignment should be done before
7236           adding the byte offset where the data starts (#335231).
7237
7238 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
7239
7240         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
7241           Ensure that we set correct caps on buffers that are transferred
7242           direct from the input.
7243
7244 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
7245
7246         * gst/goom/filters.c: (zoomFilterDestroy):
7247         * gst/goom/goom_core.c: (goom_close):
7248           Free filter data when cleaning up. (Fixes: #334995)
7249
7250 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * configure.ac:
7253           Don't compile udp and rtsp plugins on win32 (mingw) or other
7254           systems that don't have <sys/socket.h> for some reason (#316203).
7255
7256 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7257
7258         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
7259         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
7260         * ext/raw1394/gstdv1394src.h:
7261           Change bus reset handler so it reports useful information such as
7262           whether the device being used connected or disconnected
7263
7264 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * gst/id3demux/id3v2frames.c:
7267         (parse_relative_volume_adjustment_two):
7268           We only care about gain and peak data for the master volume.
7269
7270 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7273         (parse_id_string), (parse_unique_file_identifier),
7274         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
7275           Read replay gain tags (#323721).
7276
7277 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * configure.ac:
7280           Bump requirements to gst-plugins-base CVS because
7281           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
7282
7283 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7284
7285         * rtp/gst/gstrtppcmadepay.c:
7286         Fixed one of the caps in the code from mulaw to alaw.
7287
7288 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7289
7290         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
7291           Ensure that we set caps on the buffers we pass.
7292
7293         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
7294         (gst_id3demux_sink_activate):
7295           Ensure that we set caps on the buffers we pass.
7296
7297           Use STREAM, TYPE_NOT_FOUND as the error class when
7298           typefinding fails.
7299
7300 2006-03-15  Edward Hervey  <edward@fluendo.com>
7301
7302         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
7303         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
7304         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
7305         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
7306         (gst_jpeg_dec_setcaps):
7307         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
7308         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
7309         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
7310         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
7311         (gst_mngdec_src_getcaps):
7312         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
7313         (gst_pngdec_caps_create_and_set):
7314         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
7315         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
7316         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
7317         * gst/alpha/gstalpha.c: (gst_alpha_init):
7318         * gst/auparse/gstauparse.c: (gst_au_parse_init):
7319         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
7320         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
7321         * gst/cutter/gstcutter.c: (gst_cutter_init):
7322         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
7323         (gst_efence_checkgetrange):
7324         * gst/debug/negotiation.c: (gst_negotiation_init):
7325         * gst/flx/gstflxdec.c: (gst_flxdec_init):
7326         * gst/goom/gstgoom.c: (gst_goom_init):
7327         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
7328         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
7329         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
7330         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
7331         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
7332         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
7333         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
7334         * gst/smpte/gstsmpte.c: (gst_smpte_init):
7335         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7336         (gst_wavparse_create_sourcepad):
7337         Fix memleak with gst_static_pad_template_get().
7338         This uses gst_pad_new_from_static_template() instead.
7339         Fixes #333512
7340
7341 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * configure.ac:
7344           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
7345           used by id3demux.
7346
7347         * gst/id3demux/gstid3demux.c: (plugin_init):
7348         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7349         (parse_user_text_identification_frame),
7350         (parse_unique_file_identifier):
7351           Add support for UFID and TXXX frames and extract musicbrainz tags.
7352
7353 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7356           Catch short reads, like they might happen with truncated
7357           files (see #305279); remove unnecessary indentation.
7358
7359 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
7362           Fix DIB image inversion for pictures with a
7363           depth != 8 (#305279).
7364
7365 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7366
7367         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
7368         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
7369         * ext/jpeg/gstjpegdec.h:
7370           Fix durations on outgoing buffers after seeking
7371           in MJPEG files (#334083); some minor clean-ups.
7372
7373 2006-03-13  Wim Taymans  <wim@fluendo.com>
7374
7375         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
7376         (gst_wavparse_change_state):
7377         Implement seek in READY (re-fixes #327658)
7378
7379 2006-03-13  Wim Taymans  <wim@fluendo.com>
7380
7381         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
7382         * ext/esd/esdmon.c: (gst_esdmon_get):
7383         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7384         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7385         (gst_gdk_pixbuf_sink_getcaps):
7386         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
7387         (gst_jpegenc_setcaps):
7388         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7389         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7390         (gst_smokeenc_setcaps):
7391         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
7392         (gst_mngdec_src_getcaps):
7393         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
7394         (gst_mngenc_chain):
7395         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
7396         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
7397         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7398         (speex_dec_src_event), (speex_dec_chain):
7399         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
7400         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
7401         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
7402         (gst_negotiation_pad_link), (gst_negotiation_chain):
7403         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
7404         (gst_flxdec_chain):
7405         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
7406         (deinterleave_chain):
7407         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
7408         * gst/median/gstmedian.c: (gst_median_link):
7409         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
7410         (gst_monoscope_chain):
7411         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
7412         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
7413         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
7414         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
7415         close #333784 unref the result of gst_pad_get_parent()
7416         by: Christophe Fergeau.
7417
7418 2006-03-09  Wim Taymans  <wim@fluendo.com>
7419
7420         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
7421         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
7422         Handle events in push mode better, can now do non-flushing
7423         seeks in push mode as well.
7424
7425 2006-03-07  Wim Taymans  <wim@fluendo.com>
7426
7427         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
7428         Applied patch from Kai Vehmanen, fixes #333624.
7429
7430 2006-03-06  Julien MOUTTE  <julien@moutte.net>
7431
7432         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
7433         Implement paletted and grayscale png files handling.
7434         (#150363).
7435
7436 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7437
7438         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
7439         (gst_speexenc_chain):
7440           fix a tag list assert
7441           follow gst-plugins-base/ext/ogg/README; set OFFSET
7442           and OFFSET_END.  Muxes correctly with gst-plugins-base
7443           > 0.9.3
7444
7445 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/id3demux/Makefile.am:
7448         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
7449         (gst_id3demux_chain), (gst_id3demux_sink_activate):
7450           Use new typefind helper functions here as well, and
7451           do typefinding in pull-mode if upstream supports that.
7452
7453 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7454
7455         * sys/sunaudio/gstsunaudiomixerctrl.c:
7456         (gst_sunaudiomixer_ctrl_get_volume),
7457         (gst_sunaudiomixer_ctrl_set_volume):
7458         * sys/sunaudio/gstsunaudiomixertrack.c:
7459         (gst_sunaudiomixer_track_new):
7460           Remove unused variables, breaks build from CVS
7461           with -Werror (#333392, patch by: Benjamin Pineau)
7462
7463 2006-03-03  Wim Taymans  <wim@fluendo.com>
7464
7465         * docs/plugins/Makefile.am:
7466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7468         Added wavparse docs.
7469
7470         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
7471         (gst_wavparse_reset), (gst_wavparse_init),
7472         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
7473         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
7474         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
7475         (gst_wavparse_stream_data), (gst_wavparse_loop),
7476         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
7477         (gst_wavparse_change_state):
7478         * gst/wavparse/gstwavparse.h:
7479         Implement seek in READY (fixes #327658)
7480         Added docs and did some cleanups.
7481
7482 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7485         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
7486         (gst_avi_demux_calculate_durations_from_index),
7487         (gst_avi_demux_stream_header):
7488         * gst/avi/gstavidemux.h:
7489           If we have an index, use a duration based on the index instead
7490           of blindly trusting the information in the stream headers
7491           (fixes #331817).
7492
7493 2006-03-03  Wim Taymans  <wim@fluendo.com>
7494
7495         * docs/plugins/Makefile.am:
7496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7498         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7499         Added smoke and jpeg to the docs.
7500
7501         * ext/jpeg/Makefile.am:
7502         * ext/jpeg/gstjpeg.c: (plugin_init):
7503         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7504         * ext/jpeg/gstjpegenc.h:
7505         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
7506         (gst_smokedec_chain):
7507         * ext/jpeg/gstsmokedec.h:
7508         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7509         * ext/jpeg/gstsmokeenc.h:
7510         * ext/jpeg/smokecodec.h:
7511         Port smokedec (fixes #331905).
7512         Added some docs.
7513         Some cleanups.
7514
7515 2006-03-03  Wim Taymans  <wim@fluendo.com>
7516
7517         * docs/plugins/Makefile.am:
7518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7520         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7521         Added videobalance and videoflip to the docs.
7522
7523         * gst/videofilter/Makefile.am:
7524         * gst/videofilter/gstvideobalance.c:
7525         (gst_video_balance_update_tables_planar411),
7526         (gst_video_balance_is_passthrough),
7527         (gst_video_balance_update_properties), (oil_tablelookup_u8),
7528         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
7529         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
7530         (gst_video_balance_finalize), (gst_video_balance_class_init),
7531         (gst_video_balance_init), (gst_video_balance_interface_supported),
7532         (gst_video_balance_interface_init),
7533         (gst_video_balance_colorbalance_list_channels),
7534         (gst_video_balance_colorbalance_set_value),
7535         (gst_video_balance_colorbalance_get_value),
7536         (gst_video_balance_colorbalance_init),
7537         (gst_video_balance_set_property), (gst_video_balance_get_property),
7538         (gst_video_balance_get_type), (plugin_init):
7539         * gst/videofilter/gstvideobalance.h:
7540         Ported to 0.10. (Fixes #326160)
7541         Added docs.
7542
7543         * gst/videofilter/gstvideoflip.c:
7544         * gst/videofilter/gstvideoflip.h:
7545         Added docs.
7546
7547 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * configure.ac:
7550           Bump requirements to current core and -base CVS
7551           (core for new typefind helper API, and -base for the
7552           WAVFORMATEX support that was added to libgstriff and
7553           is needed by wavparse).
7554         
7555         * gst/apetag/Makefile.am:
7556         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
7557         (gst_tag_demux_sink_activate):
7558           Use new typefind helpers for typefinding instead of our
7559           home-grown stuff; also, do typefinding in pull-mode if
7560           upstream supports that.
7561
7562 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
7563
7564         Reviewed by: Christian Schaller <christian@fluendo.com>
7565
7566         This patch fixes bug: 329107
7567
7568         This Changelog entry is for a commit done on February 17
7569
7570         * ext/gconf/gconf.c
7571         * ext/gconf/gconf.h
7572         * ext/gconf/gstgconfaudiosink.c
7573         * ext/gconf/gstgconfaudiosink.h
7574         * gconf/gstreamer.schemas.in
7575
7576 2006-02-28  Wim Taymans  <wim@fluendo.com>
7577
7578         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7579         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
7580         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
7581         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
7582         Use DEBUG_OBJECT more.
7583
7584 2006-02-28  Wim Taymans  <wim@fluendo.com>
7585
7586         * docs/plugins/Makefile.am:
7587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7589         Added dvdec and dvdemux to docs.
7590
7591         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
7592         Added docs.
7593         Check frame sizes so we don't crash when don't have enough
7594         data.
7595         Send nice error messages on error.
7596
7597         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
7598         (gst_dvdemux_class_init), (gst_dvdemux_init),
7599         (gst_dvdemux_finalize), (gst_dvdemux_reset),
7600         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
7601         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
7602         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
7603         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
7604         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
7605         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
7606         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
7607         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
7608         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
7609         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
7610         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
7611         * ext/dv/gstdvdemux.h:
7612         Added docs.
7613         Implement pull mode.
7614         Fix memleaks.
7615         Reduce memcpy for the video demuxing.
7616
7617 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
7618
7619         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
7620         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
7621         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
7622         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
7623           Add a little extra debug. Make the decoder not return NOT_LINKED,
7624           as we want to continue decoding all CMML and emitting tags.
7625
7626 2006-02-27  Michael Smith  <msmith@fluendo.com>
7627
7628         * ext/annodex/gstskeltag.c:
7629         * ext/annodex/gstskeltag.h:
7630           Deleted; these files aren't used any more either.
7631
7632 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7633
7634         * ext/Makefile.am: Fix dist-check.
7635
7636 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7637
7638         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
7639         memleak.
7640
7641 2006-02-25  Alessandro Decina <alessandro@nnva.org>
7642
7643         * ext/annodex/Makefile.am:
7644         * ext/annodex/gstannodex.c:
7645         * ext/annodex/gstcmmldec.c:
7646         * ext/annodex/gstcmmlenc.c:
7647         * ext/annodex/gstcmmlparser.c:
7648         * ext/annodex/gstcmmlparser.h:
7649         * ext/annodex/gstcmmlutils.c:
7650         * tests/check/elements/cmmldec.c:
7651         * tests/check/elements/cmmlenc.c:
7652           Fix a memleak in gst_cmml_track_list_add_clip.
7653           Handle overflows in clip's start and end times.
7654           Add the "encoded" parameter to cmmldec and cmmlenc caps.
7655           Do not parse junk at the end of a CMML preamble buffer.
7656           Register a libxml error handler to not print stuff on stderr.
7657           Check for bad clip start and end times in the testsuites.
7658
7659 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7660
7661         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
7662         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
7663         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
7664         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
7665         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
7666         possible memleaks.
7667
7668 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7669
7670         * tests/check/Makefile.am:
7671         * tests/check/elements/cmmldec.c:
7672         * tests/check/elements/cmmlenc.c: Fix tests so that they use
7673         the plugins-base tags.
7674
7675 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7676
7677         * ext/Makefile.am: Re-enable module.
7678
7679 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7680
7681         * tests/check/Makefile.am: Forgot to remove that test.
7682
7683 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7684
7685         * ext/annodex/Makefile.am:
7686         * ext/annodex/gstannodex.c: (plugin_init):
7687         * ext/annodex/gstcmmldec.c:
7688         * ext/annodex/gstskeldec.c:
7689         * ext/annodex/gstskeldec.h:
7690         * tests/check/Makefile.am:
7691         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
7692
7693 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7694
7695         * tests/check/Makefile.am: Disable those checks as well.
7696
7697 2006-02-24  Julien MOUTTE  <julien@moutte.net>
7698
7699         * ext/Makefile.am: Disable annodex for now until we figure out
7700         how to make it build.
7701         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
7702         Add a rule to your checklist : "please try to at least build 
7703         what you are going to commit into -good, or if you are too lazy
7704         to do that, please check that the buildbots are not crying because
7705         of your commit."
7706
7707 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
7708
7709         * configure.ac:
7710         * ext/Makefile.am:
7711         * ext/gdk_pixbuf/Makefile.am:
7712         * ext/gdk_pixbuf/gstgdkpixbuf.c:
7713         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7714         * ext/gdk_pixbuf/pixbufscale.c:
7715         * ext/gdk_pixbuf/pixbufscale.h:
7716           Gdkpixbuf ported from 0.8 to 0.10 by
7717           Renato Filho <renato.filho@indt.org.br>.
7718           gst_loader and gdkpixbufanimation still need port.
7719
7720 2006-02-24  Michael Smith  <msmith@fluendo.com>
7721
7722         * configure.ac:
7723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7724         * ext/Makefile.am:
7725         * ext/annodex/Makefile.am:
7726         * ext/annodex/gstannodex.c:
7727         * ext/annodex/gstannodex.h:
7728         * ext/annodex/gstcmmldec.c:
7729         * ext/annodex/gstcmmldec.h:
7730         * ext/annodex/gstcmmlenc.c:
7731         * ext/annodex/gstcmmlenc.h:
7732         * ext/annodex/gstcmmlparser.c:
7733         * ext/annodex/gstcmmlparser.h:
7734         * ext/annodex/gstcmmltag.c:
7735         * ext/annodex/gstcmmltag.h:
7736         * ext/annodex/gstcmmlutils.c:
7737         * ext/annodex/gstcmmlutils.h:
7738         * ext/annodex/gstskeldec.c:
7739         * ext/annodex/gstskeldec.h:
7740         * ext/annodex/gstskeltag.c:
7741         * ext/annodex/gstskeltag.h:
7742         * tests/check/Makefile.am:
7743         * tests/check/elements/cmmldec.c:
7744         * tests/check/elements/cmmlenc.c:
7745         * tests/check/elements/skeldec.c:
7746           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
7747           Includes tests & docs, oh my! Passes Thomas's -good checklist
7748           entirely. Wow.
7749
7750 2006-02-24  Michael Smith  <msmith@fluendo.com>
7751
7752         * autogen.sh:
7753           Check for automake 1.9 as well.
7754
7755 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7756
7757         * ext/flac/gstflacenc.c:
7758           Change min. sample rate to 8kHz to match flacdec's.
7759           
7760 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * ext/cdio/Makefile.am:
7763           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
7764           required for Cygwin, see #317048)
7765
7766         * gst/rtp/gstasteriskh263.c:
7767           Cygwin has includes for both the unix network socket API
7768           and the windows API, but only one can be included, so fix
7769           includes to only use one or the other, prefering the unxi
7770           one (#317048).
7771
7772 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7773
7774         * rtp/gst/gstrtppcmadepay.c:
7775         * rtp/gst/gstrtppcmadepay.h:
7776         * rtp/gst/gstgstrtppcmapay.c:
7777         * rtp/gst/gstgstrtppcmapay.h:
7778         * rtp/gst/gstrtppcmudepay.c:
7779         * rtp/gst/gstrtppcmudepay.h:
7780         * rtp/gst/gstrtppcmupay.c:
7781         * rtp/gst/gstrtppcmupay.h:
7782         * rtp/gst/Makefile.am:
7783         * rtp/gst/gstrtp.c:
7784         * rtp/gst/README:
7785         Separated the G711 payloaders/depayloaders into separate elements for
7786         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
7787
7788 2006-02-22  Wim Taymans  <wim@fluendo.com>
7789
7790         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
7791         (gst_dvdec_change_state):
7792         * ext/dv/gstdvdec.h:
7793         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
7794         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
7795         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
7796         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
7797         (gst_dvdemux_flush), (gst_dvdemux_chain),
7798         (gst_dvdemux_change_state):
7799         * ext/dv/gstdvdemux.h:
7800         Ueber spiffify some more, added debug category.
7801         Use _scale.
7802         Use segments, respect playback rate from newsegment.
7803         Fix refcount issue.
7804
7805 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
7806
7807         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
7808         (gst_signal_processor_process):
7809         Fix compilation of LADPSA. It doesn't seem to work, and isn't
7810         enabled for the build, but it helps me win the feature-count
7811         competitions ooh yeah.
7812
7813 2006-02-19  Wim Taymans  <wim@fluendo.com>
7814
7815         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
7816         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7817         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
7818         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
7819         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7820         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
7821         Use scaling code for added precission and more correct stop
7822         position in case scale==0.
7823
7824 2006-02-19  Wim Taymans  <wim@fluendo.com>
7825
7826         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
7827         (gst_flxdec_chain):
7828         * gst/flx/gstflxdec.h:
7829         Implement DURATION query.
7830
7831 2006-02-19  Wim Taymans  <wim@fluendo.com>
7832
7833         * gst/flx/flx_color.h:
7834         * gst/flx/flx_fmt.h:
7835         * gst/flx/gstflxdec.c: (gst_flxdec_init),
7836         (gst_flxdec_src_query_handler), (flx_decode_color),
7837         (gst_flxdec_chain):
7838         * gst/flx/gstflxdec.h:
7839         Set MALLOCDATA for the temp buffers so we don't leak.
7840         Some debug cleanups.
7841         Consume all data in the adapter before leaving the chain
7842         function. Fixes #330678.
7843
7844 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7845
7846         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
7847         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
7848          Handle 0 data size in otherwise valid frames.
7849          Handle numeric strings in 2.4.0 even when not in parentheses 
7850
7851 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * gst/matroska/matroska-demux.c:
7854         (gst_matroska_demux_subtitle_caps),
7855         (gst_matroska_demux_plugin_init):
7856         * gst/matroska/matroska-ids.h:
7857           Recognise SSA/ASS and USF subtitle formats and
7858           set proper caps when they are found.
7859
7860 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
7863         (gst_jpeg_dec_chain):
7864           Fix invalid memory access for some odd-sized images
7865           (see image contained in quicktime stream in #327083);
7866           use g_malloc() instead of g_alloca().
7867
7868 2006-02-17  Wim Taymans  <wim@fluendo.com>
7869
7870         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
7871         Patch from Sebastien Cote, fixes #319884
7872
7873 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         * ext/cdio/gstcdio.c: (plugin_init):
7876           Init debug category (#331253).
7877
7878 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7881           Pass extra_data to gst_riff_create_audio_caps(), so that
7882           WAVEFORMATEX stuff works. Post audio codec name and post
7883           it as taglist on the bus. Allow up to 8 channesl for raw
7884           PCM in the source pad template caps.
7885
7886 2006-02-16  Wim Taymans  <wim@fluendo.com>
7887
7888         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7889         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7890         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
7891         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7892         (gst_multipart_set_property), (gst_multipart_get_property):
7893         Applied #318663. Gives quite a few false positives in
7894         autoscan mode, but it's better than nothing. Not closing yet.
7895
7896 2006-02-16  Wim Taymans  <wim@fluendo.com>
7897
7898         * docs/plugins/Makefile.am:
7899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7901         * docs/plugins/gst-plugins-good-plugins.args:
7902         * docs/plugins/inspect/plugin-udp.xml:
7903         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7904         (gst_udpsrc_start):
7905         Update documentation.
7906         Fix args.
7907
7908 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
7909
7910         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
7911         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
7912         frame size. (Fixes #331368)
7913
7914 2006-02-16  Wim Taymans  <wim@fluendo.com>
7915
7916         * gst/rtsp/README:
7917         Updated README.
7918
7919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
7920         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
7921         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
7922         * gst/rtsp/gstrtspsrc.h:
7923         Make sure the RTP port is an even port an try to allocate 
7924         another if not.
7925         Added retry property to control max retries for port allocation.
7926         Make sure RTCP port is RTP port+1.
7927         Cleanup when port allocation fails.
7928         Fixes #319183.
7929         
7930 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
7933           Don't ignore return value of the parent class's state
7934           change function (#331385, patch by: Wouter Paesen).
7935
7936 2006-02-15  Wim Taymans  <wim@fluendo.com>
7937
7938         * configure.ac:
7939         * docs/plugins/Makefile.am:
7940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7942         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7943         * ext/Makefile.am:
7944         * ext/hal/Makefile.am:
7945         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
7946         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
7947         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
7948         (do_toggle_element), (gst_hal_audio_sink_set_property),
7949         (gst_hal_audio_sink_get_property),
7950         (gst_hal_audio_sink_change_state):
7951         * ext/hal/gsthalaudiosink.h:
7952         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
7953         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
7954         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
7955         (do_toggle_element), (gst_hal_audio_src_set_property),
7956         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
7957         * ext/hal/gsthalaudiosrc.h:
7958         * ext/hal/gsthalelements.c: (plugin_init):
7959         * ext/hal/gsthalelements.h:
7960         * ext/hal/hal.c: (gst_hal_get_string),
7961         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
7962         (gst_hal_get_audio_src):
7963         * ext/hal/hal.h:
7964         Add HAL sound device wrapper plugins. Closes #329106
7965
7966 2006-02-15  Wim Taymans  <wim@fluendo.com>
7967
7968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7969         Add comment in a fultile attempt to stop the copy-and-paste 
7970         paradigm leading to duplication of bad code.
7971
7972         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
7973         Mime parameters have to be checked case insensitive
7974
7975 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
7978           Advance stream time for lagging subtitle streams by sending
7979           newsegment events with the update flag set.
7980
7981 2006-02-14  Edward Hervey  <edward@fluendo.com>
7982
7983         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7984         There can be bogus data before the hdrl LIST tag in the RIFF header.
7985         It's hard to say if it's not respecting the AVI specifications or not,
7986         but since Google Video is producing AVIs like that and the other player
7987         don't seem to complain, I guess we should do the same.
7988
7989 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
7992         (parse_split_strings):
7993         Add more validation to ensure that a char encoding conversion
7994         produced a valid UTF-8 string.
7995
7996 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
7997
7998         Reviewed by: Edward Hervey  <edward@fluendo.com>
7999
8000         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8001         Properly handle end of segment. Closes #330885.
8002
8003 2006-02-13  Wim Taymans  <wim@fluendo.com>
8004
8005         * gst/rtp/gstrtpmp4gpay.h:
8006         For got to commit this one.
8007
8008 2006-02-12  Wim Taymans  <wim@fluendo.com>
8009
8010         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8011         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
8012         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8013         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
8014         * gst/rtp/gstrtpmp4gpay.h:
8015         Make more things work.
8016         Handle ACC config strings.
8017
8018 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8019
8020         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8021           set timestamps if no incoming timestamps set
8022
8023 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
8026         (gst_tag_demux_do_typefind):
8027           ... and fix the very same leaks in GstTagDemux.
8028
8029 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
8030
8031         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
8032         (gst_id3demux_do_typefind):
8033         Fix a couple of mem leaks. (Patch by Jonathan Matthew
8034         <jonathan at kaolin dot wh9 dot net>)
8035
8036 2006-02-10  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
8039         First set options, then set caps or else the baseclass
8040         will not know about the options, duh.
8041
8042 2006-02-10  Wim Taymans  <wim@fluendo.com>
8043
8044         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
8045         (gst_rtp_mp4v_pay_setcaps):
8046         Don't waste time looking for a config string if we have codec_info
8047         on the incomming caps.
8048
8049 2006-02-10  Wim Taymans  <wim@fluendo.com>
8050
8051         * gst/rtp/README:
8052         Say something about case-sensitivity of caps vs mime-attributes.
8053
8054         * gst/rtp/Makefile.am:
8055         * gst/rtp/gstrtp.c: (plugin_init):
8056         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
8057         (gst_rtp_amr_pay_handle_buffer):
8058         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
8059         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
8060         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
8061         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
8062         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
8063         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
8064         (gst_rtp_mp4g_pay_plugin_init):
8065         * gst/rtp/gstrtpmp4gpay.h:
8066         Added beginnings of mpeg4-generic payloader (RFC 3640)
8067
8068 2006-02-09  Wim Taymans  <wim@fluendo.com>
8069
8070         * gst/rtsp/Makefile.am:
8071         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
8072         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
8073         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
8074         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
8075         (gst_rtpdec_change_state):
8076         * gst/rtsp/gstrtpdec.h:
8077         * gst/rtsp/gstrtsp.c: (plugin_init):
8078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
8079         * gst/rtsp/rtspconnection.c: (read_body),
8080         (rtsp_connection_receive):
8081         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
8082         Resurected rtpdec to make rtspsrc happy again.
8083         Skip attributes from the session id.
8084         Don't crash when dumping a message with an empty body.
8085
8086
8087 2006-02-09  Wim Taymans  <wim@fluendo.com>
8088
8089         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
8090         Added more meaningfull warnings when something goes wrong.
8091         Clear F bit on outgoing AMR packets.
8092
8093         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
8094         (gst_rtp_amr_pay_handle_buffer):
8095         Added debugging category
8096         Support payloading of multiple AMR frames.
8097
8098         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
8099         Added some debugging.
8100
8101 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8102
8103         * configure.ac:
8104           Back to CVS
8105
8106 === release 0.10.2 ===
8107
8108 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8109
8110         * configure.ac:
8111           releasing 0.10.2, "Papa was a rolling stone"
8112
8113 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8114
8115         * configure.ac:
8116           Bump core and plugins-base requirement to 0.10.2.2
8117           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
8118
8119 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * ext/flac/gstflac.c: (plugin_init):
8122         * ext/speex/gstspeex.c: (plugin_init):
8123           Register musicbrainz tags.
8124
8125 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * ext/gconf/gconf.h:
8128           Remove declaration of function that no longer exists.
8129
8130 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8131
8132         * ext/shout2/gstshout2.c: (gst_shout2send_render),
8133         (gst_shout2send_setcaps), (gst_shout2send_change_state):
8134         Make shout2 work for non ogg streams
8135
8136 2006-02-06  Wim Taymans  <wim@fluendo.com>
8137
8138         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8139         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
8140         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
8141         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
8142         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
8143         * gst/udp/gstmultiudpsink.h:
8144         Updated docs.
8145         Added properties bytes-served, bytes_to_serve.
8146         Post proper error messages,
8147         Emit client added signal too.
8148
8149 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8150
8151         * docs/plugins/Makefile.am:
8152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8155         (gst_multiudpsink_get_stats):
8156           adding docs for multiudpsink
8157
8158 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8159
8160         * gst/level/gstlevel.c: (gst_level_transform_ip):
8161           peak below decay is not necessarily an error, so don't ERROR log
8162
8163 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
8166         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
8167         (gst_ebml_write_seek):
8168         * gst/matroska/ebml-write.h:
8169           Make sure we send a newsegment event in BYTES format
8170           before sending buffers (#328531).
8171
8172 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8173
8174         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
8175         (gst_dvdemux_sink_query):
8176         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
8177         * ext/speex/gstspeexdec.c: (speex_get_query_types),
8178         (speex_dec_src_query):
8179         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
8180         (gst_speexenc_sink_query):
8181         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8182         * gst/matroska/matroska-demux.c:
8183         (gst_matroska_demux_get_src_query_types),
8184         (gst_matroska_demux_handle_src_query):
8185         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
8186         (gst_wavparse_pad_query):
8187           Pass unhandled queries upstream instead of just dropping
8188           them (#326446). Update query type arrays here and there.
8189
8190 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8191
8192         * tests/check/elements/matroskamux.c: (setup_src_pad):
8193           Collectpads in core got changed and now also holds a
8194           reference to any pad that is part of it. Fix refcount
8195           checks in test case accordingly.
8196
8197 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst/apetag/gstapedemux.h:
8200           Fix include, for now GstTagDemux is in the apetag dir.
8201
8202 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8203
8204         * docs/plugins/Makefile.am:
8205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8207         * docs/plugins/inspect/plugin-cdio.xml:
8208           Add cdio plugin to docs.
8209
8210         * ext/cdio/gstcdiocddasrc.c:
8211           Add gtk-doc blurb.
8212
8213         * ext/cdio/gstcdio.c:
8214           The plugin is called 'cdio' not 'cddio'.
8215
8216 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * configure.ac:
8219         * docs/plugins/Makefile.am:
8220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8222         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8223         * docs/plugins/inspect/plugin-apetag.xml:
8224         * gst/apetag/Makefile.am:
8225         * gst/apetag/gstapedemux.c:
8226         * gst/apetag/gstapedemux.h:
8227         * gst/apetag/gsttagdemux.c:
8228         * gst/apetag/gsttagdemux.h:
8229           Add APE tag demuxer (#325649).
8230
8231 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8232
8233         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
8234         (gst_gconf_get_default_video_sink),
8235         (gst_gconf_get_default_audio_src),
8236         (gst_gconf_get_default_video_src):
8237         * ext/gconf/gconf.h:
8238         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
8239         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
8240         (do_toggle_element):
8241         * ext/gconf/gstgconfaudiosink.h:
8242         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
8243         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
8244         (do_toggle_element):
8245         * ext/gconf/gstgconfaudiosrc.h:
8246         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
8247         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
8248         (do_toggle_element):
8249         * ext/gconf/gstgconfvideosink.h:
8250         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
8251         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
8252         (do_toggle_element):
8253         * ext/gconf/gstgconfvideosrc.h:
8254           Ignore changing the GConf key to "". Ignore GConf key updates
8255           that don't actually change the string.
8256           For now, ignore the GConf key when the state is > READY, as
8257           it breaks streaming. Sometime it will be nice to bring the
8258           new sink online even mid-stream, by sending NEWSEGMENT info
8259           and possibly prerolling.
8260           (Fixes #326736)
8261
8262 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8263
8264         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
8265         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
8266         (zoomFilterSetResolution), (zoomFilterDestroy),
8267         (zoomFilterFastRGB), (pointFilter):
8268         * gst/goom/filters.h:
8269         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
8270         (goom_update), (goom_close):
8271         * gst/goom/goom_core.h:
8272         * gst/goom/goom_tools.h:
8273         * gst/goom/graphic.c:
8274         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8275         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
8276         * gst/goom/gstgoom.h:
8277         * gst/goom/lines.c: (goom_lines):
8278         * gst/goom/lines.h:
8279           Make goom reentrant by moving all important static variables
8280           into instance structures.
8281           (Fixes #329181)
8282
8283 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
8284
8285         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8286         (gst_avi_demux_all_source_pads_unlinked),
8287         (gst_avi_demux_process_next_entry):
8288         * gst/avi/gstavidemux.h:
8289           Third attempt, use gst_pad_is_linked() this time.
8290
8291 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8292
8293         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8294         (parse_split_strings):
8295         Adjust for data length indicators when parsing (Fixes #329810)
8296         Fix stupid bug parsing UTF-8 tag text.
8297         Output tag strings with multiple fields as multiple tags, so the
8298         app gets all the data.
8299
8300 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8301
8302         * ext/flac/gstflacenc.c:
8303         Fixed a bug add in last commit, where no event is send. Thanks Tim to
8304         show me.
8305         
8306 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8307
8308         * ext/flac/gstflacenc.c:
8309         * gst/matroska/ebml-read.c:
8310         Just make it compile with --disable-gst-debug.
8311
8312 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
8313
8314         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8315         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
8316         (id3v2_genre_fields_to_taglist):
8317           Never output a tag with a null contents string.
8318
8319 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
8322           Only pause if all pads are unlinked AND we've tried to send data
8323           on all of them at least once.
8324
8325 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
8328         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
8329           Make loop function/task pause itself when all source pads are
8330           unlinked.
8331
8332 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8333
8334         * configure.ac:
8335         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
8336           Use new functions from core to render a bin from a
8337           string. Fixes build. Up requirements to core CVS.
8338
8339 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
8342           Don't push buffers into the adapter that we are going to
8343           push downstream again without framing anyway. Also, the
8344           adaptor takes ownership of buffers put into it (fixes
8345           auparse pushing invalid buffers for .au files with
8346           ADPCM contents). Finally, set caps on all outgoing buffers.
8347
8348 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8349
8350         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
8351         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
8352         (gst_id3demux_send_tag_event):
8353         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
8354         Someone should kick my butt. Remove ID3v1 tags from the end of the
8355         file.
8356
8357         Improve error messages. Send the TAG message as soon as we complete
8358         typefinding, instead of waiting until we send the first buffer.
8359         Downstream tag event is still sent before the first buffer.
8360
8361 2006-01-27  Jan Gerber  <j@bootlab.org>
8362
8363         Reviewed by: Andy Wingo <wingo@pobox.com>
8364
8365         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
8366         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
8367         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
8368         to not have warings flooding stderr. this is the suggested way
8369         also used in dvgrab and kino. (#328336)
8370
8371 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8372
8373         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
8374         (gst_oss_sink_init), (gst_oss_sink_finalise):
8375           Free the device name string when finalised.
8376
8377 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
8378
8379         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
8380           Don't put function calls in g_return_if_fail() statements,
8381           or they'll be replaced with NOOPs if someone compiles with
8382           G_DISABLE_CHECKS defined.
8383           
8384 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
8385
8386         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8387         Never trust ANY information encoded in a media file, especially
8388         when it's giving you sizes. (Fixes #328452)
8389
8390 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
8391
8392         * gst/rtp/gstrtpg711pay.c:
8393         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
8394         bug #325148.
8395
8396 2006-01-23  Edward Hervey  <edward@fluendo.com>
8397
8398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
8399         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
8400         * gst/matroska/matroska-ids.h:
8401         Added recognition of Real Audio and Video streams in matroska demuxer.
8402
8403 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
8404
8405         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
8406           Remove errant break statement, and fix compilation with
8407           older GCC.
8408
8409 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
8410
8411         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8412
8413         * sys/sunaudio/gstsunaudiomixerctrl.c:
8414         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
8415           Export functions that are needed in other parts of the code,
8416           makes the mixer actually work; adjust magic minimum buffer-time
8417           value from 3ms to 5ms to work around stuttering during mp3
8418           playback (#327765).
8419
8420 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
8421
8422         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8423
8424         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
8425         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
8426           Fix possible deadlock in matroska muxer (#327825).
8427
8428 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8431         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8432         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
8433         * gst/rtsp/sdpmessage.h:
8434         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
8435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
8436           C89 fixes: declare variables at the beginning of a block and
8437           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
8438           <jensgr at gmx dot net>).
8439
8440 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
8443         * gst/id3demux/id3tags.h:
8444         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8445         (parse_comment_frame), (parse_text_identification_frame),
8446         (id3v2_tag_to_taglist), (id3v2_are_digits),
8447         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
8448         (parse_split_strings), (free_tag_strings):
8449           Rewrite parsing of text tags to handle multiple NULL terminated
8450           strings. Parse numeric genre strings and ID3v2 type
8451           "(3)(6)Alternative" style genre strings.
8452           Parse dates that are only YYYY or YYYY-mm format.
8453           (Fixes #328241 and #322154)
8454
8455 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
8458           Don't forget to initialize liboil, otherwise our oil functions
8459           will crash (fixes #327871; patch by: Christoph Burghardt
8460           <hawkes at web dot de>).
8461
8462 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         * configure.ac:
8465           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
8466           like in the core and gst-plugins-base. Fixes #324367 and #326683;
8467           patch by: Brian Cameron <brian dot cameron at sun dot com>
8468
8469 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
8472         * ext/cdio/gstcdio.h:
8473         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
8474           Fix build for libcdio versions >= 76; give slightly lower rank
8475           than cdparanoia.
8476
8477 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * configure.ac:
8480         * ext/Makefile.am:
8481         * ext/cdio/Makefile.am:
8482         * ext/cdio/gstcdio.c:
8483         * ext/cdio/gstcdio.h:
8484         * ext/cdio/gstcdiocddasrc.c:
8485         * ext/cdio/gstcdiocddasrc.h:
8486           Port libcdio cdda source, formerly known as cddasrc, now known as
8487           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
8488           but that's not tested (fixes #317658).
8489
8490 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
8491
8492         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
8493           Fix conversion from TIME to BYTES format (fixes #326864;
8494           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
8495
8496 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8499           Fix compilation of id3demux when zlib is not present.
8500           (Fixes #326602; patch by: Sergey Scobich)
8501
8502 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * ext/esd/Makefile.am:
8505           Add $(ESD_CFLAGS), otherwise build will fail for folks
8506           with libesd in a non-standard prefix (#327009).
8507
8508 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8509
8510         * configure.ac:
8511           back to HEAD
8512
8513 === release 0.10.1 ===
8514
8515 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
8516
8517         * configure.ac:
8518           releasing 0.10.1, "Li"
8519
8520 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8521
8522           patch by: Wim Taymans
8523
8524         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8525           fix memleak.  Fixes #326618
8526
8527 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8528
8529           patch by: Mike Smith
8530
8531         * gst/level/gstlevel.c: (gst_level_message_new),
8532         (gst_level_message_append_channel):
8533           Fix memleak.  Fixes #326612
8534
8535 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8536
8537         * configure.ac:
8538           prereleasing
8539         * po/af.po:
8540         * po/az.po:
8541         * po/cs.po:
8542         * po/en_GB.po:
8543         * po/hu.po:
8544         * po/it.po:
8545         * po/nb.po:
8546         * po/nl.po:
8547         * po/or.po:
8548         * po/sq.po:
8549         * po/sr.po:
8550         * po/sv.po:
8551         * po/uk.po:
8552         * po/vi.po:
8553           update translations
8554
8555 2006-01-10  Michael Smith  <msmith@fluendo.com>
8556
8557         * gst/level/gstlevel.c: (gst_level_class_init),
8558         (gst_level_dispose):
8559           Don't leak filter arrays.
8560
8561 2006-01-09 Brian Cameron <brian.cameron@sun.com>
8562
8563         reviewed by: Christian Schaller <uraeus@gnome.org>
8564         
8565         * configure.ac:
8566         * gst-plugins-good.spec.in:
8567         * sys/Makefile.am:
8568         * sys/sunaudio/Makefile.am:
8569         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8570         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
8571         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
8572         (gst_sunaudiomixer_change_state):
8573         * sys/sunaudio/gstsunaudiomixer.h:
8574         * sys/sunaudio/gstsunaudiomixerctrl.c:
8575         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8576         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
8577         (gst_sunaudiomixer_ctrl_list_tracks),
8578         (gst_sunaudiomixer_ctrl_get_volume),
8579         (gst_sunaudiomixer_ctrl_set_volume),
8580         (gst_sunaudiomixer_ctrl_set_mute),
8581         (gst_sunaudiomixer_ctrl_set_record):
8582         * sys/sunaudio/gstsunaudiomixerctrl.h:
8583         * sys/sunaudio/gstsunaudiomixertrack.c:
8584         (gst_sunaudiomixer_track_class_init),
8585         (gst_sunaudiomixer_track_init), (fill_labels),
8586         (gst_sunaudiomixer_track_new):
8587         * sys/sunaudio/gstsunaudiomixertrack.h:
8588         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
8589         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
8590         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
8591         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
8592         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
8593         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
8594         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
8595         * sys/sunaudio/gstsunaudiosink.h:
8596
8597         Add SunAudio plugin - tested to make sure it doesn't break
8598         the build under GNU/Linux.      
8599
8600 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
8601
8602         * gst-plugins-good/gst/udp/gstdynudpsink.c:
8603         * gst-plugins-good/gst/udp/gstudpsrc.c:
8604         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
8605         overrides the port or multicast parameters. Fixes bugs #323021.
8606         API addition: adds GstUDPSrc::sockfd property   
8607
8608 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * ext/gconf/Makefile.am:
8611         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
8612         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
8613         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
8614         (do_toggle_element), (cb_toggle_element),
8615         (gst_gconf_audio_src_change_state):
8616         * ext/gconf/gstgconfaudiosrc.h:
8617         * ext/gconf/gstgconfelements.c: (plugin_init):
8618         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
8619         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
8620         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
8621         (do_toggle_element), (cb_toggle_element),
8622         (gst_gconf_video_src_change_state):
8623         * ext/gconf/gstgconfvideosrc.h:
8624           Add new gconfaudiosrc and gconfvideosrc elements
8625           (needed for gnome-sound-recorder).
8626
8627 2006-01-06  Edward Hervey  <edward@fluendo.com>
8628
8629         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8630         Add gst_element_no_more_pads() for proper decodebin behaviour.
8631         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
8632         (parse_text_identification_frame), (parse_split_strings):
8633         Failure to decode some tags is not a GST_ERROR() but a
8634         GST_WARNING()
8635         When iterating over a chunk of text, check that we haven't gone too
8636         far.
8637
8638 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
8639
8640         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8641         (plugin_init):
8642           call oil_init() when using liboil
8643
8644 2006-01-04  Wim Taymans  <wim@fluendo.com>
8645
8646         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8647         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8648         Fix leaks.
8649
8650 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
8651
8652         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
8655         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
8656         (gst_flac_dec_change_state):
8657           Don't g_assert() where we should just return FALSE; remove
8658           unnecessary g_assert(); initialize some fields properly in
8659           state change function (fixes #325504). Also, use
8660           GST_DEBUG_OBJECT in two more places.
8661
8662 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * configure.ac:
8665           also remove smoothwave's Makefile.am
8666         * docs/plugins/Makefile.am:
8667           fix plugin docs
8668
8669 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * tests/examples/Makefile.am:
8672           added missing Makefile.am
8673
8674 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8675
8676         * configure.ac:
8677         * gst/level/Makefile.am:
8678         * gst/level/level-example.c:
8679         * tests/Makefile.am:
8680         * tests/examples/level/Makefile.am:
8681         * tests/examples/level/level-example.c: (message_handler), (main):
8682           moved level-example to tests/examples/level-example
8683         * tests/old/examples/level/demo.c: (main):
8684         * tests/old/examples/level/plot.c: (main):
8685           some initial fixes
8686
8687 2005-12-29  Michael Smith  <msmith@fluendo.com>
8688
8689         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
8690         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
8691         * gst/udp/gstmultiudpsink.h:
8692           Track packets sent per client in addition to bytes sent; provide
8693           this info through get-stats signal
8694
8695 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
8698           Can't use gst_object_unref() on a GstAdapter (#325191).
8699
8700 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
8701
8702         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
8703         If a broken tag has 0 bytes payload, at least still skip
8704         the 10 byte header
8705
8706 2005-12-22  Philippe Khalaf  <burger@speedy.org>
8707
8708         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
8709         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
8710         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
8711         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
8712           Making these depayloaders (H263+ and mpeg4 video) inherit from
8713           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
8714
8715 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
8716
8717         * docs/plugins/gst-plugins-good-plugins.args:
8718         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8719         Regenerate the plugin hiearchy.
8720
8721 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
8722
8723         * docs/plugins/Makefile.am:
8724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8726         * docs/plugins/gst-plugins-good-plugins.args:
8727         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
8728         (gst_id3demux_base_init), (gst_id3demux_class_init),
8729         (gst_id3demux_chain):
8730         * gst/id3demux/gstid3demux.h:
8731           Add documentation for id3demux.
8732           Don't fail if the first buffer is not at offset 0, just
8733           attempt to typefind and do pass through
8734           Rename the gst_type function from gst_gst_id3demux..
8735
8736 2005-12-20  Michael Smith  <msmith@fluendo.com>
8737
8738         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
8739         (gst_multiudpsink_add), (gst_multiudpsink_remove),
8740         (gst_multiudpsink_get_stats):
8741         * gst/udp/gstmultiudpsink.h:
8742           Collect statistics; return them from get_stats.
8743
8744 2005-12-19  Edward Hervey  <edward@fluendo.com>
8745
8746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
8747         Stupid signedness issue...
8748
8749 2005-12-19  Edward Hervey  <edward@fluendo.com>
8750
8751         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8752         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
8753         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
8754         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8755         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
8756         Construct index for indexless files.
8757         Make sure pad/buffers are correctly reset to NULL once we don't need
8758         them anymore, else we get lovely segfaults/assertions.
8759         * gst/wavparse/gstwavparse.c:
8760         Yes, you can have 96KHz audio and wma in wav :(
8761
8762 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8763
8764         * configure.ac:
8765           Check for optional dependency on zlib for id3demux
8766
8767         * gst/id3demux/Makefile.am:
8768         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
8769         (gst_id3demux_base_init), (gst_id3demux_class_init),
8770         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
8771         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
8772         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
8773         (gst_id3demux_set_property), (gst_id3demux_get_property),
8774         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
8775         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
8776         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
8777         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
8778         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
8779         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
8780         (simple_find_peek), (simple_find_suggest),
8781         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
8782         (plugin_init):
8783         * gst/id3demux/gstid3demux.h:
8784         * gst/id3demux/id3tags.c: (read_synch_uint),
8785         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
8786         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
8787         (id3demux_id3v2_frames_to_tag_list):
8788         * gst/id3demux/id3tags.h:
8789         * gst/id3demux/id3v2.4.0-frames.txt:
8790         * gst/id3demux/id3v2.4.0-structure.txt:
8791         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8792         (parse_comment_frame), (parse_text_identification_frame),
8793         (id3v2_tag_to_taglist), (parse_split_strings):
8794           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
8795           otherwise it discards them. Works on my test files. 
8796
8797         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
8798           Don't send EOS to a non-existing srcpad
8799           The debug category can be static
8800
8801 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
8804         * ext/esd/esdsink.c: (gst_esdsink_prepare):
8805         * gst/multipart/multipartdemux.c:
8806           change some char* into char[]
8807
8808 2005-12-16  Wim Taymans  <wim@fluendo.com>
8809
8810         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8811         (gst_wavparse_other), (gst_wavparse_perform_seek),
8812         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
8813         (gst_wavparse_loop), (gst_wavparse_pad_convert),
8814         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
8815         * gst/wavparse/gstwavparse.h:
8816         Use GstSegment to implement more seeking features.
8817
8818 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         * gst/rtsp/rtspconnection.c:
8821           Add <netinet/in.h> include and move <arpa/inet.h> include
8822           to make things work on OpenBSD as well (fixes #323717;
8823           patch by: Benjamin Pineau)
8824
8825 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
8826
8827         * gst/rtp/gstrtpspeexdepay.c:
8828         * gst/rtp/gstrtpspeexpay.c:
8829         Set clock rate to be fixed in 8000. It fixes bug #324012.
8830
8831 2005-12-14  Philippe Khalaf  <burger@speedy.org>
8832
8833         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
8834         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
8835         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
8836         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
8837         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
8838         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
8839         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
8840         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
8841         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
8842         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
8843         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
8844         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
8845         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
8846         * gst-plugins-good/gst/rtp/README:
8847         Fixed payload range in payloder caps. Removed payload range completely
8848         from depayloaders as they don't require payload type in their caps.
8849         In effect, there isn't any specific payload type for any given codec,
8850         only suggestions.
8851         Fixes bug #324011.
8852
8853 2005-12-13  Julien MOUTTE  <julien@moutte.net>
8854
8855         * gst/videomixer/videomixer.c: (gst_videomixer_init),
8856         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
8857         (gst_videomixer_collected): Code cleanup and re-enabling 
8858         queued time validity check for correct EOS handling.
8859
8860 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
8861
8862         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8863         (gst_oss_mixer_element_get_property),
8864         (gst_oss_mixer_element_change_state):
8865         Add 'device-name' property and fix state change function.
8866
8867 2005-12-13  Edward Hervey  <edward@fluendo.com>
8868
8869         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
8870         If the speed of the file is null in the header, set the frame_time to
8871         the default setting of GST_SECOND / 70. Which is the default
8872         frame_delay for .fli files as stated in this document :
8873         http://www.compuphase.com/flic.htm
8874         Would be nice to have the time conversion done properly too (duration =
8875         flxh->frames * flxdec->frame_time)
8876
8877 2005-12-12  Julien MOUTTE  <julien@moutte.net>
8878
8879         * docs/plugins/Makefile.am:
8880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8882         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8883         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
8884         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
8885         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
8886         documentation for videomixer on my way with a funny sample
8887         pipeline.
8888
8889 2005-12-12  Julien MOUTTE  <julien@moutte.net>
8890
8891         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
8892         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
8893         (gst_videomixer_update_queues), (gst_videomixer_collected):
8894         Fix caps negotiation. (#323896)
8895
8896 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
8897
8898         * gst/matroska/matroska-demux.c:
8899         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
8900           Set correct timestamps on audio laces, fixes playback of mp3 from
8901                 matroska.
8902
8903 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8904
8905         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
8906         (gst_au_parse_class_init), (gst_au_parse_init),
8907         (gst_au_parse_dispose), (gst_au_parse_chain),
8908         (gst_au_parse_change_state), (plugin_init):
8909         * gst/auparse/gstauparse.h:
8910           Use gst_object_unref() for GstObjects instead of
8911           g_object_unref() and fix a mem leak in a debug
8912           statement; while we're at it, also borgify, use
8913           boilerplate macros and clean up a little bit.
8914
8915 2005-12-11  Edward Hervey  <edward@fluendo.com>
8916
8917         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
8918         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
8919         Added pull mode.
8920
8921 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * gst/goom/gstgoom.c:
8924         * gst/level/level-example.c: (main):
8925         * gst/smoothwave/demo-osssrc.c: (main):
8926           Use audiotestsrc instead of sinesrc (#323798).
8927
8928 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
8929
8930         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
8931           more debug-func-ptr usage
8932
8933 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
8934
8935         * gst/flx/flx_color.c: (flx_colorspace_convert):
8936         * gst/flx/flx_color.h:
8937         * gst/flx/flx_fmt.h:
8938         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
8939         * gst/flx/gstflxdec.h:
8940           Now flxdec works on big-endian machines as well.
8941
8942 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8945         (gst_fenced_buffer_copy):
8946           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
8947           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
8948           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
8949           and use GST_DEBUG_FUNCPTR for pad functions.
8950
8951 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
8952
8953         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
8954         (gst_flac_dec_class_init), (gst_flac_dec_init),
8955         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
8956         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
8957         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
8958         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
8959         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
8960         (gst_flac_dec_change_state):
8961         * ext/flac/gstflacdec.h:
8962           Rewrite flacdec a bit, so that even seeking might work now. Most
8963           importantly, don't act upon any flow return values we get, just tell
8964           the decoder everything's dandy and act on the flow return values
8965           later on in the loop function. We don't want to mess up the internal
8966           decoder state for non-fatal things like flushing pads etc. Other
8967           than that, use GstSegment (segment seeks don't work yet though, but
8968           should be easy to add), use boilerplate macros, drop the superfluous
8969           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
8970           lots of other things.
8971
8972 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * configure.ac:
8975           Update comment in OSS includes check.
8976
8977         * sys/oss/gstossdmabuffer.c:
8978         * sys/oss/gstosshelper.c:
8979         * sys/oss/gstossmixer.c:
8980         * sys/oss/gstossmixertrack.c:
8981         * sys/oss/gstosssink.c:
8982         * sys/oss/gstosssrc.c:
8983         * sys/oss/oss_probe.c:
8984           Don't assume the OSS soundcard.h include is always in
8985           the sys/ directory. Instead, use the existing defines
8986           from config.h to include the right file. Fixes
8987           compilation on OpenBSD 3.8 (#323718).
8988
8989 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8990
8991         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8992         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8993         * docs/plugins/inspect/plugin-1394.xml:
8994         * docs/plugins/inspect/plugin-aasink.xml:
8995         * docs/plugins/inspect/plugin-alaw.xml:
8996         * docs/plugins/inspect/plugin-alpha.xml:
8997         * docs/plugins/inspect/plugin-alphacolor.xml:
8998         * docs/plugins/inspect/plugin-auparse.xml:
8999         * docs/plugins/inspect/plugin-autodetect.xml:
9000         * docs/plugins/inspect/plugin-avi.xml:
9001         * docs/plugins/inspect/plugin-cacasink.xml:
9002         * docs/plugins/inspect/plugin-cairo.xml:
9003         * docs/plugins/inspect/plugin-cutter.xml:
9004         * docs/plugins/inspect/plugin-debug.xml:
9005         * docs/plugins/inspect/plugin-dv.xml:
9006         * docs/plugins/inspect/plugin-efence.xml:
9007         * docs/plugins/inspect/plugin-effectv.xml:
9008         * docs/plugins/inspect/plugin-esdsink.xml:
9009         * docs/plugins/inspect/plugin-flac.xml:
9010         * docs/plugins/inspect/plugin-flxdec.xml:
9011         * docs/plugins/inspect/plugin-gconfelements.xml:
9012         * docs/plugins/inspect/plugin-goom.xml:
9013         * docs/plugins/inspect/plugin-jpeg.xml:
9014         * docs/plugins/inspect/plugin-level.xml:
9015         * docs/plugins/inspect/plugin-matroska.xml:
9016         * docs/plugins/inspect/plugin-mulaw.xml:
9017         * docs/plugins/inspect/plugin-multipart.xml:
9018         * docs/plugins/inspect/plugin-navigationtest.xml:
9019         * docs/plugins/inspect/plugin-ossaudio.xml:
9020         * docs/plugins/inspect/plugin-png.xml:
9021         * docs/plugins/inspect/plugin-rtp.xml:
9022         * docs/plugins/inspect/plugin-rtsp.xml:
9023         * docs/plugins/inspect/plugin-shout2send.xml:
9024         * docs/plugins/inspect/plugin-smpte.xml:
9025         * docs/plugins/inspect/plugin-speex.xml:
9026         * docs/plugins/inspect/plugin-udp.xml:
9027         * docs/plugins/inspect/plugin-videobox.xml:
9028         * docs/plugins/inspect/plugin-videoflip.xml:
9029         * docs/plugins/inspect/plugin-videomixer.xml:
9030         * docs/plugins/inspect/plugin-wavenc.xml:
9031         * docs/plugins/inspect/plugin-wavparse.xml:
9032         * ext/flac/gstflac.c: (plugin_init):
9033         * ext/flac/gstflacdec.c: (flacdec_get_type),
9034         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
9035         (gst_flac_dec_init), (gst_flac_dec_finalize),
9036         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
9037         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
9038         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9039         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
9040         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
9041         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9042         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
9043         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9044         * ext/flac/gstflacdec.h:
9045         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
9046         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
9047         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
9048         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
9049         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
9050         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
9051         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
9052         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
9053         (gst_flac_enc_change_state):
9054         * ext/flac/gstflacenc.h:
9055           borgify and fix up documentation
9056
9057 2005-12-09  Michael Smith  <msmith@fluendo.com>
9058
9059         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
9060           Accept a wider range of flac files, more closely matching flac spec.
9061
9062 2005-12-08  Julien MOUTTE  <julien@moutte.net>
9063
9064         * docs/plugins/Makefile.am: Add multipart elements.
9065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9066         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
9067         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9068         * gst/multipart/multipartdemux.c:
9069         * gst/multipart/multipartmux.c: Add docs.
9070
9071 2005-12-07  Edward Hervey  <edward@fluendo.com>
9072
9073         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
9074         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
9075         (gst_avi_demux_invert):
9076         Memleak and crasher fixes.
9077         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9078         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
9079         Memleak fixes
9080
9081 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9082
9083         * ext/aalib/gstaasink.h:
9084         * ext/cairo/gsttextoverlay.h:
9085         * ext/dv/gstdvdec.h:
9086         * ext/dv/gstdvdemux.c:
9087         * ext/dv/gstdvdemux.h:
9088         * ext/esd/esdsink.h:
9089         * ext/flac/flac_compat.h:
9090         * ext/flac/gstflacdec.h:
9091         * ext/flac/gstflacenc.h:
9092         * ext/gconf/gconf.h:
9093         * ext/gconf/gstgconfaudiosink.h:
9094         * ext/gconf/gstgconfvideosink.h:
9095         * ext/gdk_pixbuf/gstgdkanimation.h:
9096         * ext/jpeg/gstjpegdec.h:
9097         * ext/jpeg/smokecodec.h:
9098         * ext/jpeg/smokeformat.h:
9099         * ext/ladspa/gstsignalprocessor.h:
9100         * ext/ladspa/search.c: (LADSPAPluginSearch):
9101         * ext/ladspa/utils.h:
9102         * ext/libmng/gstmng.c:
9103         * ext/libmng/gstmngdec.h:
9104         * ext/libmng/gstmngenc.c:
9105         * ext/libmng/gstmngenc.h:
9106         * ext/libpng/gstpng.c:
9107         * ext/libpng/gstpngenc.c:
9108         * ext/libpng/gstpngenc.h:
9109         * ext/shout2/gstshout2.h:
9110         * ext/speex/gstspeexdec.h:
9111         * ext/speex/gstspeexenc.c:
9112         * ext/speex/gstspeexenc.h:
9113         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9114         * gst/autodetect/gstautoaudiosink.h:
9115         * gst/autodetect/gstautovideosink.h:
9116         * gst/avi/gstavidemux.h:
9117         * gst/cutter/gstcutter.c: (gst_cutter_chain),
9118         (gst_cutter_set_property), (gst_cutter_get_caps):
9119         * gst/cutter/gstcutter.h:
9120         * gst/debug/tests.c: (md5_process_block):
9121         * gst/debug/tests.h:
9122         * gst/effectv/gstwarp.c:
9123         * gst/flx/flx_fmt.h:
9124         * gst/flx/gstflxdec.h:
9125         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
9126         (zoomFilterFastRGB):
9127         * gst/goom/filters.h:
9128         * gst/goom/goom_tools.h:
9129         * gst/law/alaw-encode.c:
9130         * gst/level/gstlevel.c:
9131         * gst/level/gstlevel.h:
9132         * gst/matroska/ebml-write.h:
9133         * gst/matroska/matroska-demux.h:
9134         * gst/matroska/matroska-ids.h:
9135         * gst/matroska/matroska-mux.h:
9136         * gst/monoscope/convolve.c: (convolve_match):
9137         * gst/monoscope/convolve.h:
9138         * gst/multipart/multipartmux.c:
9139         * gst/oldcore/gstaggregator.c:
9140         * gst/oldcore/gstaggregator.h:
9141         * gst/oldcore/gstmd5sink.c: (md5_process_block):
9142         * gst/oldcore/gstmd5sink.h:
9143         * gst/oldcore/gstmultifilesrc.c:
9144         * gst/oldcore/gstmultifilesrc.h:
9145         * gst/oldcore/gstpipefilter.h:
9146         * gst/oldcore/gstshaper.h:
9147         * gst/rtp/gstrtpL16depay.h:
9148         * gst/rtp/gstrtpL16pay.h:
9149         * gst/rtp/gstrtpdepay.h:
9150         * gst/rtp/gstrtpmp4vpay.c:
9151         * gst/rtp/gstrtpmp4vpay.h:
9152         * gst/rtsp/gstrtspsrc.c:
9153         * gst/rtsp/gstrtspsrc.h:
9154         * gst/rtsp/rtspconnection.h:
9155         * gst/rtsp/rtspdefs.h:
9156         * gst/rtsp/rtspmessage.h:
9157         * gst/rtsp/rtsptransport.h:
9158         * gst/rtsp/rtspurl.c:
9159         * gst/rtsp/rtspurl.h:
9160         * gst/rtsp/sdpmessage.c:
9161         * gst/rtsp/sdpmessage.h:
9162         * gst/smpte/barboxwipes.c:
9163         * gst/smpte/gstmask.h:
9164         * gst/smpte/gstsmpte.h:
9165         * gst/smpte/paint.c:
9166         * gst/smpte/paint.h:
9167         * gst/udp/gstdynudpsink.h:
9168         * gst/udp/gstmultiudpsink.h:
9169         * gst/udp/gstudpsink.c:
9170         * gst/udp/gstudpsink.h:
9171         * gst/udp/gstudpsrc.c:
9172         * gst/videomixer/videomixer.c:
9173         * gst/wavenc/riff.h:
9174         * gst/wavparse/gstwavparse.h:
9175         * sys/oss/gstossdmabuffer.h:
9176         * sys/oss/gstossmixer.h:
9177         * sys/oss/gstossmixerelement.h:
9178         * sys/oss/gstossmixertrack.h:
9179         * sys/oss/gstosssink.c:
9180         * sys/oss/gstosssink.h:
9181         * sys/oss/gstosssrc.c:
9182         * sys/oss/gstosssrc.h:
9183         * sys/osxaudio/gstosxaudioelement.h:
9184         * sys/osxaudio/gstosxaudiosink.h:
9185         * sys/osxaudio/gstosxaudiosrc.h:
9186           expand tabs
9187
9188 === release 0.10.0 ===
9189
9190 2005-12-05   <thomas (at) apestaart (dot) org>
9191
9192         * configure.ac:
9193           releasing 0.10.0, "Abondance"
9194
9195 2005-12-05  Andy Wingo  <wingo@pobox.com>
9196
9197         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
9198         * ext/flac/gstflacdec.c: (gst_flacdec_write):
9199         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
9200         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9201         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
9202         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
9204         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
9205         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
9206         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9207         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9208         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9209         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
9210         * gst/goom/gstgoom.c: (gst_goom_chain):
9211         * gst/matroska/matroska-demux.c:
9212         (gst_matroska_demux_push_vorbis_codec_priv_data),
9213         (gst_matroska_demux_add_wvpk_header):
9214         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
9215         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9216         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
9217         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
9218         alloc_buffer changes.
9219
9220 2005-12-05  Michael Smith  <msmith@fluendo.com>
9221
9222         * docs/plugins/gst-plugins-good-plugins.args:
9223           Remove args for plugins that aren't in -good.
9224
9225 === release 0.9.7 ===
9226
9227 2005-12-01   <thomas (at) apestaart (dot) org>
9228
9229         * configure.ac:
9230           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
9231
9232 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9233
9234         * docs/plugins/.cvsignore:
9235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9236         * docs/plugins/inspect/plugin-multipart.xml:
9237         * docs/plugins/inspect/plugin-rtp.xml:
9238           add multipart plugin to docs
9239
9240 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9241
9242         * configure.ac:
9243         * ext/Makefile.am:
9244         * ext/pango/Makefile.am:
9245         * ext/pango/gstclockoverlay.c:
9246         * ext/pango/gstclockoverlay.h:
9247         * ext/pango/gsttextoverlay.c:
9248         * ext/pango/gsttextoverlay.h:
9249         * ext/pango/gsttextrender.c:
9250         * ext/pango/gsttextrender.h:
9251         * ext/pango/gsttimeoverlay.c:
9252         * ext/pango/gsttimeoverlay.h:
9253           move pango to base
9254
9255 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9256
9257         * gst/rtp/Makefile.am:
9258         * gst/rtp/gstrtpL16depay.c:
9259         * gst/rtp/gstrtpL16depay.h:
9260         * gst/rtp/gstrtpL16parse.c:
9261         * gst/rtp/gstrtpL16parse.h:
9262         * gst/rtp/gstrtpgsmdepay.c:
9263         * gst/rtp/gstrtpgsmdepay.h:
9264         * gst/rtp/gstrtpgsmparse.c:
9265         * gst/rtp/gstrtpgsmparse.h:
9266           parsers are depayers
9267
9268 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9269
9270         * gst/rtp/Makefile.am:
9271         * gst/rtp/gstasteriskh263.c:
9272         * gst/rtp/gstrtp.c:
9273         * gst/rtp/gstrtpL16enc.c:
9274         * gst/rtp/gstrtpL16enc.h:
9275         * gst/rtp/gstrtpL16parse.c:
9276         * gst/rtp/gstrtpL16parse.h:
9277         * gst/rtp/gstrtpL16pay.c:
9278         * gst/rtp/gstrtpL16pay.h:
9279         * gst/rtp/gstrtpamrdec.c:
9280         * gst/rtp/gstrtpamrdec.h:
9281         * gst/rtp/gstrtpamrdepay.c:
9282         * gst/rtp/gstrtpamrdepay.h:
9283         * gst/rtp/gstrtpamrenc.c:
9284         * gst/rtp/gstrtpamrenc.h:
9285         * gst/rtp/gstrtpamrpay.c:
9286         * gst/rtp/gstrtpamrpay.h:
9287         * gst/rtp/gstrtpdec.c:
9288         * gst/rtp/gstrtpdec.h:
9289         * gst/rtp/gstrtpdepay.c:
9290         * gst/rtp/gstrtpdepay.h:
9291         * gst/rtp/gstrtpg711dec.c:
9292         * gst/rtp/gstrtpg711dec.h:
9293         * gst/rtp/gstrtpg711depay.c:
9294         * gst/rtp/gstrtpg711depay.h:
9295         * gst/rtp/gstrtpg711enc.c:
9296         * gst/rtp/gstrtpg711enc.h:
9297         * gst/rtp/gstrtpg711pay.c:
9298         * gst/rtp/gstrtpg711pay.h:
9299         * gst/rtp/gstrtpgsmenc.c:
9300         * gst/rtp/gstrtpgsmenc.h:
9301         * gst/rtp/gstrtpgsmparse.c:
9302         * gst/rtp/gstrtpgsmparse.h:
9303         * gst/rtp/gstrtpgsmpay.c:
9304         * gst/rtp/gstrtpgsmpay.h:
9305         * gst/rtp/gstrtph263enc.c:
9306         * gst/rtp/gstrtph263enc.h:
9307         * gst/rtp/gstrtph263pay.c:
9308         * gst/rtp/gstrtph263pay.h:
9309         * gst/rtp/gstrtph263pdec.c:
9310         * gst/rtp/gstrtph263pdec.h:
9311         * gst/rtp/gstrtph263pdepay.c:
9312         * gst/rtp/gstrtph263pdepay.h:
9313         * gst/rtp/gstrtph263penc.c:
9314         * gst/rtp/gstrtph263penc.h:
9315         * gst/rtp/gstrtph263ppay.c:
9316         * gst/rtp/gstrtph263ppay.h:
9317         * gst/rtp/gstrtpmp4vdec.c:
9318         * gst/rtp/gstrtpmp4vdec.h:
9319         * gst/rtp/gstrtpmp4vdepay.c:
9320         * gst/rtp/gstrtpmp4vdepay.h:
9321         * gst/rtp/gstrtpmp4venc.c:
9322         * gst/rtp/gstrtpmp4venc.h:
9323         * gst/rtp/gstrtpmp4vpay.c:
9324         * gst/rtp/gstrtpmp4vpay.h:
9325         * gst/rtp/gstrtpmpadec.c:
9326         * gst/rtp/gstrtpmpadec.h:
9327         * gst/rtp/gstrtpmpadepay.c:
9328         * gst/rtp/gstrtpmpadepay.h:
9329         * gst/rtp/gstrtpmpaenc.c:
9330         * gst/rtp/gstrtpmpaenc.h:
9331         * gst/rtp/gstrtpmpapay.c:
9332         * gst/rtp/gstrtpmpapay.h:
9333         * gst/rtp/gstrtpspeexdec.c:
9334         * gst/rtp/gstrtpspeexdec.h:
9335         * gst/rtp/gstrtpspeexdepay.c:
9336         * gst/rtp/gstrtpspeexdepay.h:
9337         * gst/rtp/gstrtpspeexenc.c:
9338         * gst/rtp/gstrtpspeexenc.h:
9339         * gst/rtp/gstrtpspeexpay.c:
9340         * gst/rtp/gstrtpspeexpay.h:
9341           Do burger's rename for rtp payloaders and depayloaders
9342
9343 2005-11-30  Wim Taymans  <wim@fluendo.com>
9344
9345         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
9346         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9347         * ext/dv/gstdvdemux.h:
9348         Fix seeking in dvdemux again, add some more debug info.
9349
9350 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9351
9352         * configure.ac:
9353           fix tests
9354
9355 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9356
9357         * PORTED_09:
9358         * docs/random/PORTED_09:
9359           move
9360         * tests/Makefile.am:
9361           add
9362         * win32/gst.sln:
9363           remove
9364
9365 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9366
9367         * Makefile.am:
9368         * check/.cvsignore:
9369         * check/Makefile.am:
9370         * check/elements/.cvsignore:
9371         * check/elements/level.c:
9372         * check/elements/matroskamux.c:
9373         * configure.ac:
9374         * examples/Makefile.am:
9375         * examples/capsfilter/Makefile.am:
9376         * examples/capsfilter/capsfilter1.c:
9377         * examples/gob/Makefile.am:
9378         * examples/gob/gst-identity2.gob:
9379         * examples/gstplay/.cvsignore:
9380         * examples/gstplay/Makefile.am:
9381         * examples/gstplay/player.c:
9382         * examples/indexing/.cvsignore:
9383         * examples/indexing/Makefile.am:
9384         * examples/indexing/indexmpeg.c:
9385         * examples/level/Makefile.am:
9386         * examples/level/README:
9387         * examples/level/demo.c:
9388         * examples/level/plot.c:
9389         * examples/stats/Makefile.am:
9390         * examples/stats/mp2ogg.c:
9391         * examples/switch/.cvsignore:
9392         * examples/switch/Makefile.am:
9393         * examples/switch/switcher.c:
9394           move under tests/
9395
9396 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
9397
9398         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
9399         (gst_text_render_class_init), (resize_bitmap),
9400         (gst_text_render_render_text), (gst_text_render_setcaps),
9401         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
9402         (gst_text_render_chain), (gst_text_render_finalize),
9403         (gst_text_render_init), (gst_text_render_set_property):
9404         * ext/pango/gsttextrender.h:
9405           Add missing files.
9406
9407 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * configure.ac:
9410         * ext/Makefile.am:
9411         * ext/pango/Makefile.am:
9412         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
9413         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
9414         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
9415         * ext/pango/gstclockoverlay.h:
9416         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
9417         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
9418         (gst_text_overlay_finalize), (gst_text_overlay_init),
9419         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
9420         (gst_text_overlay_text_pad_linked),
9421         (gst_text_overlay_text_pad_unlinked),
9422         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
9423         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
9424         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
9425         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
9426         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
9427         (gst_text_overlay_change_state), (plugin_init):
9428         * ext/pango/gsttextoverlay.h:
9429         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
9430         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
9431         (gst_time_overlay_class_init), (gst_time_overlay_init):
9432         * ext/pango/gsttimeoverlay.h:
9433           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
9434           and add background shading and text wrapping modes. Make 
9435           timoverlay derive from textoverlay. Also add new clockoverlay
9436           element.
9437
9438 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9439
9440         * gst/udp/Makefile.am: Moved to netbuffer.
9441
9442 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9443
9444         * configure.ac:
9445         * PORTED_O9:
9446         * gst/multipart/Makefile.am:
9447         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9448         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9449         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
9450         (gst_multipart_demux_change_state),
9451         (gst_multipart_demux_plugin_init):
9452         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9453         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
9454         (gst_multipart_mux_sinkconnect),
9455         (gst_multipart_mux_request_new_pad),
9456         (gst_multipart_mux_handle_src_event),
9457         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
9458         (gst_multipart_mux_change_state): Ported multipart mux/demux to
9459         0.9.
9460
9461 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9462
9463         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
9464         * gst/debug/gstnavigationtest.h:
9465         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
9466         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
9467         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
9468         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
9469         * gst/effectv/gstrev.c: (gst_revtv_get_type):
9470         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
9471         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
9472         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
9473         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
9474         (gst_video_flip_get_type):
9475         * gst/videofilter/gstvideoflip.h:
9476           update for symbols change
9477
9478 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9479
9480         * gst/udp/gstdynudpsink.c:
9481         * gst/udp/gstudpsrc.c:
9482           the old gstnet lib was renamed gstnetbuffer (#322257)
9483
9484 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
9487         (gst_text_overlay_collected):
9488           Actually render the text from the text pad.
9489
9490 2005-11-29  Edward Hervey  <edward@fluendo.com>
9491
9492         * gst/debug/gstnavseek.c: (gst_navseek_event):
9493         * gst/debug/progressreport.c: (gst_progress_report_event):
9494         Update for GstBaseTransform event virtual method
9495
9496 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9497
9498         * ext/cairo/Makefile.am:
9499           no need to link to videofilter
9500
9501 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * gst/debug/Makefile.am:
9504         * gst/debug/gstnavigationtest.h:
9505         * gst/effectv/Makefile.am:
9506         * gst/effectv/gstaging.c:
9507         * gst/effectv/gstdice.c:
9508         * gst/effectv/gstedge.c:
9509         * gst/effectv/gstquark.c:
9510         * gst/effectv/gstrev.c:
9511         * gst/effectv/gstshagadelic.c:
9512         * gst/effectv/gstvertigo.c:
9513         * gst/effectv/gstwarp.c:
9514         * gst/videofilter/Makefile.am:
9515         * gst/videofilter/gstvideofilter.c:
9516         * gst/videofilter/gstvideofilter.h:
9517         * gst/videofilter/gstvideoflip.h:
9518           remove the videofilter library and link to the one in base
9519
9520 2005-11-28  Edward Hervey  <edward@fluendo.com>
9521
9522         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9523         Useless check now we're setting the current entry correctly.
9524
9525 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
9528         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
9529         (gst_jpegenc_change_state):
9530           Don't leak input buffer in chain function (fixes #322667); make 
9531           state change function thread-safe; don't repeat the current function
9532           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
9533           gst_pad_alloc_buffer(); misc. minor cleanups.
9534
9535 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
9536
9537         * gst/matroska/matroska-mux.c:
9538         (gst_matroska_mux_video_pad_setcaps):
9539         Look for pixel-aspect-ratio in caps, not pixel_width and
9540         pixel_height (Fixes: #322645)
9541
9542 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
9543
9544         * gst/matroska/matroska-mux.c:
9545         (gst_matroska_mux_video_pad_setcaps):
9546         From Michal Benes:
9547         frame duration should be GST_SECOND / framerate, not
9548         GST_SECOND * framerate. (Fixes: #322643)
9549
9550 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9551
9552         * configure.ac:
9553           fix up GST_PLUGIN_LDFLAGS
9554         * gst/rtsp/rtspconnection.c:
9555           fix includes (see #317043)
9556         * gst/videofilter/Makefile.am:
9557           stop installing this library
9558
9559 2005-11-26  Edward Hervey  <edward@fluendo.com>
9560
9561         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
9562         Handle the case where the incoming Video dv stream doesn't have
9563         a pixel aspect ratio set.
9564
9565 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9566
9567         * docs/plugins/Makefile.am:
9568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9570         * ext/flac/gstflacdec.c:
9571           document flacdec
9572
9573 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9574
9575         * docs/plugins/Makefile.am:
9576         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9578         * docs/plugins/inspect/plugin-autodetect.xml:
9579         * ext/cairo/gstcairo.c: (plugin_init):
9580         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
9581         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
9582         (gst_text_overlay_init), (gst_text_overlay_font_init),
9583         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
9584         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
9585         (gst_text_overlay_text_pad_linked),
9586         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
9587         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9588         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
9589         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
9590         (gst_text_overlay_change_state):
9591         * ext/cairo/gsttextoverlay.h:
9592         * ext/cairo/gsttimeoverlay.c:
9593         (gst_cairo_time_overlay_update_font_height),
9594         (gst_cairo_time_overlay_set_caps),
9595         (gst_cairo_time_overlay_get_unit_size),
9596         (gst_cairo_time_overlay_print_smpte_time),
9597         (gst_cairo_time_overlay_transform),
9598         (gst_cairo_time_overlay_base_init),
9599         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
9600         (gst_cairo_time_overlay_get_type):
9601         * ext/cairo/gsttimeoverlay.h:
9602           do some name borgifying
9603           document
9604
9605 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9606
9607         * docs/plugins/Makefile.am:
9608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9610         * gst/autodetect/gstautoaudiosink.c:
9611         (gst_auto_audio_sink_base_init):
9612         * gst/autodetect/gstautovideosink.c:
9613         (gst_auto_video_sink_base_init),
9614         (gst_auto_video_sink_factory_filter):
9615           documenting auto*sink
9616           using strstr for the video sink lookup, class field is not ordered
9617         * docs/plugins/inspect/plugin-1394.xml:
9618         * docs/plugins/inspect/plugin-aasink.xml:
9619         * docs/plugins/inspect/plugin-alaw.xml:
9620         * docs/plugins/inspect/plugin-alpha.xml:
9621         * docs/plugins/inspect/plugin-alphacolor.xml:
9622         * docs/plugins/inspect/plugin-auparse.xml:
9623         * docs/plugins/inspect/plugin-autodetect.xml:
9624         * docs/plugins/inspect/plugin-avi.xml:
9625         * docs/plugins/inspect/plugin-cacasink.xml:
9626         * docs/plugins/inspect/plugin-cairo.xml:
9627         * docs/plugins/inspect/plugin-cutter.xml:
9628         * docs/plugins/inspect/plugin-debug.xml:
9629         * docs/plugins/inspect/plugin-dv.xml:
9630         * docs/plugins/inspect/plugin-efence.xml:
9631         * docs/plugins/inspect/plugin-effectv.xml:
9632         * docs/plugins/inspect/plugin-esdsink.xml:
9633         * docs/plugins/inspect/plugin-flac.xml:
9634         * docs/plugins/inspect/plugin-flxdec.xml:
9635         * docs/plugins/inspect/plugin-gconfelements.xml:
9636         * docs/plugins/inspect/plugin-goom.xml:
9637         * docs/plugins/inspect/plugin-jpeg.xml:
9638         * docs/plugins/inspect/plugin-level.xml:
9639         * docs/plugins/inspect/plugin-matroska.xml:
9640         * docs/plugins/inspect/plugin-mulaw.xml:
9641         * docs/plugins/inspect/plugin-navigationtest.xml:
9642         * docs/plugins/inspect/plugin-ossaudio.xml:
9643         * docs/plugins/inspect/plugin-png.xml:
9644         * docs/plugins/inspect/plugin-rtp.xml:
9645         * docs/plugins/inspect/plugin-rtsp.xml:
9646         * docs/plugins/inspect/plugin-shout2send.xml:
9647         * docs/plugins/inspect/plugin-smpte.xml:
9648         * docs/plugins/inspect/plugin-speex.xml:
9649         * docs/plugins/inspect/plugin-udp.xml:
9650         * docs/plugins/inspect/plugin-videobox.xml:
9651         * docs/plugins/inspect/plugin-videoflip.xml:
9652         * docs/plugins/inspect/plugin-videomixer.xml:
9653         * docs/plugins/inspect/plugin-wavenc.xml:
9654         * docs/plugins/inspect/plugin-wavparse.xml:
9655           update for HEAD version
9656
9657 2005-11-25  Michael Smith  <msmith@fluendo.com>
9658
9659         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
9660           Patch from Sebastien Cote to close control sockets in udpsrc.
9661
9662 2005-11-24  Julien MOUTTE  <julien@moutte.net>
9663
9664         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
9665         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
9666         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
9667         (gst_quarktv_base_init), (gst_quarktv_class_init),
9668         (gst_quarktv_init): Flush the planes list on reverse caps
9669         negotiation. This was crashing because of differently sized
9670         buffers.
9671
9672 2005-11-24  Julien MOUTTE  <julien@moutte.net>
9673
9674         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
9675         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
9676         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
9677         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
9678         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
9679         (gst_videoflip_set_property), (gst_videoflip_base_init),
9680         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
9681         correctly, fix identity flipping, convert navigation event 
9682         correctly again.
9683
9684 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9685
9686         * configure.ac: back to HEAD
9687
9688 === release 0.9.6 ===
9689
9690 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9691
9692         * configure.ac:
9693           releasing 0.9.6, "Everything's Not Lost"
9694
9695 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9696
9697         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
9698         Oops, initialise the framerate GValue
9699
9700 2005-11-23  Julien MOUTTE  <julien@moutte.net>
9701
9702         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
9703         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
9704         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
9705         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
9706         (gst_timeoverlay_get_type):
9707         * ext/cairo/gsttimeoverlay.h:
9708         * gst/debug/Makefile.am:
9709         * gst/debug/gstnavigationtest.c:
9710         (gst_navigationtest_handle_src_event),
9711         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
9712         (gst_navigationtest_transform), (gst_navigationtest_change_state),
9713         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
9714         (gst_navigationtest_init), (gst_navigationtest_get_type),
9715         (plugin_init):
9716         * gst/debug/gstnavigationtest.h:
9717         * gst/effectv/Makefile.am:
9718         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
9719         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
9720         (gst_agingtv_base_init), (gst_agingtv_class_init),
9721         (gst_agingtv_init), (gst_agingtv_get_type):
9722         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
9723         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
9724         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
9725         (gst_dicetv_get_type):
9726         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
9727         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
9728         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
9729         (gst_edgetv_get_type):
9730         * gst/effectv/gsteffectv.c:
9731         * gst/effectv/gsteffectv.h:
9732         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
9733         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
9734         (gst_quarktv_change_state), (gst_quarktv_base_init),
9735         (gst_quarktv_class_init), (gst_quarktv_init),
9736         (gst_quarktv_get_type):
9737         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
9738         (gst_revtv_get_unit_size), (gst_revtv_transform),
9739         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
9740         (gst_revtv_get_type):
9741         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
9742         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
9743         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
9744         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
9745         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
9746         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
9747         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
9748         (gst_vertigotv_init), (gst_vertigotv_get_type):
9749         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
9750         (gst_warptv_get_unit_size), (gst_warptv_transform),
9751         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
9752         (gst_warptv_get_type):
9753         * gst/videofilter/Makefile.am:
9754         * gst/videofilter/gstvideobalance.c:
9755         * gst/videofilter/gstvideobalance.h:
9756         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
9757         (gst_videofilter_class_init), (gst_videofilter_init):
9758         * gst/videofilter/gstvideofilter.h:
9759         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
9760         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
9761         (gst_videoflip_flip), (gst_videoflip_transform),
9762         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
9763         (gst_videoflip_base_init), (gst_videoflip_class_init),
9764         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
9765         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
9766         BaseTransform, it's just a place holder for now and every video
9767         effect plugin has been ported to use BaseTransform features 
9768         directly. QuarkTV was fixed too (was broken), navigationtest works
9769         and best for the end, videoflip converts navigation events depending
9770         on flip method ! Fixes #320953
9771
9772 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9773
9774         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
9775         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
9776         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
9777         (gst_goom_src_negotiate), (gst_goom_chain):
9778         * gst/matroska/matroska-mux.c:
9779         (gst_matroska_mux_video_pad_setcaps):
9780         * sys/osxvideo/osxvideosink.m:
9781           Fixes for API changes
9782
9783 2005-11-23  Michael Smith <msmith@fluendo.com>
9784
9785         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
9786         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
9787         * ext/jpeg/gstjpegdec.h:
9788         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
9789         * ext/jpeg/gstjpegenc.h:
9790         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9791         (gst_smokeenc_resync):
9792         * ext/jpeg/gstsmokeenc.h:
9793           JPEG fractiony goodness.
9794
9795 2005-11-22  Michael Smith <msmith@fluendo.com>
9796
9797         * gst/goom/filters.c:
9798         * gst/goom/graphic.h:
9799           Fix compilation by making some functions static inline instead of
9800           extern inline, matching the way they're used.
9801
9802 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9803
9804         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
9805         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
9806         * ext/cairo/gsttextoverlay.h:
9807         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
9808         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9809         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
9810         (gst_pngdec_caps_create_and_set):
9811         * ext/libpng/gstpngdec.h:
9812         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
9813         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
9814         * gst/avi/gstavimux.c: (gst_avimux_init),
9815         (gst_avimux_vidsinkconnect):
9816         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
9817         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
9818         (gst_goom_src_negotiate), (gst_goom_chain):
9819         * gst/goom/gstgoom.h:
9820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9821         * gst/matroska/matroska-mux.c:
9822         (gst_matroska_mux_video_pad_setcaps):
9823         * sys/osxvideo/osxvideosink.h:
9824         * sys/osxvideo/osxvideosink.m:
9825           More fractional framerate conversions 
9826
9827 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9828
9829         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
9830         * gst/debug/gstnavigationtest.c:
9831         (gst_navigationtest_handle_src_event):
9832         * gst/videofilter/gstvideofilter.c:
9833         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
9834         (gst_videofilter_init):
9835         * gst/videofilter/gstvideofilter.h:
9836           Convert to fractional framerates.
9837
9838 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9839
9840         * ext/aalib/gstaasink.c:
9841         * ext/dv/gstdvdec.c:
9842         * ext/esd/esdmon.c:
9843         * ext/flac/gstflacenc.c:
9844         * ext/gdk_pixbuf/pixbufscale.c:
9845         * ext/libcaca/gstcacasink.c:
9846         * ext/shout2/gstshout2.c:
9847         * gst/alpha/gstalpha.c:
9848         * gst/oldcore/gstaggregator.c:
9849         * gst/oldcore/gstshaper.c:
9850         * gst/smpte/barboxwipes.c:
9851         * gst/smpte/gstsmpte.c:
9852         * gst/videobox/gstvideobox.c:
9853         * gst/videofilter/gstvideoflip.c:
9854         * gst/videomixer/videomixer.c:
9855           fix up more enums
9856
9857 2005-11-22  Michael Smith <msmith@fluendo.com>
9858
9859         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
9860         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
9861         (gst_videomixer_update_queues):
9862           Fractional framerates, videomixer.
9863
9864 2005-11-22  Michael Smith <msmith@fluendo.com>
9865
9866         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
9867         * ext/dv/gstdvdec.h:
9868         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
9869         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
9870         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
9871         (gst_dvdemux_flush):
9872         * ext/dv/gstdvdemux.h:
9873           Fractional framerates for DV. 
9874
9875 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         * gst/autodetect/gstautoaudiosink.c:
9878         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
9879         * gst/autodetect/gstautovideosink.c:
9880         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
9881           Use gst_plugin_feature_list_free() to free feature list and
9882           in the case of autovideosink free the list at all. Also
9883           miscellaneous cosmetic fixes.
9884
9885 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9886
9887         * gst/cutter/gstcutter.c: (gst_cutter_chain),
9888         (gst_cutter_set_property), (gst_cutter_get_caps):
9889           copy calculation code from level; remove use of some audio
9890           functions
9891
9892 2005-11-22  Andy Wingo  <wingo@pobox.com>
9893
9894         * Update for gst_tag_setter API changes.
9895
9896 2005-11-22  Andy Wingo  <wingo@pobox.com>
9897
9898         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
9899         (gst_dvdemux_demux_frame)
9900         * ext/flac/gstflacdec.c (gst_flacdec_write)
9901         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
9902         (gst_flacenc_sink_event)
9903         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
9904         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
9905         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
9906         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
9907         * gst/auparse/gstauparse.c (gst_auparse_chain)
9908         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
9909         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
9910         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
9911         (gst_avi_demux_handle_seek)
9912         * gst/goom/gstgoom.c (gst_goom_event)
9913         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
9914         * gst/matroska/matroska-demux.c
9915         (gst_matroska_demux_handle_seek_event)
9916         (gst_matroska_demux_loop_stream_parse_id)
9917         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
9918         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
9919         (gst_wavparse_stream_headers): Run update-funcnames.
9920
9921 2005-11-22  Edward Hervey  <edward@fluendo.com>
9922
9923         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9924         (gst_dv1394src_init), (gst_dv1394src_dispose),
9925         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
9926         (gst_dv1394src_uri_set_uri):
9927         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9928         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
9929         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
9930         URIHandler interface and element properties are now properly
9931         synchronized for DV1394src and UDPSrc
9932
9933 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         * ext/flac/Makefile.am:
9936         * ext/speex/Makefile.am:
9937           libgsttagedit has been renamed to libgsttag.
9938
9939 2005-11-21  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/rtsp/rtspconnection.c: (read_body):
9942         Apply patch from Sebastien Cote to fix #319184.
9943
9944 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9945
9946         * configure.ac:
9947         * gst/cutter/Makefile.am:
9948         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
9949         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
9950         (gst_cutter_set_property), (gst_cutter_get_property),
9951         (plugin_init), (gst_cutter_get_caps):
9952           port cutter
9953         * gst/level/gstlevel.c:
9954           fix up plugin details
9955
9956 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
9959         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
9960         (gst_flacdec_src_event):
9961         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
9962         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
9963         (gst_signal_processor_getrange), (gst_signal_processor_chain):
9964         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9965         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
9966         (gst_flxdec_sink_event_handler):
9967         * gst/matroska/matroska-demux.c:
9968         (gst_matroska_demux_handle_seek_event):
9969         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
9970           Update for stream lock API changes: don't take stream log
9971           in sink event handlers any longer and change GST_STREAM_LOCK
9972           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
9973           functions.
9974
9975 2005-11-21  Michael Smith <msmith@fluendo.com>
9976
9977         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
9978           gst_object_unref, not g_object_unref
9979
9980 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9981
9982         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9983         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
9984           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
9985
9986 2005-11-21  Michael Smith <msmith@fluendo.com>
9987
9988         * gst/auparse/Makefile.am:
9989         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
9990         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
9991         (gst_auparse_change_state):
9992         * gst/auparse/gstauparse.h:
9993           Partially fix #161712. playbin still doesn't work on these files,
9994           (on the bug report, Andy says we aren't typefinding it for some
9995           reason?) but at least auparse isn't totally busted like it was before.
9996
9997 2005-11-21  Andy Wingo  <wingo@pobox.com>
9998
9999         * *.h:
10000         * *.c: Ran scripts/update-macros. Oh yes.
10001
10002 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
10005           Filler events are gone for now, comment out section generating
10006           them.
10007
10008 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10009
10010         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
10011         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
10012         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
10013         * sys/osxvideo/osxvideosink.m:
10014           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10015           (#322027)
10016
10017 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
10020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
10021         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
10022         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
10023         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
10024         (gst_avi_demux_stream_data):
10025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10026         * gst/wavenc/gstwavenc.c: (write_metadata):
10027         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
10028         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
10029         Fixes for GST_FOURCC_FORMAT API change.
10030
10031 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
10034         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
10035         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
10036         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10037         (gst_text_overlay_change_state):
10038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
10039         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
10040         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
10041         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
10042         * gst/videomixer/videomixer.c: (gst_videomixer_init),
10043         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
10044         (gst_videomixer_change_state):
10045           Fix for collect pads API change. Also fix textoverlay state
10046           change function.
10047
10048 2005-11-20  Julien MOUTTE  <julien@moutte.net>
10049
10050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
10051         GST_PAD_IS_USABLE by something approaching it.
10052
10053 2005-11-20  Julien MOUTTE  <julien@moutte.net>
10054
10055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
10056         API changes.
10057         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
10058         but also fix the code that was not checking return values from
10059         pad_push neither using pad_alloc_buffer.
10060
10061 2005-11-18  Edward Hervey  <edward@fluendo.com>
10062
10063         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10064         (gst_pngenc_chain):
10065         Added debug category
10066         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
10067         goes to EOS.
10068
10069 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
10070
10071         * gst/rtp/Makefile.am
10072         * gst/rtp/gstrtp.c
10073         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
10074         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
10075         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
10076         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
10077         * gst/rtp/gstrtpg711enc.h:
10078         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
10079         * gst/rtp/gstrtpspeexenc.c:
10080         * gst/rtp/gstrtpspeexenc.h:
10081         * gst/rtp/gstrtpspeexdec.c:
10082         * gst/rtp/gstrtpspeexdec.h:
10083         Created Speex payloader and depayloader; Optimize G711 payloader to
10084         use adapter and send packets until MTU size.
10085
10086 2005-11-16  Wim Taymans  <wim@fluendo.com>
10087
10088         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
10089         Fix leak in check.
10090
10091 2005-11-16  Wim Taymans  <wim@fluendo.com>
10092
10093         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
10094         Fix state change.
10095
10096 2005-11-16  Andy Wingo  <wingo@pobox.com>
10097
10098         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
10099         (gst_udpsrc_create): Move comment.
10100
10101 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
10102
10103         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10106           When seeking, seek to closest index entry at or before the requested
10107           seek position, not just the closest one (#321001).
10108
10109 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
10112         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10113           Invert DIB images again (see #132341).
10114
10115 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10116
10117         * configure.ac:
10118           rework configure.ac file
10119         * ext/aalib/gstaasink.c:
10120         * ext/cairo/gstcairo.c:
10121         * ext/dv/gstdv.c:
10122         * ext/esd/gstesd.c:
10123         * ext/flac/gstflac.c:
10124         * ext/gconf/gstgconfelements.c:
10125         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10126         * ext/jpeg/gstjpeg.c:
10127         * ext/ladspa/gstladspa.c:
10128         * ext/libcaca/gstcacasink.c:
10129         * ext/libmng/gstmng.c:
10130         * ext/libpng/gstpng.c:
10131         * ext/mikmod/gstmikmod.c:
10132         * ext/pango/gsttextoverlay.c:
10133         * ext/pango/gsttimeoverlay.c:
10134         * ext/raw1394/gst1394.c:
10135         * ext/speex/gstspeex.c:
10136         * gst/alpha/Makefile.am:
10137         * gst/alpha/gstalpha.c:
10138         * gst/alpha/gstalphacolor.c:
10139         * gst/auparse/gstauparse.c:
10140         * gst/autodetect/gstautoaudiosink.c:
10141         (gst_auto_audio_sink_factory_filter),
10142         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
10143         * gst/autodetect/gstautodetect.c:
10144         * gst/avi/gstavi.c:
10145         * gst/cutter/gstcutter.c:
10146         * gst/debug/efence.c:
10147         * gst/debug/gstdebug.c:
10148         * gst/debug/gstnavigationtest.c:
10149         * gst/effectv/gsteffectv.c:
10150         * gst/flx/gstflxdec.c:
10151         * gst/goom/gstgoom.c:
10152         * gst/interleave/plugin.c:
10153         * gst/law/alaw.c:
10154         * gst/law/mulaw.c:
10155         * gst/level/gstlevel.c:
10156         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
10157         * gst/matroska/matroska.c:
10158         * gst/median/gstmedian.c:
10159         * gst/monoscope/gstmonoscope.c:
10160         * gst/multipart/multipart.c:
10161         * gst/oldcore/gstelements.c:
10162         * gst/rtp/gstrtp.c:
10163         * gst/rtsp/gstrtsp.c:
10164         * gst/smoothwave/gstsmoothwave.c:
10165         * gst/smpte/gstsmpte.c:
10166         * gst/udp/gstudp.c:
10167         * gst/videobox/gstvideobox.c:
10168         * gst/videofilter/gstgamma.c:
10169         * gst/videofilter/gstvideobalance.c:
10170         * gst/videofilter/gstvideoflip.c:
10171         * gst/videofilter/gstvideotemplate.c:
10172         * gst/videomixer/videomixer.c:
10173         * gst/wavenc/gstwavenc.c:
10174         * gst/wavparse/gstwavparse.c:
10175         * sys/oss/gstossaudio.c:
10176         * sys/osxaudio/gstosxaudio.c:
10177           update GST_PLUGIN_DEFINE
10178         * gst/rtp/Makefile.am:
10179         * gst/rtp/gstasteriskh263.c:
10180           check for htons/htonl headers and possibly link to winsock2 lib
10181
10182 2005-11-12  Edward Hervey  <edward@fluendo.com>
10183
10184         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10185         Only GST_DEBUG() information on the valid components.
10186
10187 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * configure.ac: back to HEAD
10190
10191 === release 0.9.5 ===
10192
10193 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10194
10195         * configure.ac:
10196           releasing 0.9.5, "Phone Alarm"
10197
10198 2005-11-11  Edward Hervey  <edward@fluendo.com>
10199
10200         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10201         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
10202         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
10203         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10204         (gst_avi_demux_loop):
10205         * gst/avi/gstavidemux.h:
10206         Yeah, implement proper seeking. Exact seeking and segment seeking.
10207         Still need to do some checks for segment_stop.
10208
10209 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
10210
10211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
10214           Don't try to ready buffer duration from buffer that we don't
10215           own any  longer and that might already have been unreffed.
10216           (#321136)
10217
10218 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
10219
10220         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
10221         (flx_decode_delta_flc), (gst_flxdec_chain):
10222         Attempting to optimize the code for embedded systems.
10223
10224 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
10225
10226         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * sys/oss/gstosssink.c: (gst_oss_sink_close):
10229           Don't re-use already closed file descriptor. (#320920)
10230
10231 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
10234         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
10235         (gst_oss_sink_prepare):
10236         * sys/oss/gstosssink.h:
10237           Cache probed caps; fix debug output for SET_PARAM macros.
10238
10239 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * ext/cairo/Makefile.am:
10242         * ext/cairo/gstcairo.c: (plugin_init):
10243         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
10244         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
10245         (gst_text_overlay_init), (gst_text_overlay_font_init),
10246         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
10247         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
10248         (gst_text_overlay_text_pad_linked),
10249         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
10250         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10251         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
10252         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10253         (gst_text_overlay_change_state):
10254         * ext/cairo/gsttextoverlay.h:
10255           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
10256           property and redo positioning. Doesn't handle upstream renegotiation
10257           yet though.
10258
10259 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10260
10261         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10262         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10263         (gst_avi_demux_loop):
10264           No need to take the STREAM_LOCK in the loop function. Improve
10265           some debug messages. Don't leak pad names in debug messages.
10266
10267 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * gst/matroska/matroska-demux.c:
10270         (gst_matroska_demux_push_vorbis_codec_priv_data),
10271         (gst_matroska_demux_add_wvpk_header):
10272           Don't error out when the source pad isn't linked.
10273
10274 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
10277         (gst_gconf_audio_sink_change_state):
10278         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
10279         (gst_gconf_video_sink_change_state):
10280           Fix state change functions here as well and set kid
10281           to NULL state before removing it.
10282
10283 2005-11-01  Edward Hervey  <edward@fluendo.com>
10284
10285         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
10286         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
10287         Added proper event handlind, 
10288         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
10289         ignored),
10290         and don't set a duration of 0 for buffers otherwise they are discarded
10291         by GstBaseSink.
10292
10293         GstWavEnc needs some serious loving, after going through the code I'm
10294         really wondering how this can stay in -good ...
10295
10296 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10297
10298         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
10299         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
10300         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
10301         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
10302         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
10303         (gst_matroska_mux_collected):
10304           Fix leaks and invalid memory access as reported by valgrind
10305
10306 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10307
10308         Patch by: Michal Benes <michal.benes@xeris.cz>
10309
10310         * check/Makefile.am:
10311         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
10312         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
10313         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
10314           add a unit test for matroskamux
10315           fix the bugs that the unit test exposed
10316
10317 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * gst/autodetect/gstautoaudiosink.c:
10320         (gst_auto_audio_sink_class_init),
10321         (gst_auto_audio_sink_change_state):
10322         * gst/autodetect/gstautovideosink.c:
10323         (gst_auto_video_sink_class_init),
10324         (gst_auto_video_sink_change_state):
10325           Fix state change function and use GST_DEBUG_FUNCPTR in
10326           class_init.
10327
10328 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
10329
10330         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
10333         (gst_ebml_write_reset), (gst_ebml_write_element_new):
10334         * gst/matroska/ebml-write.h:
10335         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
10336           Set timestamps on outgoing ebml headers as well, so that the
10337           element after matroskamux can get the timestamp already when
10338           reading the first ebml element and doesn't have to wait for
10339           the actual data buffer for that (#320308).
10340           
10341 2005-10-31  Andy Wingo  <wingo@pobox.com>
10342
10343         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
10344         (gst_videomixer_pad_link): Kill some memleaks.
10345         (gst_videomixer_pad_get_property): Style fix.
10346         (gst_videomixer_pad_set_property): Style fix.
10347         (gst_videomixer_pad_init): Style fix.
10348         (gst_videomixer_update_queues): Kill memleak.
10349         (gst_videomixer_loop): Kill memleak.
10350         (gst_videomixer_collected): Kill memleak.
10351
10352 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
10353
10354         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
10355         gst_auparse_change_state:
10356         Just some cleanup.
10357
10358 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
10359
10360         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
10361         Add checks to GST_FLOW_NOT_LINKED for values returned
10362         from gst_pad_push.
10363         
10364 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10365
10366         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
10367         (gst_rtpg711dec_process):
10368         * gst/rtp/gstrtpgsmenc.c:
10369         Payloader now sets some default caps on the srcpad if caps on the sinkpad
10370         are never set. This is important for the g711 to work with burger's rtpbin
10371         element.
10372
10373 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
10374
10375         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
10376         (gst_speexenc_push_buffer):
10377         Add checks for return values from gst_pad_push and
10378         gst_pad_alloc_buffer.
10379
10380 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
10381
10382         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10385         (gst_matroska_demux_parse_info),
10386         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10387         (gst_matroska_demux_parse_cluster):
10388         * gst/matroska/matroska-ids.h:
10389         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
10390         (gst_matroska_mux_init), (gst_matroska_mux_start),
10391         (gst_matroska_mux_create_buffer_header),
10392         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
10393         (gst_matroska_mux_get_property):
10394         * gst/matroska/matroska-mux.h:
10395           Add SimpleBlock support to matroska demuxer and muxer (part of
10396           Matroska v2). (#319731)
10397
10398 2005-10-28  Wim Taymans  <wim@fluendo.com>
10399
10400         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10401         (gst_jpeg_dec_change_state):
10402         * ext/jpeg/gstjpegdec.h:
10403         Cleanups. Don't create caps for every chain.
10404
10405 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
10406
10407         * gst/law/alaw-encode.c: (gst_alawenc_init),
10408         (alawenc_setcaps), (gst_alawenc_chain)
10409         * gst/law/alaw-encode.h:
10410         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
10411         (mulawenc_setcaps), (gst_mulawenc_chain)
10412         * gst/law/mulaw-encode.h:
10413         Set timestamp on buffer and it allows RTP G711 elements
10414         work properly.
10415
10416 2005-10-27  Wim Taymans  <wim@fluendo.com>
10417
10418         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
10419         Set correct format on oss instead of a silly value. 
10420
10421 2005-10-27  Julien MOUTTE  <julien@moutte.net>
10422
10423         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10424         (gst_video_box_transform_caps), (gst_video_box_set_caps),
10425         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
10426         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
10427         I420 rendering as well, doesn't bring much for my platform.
10428         Might help on some other platforms.
10429
10430 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10431
10432         * gst/rtp/gstrtpgsmenc.c:
10433         * gst/rtp/gstrtpgsmparse.c:
10434         Declaring the padtemplate correctly.
10435
10436 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10437
10438         * gst/rtp/gstrtpg711dec.c:
10439         * gst/rtp/gstrtpg711enc.c:
10440         * gst/rtp/gstrtpgsmenc.c:
10441         * gst/rtp/gstrtpgsmparse.c:
10442         Setting the proper copyright notice.
10443
10444 2005-10-26  Julien MOUTTE  <julien@moutte.net>
10445
10446         * gst/videobox/Makefile.am: Use liboil.
10447         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10448         (gst_video_box_set_property), (gst_video_box_transform_caps),
10449         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
10450         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
10451         using liboil. Will dot the same to I420 border generation
10452         tomorrow.
10453
10454 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10455
10456         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
10457         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
10458         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
10459         * gst/rtp/gstrtpg711dec.h:
10460         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
10461         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
10462         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
10463         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
10464         (gst_rtpgsmenc_handle_buffer):
10465         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
10466         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
10467         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
10468         * gst/rtp/gstrtpgsmparse.h:
10469         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
10470         inherits from the basertpdepayloader.
10471
10472 2005-10-26  Julien MOUTTE  <julien@moutte.net>
10473
10474         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10475         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
10476         (gst_video_box_ayuv): Removing this forgotten debug.
10477
10478 2005-10-26  Julien MOUTTE  <julien@moutte.net>
10479
10480         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10481         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
10482         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
10483
10484 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * sys/oss/gstossaudio.c:
10487         * sys/oss/gstossdmabuffer.c:
10488         * sys/oss/gstosshelper.c:
10489         * sys/oss/gstossmixer.c:
10490         * sys/oss/gstossmixerelement.c:
10491         * sys/oss/gstossmixertrack.c:
10492         * sys/oss/gstosssink.c:
10493         * sys/oss/gstosssrc.c:
10494           Actually use the 'oss' debug category we register.
10495
10496 2005-10-26  Julien MOUTTE  <julien@moutte.net>
10497
10498         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10499         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
10500         Use gst_pad_get_parent and drop the ref that was added through
10501         that call.
10502
10503 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10504
10505         * gst/rtp/gstrtpgsmenc.c:
10506           Fix compilation
10507
10508 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
10509
10510         * gst/rtp/gstrtpg711dec.c
10511         Just removed a couple of lines of weird code used during
10512         development/test time.
10513
10514 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
10515
10516         * gst/rtp/Makefile.am
10517         * gst/rtp/gstrtp.c
10518         * gst/rtp/gstrtpg711enc.c
10519         * gst/rtp/gstrtpg711enc.h
10520         * gst/rtp/gstrtpg711dec.c
10521         * gst/rtp/gstrtpg711dec.h
10522         Created G711 payloader and depayloader (it supports mulaw and alaw
10523         (dec)encoders)
10524
10525 2005-10-25  Julien MOUTTE  <julien@moutte.net>
10526
10527         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10528         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
10529         Doh ! I introduced wingo's bug again ! Sorry...
10530
10531 2005-10-25  Christian Schaller <christian@fluendo.com> 
10532
10533         * gst/rtp/Makefile.am: add missing header files for disting
10534
10535 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10536
10537         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
10538         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
10539         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
10540         (gst_rtpgsmenc_handle_buffer):
10541         * gst/rtp/gstrtpgsmenc.h:
10542         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
10543         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
10544         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
10545         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
10546         * gst/rtp/gstrtpgsmparse.h:
10547         Getting the GSM (de)payloader working and compatible with our plans for RTP.
10548
10549 2005-10-25  Julien MOUTTE  <julien@moutte.net>
10550
10551         * ext/libpng/gstpngdec.c: (user_info_callback),
10552         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
10553         a newsegment event, move some redundant code in a single place.
10554
10555 2005-10-25  Julien MOUTTE  <julien@moutte.net>
10556
10557         * ext/libpng/gstpngdec.c: (user_info_callback),
10558         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
10559         hack to get correct colors order when we have a png image with
10560         alpha channel.
10561
10562 2005-10-24  Edward Hervey  <edward@fluendo.com>
10563
10564         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
10565         Call gst_element_no_more_pads when there will be no more pads.
10566
10567 2005-10-24  Wim Taymans  <wim@fluendo.com>
10568
10569         * gst/rtp/Makefile.am:
10570         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
10571         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
10572         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
10573         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
10574         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
10575         (gst_asteriskh263_plugin_init):
10576         * gst/rtp/gstasteriskh263.h:
10577         * gst/rtp/gstrtp.c: (plugin_init):
10578         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
10579         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
10580         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
10581         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
10582         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
10583         (gst_rtph263enc_plugin_init):
10584         * gst/rtp/gstrtph263enc.h:
10585         Added two new payloaders, an RFC 2190 payloader for h263 and
10586         a payload convertor for an asterisk server.
10587
10588 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
10591           Set bytes_per_sample correctly (is not always 4, but 
10592           depends on width and number of channels).
10593
10594 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
10597         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
10598         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10599         (gst_flacenc_sink_event), (gst_flacenc_chain),
10600         (gst_flacenc_set_property), (gst_flacenc_get_property),
10601         (gst_flacenc_change_state):
10602         * ext/flac/gstflacenc.h:
10603           Fix seeking, so that flacenc can rewrite the header with the
10604           correct duration and amount of samples and all that at EOS;
10605           also set timestamps and granulepos on outgoing buffers; add
10606           debug category; fix state change function.
10607           
10608 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10609
10610         * gst/videomixer/videomixer.c: Don't restrict video geometry
10611         from 16 to 4096.
10612
10613 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10614
10615         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
10616         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
10617         Fix caps negotiation correctly, add debugging category.
10618
10619 2005-10-24  Christian Schaller  <christian@fluendo.com>
10620
10621         * configure.ac: Port over Thomas's change from base listing all plugins
10622
10623 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10624
10625         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
10626         a sink pad.
10627
10628 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10629
10630         * configure.ac:
10631         * docs/upload.mak:
10632           back to HEAD
10633
10634 === release 0.9.4 ===
10635
10636 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10637
10638         * configure.ac:
10639           Releasing 0.9.4, "Dromiceiomimus"
10640
10641 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
10642
10643         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
10644         (gst_speexenc_src_query):
10645           Add position and duration query, fix query type function.
10646           
10647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10648         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10649           Let's not set non-fixed caps on source pads.
10650
10651 2005-10-21  Wim Taymans  <wim@fluendo.com>
10652
10653         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10654         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
10655         (gst_avi_demux_handle_seek):
10656         Set correct stream_time in newsegment event.
10657         avi can also handle a duration query now.
10658
10659 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * gst/matroska/matroska-demux.c:
10662         (gst_matroska_demux_handle_src_query),
10663         (gst_matroska_demux_handle_seek_event),
10664         (gst_matroska_demux_loop_stream_parse_id):
10665           Fix duration query; fix basetime in newsegment event after
10666           seek; fix duration in initial newsegment event.
10667
10668         * gst/matroska/matroska-mux.c:
10669         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
10670           Extract number of channels and samplerate from vorbis headers;
10671           add some debug messages when querying the durations of the
10672           input streams.
10673
10674 2005-10-20  Wim Taymans  <wim@fluendo.com>
10675
10676         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
10677         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10678         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
10679         Set stream time correctly in newsegment.
10680
10681 2005-10-20  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10684         Correctly fill in the stream time.
10685
10686 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10687
10688         * check/elements/level.c: (GST_START_TEST):
10689         * gst/level/gstlevel.c: (gst_level_message_new):
10690         * gst/level/level-example.c: (message_handler):
10691           use ELEMENT messages instead
10692
10693 2005-10-19  Wim Taymans  <wim@fluendo.com>
10694
10695         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
10696         (gst_dvdemux_src_query):
10697         * ext/flac/gstflacdec.c: (gst_flacdec_length),
10698         (gst_flacdec_src_query):
10699         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
10700         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
10701         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10702         * gst/debug/gstnavseek.c: (gst_navseek_seek):
10703         * gst/debug/progressreport.c: (gst_progress_report_report):
10704         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
10705         * gst/matroska/matroska-demux.c:
10706         (gst_matroska_demux_handle_src_query):
10707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10708         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
10709         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10710         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10711         (gst_wavparse_srcpad_event):
10712         API change fix.
10713
10714 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * gst/goom/filters.c:
10717         * gst/goom/graphic.h:
10718         * gst/goom/lines.c:
10719           Make inline functions either 'static inline' or 'extern inline',
10720           otherwise the Forte compiler apparently won't inline them (#317300).
10721
10722 2005-10-19  Julien MOUTTE  <julien@moutte.net>
10723
10724         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
10725         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
10726         (user_info_callback), (user_endrow_callback), (user_end_callback),
10727         (user_read_data), (gst_pngdec_caps_create_and_set),
10728         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
10729         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
10730         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
10731         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
10732         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
10733         very nice and handle push/pull based model. if you have filesrc
10734         connected to it, it will do random access to load the png file.
10735         If you have a network source that can't do _getrange, it does 
10736         progressive loading through the chain function.
10737         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
10738         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
10739         thanks to Master Wim Taymans ;-)
10740
10741 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst/matroska/Makefile.am:
10744         * gst/matroska/ebml-read.c:
10745         * gst/matroska/ebml-read.h:
10746         * gst/matroska/matroska-demux.c:
10747         * gst/matroska/matroska-demux.h:
10748         * gst/matroska/matroska.c: (plugin_init):
10749           Ported matroska demuxer to 0.9.
10750
10751 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
10752
10753         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * gst/matroska/matroska-mux.c:
10756         (gst_matroska_mux_video_pad_setcaps),
10757         (gst_matroska_mux_audio_pad_setcaps):
10758           Fix mpeg4 input handling (#318847); also, while we're at it,
10759           fix media type for Motion-JPEG: should be image/jpeg.
10760
10761 2005-10-18  Wim Taymans  <wim@fluendo.com>
10762
10763         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
10764         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10765         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
10766         Fix for segment-start/stop API change.
10767
10768 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10769
10770         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
10771         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
10772         way.
10773
10774 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10775
10776         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
10777         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
10778         output declared in transform_caps.
10779
10780 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10781
10782         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
10783
10784 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10785
10786         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
10787         (gst_video_box_get_unit_size): Fix wrong size calculations and
10788         implement get_unit_size correctly.
10789
10790 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
10791
10792         * configure.ac:
10793           Enable flx plugin.
10794
10795         * gst/flx/gstflxdec.c: (flx_decode_chunks):
10796           Fix gcc4 signedness issue.
10797
10798 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10799
10800         * configure.ac: Adding videomixer.
10801         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
10802         (user_read_data), (gst_pngdec_chain): More debugging.
10803         * gst/alpha/Makefile.am: Adding alphacolor
10804         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10805         (gst_alpha_color_class_init), (gst_alpha_color_init),
10806         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
10807         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
10808         (plugin_init): Ported to 0.9 using in place base tranform.
10809         * gst/videomixer/Makefile.am:
10810         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10811         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
10812         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
10813         (gst_videomixer_pad_init), (gst_videomixer_class_init),
10814         (gst_videomixer_init), (gst_videomixer_getcaps),
10815         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
10816         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10817         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
10818         to 0.9 using collectpads.
10819
10820 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
10821
10822         * configure.ac:
10823         * gst/flx/Makefile.am:
10824         * gst/flx/gstflxdec.c: (gst_flxdec_init),
10825         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
10826         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
10827         * gst/flx/gstflxdec.h:
10828         flx plugin ported to 0.9
10829
10830 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10831
10832         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
10833           use new gst_version_string()
10834
10835 2005-10-16  Andy Wingo  <wingo@pobox.com>
10836
10837         * configure.ac: GLIB_CHECK.
10838
10839 2005-10-15  Julien MOUTTE  <julien@moutte.net>
10840
10841         * ext/libpng/Makefile.am:
10842         * ext/libpng/gstpng.c: (plugin_init):
10843         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
10844         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
10845         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
10846
10847 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
10848
10849         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10850
10851         * configure.ac:
10852         * gst/matroska/Makefile.am:
10853         * gst/matroska/ebml-ids.h:
10854         * gst/matroska/ebml-write.c:
10855         * gst/matroska/ebml-write.h:
10856         * gst/matroska/matroska-ids.h:
10857         * gst/matroska/matroska-mux.c:
10858         * gst/matroska/matroska-mux.h:
10859         * gst/matroska/matroska.c: (plugin_init):
10860           Port matroska muxer to 0.9 (#318847).
10861
10862 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
10865         (comment_init), (comment_add):
10866           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
10867           use GST_READ_UINT32_LE() and friends rather than the private
10868           implementation of those same macros.
10869
10870 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
10871
10872         * examples/stats/mp2ogg.c:
10873           more typo fixes
10874
10875 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
10876
10877         * examples/indexing/indexmpeg.c: (main):
10878         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
10879         (gst_esdmon_close_audio), (gst_esdmon_change_state):
10880         * ext/esd/esdmon.h:
10881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10882         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
10883         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
10884         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
10885         * gst/avi/gstavimux.c: (gst_avimux_init):
10886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
10887         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
10888         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10889         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
10890         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
10891         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
10892         * gst/oldcore/gstmultifilesrc.h:
10893         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
10894         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
10895         (gst_pipefilter_change_state):
10896         * gst/oldcore/gstpipefilter.h:
10897         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
10898         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10899         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
10900         * sys/osxaudio/gstosxaudiosink.h:
10901         * sys/osxaudio/gstosxaudiosrc.h:
10902           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
10903           moved bitshift from macro to enum definition
10904
10905 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10906
10907         * ext/Makefile.am:
10908         * ext/cairo/Makefile.am:
10909         * ext/cairo/gstcairo.c: (plugin_init):
10910         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
10911         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
10912         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
10913         * ext/cairo/gsttimeoverlay.h:
10914           update of cairo-based timeoverlay to 1.0 Cairo API
10915           doesn't work yet for resizing of output sink
10916
10917 2005-10-11  Wim Taymans  <wim@fluendo.com>
10918
10919         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
10920         newsegment API fix.
10921
10922 2005-10-11  Wim Taymans  <wim@fluendo.com>
10923
10924         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
10925         (gst_dvdemux_demux_frame):
10926         * ext/flac/gstflacdec.c: (gst_flacdec_write):
10927         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10928         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
10929         (gst_avi_demux_handle_seek):
10930         * gst/goom/gstgoom.c: (gst_goom_event):
10931         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10932         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
10933         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10934         (gst_wavparse_loop), (gst_wavparse_pad_convert),
10935         (gst_wavparse_srcpad_event):
10936         newsegment API update.
10937
10938 2005-10-11  Andy Wingo  <wingo@pobox.com>
10939
10940         * ext/speex/gstspeexenc.c: Signedness cleanups.
10941
10942 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
10943
10944         * PORTED_09:
10945         * ext/speex/Makefile.am:
10946         * ext/speex/gstspeex.c:
10947         * ext/speex/gstspeexenc.c:
10948         Speexenc ported to 0.9
10949
10950 2005-10-10  Wim Taymans  <wim@fluendo.com>
10951
10952         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
10953         (gst_oss_sink_init), (gst_oss_sink_set_property),
10954         (gst_oss_sink_get_property), (gst_oss_sink_open),
10955         (gst_oss_sink_prepare), (gst_oss_sink_reset):
10956         * sys/oss/gstosssink.h:
10957         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10958         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
10959         (gst_oss_src_prepare):
10960         Cleanups, make device configurable in the sink, handle and report
10961         errors.
10962
10963 2005-10-10  Wim Taymans  <wim@fluendo.com>
10964
10965         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
10966         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
10967         Make sure element is NULL before removing from the bin.
10968
10969 2005-10-07  Andy Wingo  <wingo@pobox.com>
10970
10971         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
10972         block forever in a read().
10973         (gst_dv1394src_bus_reset): Post a message when the cable is
10974         unplugged.
10975         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
10976         (gst_dv1394src_bus_reset): Don't unref the message.
10977
10978         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
10979         hacking. The only change should be that the state change stuff was
10980         put into basesrc's start() and stop() routines, which coalesces
10981         some steps.
10982
10983 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * configure.ac:
10986           Add check for mmap
10987           
10988         * gst/debug/Makefile.am:
10989           Only compile efence plugin on systems that have mmap.
10990
10991 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/debug/Makefile.am:
10994         * gst/debug/breakmydata.c:
10995         * gst/debug/gstdebug.c:
10996         * gst/debug/gstnavigationtest.c:
10997         * gst/debug/gstnavseek.c: 
10998         * gst/debug/gstnavseek.h:
10999         * gst/debug/progressreport.c: 
11000         * gst/debug/testplugin.c:
11001           Port progressreport, navseek, navigationtest, testsink and
11002           breakmydata.
11003
11004 2005-10-05  Edward Hervey  <edward@fluendo.com>
11005
11006         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
11007         (gst_dvdemux_src_query):
11008         Fixes for better conversion
11009
11010 2005-10-04  Michael Smith <msmith@fluendo.com>
11011
11012         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
11013         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11014         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
11015         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
11016           Set state of elements to NULL before removing from bins.
11017           Set state of test element to NULL if we failed to move it to READY
11018
11019 2005-10-04  Edward Hervey  <edward@fluendo.com>
11020
11021         * ext/dv/Makefile.am:
11022         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
11023         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
11024         Corrected the query function for position so it doesn't forget what
11025         format was asked, and calls the conversion functions on the correct pad.
11026
11027 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11028
11029         * configure.ac:
11030           back to development
11031
11032 === release 0.9.3 ===
11033
11034 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11035
11036         * configure.ac:
11037           Releasing 0.9.3, "Aramis"
11038
11039 2005-10-03  Andy Wingo  <wingo@pobox.com>
11040
11041         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
11042         error returns.
11043
11044 2005-10-02  Andy Wingo  <wingo@pobox.com>
11045
11046         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
11047
11048         * ext/flac/gstflacenc.c: Ported to 0.9.
11049
11050         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
11051
11052         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
11053         and link to gsttagedit. Enable flacenc.
11054
11055         * ext/flac/gstflacdec.c: Re-enable tag reading.
11056
11057 2005-09-30  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
11060         * gst/rtp/gstrtpgsmparse.c:
11061         * gst/rtp/gstrtph263penc.c:
11062         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
11063         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
11064         (gst_rtpmp4venc_set_property):
11065         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
11066         Various class and caps fixes from Andre Magalhaes (andrunko)
11067
11068 2005-09-29  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst/level/level-example.c: (main):
11071         Update for new bus API.
11072
11073 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * configure.ac:
11076           Fix unexpanded autoconf macro GST_DOC, which has been renamed
11077           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
11078
11079 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11082           Fix playback of mono streams (bytes_per_sample should be set
11083           from the sample width and the number of channels negotiated,
11084           and not just be set to 4) (#317338)
11085
11086 2005-09-26  Wim Taymans  <wim@fluendo.com>
11087
11088         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
11089         (gst_rtpmpaenc_handle_buffer):
11090         Set buffer duration correctly.
11091
11092 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
11095         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
11096         (gst_avi_demux_change_state):
11097           Don't crash when encountering a stream with an unknown fourcc or
11098           codec id. Instead, create a pad of type video/x-avi-unknown or
11099           audio/x-avi-unknown, which as a side-effect also results in less
11100           confusing error messages in players ('no decoder' vs. 'no streams');
11101           minor fixes to state change function and class_init function.
11102
11103 2005-09-24  Wim Taymans  <wim@fluendo.com>
11104
11105         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
11106         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
11107         These are sinks.
11108
11109 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11110
11111         * check/elements/level.c: (GST_START_TEST):
11112           fix test for new GstClockTime use
11113         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11114         (gst_level_transform_ip):
11115         * gst/level/gstlevel.h:
11116           fix up the decay peak, ensuring the decay peak is never lower
11117           than the peak for that interval
11118
11119 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * docs/plugins/gst-plugins-good-plugins.args:
11122         * docs/plugins/inspect/plugin-alpha.xml:
11123         * docs/plugins/inspect/plugin-rtp.xml:
11124         * gst/level/gstlevel.c: (gst_level_set_caps),
11125         (gst_level_transform_ip):
11126           updating docs
11127
11128 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11129
11130         * Makefile.am:
11131         * check/elements/level.c: (GST_START_TEST):
11132         * gst/level/Makefile.am:
11133         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
11134         (gst_level_set_property), (gst_level_get_property),
11135         (gst_level_set_caps), (gst_level_message_new),
11136         (gst_level_transform_ip):
11137         * gst/level/gstlevel.h:
11138         * gst/level/level-example.c: (message_handler), (main):
11139           convert to using GstClockTime for all time values, finally.
11140
11141 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11142
11143         * gst/auparse/Makefile.am:
11144         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11145           fix up build
11146         * configure.ac:
11147         * ext/cairo/Makefile.am:
11148         * ext/dv/Makefile.am:
11149         * ext/esd/Makefile.am:
11150         * ext/flac/Makefile.am:
11151         * ext/gconf/Makefile.am:
11152         * ext/gdk_pixbuf/Makefile.am:
11153         * ext/jpeg/Makefile.am:
11154         * ext/ladspa/Makefile.am:
11155         * ext/libcaca/Makefile.am:
11156         * ext/libmng/Makefile.am:
11157         * ext/libpng/Makefile.am:
11158         * ext/mikmod/Makefile.am:
11159         * ext/pango/Makefile.am:
11160         * ext/raw1394/Makefile.am:
11161         * ext/shout2/Makefile.am:
11162         * ext/speex/Makefile.am:
11163         * gst/alpha/Makefile.am:
11164         * gst/autodetect/Makefile.am:
11165         * gst/avi/Makefile.am:
11166         * gst/cutter/Makefile.am:
11167         * gst/debug/Makefile.am:
11168         * gst/effectv/Makefile.am:
11169         * gst/flx/Makefile.am:
11170         * gst/goom/Makefile.am:
11171         * gst/interleave/Makefile.am:
11172         * gst/law/Makefile.am:
11173         * gst/matroska/Makefile.am:
11174         * gst/median/Makefile.am:
11175         * gst/monoscope/Makefile.am:
11176         * gst/multipart/Makefile.am:
11177         * gst/oldcore/Makefile.am:
11178         * gst/rtp/Makefile.am:
11179         * gst/rtsp/Makefile.am:
11180         * gst/smoothwave/Makefile.am:
11181         * gst/smpte/Makefile.am:
11182         * gst/videobox/Makefile.am:
11183         * gst/videofilter/Makefile.am:
11184         * gst/videomixer/Makefile.am:
11185         * gst/wavenc/Makefile.am:
11186         * gst/wavparse/Makefile.am:
11187         * sys/oss/Makefile.am:
11188         * sys/osxaudio/Makefile.am:
11189         * sys/osxvideo/Makefile.am:
11190           fix up GST_LIBS use
11191
11192 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11193
11194         * gst/auparse/Makefile.am:
11195         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11196           fix build of auparse
11197
11198 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
11199
11200         * configure.ac:
11201         * PORTED_09:
11202         * gst/auparse/gstauparse.c:
11203         * gst/auparse/gstauparse.h:
11204         Auparse ported to 0.9.
11205
11206 2005-09-22  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/rtp/TODO:
11209         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
11210         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
11211         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
11212         (gst_rtpmp4venc_set_property):
11213         * gst/rtp/gstrtpmp4venc.h:
11214         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
11215         * gst/rtp/gstrtpmpaenc.h:
11216         Use is_filled to both check MTU and max-ptime of base class.
11217
11218 2005-09-22  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
11221         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
11222         (gst_rtpmp4venc_set_property):
11223         Don't fragment packets with multiple frames.
11224
11225 2005-09-22  Wim Taymans  <wim@fluendo.com>
11226
11227         * gst/rtp/TODO:
11228         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
11229         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
11230         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
11231         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
11232         (gst_rtpmp4venc_get_property):
11233         * gst/rtp/gstrtpmp4venc.h:
11234         Remove g_print.
11235         Update TODO
11236         Make payload encoder a bit smarter and more correct with
11237         timestamps.
11238         Added option in payloader to include config string in-band.
11239
11240 2005-09-21  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
11243         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
11244         (gst_rtspsrc_send):
11245         Strip spaces for key/value pairs.
11246
11247 2005-09-21  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
11250         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
11251         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
11252         (gst_rtspsrc_change_state):
11253         More SDP parsing and caps setting.
11254         Do NO_PREROLL differently.
11255         add pads only after negotiated.
11256
11257         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11258         (gst_udpsrc_getcaps):
11259         Implement the getcaps function.
11260
11261 2005-09-21  Wim Taymans  <wim@fluendo.com>
11262
11263         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
11264         (gst_rtpamrdec_chain):
11265         Handle multiple AMr packets per payload. Handle CRC and
11266         parse ILL/ILP.
11267
11268         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
11269         Make caps params strings for easy SDP mapping.
11270         
11271         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
11272         Handle capsnego better.
11273
11274         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
11275         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
11276         Generate and parse config string in the caps.
11277
11278 2005-09-21  Wim Taymans  <wim@fluendo.com>
11279
11280         * gst/rtp/README:
11281         Update README
11282
11283         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
11284         Make extra params as strings.
11285
11286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
11287         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
11288         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
11289         Make state change return NO_PREROLL as this is a live
11290         source.
11291
11292         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
11293         Don't unref old caps when NULL.
11294
11295 2005-09-20  Wim Taymans  <wim@fluendo.com>
11296
11297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11298         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
11299         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
11300         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
11301         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
11302         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
11303         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
11304         * gst/rtsp/sdpmessage.h:
11305         Add URI handler.
11306         Parse SDP and create caps.
11307
11308 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
11309
11310         * gst/alpha/gstalpha.c:
11311           fix element description
11312
11313 2005-09-19  Wim Taymans  <wim@fluendo.com>
11314
11315         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
11316         Don't check payload for now.
11317
11318 2005-09-19  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11321         (gst_wavparse_init), (gst_wavparse_parse_file_header),
11322         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
11323         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11324         (gst_wavparse_loop), (gst_wavparse_pad_convert),
11325         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
11326         (gst_wavparse_change_state):
11327         * gst/wavparse/gstwavparse.h:
11328         Fix wavparse some more.
11329
11330 2005-09-19  Wim Taymans  <wim@fluendo.com>
11331
11332         * check/elements/level.c: (GST_START_TEST):
11333         Fix for bus API change.
11334
11335 2005-09-19  Wim Taymans  <wim@fluendo.com>
11336
11337         * gst/level/level-example.c: (main):
11338         Fix for new bus API.
11339
11340         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
11341         Set caps on pads.
11342
11343 2005-09-15  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst/rtp/Makefile.am:
11346         * gst/rtp/README:
11347         * gst/rtp/gstrtp.c: (plugin_init):
11348         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
11349         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
11350         (gst_rtpamrdec_change_state):
11351         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
11352         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
11353         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
11354         * gst/rtp/gstrtpamrenc.h:
11355         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
11356         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
11357         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
11358         * gst/rtp/gstrtpgsmenc.h:
11359         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
11360         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
11361         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
11362         (gst_rtpgsmparse_change_state):
11363         * gst/rtp/gstrtpgsmparse.h:
11364         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
11365         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
11366         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
11367         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
11368         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
11369         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
11370         * gst/rtp/gstrtph263penc.h:
11371         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
11372         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
11373         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
11374         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
11375         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
11376         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
11377         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
11378         * gst/rtp/gstrtpmp4venc.h:
11379         * gst/rtp/gstrtpmpadec.c:
11380         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
11381         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
11382         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
11383         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
11384         * gst/rtp/gstrtpmpaenc.h:
11385         Updates to payloader/depayloaders, make payloaders use
11386         the base classes.
11387         Updated README with suggested RTP caps and how to convert
11388         to/from SDP.
11389         Added config descriptor in mp4v payloader.
11390
11391 2005-09-15  Andy Wingo  <wingo@pobox.com>
11392
11393         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
11394         * gst/autodetect/gstautovideosink.c
11395         (gst_auto_video_sink_find_best): Update for new registry API.
11396
11397 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11398
11399         * common/c-to-xml.py:
11400         * common/gtk-doc-plugins.mak:
11401           a simple py script to generate valid xml from a C example
11402           probably also need to strip an MIT license when we decide
11403         * docs/plugins/Makefile.am:
11404         * gst/level/Makefile.am:
11405         * gst/level/gstlevel.c: (gst_level_init):
11406         * gst/level/level-example.c: (message_handler), (main):
11407           add an example to level that will show up in the docs
11408         * gst/rtp/TODO:
11409           add a note for the future
11410
11411 2005-09-14  Michael Smith <msmith@fluendo.com>
11412
11413         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11414           Actually define the debug object being used in wavenc. Fixes #316205
11415
11416 2005-09-14  Michael Smith <msmith@fluendo.com>
11417
11418         * gst/smpte/Makefile.am:
11419           Link against GST_BASE_LIBS, to get it linked against libgstbase;
11420           needed to build on windows (bug 316204)
11421
11422 2005-09-12  Andy Wingo  <wingo@pobox.com>
11423
11424         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
11425
11426 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
11427
11428         * configure.ac:
11429         * gst/fdsrc/Makefile.am:
11430         * gst/fdsrc/gstfdsrc.c:
11431         * gst/fdsrc/gstfdsrc.h:
11432           Move fdsrc back into gstreamer core elements.
11433
11434         * gst/level/gstlevel.c: (gst_level_class_init),
11435         (gst_level_transform_ip):
11436         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
11437           Basetransform changes.
11438
11439 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11440
11441         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11442         * ext/jpeg/smokecodec.c: (find_best_size):
11443           fix compiler warnings
11444
11445 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11446
11447         * gst-plugins-good.spec.in:
11448           spec file fixes
11449         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11450         (gst_multiudpsink_render), (gst_multiudpsink_add),
11451         (gst_multiudpsink_clear):
11452           it actually helps to actually stream if we hook up the
11453           "add" signal to an actual implementation
11454         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11455           some debugging
11456
11457 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
11458
11459         * ext/jpeg/Makefile.am:
11460         * ext/jpeg/gstjpeg.c
11461         * ext/jpeg/gstjpegenc.c:
11462         * ext/jpeg/gstsmokeenc.c:
11463
11464 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
11465
11466         * ext/flac/gstflacdec.c:
11467         * ext/flac/gstflacenc.c:
11468         * ext/flac/gstflactag.c:
11469         * ext/speex/gstspeexenc.c:
11470           gsttaginterface.h -> gsttagsetter.h
11471
11472 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
11473
11474         * configure.ac:
11475         * gst/debug/Makefile.am:
11476         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
11477         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
11478         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
11479         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
11480         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
11481           Port to 0.9 and re-enable efence plugin.
11482
11483 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
11486         (gst_flacdec_write), (gst_flacdec_convert_src):
11487         * ext/flac/gstflacdec.h:
11488           Add support for flac files with 24/32 bits per sample; and misc.
11489           minor clean-ups. Seeking is still partly broken (for me at least).
11490
11491 2005-09-06  Wim Taymans  <wim@fluendo.com>
11492
11493         * gst/rtp/Makefile.am:
11494         * gst/rtp/gstrtp.c: (plugin_init):
11495         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
11496         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
11497         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
11498         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
11499         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
11500         (gst_rtpmp4vdec_plugin_init):
11501         * gst/rtp/gstrtpmp4vdec.h:
11502         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
11503         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
11504         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
11505         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
11506         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
11507         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
11508         * gst/rtp/gstrtpmp4venc.h:
11509         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
11510         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
11511         Added mpeg4 video payload encoder/decoder.
11512         Added some docs in mpa payloader.
11513
11514 === release 0.9.1 ===
11515
11516 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         * NEWS:
11519         * README:
11520         * RELEASE:
11521         * autogen.sh:
11522         * configure.ac:
11523           releasing 0.9.1, "Blondie"
11524
11525 2005-09-05  Andy Wingo  <wingo@pobox.com>
11526
11527         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
11528         here from the state change handler, so we fire signals without
11529         holding the state lock.
11530
11531 2005-09-02  Andy Wingo  <wingo@pobox.com>
11532
11533         * All plugins updated for element state changes.
11534
11535 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11536
11537         * Makefile.am:
11538         * check/.cvsignore:
11539         * check/Makefile.am:
11540         * check/elements/.cvsignore:
11541         * check/elements/level.c: (setup_level), (cleanup_level),
11542         (GST_START_TEST), (level_suite), (main):
11543           add a test for level
11544         * common/release.mak:
11545           move the enum checking to release.mak
11546         * configure.ac:
11547           add valgrind and check checking
11548         * gst/level/gstlevel.c: (gst_level_transform):
11549         * gst/level/gstlevel.h:
11550           fix Andy's cast bug
11551           convert a field to int
11552           fix the arithmetic to int when checking for emit so that a
11553           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
11554
11555 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11556
11557         * Makefile.am:
11558         * configure.ac:
11559           add docs to build
11560         * common/plugins.xsl:
11561           wrap Description into a refsect2
11562         * docs/Makefile.am:
11563         * docs/plugins/Makefile.am:
11564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11566         * gst/goom/Makefile.am:
11567         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
11568         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
11569         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
11570         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
11571         (gst_goom_change_state):
11572         * gst/goom/gstgoom.h:
11573           GstGOOM -> GstGoom
11574           add an example launch line
11575         * gst/level/gstlevel.h:
11576         * gst/monoscope/gstmonoscope.c:
11577           cleanups
11578
11579 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11580
11581         * configure.ac:
11582         * docs/plugins/Makefile.am:
11583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11585         * docs/plugins/gst-plugins-good-plugins.types:
11586           document elements and plugins.  Shazam !
11587
11588 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11589
11590         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
11591           be found under doc/random/ChangeLog-0.8